@charset "UTF-8";
/* TEXT COLOR */
/* Templet COLOR */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import "../jquery/css/ui-darkness/jquery-ui-1.10.0.custom.min.css";
@import "../jquery/css/msdropdown/dd.css";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: 'Nanum Gothic', 'Roboto', sans-serif;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  background-color: rgb(19, 20, 23);
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  font-size: 16px;
  min-height: 100%;
  line-height: 1.15;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

*, ::before, ::after {
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.nowrap {
  white-space: nowrap; }

.L {
  text-align: left !important; }

.C {
  text-align: center; }

.R {
  text-align: right; }

.M * {
  vertical-align: middle; }

.F-L {
  float: left; }

.F-R {
  float: right; }

.W100 { width : 100%; }
.W99 { width : 99%; }
.W95 { width : 95%; }
.W90 { width : 90%; }
.W85 { width : 85%; }
.W80 { width : 80%; }
.W75 { width : 75%; }

/*
.clearfix { zoom: 1; }
.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
*/
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

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

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.datepicker {
   }

button[disabled]:active, button[disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover {
  color: GrayText;
  cursor: inherit;
  background-color: #ddd;
  background: #ddd;
  text-shadow: none; }

.login-body {
  display: table;
  width: 100%;
  background-image: url('../img/44.jpg');
  background-size: cover;
  height: 100vh;
}

.login-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.login-box {
  display: block;
  margin: auto;
  min-width: 250px;
  max-width: 360px;
  background-color: rgba(46, 46, 53, 0.7);
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
  border-radius: 5px;
  padding: 35px;
  border: 1px solid rgb(58, 58, 66);
}

.login-box .title {
  display: block;
  text-align: left;
  color: rgb(255, 166, 4);
  font-weight: 900;
  font-size: 1.3rem;
}

.login-box .body {
  display: block;
  padding: 30px 0 0 0;
}

.login-box input {
  width: 100%;
  border: 1px solid rgb(67, 68, 78);
  background-color: rgb(60, 61, 70);
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 1rem;
  text-indent: 0.8rem;
  color: rgb(241, 241, 241);
  font-weight: 500;
  font-size: 0.9rem;
}
.login-box input:focus, .login-box input:active{
background-color: rgb(65, 66, 75);
border-color: rgb(84, 85, 97);
}

.login-box button {
  display: block;
  margin: auto;
  width: 100%;
  border-radius: 5px;
  border: none;
  background-color: rgb(126, 230, 41);
  color: rgb(0, 0, 0);
  box-shadow: rgb(154, 235, 87) 2px 2px 1px inset, rgba(0, 0, 0, 0.35) 0px 3px 4px;
  font-weight: 400;
  font-size: 0.9rem;
  height: 45px;
}

.top-box {
  position: relative;
  border-radius: 5px;
  padding: 0.4rem 0.4rem 0.4rem 1rem;
  margin: 0 0 0.8rem;
  background: rgb(32, 32, 36);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px, rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  line-height: 39px;
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin: 0.8rem auto 3rem;
  padding: 0 0.8rem 0 0;
}

.nav {
  flex: 0 0 250px;
  min-width: 250px;
  min-height: 100%;
  position: relative;
  letter-spacing: 0.2px;
  z-index: 3;
  font-size: 0.85rem;
}
.nav > div {
  position: sticky;
  top: 10px;
  height: 100vh;
  overflow: auto;
}

#contents {
  flex: 1 1 0%;
  padding: 0 0 0 0.8rem;
}

#top {
 }

#popup {
  position: relative;
  width: 100%;
  padding: 5px; }

.nav ul {

 }

.nav li {
  margin: 0;
  padding: 0; }

.nav a {
  display: block;
  text-decoration: none;
  padding: 8px 15px;
  color: #ccc; }

.nav a:hover {
  background: rgb(65, 65, 74);
}

.nav a.nav-on {
  color: #f1aa00;
  font-weight: 900;
}

.nav-category {
  margin: 4px 0;
  padding: 10px 7px;
  font-weight: bold;
  color: #fff;
  background: #000;
}

.search {
  padding: 2rem;
  border-radius: 5px;
  margin-bottom: 0.8rem;
  position: relative;
  border: 1px solid rgb(58, 58, 66);
  background-color: rgba(46, 46, 53, 0.4);
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
}

.search select {

}

.search input {

 }

.search button {

}

.table.full {
  width: 100%;
  font-size: 12px;
  min-width: 1400px;
  border-spacing: 10px;
  border-collapse: separate; }

.table > thead > tr > th {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 15px;
  text-shadow: 1px 1px 2px #000;
  background-color: rgba(0, 0, 0, 0.2); }

.table > tbody > tr > td {
  padding: 0;
  vertical-align: top; }

.l {
  text-align: left !important; }

.r {
  text-align: right !important; }

.c {
  text-align: center !important; }

.list-table {
  width: 100%; }

.list-table > thead > tr > th {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.4); }

.list-table > tbody > tr > td {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  height: 41px; }

.list-table > tbody > tr:hover {
  background-color: rgba(0, 177, 255, 0.1); }

.list-table > tbody > tr.on {
  background-color: rgba(255, 0, 67, 0.4); }

/* 그리드 테이블 */
table.grid {
  border-collapse: collapse;
  width: 100%;
  }

table.grid button {box-shadow: none;display: inline-flex;}

table.grid caption {
  margin: 0;
  padding: 0 0 4px 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left; }

table.grid thead {
  color: #f1f1f1;
  border-radius: 5px;
}

table.grid tbody {
 }

table.grid tr {
  }
table.grid tr:hover {
  color: #ffffff;
  background: rgba(0,0,0,0.45);
}

table.grid tr.even {
  }

table.grid tr.hover:hover {
  background: rgba(255, 255, 255, 0.2); }

table.grid th,
table.grid td {
  border: 1px solid rgb(64, 64, 74);
  text-align: center; }

table.grid input {
  color: rgb(241, 241, 241);
  border: 1px solid rgb(67, 68, 78);
  background-color: rgb(60, 61, 70);
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
  border-radius: 5px;
  width: 100%;
}

table.grid.full {
  min-width: 1635px;
  width: 100%; }

table.grid.inside td, table.grid.inside input {
  color: #000; }

table.grid.inside tr:first-line td {
  border-top: none; }

table.grid.inside tr:last-child td {
  border-bottom: none; }

table.grid.inside td button {
  background: #444;
  color: #fff; }

table.grid.inside {
  background: #fff; }

table.grid.inside tr:hover {
  background: rgba(0, 0, 0, 0.2); }

table.grid th > a {
  color: #fff;
  text-decoration: none;
  display: block; }
/* 그리드 테이블 */

table.innerTable {
  border-collapse: collapse;
  width: 100%;
  background: #fff; }

table.innerTable td {
  color: #000; }

table.innerTable tr:hover {
  background: rgba(0, 0, 0, 0.2); }

td.betInfo-Check {
  background: #fdc111;
  color: #000; }


/* 검색용 테이블 */
table.search {
  background: none;
  border: none;
  box-shadow: none;
}

table.search caption {
  margin: 0;
  padding: 0 0 4px 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left; }

table.search td {
  padding-bottom: 0.8rem;
}
table.search td:not(:last-child) {
  padding-right: 1rem;
}

table.search input {
  width: 100%;
  color: rgb(241, 241, 241);
  height: 25px;
  border: 1px solid rgb(67, 68, 78);
  background-color: rgb(60, 61, 70);
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
  border-radius: 5px;
  font-size: 0.8rem;
}
table.search input:focus,table.search input:active {
  background-color: rgb(65, 66, 75) !important;
  border-color: rgb(84, 85, 97);
}

table.search th > a {
  color: #fff;
  text-decoration: none;
  display: block; }

table.search tbody > tr > td:first-child {

}
table.search tbody > tr > td:last-child {

}
/* 검색용 테이블 */

/* 입출력용 테이블 */
table.io {
  border-collapse: collapse;
  font-size: 0.8rem;
  color: rgb(241, 241, 241);
  width: 100%;
}

table.io caption {
  margin: 0;
  padding: 0 0 4px 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left; }

table.io thead {
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  background: #222;
  color: #eee; }

table.io tbody {

 }

table.io tr {
 }

table.io tr.even {
  background: #e0e0e0; }

table.io tr.hover:hover {
  background: rgba(255, 255, 255, 0.2); }

table.io tbody th {
  vertical-align: middle;
  background: rgba(0,0,0,0.25);
  border: 1px solid #333;
}

table.io tbody td {
  text-align: left;
  padding: 0.4rem;
  border: 1px solid #333;
}

table.io input {
  color: rgb(241, 241, 241);
  height: 25px;
  border: 1px solid rgb(67, 68, 78);
  background-color: rgb(60, 61, 70);
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
  border-radius: 5px;
}
table.io input:focus, table.io input:active {
  background-color: rgb(65, 66, 75);
  border-color: rgb(84, 85, 97);
}

table.io th > a {
  color: #fff;
  text-decoration: none;
  display: block; }

table.io tfoot > tr,
table.io tfoot > tr > td
{
  border: none;
  padding: 0.8rem
}

/* 입출력용 테이블 */

.box {
  display: inline-table;
  margin-left: 12px;
  margin-top: 12px; }

.per33 {
  min-width: auto !important;
  width: 30% !important; }

table.top-info {
  position: absolute;
  display: block;
  right: 80px;
  top: 0;
  bottom: 0; }

.top-info > tbody > tr > th, .top-info > tbody > tr > td {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }

.top-info > tbody > tr > th {
  background: rgba(255, 255, 255, 0.2);
  height: 50px;
  padding: 0 10px; }

.top-info > tbody > tr > td {
  min-width: 60px;
  text-align: center;
  position: relative; }

table.info-table {
  width: 100%; }

.info-table > thead > tr > th, .info-table > tbody > tr > td, .info-table > tfoot > tr > td {
  font-size: 12px;
  padding: 5px;
  border: 1px solid #fff; }

.info-table > tbody > tr > td {
  background: #000; }

.game-list button {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #00b1ff;
  color: #00b1ff;
  background: transparent; }

.game-list button.on {
  color: #fff;
  background: #00b1ff;
  text-shadow: 1px 1px 1px #000; }

.box-body table {
  width: 100%; }

.box-body table > thead > tr > th {
  padding: 5px;
  font-weight: 900;
  font-size: 12px;
  border-bottom: 1px solid #888; }

.box-body table > thead > tr > th:first-child {
  width: 50px; }

.box-body table > thead > tr > th.round {
  width: 40px; }

.box-body table > thead > tr > th:last-child {
  width: 50px; }

.box-body table > tbody > tr > td {
  position: relative;
  padding: 10px 5px;
  font-size: 12px;
  border-bottom: 1px solid #888;
  text-align: center; }

.box-body table > tbody > tr.end > td {
  color: #666; }

.box-body table > tbody > tr > td.time {
  font-weight: 900;
  font-size: 10px; }

.box-body table > tbody > tr.end > td.time {
  color: #666; }

.box-body table > tbody > tr > td button[type="button"] {
  padding: 10px 10px;
  border: 1px solid #00b1ff;
  color: #00b1ff;
  background-color: transparent; }

.box-body table > tbody > tr > td button[type="button"].on {
  color: #fff;
  background-color: #00b1ff; }

.box-body table > tbody > tr.end > td button[type="button"] {
  padding: 10px 10px;
  border: 1px solid transparent;
  color: transparent;
  background-color: transparent; }

.box-body table > tbody > tr > td > div.block {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.01);
  z-index: 9999; }

.block.hide {
  display: none !important; }

.red {
  color: rgb(255, 74, 48);
}

/* FORM */
.input-group input {
  display: none; }

.input-group label {
  position: relative;
  padding: 5px 10px;
  font-weight: 900;
  color: #00b1ff;
  background-color: transparent;
  font-size: 15px;
  text-align: center;
  display: inline;
  width: 45%;
  cursor: pointer;
  border: 1px solid #00b1ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input-group input:checked + label {
  border: 1px solid #00b1ff;
  background-color: #00b1ff;
  color: #fff; }

.input-group input:disabled + label {
  border: 1px solid #666;
  color: #666; }

.input-group input:checked:disabled + label {
  border: 1px solid #666;
  background-color: #666;
  color: #fff; }

.logout {
  float: right;
  border: 1px solid rgb(255, 74, 48);
  color: rgb(255, 74, 48);
  background-color: rgba(255, 74, 48, 0.2);
  height: 40px;
  padding: 0px 0.8rem;
  border-radius: 5px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 0.75rem;
  min-width: 120px;}

.logout:after {
  clear: both; }

td > button {
  border: none;
  border-radius: 3px;
  padding: 2px 15px;
  }

.btn-ok {
  border: 1px solid rgb(0, 191, 255);
  color: rgb(0, 191, 255);
  background-color: rgba(0, 191, 255, 0.2);
  }

.btn-cancel {
  background-color: rgb(225, 29, 0);
  color: rgb(0, 0, 0);
  box-shadow: rgb(225, 29, 0) 2px 2px 1px inset, rgba(0, 0, 0, 0.35) 0px 3px 4px;
  }

.btn-search {
  background-color: rgb(126, 230, 41);
  color: rgb(0, 0, 0);
  box-shadow: rgb(154, 235, 87) 2px 2px 1px inset, rgba(0, 0, 0, 0.35) 0px 3px 4px;
  }

.btn-yellow {
  background-color: rgb(255, 166, 4);
  color: rgb(0, 0, 0);
  box-shadow: rgb(255, 166, 4) 2px 2px 1px inset, rgba(0, 0, 0, 0.35) 0px 3px 4px;
  }

img.SportImg {
  width: 19px;
  height: 19px;
  margin-right: 5px; }

img.RegionImg {
  width: 20px;
  height: 15px;
  margin-right: 5px; }

.hide {
  display: none !important; }

.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: "";
  display: table; }

.clearfix:after, .row:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.f-l {
  float: left; }

.f-r {
  float: right; }

b, strong {
  font-weight: 900 !important; }

.BetResult {
  border: 1px solid #888;
  color: #000; }

.BetResult- {
  background: #fff;
  border: 1px solid #666;
  color: #000; }

.BetResult-win {
  background: #fdc111;
  border: 1px solid #666;
  color: #000; }

.BetResult-lose {
  background: #c00;
  color: #fff;
  border: 1px solid #666; }

.BetResult-exception {
  background: #080;
  color: #fff; }

.BetResult-cancel {
  background: #00f;
  color: #fff; }

.color-green {
  color: #00cf00; }

.color-on {
  color: #83ff00; }

.color-blue {
  color: #00b1ff; }

.color-red {
  color: #ff0043; }

.color-darkred {
  color: #520000; }

.colog-gray {
  color: #b0b0b0; }

.btn-danger {
  background: #ff0043 !important;
  color: #fff !important; }

.move-up {
  color: #0088ff;
  animation: moveUp 800ms -800ms ease infinite alternate; }

.move-down {
  color: #ff3300;
  animation: moveDown 800ms -800ms ease infinite alternate; }

@keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  100% {
    opacity: .5;
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px); } }

@keyframes moveDown {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  100% {
    opacity: .5;
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px); } }

.spinner {
  margin: 150px auto;
  width: 100px;
  text-align: center; }

.spinner > div {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 5px; }

.spinner--orange > div {
  background: #FF9A27; }

.spinner--cyan > div {
  background: #3FCCA1; }

.spinner--yellow > div {
  background: #F2D915; }

.spinner .spinner__item1 {
  animation-delay: -0.60s; }

.spinner .spinner__item2 {
  animation-delay: -0.40s; }

.spinner .spinner__item3 {
  animation-delay: -0.20s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0; }
  40% {
    transform: scale(1);
    opacity: 1; } }

@keyframes sk-bouncedelay2 {
  0%, 80%, 100% {
    transform: scale(0.5);
    opacity: 0.5; }
  40% {
    transform: scale(1);
    opacity: 1; } }

@keyframes Open {
  from {
    height: 0; }
  to {
    height: 100%; } }

.deposit.on {
  animation: blinker-red 1.0s infinite ease-in-out both; }

.withdraw.on {
  animation: blinker-blue 1.0s infinite ease-in-out both; }

@-moz-keyframes blinker-red {
  0% {
    background-color: #ff0043; }
  50% {
    background-color: rgba(0, 0, 0, 0.2); }
  100% {
    background-color: #ff0043; } }

@-webkit-keyframes blinker-red {
  0% {
    background-color: #ff0043; }
  50% {
    background-color: rgba(0, 0, 0, 0.2); }
  100% {
    background-color: #ff0043; } }

@keyframes blinker-red {
  0% {
    background-color: #ff0043; }
  50% {
    background-color: rgba(0, 0, 0, 0.2); }
  100% {
    background-color: #ff0043; } }

@-moz-keyframes blinker-blue {
  0% {
    background-color: #2b7399; }
  50% {
    background-color: rgba(0, 0, 0, 0.2); }
  100% {
    background-color: #2b7399; } }

@-webkit-keyframes blinker-blue {
  0% {
    background-color: #2b7399; }
  50% {
    background-color: rgba(0, 0, 0, 0.2); }
  100% {
    background-color: #2b7399; } }

@keyframes blinker-blue {
  0% {
    background-color: #2b7399; }
  50% {
    background-color: rgba(0, 0, 0, 0.2); }
  100% {
    background-color: #2b7399; } }

.loading-box {
  display: none;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4); }

.loading-bg {
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  width: 200px;
  height: 200px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4); }

.loading-img {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-image: url("../img/Cube.svg");
  margin: 0 auto; }

.loading-svg {
  background-image: url("../img/Cube.svg");
  display: block;
  margin-bottom: 10px;
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 0 auto; }

a.show-info {
  color: #fff;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  min-width: 60px; }

.popup {
  position: absolute;
  display: block;
  background: #333;
  top: 55px;
  right: 1px;
  min-width: 500px; }

.flicker-red {
  background: transparent url(../img/flicker-red.gif);
  color: #fc0;
  font-weight: bold; }

.td-checked{
  background: #f1aa00;
  color: #000;
  font-weight: bold;
}

.btn {
  position: relative;
  align-items: center;
  font-size: 0.8rem;
  padding: 0.8rem 1.5rem;
  letter-spacing: 1px;
  background: rgb(45, 46, 53);
  font-weight: 600;
  border: 1px solid rgb(72, 72, 83);
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px, rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
  border-radius: 5px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  cursor: pointer;
  outline: none;
  user-select: none;
  background-clip: padding-box;
  color: rgb(205, 205, 204);
  display: inline-flex;
  margin: 0 0.1rem;
}

.btn:disabled{
  border: 1px solid #888;
  background: #00adff !important;
  color: #000 !important;

}

tr.open{
  background: #d6ff00;
}
tr.open > td{
  color: #000;
}

h2.loading{
  animation: sk-bouncedelay2 1.0s infinite ease-in-out both;
  display: block;
  width: 100%;
  padding: 55px auto;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

.mt_10
{
  margin-top: 10px;
}

/* 팝업 */
.pop_wrap {
  font-family: "Nanum Gothic", serif;
  width: 100%;
  height: 100%;
}
.ui-dialog .ui-dialog-content
{
  background-color: #000000;
}



.pop_wrap h1 {
  color: rgb(255, 166, 4);
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0.8rem 0;
}
.pop_wrap h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0.8rem 0;
}
.pop_wrap h2 button {
  background: transparent;
  color: #fff;
  box-shadow: none;
  border: none;
  margin-left: 0.4rem;
  float: right;
}
/* 팝업 */

/* 세로 탭  */
.table-vtab{
  display: flex;
  align-self: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.table-vtab > tbody > tr > th{

}

/*.table-vtab ul > li > button*/
/*{*/
/*  width : 100%;*/
/*  display: block;*/
/*  border: solid 1px #eeeeee;*/
/*  margin-bottom: 1px;*/
/*  font-size: 10pt;*/
/*  line-height: 25px;*/
/*  font-weight: normal;*/
/*  cursor: pointer;*/
/*  background-color: #000000;*/
/*  color : #ffffff;*/
/*}*/

/*.table-vtab ul > li:first-child > button {*/
/*  border-top-left-radius: 5px;*/
/*}*/

/*.table-vtab ul > li:last-child > button {*/
/*  border-bottom-left-radius: 5px;*/
/*}*/

.table-vtab .on{

}

.table-vtab iframe{
  width: 1600px;
  height: 100%;
  min-height: 1000px;
  border : solid 1px #000000;
  overflow: hidden;
}
/* 세로 탭  */

.page_title{
  color: rgb(255, 166, 4);
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.ui-dialog-titlebar-close{
  color : #111;
}
.IdxSort span{}

.nav-category img {
  float: right;
}

/*신규 스크롤 css*/
::-webkit-scrollbar {border-radius: 2px;height: 9px;width: 9px;}
::-webkit-scrollbar-thumb {background: rgb(57, 58, 66);border-radius: 20px;}
::-webkit-scrollbar-track {background: rgb(21, 22, 25);}

.btn_top {width: 100%;margin-bottom: 0.8rem}
.btn_top ul {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.btn_top button {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
  outline: none;
  user-select: none;
  background-clip: padding-box;
  letter-spacing: 1px;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
  white-space: nowrap;
  height: 40px;
  padding: 0px 1.5rem;
  border-radius: 5px;
  box-shadow: unset;}


select {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/dropdown.png) no-repeat 95% 50%;
  background-size: 0.4rem;
  appearance: none;
  background-color: rgb(60, 61, 70);
  border: 1px solid rgb(67, 68, 78);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
  cursor: pointer;
  color: rgb(241, 241, 241);
  height: 25px;
  padding: 0px 1.5rem 0px 0.8rem;
  width: 100%;
  position: relative;
}
select::-ms-expand { display: none; }

.scroll-y {
  overflow-y: auto;
}
.main-item-list {
  background: rgb(34, 34, 39);
  padding: 0.8rem 0.8rem 0.8rem 0.3rem;
  box-shadow: rgb(82, 82, 93) 1px 1px 4px -2px inset;
  border-radius: 5px;
  top: 10px;
  height: 100vh;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
}
.main-item-list li:not(:last-child) {margin-bottom: 0.5rem;}
.main-item-list li a {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
  outline: none;
  user-select: none;
  border: 1px solid transparent;
  background-clip: padding-box;
  letter-spacing: 1px;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
  white-space: nowrap;
  background-color: rgb(45, 46, 53);
  color: rgb(205, 205, 204);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px, rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
  height: 35px;
  padding: 0px 1.5rem;
  border-radius: 5px;
  min-width: 95px;
  margin-left: 0.5rem;
}
.main-item-list li button:hover,
.main-item-list li a:hover {
  background-color: rgb(57, 58, 67);
  color: rgb(255, 255, 255);
}

.item-list {
  flex: 0 0 230px;
  max-width: fit-content;
  min-width: 120px;
  background: rgb(34, 34, 39);
  padding: 0.8rem;
  box-shadow: rgb(82, 82, 93) 1px 1px 4px -2px inset;
  border-radius: 5px;
  position: sticky;
  top: 10px;
  height: 100vh;
  overflow: auto;
  margin-right: 0.8rem;
}
.item-list li:not(:last-child) {margin-bottom: 0.4rem;}
.item-list li button,
.item-list li a {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
  outline: none;
  user-select: none;
  border: 1px solid transparent;
  background-clip: padding-box;
  letter-spacing: 1px;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
  white-space: nowrap;
  background-color: rgb(45, 46, 53);
  color: rgb(205, 205, 204);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px, rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
  height: 35px;
  padding: 0px 1.5rem;
  border-radius: 5px;
  min-width: 95px;
  margin: 0;
}
.item-list li button:hover,
.item-list li a:hover {
  background-color: rgb(57, 58, 67);
  color: rgb(255, 255, 255);
}
.item-list li button.on {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
  outline: none;
  user-select: none;
  background-clip: padding-box;
  letter-spacing: 1px;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
  white-space: nowrap;
  height: 35px;
  padding: 0px 1.5rem;
  border-radius: 5px;
  border: 1px solid rgb(255, 166, 4);
  color: rgb(255, 166, 4);
  background-color: rgb(49, 43, 32);
  box-shadow: unset;
}

/*체크박스 테스트*/
label {
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  user-select: none;
}
label span:nth-child(3) {
  position: unset !important;
  margin-left: 0.4rem;
  font-size: 0.8rem !important;
  color: rgb(205, 205, 204) !important;
}
label:not(:last-child) {
  margin-right: 0.8rem;
}
.checkbox {
  background-color: rgb(60, 61, 70);
  border: 1px solid rgb(67, 68, 78);
  border-radius: 5px;
  height: 16px;
  margin: 0px 0.3rem 0px 0px;
  position: unset !important;
  min-width: 16px;
}
label:hover input ~ .checkbox {
  background-color: rgb(65, 66, 75);
  border-color: rgb(84, 85, 97);
  transition: background-color 150ms linear 0s, box-shadow 150ms linear 0s;
}
label input:checked ~ .checkbox::after {
  display: block;
}
label .checkbox::after {
  border-radius: 50%;
  color: rgb(126, 230, 41);
  content: "✓";
  display: none;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
}
label input {
  appearance: none;
  opacity: 0;
  height: 0;
  width: 0 !important;
  padding: 0 !important;
}
label input:checked ~ .checkbox {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.radio {
  background-color: rgb(60, 61, 70);
  border-radius: 50%;
  height: 24px;
  margin: -10px 0 0 0;
  position: relative !important;
  width: 24px;
  right: unset !important;
}
label input:checked ~ .radio::after {
  display: block;
}

label .radio::after {
  background-color: rgb(126, 230, 41);
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px, rgb(180, 255, 118) 0px 6px 20px 0px inset;
  border-radius: 50%;
  content: "";
  display: none;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 8px;
  left: 8px;
}
label:hover input ~ .radio {
  background-color: rgb(60, 61, 70);
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px, rgb(107, 109, 125) 0px 6px 20px 0px inset;
  transition: background-color 150ms linear 0s, box-shadow 150ms linear 0s;
}

.side-menu {
  flex: 0 0 230px;
  max-width: 120px;
  min-width: 120px;
  background: rgb(34, 34, 39);
  padding: 0.8rem;
  box-shadow: rgb(82, 82, 93) 1px 1px 4px -2px inset;
  border-radius: 5px;
  position: sticky;
  top: 10px;
  height: 100vh;
  overflow: auto;
  margin-right: 0.8rem;
}
.contents {
  width: 100%;
}

.live-user {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px, rgb(131, 131, 146) 1px 1px 4px -2px inset;
  margin-bottom: 0.8rem;
  width: 100%;
  border-radius: 5px;
  background: url('../img/33.svg') 0% 0% / 25% rgb(41, 41, 47);
  padding: 1rem;
}
.live-user span:first-child {
  color: rgb(255, 166, 4);
  font-size: 1.8rem;
  padding: 0px 0.8rem;
  font-weight: bold;
  min-width: 85px;
  text-align: center;
}
.live-user span:last-child {
  padding-right: 0.8rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
.w-120 {width: 120px !important;}
.manage-item {
  border-collapse: collapse;
  color: rgb(205, 205, 204);
  font-size: 0.8rem;
  border-radius: 5px;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  max-width: fit-content;
  min-width: 1011px;
  border: 1px solid rgb(58, 58, 66);
  background-color: rgba(46, 46, 53, 0.4);
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
}
.manage-item h3 {
  padding-right: 0.8rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.manage-item input {
  padding: 0px 0.4rem;
  outline: 0px;
  height: 25px;
  border: 1px solid rgb(67, 68, 78);
  background-color: rgb(60, 61, 70);
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
  border-radius: 5px;
  width: 100px;
  margin-right: 0.2rem;
}
.manage-item .select-container {
  max-width: fit-content;
  display: inline-flex;
}
.paging-area {
  margin-bottom: 1.5rem;
}