@charset "UTF-8";
/* 리셋 css */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(../css/HoonJunglebook/HoonJunglebook.css);
@import url(../css/Supercell-Magic/Supercell-Magic.css);

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
  font-family: 'gyeonggiTitle_Light';
  src: url('../font/gyeonggiTitle_Light/H2gtrE.woff2') format('woff2'),
    url('../font/gyeonggiTitle_Light/H2gtrE.woff') format('woff'),
    url('../font/gyeonggiTitle_Light/H2gtrE.eot'),
    url('../font/gyeonggiTitle_Light/H2gtrE.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Core Gothic E 5';
  src: url('/../font/CoreGothicE-5Medium.eot');
  src: url('/../font/CoreGothicE-5Medium.eot?#iefix') format('embedded-opentype'),
    url('/../font/CoreGothicE-5Medium.woff2') format('woff2'),
    url('/../font/CoreGothicE-5Medium.woff') format('woff'),
    url('/../font/CoreGothicE-5Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 폰트 */
/* 설정값 */
/* TEXT COLOR */
/* Templet COLOR */
/* 기본정리 */
button {
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

em {
  font-style: normal;
}

table tr td,
table tr th {
  vertical-align: middle;
}

table tr th {
  font-weight: 900;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nowrap {
  white-space: nowrap;
}

.L {
  text-align: left;
}

.C {
  text-align: center;
}

.R {
  text-align: right !important;
}

.M * {
  vertical-align: middle;
}

.F-L {
  float: left;
}

.F-R {
  float: right;
}

.pr-1 {
  padding-right: 1rem !important;
}

/*
.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 {
  width: 80px;
  text-align: center;
}

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-container {
  position: relative;
  margin: 0 auto;
  width: 1440px;
  height: 1030px;
  padding-top: 10px;
  text-align: center;
  z-index: 999;
  display: none;
}

.video_bg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -999;
}

.video-cover {
  position: absolute;
  background: url("../assets/gapimage/main/back-type.png");
  z-index: -99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.join-bg {
  position: relative;
  margin: -120px auto;
  padding-top: 10px;
  text-align: center;
  z-index: 999;
  display: none;
}

.joinform {
  position: absolute;
  width: 700px;
  top: 300px;
  padding-left: 80px;
}

.login-box {
  position: absolute;
  width: 700px;
  top: 350px;
}

.login-box input {
  float: left;
  display: block;
  width: 160px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;

  background-color: #fff;
  padding: 0 15px;
  font-size: 15px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 10px;
  font-family: 'gyeonggiTitle_Light';
  line-height: 30px;
  text-indent: 3px;
}

.joinform input {
  display: block;
  width: 160px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  background-color: #fff;
  padding: 0 15px;
  font-size: 15px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 10px;
  font-family: 'gyeonggiTitle_Light';
}

.joinbox {
  width: 50%
}

.joinbox_han {
  width: 100% !important;
  font-family: 'gyeonggiTitle_Light' !important;
  font-size: 20px !important;
}

.effect {
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  max-width: 180px;
  text-decoration: none;
  border-radius: 4px;
  padding: 0 30px;
  margin-left: 10px;
  margin-top: -2px;
}

.effect.login-btn {
  background-color: transparent;
  border: 1px solid #fff;
  float: left;
  color: #fff;
  box-shadow: #c47135 0 0px 0px 0px inset;
  height: 37px;
  font-size: 13px;
  text-shadow: none;
}

.effect.login-btn:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: #c47135 0 0px 0px 40px inset;
}

.effect.join-btn {
  border: 1px solid #fff;
  float: left;
  color: #fff;
  box-shadow: #c47135 0 0px 0px 0px inset;
  height: 25px;
  padding-top: 10px;
  width: 36px;
  font-size: 15px;
  font-weight: bold;
}

.effect.join-btn:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: #c47135 0 0px 0px 40px inset;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.demo-container {
  width: 25rem;
}


.tb-container button.login-btn {
  float: none;
  width: 100%;
  margin: 10px auto;
  max-width: 100%;
  padding: 15px;
  height: 50px;
}

.tb-container input {
  text-align: center;
}

.S_box {
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 16px;
  color: #909090;
  border-radius: 0;
  width: 275px;
  z-index: 2;
  background: transparent;
}

.S_box:after {
  color: red;
}

.L_form_table {
  margin: auto;
  width: 447px !important;
  border-collapse: collapse;
}

.L_form_table caption small {
  color: #fc0;
  font-weight: normal;
}

.L_form_table caption {
  margin-bottom: 10px;
}

.L_form_table th {
  background: #c47135;
  padding: 12px;
  border: 1px solid #fff;
  color: #000;
  display: none;
}

.L_form_table td {
  padding: 1px 7px;
}

.L_form_table td.noborder {
  border: none;
}

.L_form_table td.noborderR {
  width: 100%;
}

.L_form_table td.noborderL {
  border-left: none;
}

.L_form_table td.nopaddingL {
  padding-left: 0;
}

.L_form_table td.error {
  color: #f44;
}

.L_form_table input,
.L_form_table select,
.L_form_table textarea {
  all: unset;
  border-bottom: 1px solid #5C4931;
  width: 447px;
  height: 26px;
  padding: 4px 0;


  color: #fff;
}

.L_form_table .fulltext {
  padding: 5px 12px;
}

.L_form_table .fulltext input,
.L_form_table .fulltext select,
.L_form_table .fulltext textarea {
  margin-left: -5px;
  width: 100%;
  resize: none;
}

.L_form_table td.bottombuttons {
  border: 0;
  padding: 0;
  padding-top: 20px;
  text-align: center;
}

.L_form_table td.nodata {
  border: 0;
  padding: 40px 0;
  text-align: center;
}

.demo-container {
  width: 25rem;
}

.tb-container {
  position: relative;
  margin: 0 1.5rem;
  margin-top: 0.75rem;
}

.tb-container button.login-btn {
  float: none;
  width: 100%;
  margin: 10px auto;
  max-width: 100%;
  padding: 15px;
  height: 50px;
}

.tb-container_num {
  position: relative;
  margin: 0 1.5rem;
  margin-top: 0.75rem;
}

.aumd-tb-label {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translate(0.75rem, -50%);
  pointer-events: none;
  transition: all .14s ease-in-out;
  float: left;
  margin-left: -230px;
}

.aumd-tb-label_num {
  position: absolute;
  color: #999;
  top: 50%;
  transform: translate(0.75rem, -50%);
  pointer-events: none;
  transition: all .14s ease-in-out;
  margin-left: -100px;
}

.L_form_table tr td input {
  text-align: center;
}

.tb-container input {
  text-align: center;
}


input[type="text"].aumd-tb,
input[type="password"].aumd-tb {
  color: #fff;
  border: none;
  border-bottom: 1px solid #5C4931;
  padding: 0.75rem 0.75rem;
  font-size: 0.8rem;
  display: block;
  box-sizing: border-box;
  width: 447px;
  margin-top: 20px;
  background-color: #131519;
  ;
}

input[type="text"].aumd-tb:focus,
input[type="password"].aumd-tb:focus {
  outline: none;
}

input[type="text"].aumd-tb.c-fix,
input[type="text"].aumd-tb:focus,
input[type="text"].aumd-tb:not(:placeholder-shown),
input[type="password"].aumd-tb.c-fix,
input[type="password"].aumd-tb:focus,
input[type="password"].aumd-tb:not(:placeholder-shown) {
  border-color: transparent;
}

input[type="text"].aumd-tb.c-fix~label,
input[type="text"].aumd-tb:focus~label,
input[type="text"].aumd-tb:not(:placeholder-shown)~label,
input[type="password"].aumd-tb.c-fix~label,
input[type="password"].aumd-tb:focus~label,
input[type="password"].aumd-tb:not(:placeholder-shown)~label {
  /*color: #c47135;*/
  color: #C9B078;
  font-size: 0.72rem;
  top: calc(10% - .5rem);
  transform: translate(0.75rem, 0%);
}

input[type="text"].aumd-tb.c-fix~span:after,
input[type="text"].aumd-tb:focus~span:after,
input[type="text"].aumd-tb:not(:placeholder-shown)~span:after,
input[type="password"].aumd-tb.c-fix~span:after,
input[type="password"].aumd-tb:focus~span:after,
input[type="password"].aumd-tb:not(:placeholder-shown)~span:after {
  width: 447px;
  left: 0;
}

input[type="text"].aumd-tb::-webkit-input-placeholder,
input[type="password"].aumd-tb::-webkit-input-placeholder {
  color: transparent;
}

input[type="text"].aumd-tb::-moz-placeholder,
input[type="password"].aumd-tb::-moz-placeholder {
  color: transparent;
}

input[type="text"].aumd-tb:-ms-input-placeholder,
input[type="password"].aumd-tb:-ms-input-placeholder {
  color: transparent;
}

input[type="text"].aumd-tb~.validation,
input[type="password"].aumd-tb~.validation {
  display: block;
  color: #999;
  font-size: 0.72rem;
  visibility: hidden;
  max-height: 0;
  height: 0;
  transition: all .14s ease-in-out;
  margin-left: 0.75rem;
}

input[type="text"].aumd-tb~.validation:after,
input[type="password"].aumd-tb~.validation:after {
  transition: all .14s ease-in-out;
  left: 50%;
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  visibility: visible;
  background: linear-gradient(to right, #C8AE76 15%, #fff 50%, #C8AE76);
}

input[type="text"].aumd-tb_num1 {
  color: #fff;
  border: none;
  border-bottom: 1px solid #5C4930;
  font-size: 0.8rem;
  display: inline-block;
  width: 135px;
  background-color: #131519;
}

input[type="text"].aumd-tb_num1:focus {
  outline: none;
}

input[type="text"].aumd-tb_num1.c-fix,
input[type="text"].aumd-tb_num1:focus,
input[type="text"].aumd-tb_num1:not(:placeholder-shown) {
  border-color: transparent;
}

input[type="text"].aumd-tb_num1.c-fix~label,
input[type="text"].aumd-tb_num1:focus~label,
input[type="text"].aumd-tb_num1:not(:placeholder-shown)~label {
  color: #c47135;
  font-size: 0.72rem;
  transform: translate(0.75rem, 0%);
}

input[type="text"].aumd-tb_num1.c-fix~span:after,
input[type="text"].aumd-tb_num1:focus~span:after,
input[type="text"].aumd-tb_num1:not(:placeholder-shown)~span:after {
  width: 95%;
  left: 0;
}

input[type="text"].aumd-tb_num1::-webkit-input-placeholder {
  color: transparent;
}

input[type="text"].aumd-tb_num1::-moz-placeholder {
  color: transparent;
}

input[type="text"].aumd-tb_num1:-ms-input-placeholder {
  color: transparent;
}

input[type="text"].aumd-tb_num1~.validation_1 {
  display: block;
  color: #999;
  font-size: 0.72rem;
  visibility: hidden;
  max-height: 0;
  height: 0;
  transition: all .14s ease-in-out;
  margin-left: 0;
}

input[type="text"].aumd-tb_num1~.validation_1:after {
  transition: all .14s ease-in-out;
  left: 50%;
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  visibility: visible;
  background: linear-gradient(to right, #C8AE76 15%, #fff 50%, #C8AE76);
}

input[type="text"].aumd-tb_num2 {
  color: #fff;
  border: none;
  border-bottom: 1px solid #5C4930;
  font-size: 0.8rem;
  display: inline-block;
  width: 135px;
  background-color: #131519;
}

input[type="text"].aumd-tb_0num2:focus {
  outline: none;
}

input[type="text"].aumd-tb_num2.c-fix,
input[type="text"].aumd-tb_num2:focus,
input[type="text"].aumd-tb_num2:not(:placeholder-shown) {
  border-color: transparent;
}

input[type="text"].aumd-tb_num2.c-fix~label,
input[type="text"].aumd-tb_num2:focus~label,
input[type="text"].aumd-tb_num2:not(:placeholder-shown)~label {
  color: #c47135;
  font-size: 0.72rem;
  transform: translate(0.75rem, 0%);
}

input[type="text"].aumd-tb_num2.c-fix~span:after,
input[type="text"].aumd-tb_num2:focus~span:after,
input[type="text"].aumd-tb_num2:not(:placeholder-shown)~span:after {
  width: 87%;
  left: 0;
}

input[type="text"].aumd-tb_num2::-webkit-input-placeholder {
  color: transparent;
}

input[type="text"].aumd-tb_num2::-moz-placeholder {
  color: transparent;
}

input[type="text"].aumd-tb_num2:-ms-input-placeholder {
  color: transparent;
}

input[type="text"].aumd-tb_num2~.validation_2 {
  display: block;
  color: #999;
  font-size: 0.72rem;
  visibility: hidden;
  max-height: 0;
  height: 0;
  transition: all .14s ease-in-out;
  margin-left: 0;
}

input[type="text"].aumd-tb_num2~.validation_2:after {
  transition: all .14s ease-in-out;
  left: 50%;
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  visibility: visible;
  background: linear-gradient(to right, #C8AE76 15%, #fff 50%, #C8AE76);
}

.add_border_bottom {
  border-image-source: linear-gradient(to right, #C8AE76 15%, #fff 50%, #C8AE76);
  border-image-slice: 1;
}

/* 레이아웃 */
body,
html {
  margin: 0;
}

.notice-item:before,
.notice-item:after,
.bottom .bet-info:before,
.bottom .bet-info:after,
.home-content:before,
.home-content:after,
.contents:before,
.contents:after {
  display: table;
  content: " ";
}

.notice-item:after,
.bottom .bet-info:after,
.home-content:after,
.contents:after {
  clear: both;
}

#Wrapper {
  width: 1200px;
  margin: auto;
  min-height: 100%;
  position: relative;
}

#bet {
  color: #ddd;
}

#contents {
  position: relative;
  min-height: 350px;
}

#popup_wrapper {
  padding: 10px;
  width: 570px;
  margin: 0 auto;
}

#popup_contents {
  position: relative;
  padding: 20px;
}

.main {
  width: 100%;
  height: 100%;

  background: url("../14main_img/main_background.png") no-repeat center center fixed;
  background-size: cover;
  margin-bottom: -1px;
}

.wrap {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.wrap_main {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  vertical-align: middle;
}

.wrap_main div ul {
  display: none;
}



.contents {

  width: 1400px;
}

.left-menu {
  width: 295px;
  float: left;
  padding: 5px;
}

.left-menu .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.left-menu .box.cart {
  border-bottom: 2px solid #14805e;
}

.main-content {
  float: left;
  width: 1079px;
  /*padding: 0 5px;*/
  min-height: 700px;
}

.main-content.wide {
  margin: auto;
  float: left;
}

.main-content .title {
  width: 800px;
  line-height: 55px;
  font-size: 35px;
  padding: 5px 20px;
  font-weight: bold;
  color: #ddd;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0px;
}

.main-content.wide .title {
  width: calc(100% - 20px);
  padding: 5px 10px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.right-side {
  float: left;
  width: 275px;
  margin-top: 300px;
  padding: 5px;
}

.top-main {
  background: black;
  border-bottom: 1px solid #333;
}

.top-main_main {
  background-color: #1C1D1E;
  height: 55px;
  width: 100%;

position: relative;
    z-index: 0;
}

.top {
  width: 100%;
  height: 80px;
  padding: 0 0 40px 0;
  position: relative;
}

.top .loginBox {
  position: absolute;
  top: 3px;
  right: 101px;
  display: table;
  height: 120px;
}

.top .loginBox .item {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}

/* 메인 헤더 */
/*
.top .logo_M{
  width: 625px;
  height: 178px;
  //margin-top: 20px;
  //margin-left: 10px;
  background:  url("../assets/new_images/header/logo/logoover1.png" ) no-repeat center;
  display: block;
  margin: 0 auto;
  margin-bottom:30px;
}

.top .logo_M:hover{
  background : url("../assets/new_images/header/logo/logoover2.png" ) no-repeat;

}*/
.top .user-info {
  line-height: 30px;
  float: right;
  color: #fff;
  margin-top: 10px;
  margin-right: 20px;
  text-align: right;
  font-size: 13px;
}

.user-info .gap {
  padding: 0 10px;
}

.user-info .bar {
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}

.user-info .info {
  color: #fc0;
  font-weight: bold;
}

.user-info .logout {
  color: #ddd;
  font-weight: bold;
}

.sub-main {
  vertical-align: middle;
  background: black;
}

.sub-main-main {
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.4);
}

.sub-main p,
.sub-main .TimeArea span,
.sub-main .twitter a,
.sub-main .kakao {
  margin: 0;
  display: table-cell;
  padding: 0 15px;
  height: 38px;
  vertical-align: middle;
}

.sub-main .TimeArea {
  float: left;
}

.sub-main .kakao {
  float: right;
  font-size: 15px;
  height: 38px;
  color: #fc0;
}

.sub-main .kakao i {
  display: table-cell;
  background: url("../images/kakao.png") no-repeat;
  width: 30px;
  height: 38px;
}

.sub-main .kakao span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.sub-main .kakao span.t {
  color: #fc0;
  padding-right: 5px;
}

.sub-main .twitter {
  float: right;
}

.sub-main .twitter a {
  color: #00aaff;
}

.sub-main .twitter a:hover {
  color: #fff;
}



.footer .links {
  margin: 0 auto;
  width: 720px;
  padding: 20px 0;
  line-height: 66px;
  min-height: 60px;
}

.footer .links .link {
  float: left;
  margin-left: 15px;
  font-size: 14px;
}

.footer .links .link a {
  color: #999;
  font-weight: bold;
  text-decoration: none;
}

.footer .banner {
  margin: 0 auto;
  width: 830px;
  padding: 0;
  min-height: 50px;
}

.footer .banner a {
  float: left;
}

.footer .banner a:not(:last-child) {
  margin-right: 10px;
}

.copyright {
  position: absolute;
  top: 620px;
  left: 160px;
  color: #ddd;
  text-align: center;
  font-size: 10px;
}

.scoreboard {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#scoreboard {
  width: 100%;
  height: 79px;
  border: none;
  overflow: hidden;
}

.trans {
  background: transparent !important;
}

.text-shadow {
  text-shadow: 1px 2px 2px #000, 3px 2px 1px #000, 1px -1px 1px #000, 0 -1px 1px #000 !important;
}

#backcircle {
  width: 300px;
  height: 41px;
  background: url('/14king_img/bet_header.png')no-repeat;

  /* margin-top: 19px; */

  position: absolute;

}

/* Home */
.home-box {
  width: 100%;
  min-height: 300px;
  margin-bottom: -10px;
}

.home-box .content-box {
  width: 295px;
}

.home-box .notice-box {
  width: 100%;
  min-height: 300px;
  float: left;
}

.home-box .notice-box .notice {
  border: 1px solid;
  border-top-color: #444;
  border-left-color: #444;
  border-right-color: #222;
  border-bottom-color: #222;
  margin: 5px auto;
}

.home-box .notice .title {
  padding: 10px 15px;
  background: #14805e url("../images/record/table.png") repeat-x;
  font-weight: bold;
  font-size: 1.1em;
}

.home-box .notice-box .notice .items:last-child {
  border-bottom: none;
}

.home-box .info-box {
  width: 490px;
  min-height: 300px;
  float: right;
}

.home-content {
  position: relative;
  width: 100%;
  /*margin-top: 280px;*/
  min-height: 567px;
}

.home-content .banner {
  float: left;
  display: block;
  width: 284px;
  height: 297px;
}

.home-content .banner:not(:last-child) {
  margin-right: 10px;
}

.home-content .banner .information {
  display: block;
  width: 284px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.home-content .banner-narrow {
  float: left;
  margin-top: 1px;
  margin-bottom: -5px;
  height: 55px;
  background: #fff;
  width: 100%;
  padding-top: 5px;
}

.home-content .banner2 {
  float: left;
  display: block;
  width: 579px;
  height: 227px;
  margin-top: 10px;
}

.home-content .banner2:last-child {
  margin-left: 10px;
}

.home-content .banner2 .box {
  width: 577px;
  height: 225px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* odds */
.BetArea {
  margin-top: 50px;
  height: 100%;
  border-left: 8px solid #C8AE76;
  border-right: 8px solid #C8AE76;
  background: #131519;
  color: #fff;
}

.BetArea_bottom {
  width: 1079px;
  height: 8px;
  background: linear-gradient(to right, #C8AE76 15%, #fff 50%, #C8AE76);
  margin-bottom: 20px;
}

.leagueBox dt.leagueTitle {
  display: block;
  /*background: url("../assets/gapimage/background/sub-name.png") no-repeat;*/
  /*background-size: cover;*/
  /*padding: 15px 14px;*/
  /*border-top: 1px solid #555;*/
  /*margin-top: 20px;*/
  /*height: 52px;*/
}

.leagueBox dt.leagueTitle * {
  vertical-align: middle;
}

.leagueBox dt.leagueTitle .sportsIcon {
  width: 19px;
  display: none;
  height: 19px;
}

.leagueBox dt.leagueTitle .leagueIcon {
  width: 25px;
  display: none;
  height: 19px;
  margin-left: 4px;
}

.leagueBox dt.leagueTitle .leagueName {
  font-weight: bold;
  padding-top: 12px;
  font-size: 15px;
  color: #000;
  width: 1063px;
  height: 40px;
  background: url('/14king_img/game_result_title.png');
  position: absolute;
  padding-left: 20px;
}

.leagueBox dl.eventBox {
  padding: 4px 0;
  zoom: 1;
  padding-right: 25px;
}

.leagueBox dl:last-child {
  padding-bottom: 30px;
}


.leagueBox dl.eventBox:after {
  display: block;
  clear: both;
  content: "";
}

.leagueBox dl.football {
  /*background: url(/img/sbbg/football.jpg) no-repeat;*/
}

.leagueBox dl.basketball {
  /*background: url(/img/sbbg/basketball.jpg) no-repeat;*/
}

.leagueBox dl.ice_hockey {
  /*background: url(/img/sbbg/ice_hockey.jpg) no-repeat; */
}

.leagueBox dl.volleyball {
  /*background: url(/img/sbbg/volleyball.jpg) no-repeat;*/
}

.leagueBox dl.tennis {
  /*background: url(/img/sbbg/tennis.jpg) no-repeat;*/
}

.leagueBox dl.handball {
  /* background: url(/img/sbbg/handball.jpg) no-repeat; */
}

.leagueBox dl.american_football {
  /* background: url(/img/sbbg/american_football.jpg) no-repeat; */
}

.leagueBox dl.beach_volleyball {
  /*background: url(/img/sbbg/beach_volleyball.jpg) no-repeat;*/
}

.eventTitle {
  color: #fff;
}

.eventBox dt {
  display: block;
  float: left;
  width: 100%;
  padding: 0 5px;
}

.eventBox dt table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

.eventBox dt table td {
  padding: 6px 0;
}

.eventBox table td.game-info {
  padding: 10px 15px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.eventBox table td.game-info span {
  padding: 0 10px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.eventBox table td.game-info ul {
  width: 100%;
  display: table;
}

.eventBox table td.game-info ul li {
  display: table-cell;
}

.eventBox table td.game-info ul li.home {
  padding-right: 15px;
  width: 45%;
  text-align: right;
}

.eventBox table td.game-info ul li.vs {
  color: #fff;
  width: 10%;
  text-align: center;
  text-shadow: none;
}

.eventBox table td.game-info ul li.away {
  padding-left: 15px;
  width: 45%;
  text-align: left;
}

.eventBox dt table td a.icon_favorite {
  background: url(/img/sprite.png) -230px -160px no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
}

.eventBox dt table td a.favorite_on {
  background-position: -210px -140px;
}

.eventBox dt table td.edate {
  /*color: #f18d29;*/
  font-weight: bold;
  font-size: 1.1em;
}

.eventBox dt table td.p1name,
.eventBox dt table td.p2name {
  font-weight: bold;
  font-size: 1.2em;
}

.eventBox dt table.ScoreTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
}

.eventBox dt table.ScoreTable th,
.eventBox dt table.ScoreTable td {
  padding: 2px;
}

.eventBox dt table.SetScoreTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  /* background: url(/img/black-40.png); */
}

.eventBox dt table.SetScoreTable th {
  /* background: #333; */
}

.eventBox dt table.SetScoreTable th,
.eventBox dt table.SetScoreTable td {
  padding: 2px;
  border: 1px solid #888;
  font-size: 11px;
  font-family: "gyeonggiTitle_Light";
}

.eventBox dt table.SetScoreTable td.R {
  color: #000 !important;
}

.eventBox dt table.SetScoreTable td.L {
  color: #000 !important;
}

.eventBox dt table.ScoreInfoTable {
  margin-top: 8px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  /* background: url(/img/black-40.png); */
}

.eventBox dt table.ScoreInfoTable th {
  /* background: #333; */
}

.eventBox dt table.ScoreInfoTable th,
.eventBox dt table.ScoreInfoTable td {
  padding: 4px;
  border: 1px solid #888;
}

.eventBox dt table.ScoreInfoTable .header {
  background: #888;
}

.eventBox .ScoreMessage {
  margin-top: 8px;
  height: 9em;
  line-height: 1.5;
  overflow: auto;
  /* background: url(/img/black-40.png); */
  padding: 0.5em;
  color: #444;
}

.eventBox .ScoreMessage-simple {
  margin-top: 4px;
  /*background: url(/img/black-40.png);*/
  padding: 0.25em;
  color: #fc0;
}

.eventBox dd {
  display: block;
  float: right;
  width: 100%;
}

.eventBox dd table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

.eventBox dd table tr th {
  width: 177px;
  padding-right: 10px;
  text-align: right;
  color: #fff;
}

.eventBox dd table tr td.bet {
  background: #C8AE76;
  border-left: 2px solid #C8AE76;
  border-right: 2px solid #C8AE76;
  border-top: 2px solid #C8AE76;
  border-bottom: 2px solid #C8AE76;
  border-image-source: linear-gradient(to right, #C8AE76 15%, #fff 50%, #C8AE76);
  border-image-slice: 10;
  cursor: pointer;
  width: 365px;
  height: 25px;
}

.eventBox dd table tr td.bet:hover {
  background: #fff;
  color: #000;
}

.eventBox dd table tr td.base {
  /* background: #333; */
  background: #C8AE76;
  color: #000;
}

.eventBox dd table tr td.hx {
  width: 180px;
  border-left: 2px solid #C8AE76;
  border-right: 2px solid #C8AE76;
  border-top: 2px solid #C8AE76;
  border-bottom: 2px solid #C8AE76;
  border-image-source: linear-gradient(to right, #C8AE76 15%, #fff 50%, #C8AE76);
  border-image-slice: 10;

}

.eventBox dd table tr td.lock {
  background: #7B7C7B;
  color: #fff;
}

.eventBox dd table tr td.vs {
  background: #969386;
  color: #000;
  font-weight: bold;
  border-radius: 10px;
}

.eventBox dd table tr td .pick {
  display: block;
  float: left;
  padding: 6px 0 6px 15px;
}

.eventBox dd table tr td.on .pick {
  display: block;
  float: left;
  padding: 6px 0 6px 15px;
}

.hx.bet .pick {
  float: right;
  margin-right: 100px;
}

.hx.bet .odds {
  position: absolute;
  margin-left: 100px;
}

.hx.bet.on .pick {
  float: right;
  margin-right: 100px;
}

.hx.bet.on .odds {
  position: absolute;
  margin-left: 100px;
}

.hx.base .pick {
  float: right;
  margin-right: 100px;
}

.hx.base .odds {
  position: absolute;
  margin-left: 100px;
}

.hx.base.on .pick {
  float: right;
  margin-right: 100px;
}

.hx.base.on .odds {
  position: absolute;
  margin-left: 100px;
}

.eventBox dd table tr td .odds {
  display: block;
  float: right;
  padding: 6px 15px 6px 0;
  white-space: nowrap;
}

.eventBox dd table tr td .h2.pick {
  display: block;
  float: right;
  padding: 6px 15px 6px 0;
}

.eventBox dd table tr td .h2.odds {
  display: block;
  float: left;
  padding: 6px 0 6px 15px;
  white-space: nowrap;
}

.eventBox dd table tr td.base .odds {
  /*font-weight: bold;*/
}

.eventBox dd table tr td .increased {
  background: url(/img/indecrease.gif) right top no-repeat;
}

.eventBox dd table tr td .decreased {
  background: url(/img/indecrease.gif) right bottom no-repeat;
}

.eventBox dd table tr td.on {
  /*background-position: 0px -200px;*/
  background: #000;
  color: #fff;
}

.eventBox dd table tr td.on:hover {
  background-color: #fff;
}

.eventBox dd table tr td.on .odds {
  color: #fff;
}

.eventBox dd table tr td.on:hover .odds {
  color: #000;
}

.eventBox dd table tr.notice td {
  padding: 0;
  color: #fc0;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eventContents {
  margin-left: 0px;
  color: black;
}

.leagueContents {
  margin-left: 0 !important;
}

.leagueContents dl:first-child {
  padding-top: 40px;
}

.eventBox dd table tr td .pick.first {
  display: block;
  float: left;
  padding: 6px 0 3px 10px;
  font-weight: 600;
  line-height: 34px;
}

.eventBox dd table tr td .odds.first {
  display: block;
  float: right;
  padding: 6px 6px 6px 0;
  white-space: nowrap;
  line-height: 34px;
}

/* tabs */
.GrayTab * {
  margin: 0;
  padding: 0;
}

/* .GrayTab, .GrayTab ul li a { background: url(GrayTab_BG.png) repeat-x; }*/
.GrayTab {
  height: 32px;
  overflow: hidden;
  border-bottom: 1px solid #666;
  position: fixed;
  margin-top: -50px;
}

.GrayTab ul {
  float: left;
  padding-right: 0;
  list-style: none;
}

.GrayTab ul li {
  float: left;
  padding-right: 0;
}

.GrayTab ul li a {
  position: relative;
  display: block;
  color: #aaa;
  text-decoration: none;
  font-size: 13px;
}

.GrayTab ul li a:hover {
  color: #eee;
}

.GrayTab ul li a b {
  background-position: -2px -2px;
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
}

.GrayTab ul li a b * {
  vertical-align: middle;
}

.GrayTab ul li a b img {
  margin: -2px 5px 0 0;
  border: none;
}

.GrayTab ul li a b span.icon {
  margin-right: 5px;
}

.GrayTab ul li a em {
  color: #ff0;
}

.GrayTab ul li a .num {
  position: absolute;
  right: 0;
  top: 1px;
}

.GrayTab ul li.first a b {

  margin: 0 3px;
}

.GrayTab ul li.on {
  color: #C8AE76
}

.GrayTab ul li.on a {
  color: #fff;
}

.GrayTab ul li.on a b {
  color: #C8AE76;
}

.GrayTab-Wide ul li a b {
  padding: 0 15px;
  margin: 0 3px;
  color: #fff;
}

.GrayTab-Contents {
  padding: 10px;
  min-height: 184px;
  padding: 0px
}

.GrayTab-Contents2.left {
  margin-left: -40px;
}

ul.game-list li a b {
  padding: 0 25px;
}

.GrayTab-Contents form input {
  background-color: #fff;
  color: #000;
}

/* bet carts */
#bet_slip {
  position: relative;
  top: 0;
}

#bet_slip .bet_slip_input_area {
  background: #060 url(../img/BetSlipBG.png) repeat-x;
  border: 1px solid;
  border-color: #6b6 #040 #040 #6b6;
  padding: 10px 16px;
}

#bet_slip .bet_slip_title {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #060;
}

#bet_slip .bet_slip_title * {
  vertical-align: middle;
}

#bet_slip .bet_slip_title b {
  background: url(../img/BetSlipSprite.png) 0 -170px no-repeat;
  display: inline-block;
  width: 109px;
  height: 13px;
  font-size: 0;
  line-height: 0;
}

#bet_slip .bet_slip_fix_check {
  position: absolute;
  right: 0;
  top: 0;
  text-shadow: none;
}

#bet_slip .bet_slip_fix_check * {
  vertical-align: middle;
}

#bet_slip .bet_slip_fix_check button {
  background: url(../img/BetSlipSprite.png) -50px 0 no-repeat;
  width: 20px;
  height: 12px;
  border: none;
  text-indent: -9999px;
  font-size: 1px;
}

#bet_slip .bet_slip_fix_check button.on {
  background-position: -50px -15px;
}

#bet_slip .bet_slip_fix_check label {
  margin-right: 4px;
}

#bet_slip .bet_slip_amounts {
  padding-top: 10px;
  border-top: 1px solid #494;
}

#bet_slip .bet_slip_amounts table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

#bet_slip .bet_slip_amounts table th {
  text-align: left;
  padding: 6px 0;
}

#bet_slip .bet_slip_amounts table td {
  text-align: right;
}

#bet_slip .bet_slip_amounts input {
  width: 80px;
  border: 1px solid #444;
  padding: 2px 4px;
  text-align: right;
  font-weight: bold;
}

#bet_slip .bet_slip_amounts #total_odds,
#bet_slip .bet_slip_amounts #win_amount {
  border: none;
  background: transparent;
  color: #fff;
}

#bet_slip button.bet_picks_clear_btn {
  background: transparent url(../img/BetSlipSprite.png) -80px 0 no-repeat;
  width: 40px;
  height: 20px;
  border: none;
  text-indent: -9999px;
  font-size: 1px;
}

#bet_slip button.bet_amount_max_btn {
  background: transparent url(../img/BetSlipSprite.png) no-repeat;
  width: 40px;
  height: 20px;
  border: none;
  text-indent: -9999px;
  font-size: 1px;
}

#bet_slip .bet_slip_button_area button {
  background: #f40 url(../img/BetSlipPickBG.png) left bottom repeat-x;
  width: 100%;
  border: 1px solid;
  border-color: #f82 #b20 #b20 #f82;
  padding: 10px;
  font-weight: bold;
  font-size: 13px;
  text-shadow: 1px 1px 1px #fff;
}

#bet_slip .bet_slip_button_area button:hover {
  background-color: #f61;
}

#bet_slip .bet_slip_button_area button span {
  background: url(../img/BetSlipSprite.png) 0px -150px no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 55px;
  height: 15px;
  font-size: 0;
  line-height: 0;
}

#bet_slip #bet_picks li {
  position: relative;
  background: #fc0 url(../img/BetSlipPickBG.png) left bottom repeat-x;
  border: 1px solid;
  border-color: #ff6 #a80 #a80 #ff6;
  padding: 8px;
  color: #000;
}

#bet_slip #bet_picks li a {
  color: #00f;
  text-decoration: none;
}

#bet_slip .pick_delete_btn {
  background: url(../img/BetSlipSprite.png) 4px -86px no-repeat;
  border: none;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 17px;
  height: 18px;
  text-indent: -9999px;
  font-size: 1px;
}

#bet_slip .pick_event_info {
  padding-bottom: 4px;
  border-bottom: 1px solid #a80;
}

#bet_slip .pick_event_info .leag {
  padding: 2px 4px;
}

#bet_slip .notice {
  margin-top: 4px;
  padding: 4px;
  background: #f00;
  border: 1px solid #000;
}

#bet_slip .pick_type_info {
  padding-top: 4px;
  border-top: 1px solid #ff3;
}

#bet_slip .pick_type_info table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

#bet_slip .pick_type_info table th {
  text-align: left;
  font-weight: normal;
}

#bet_slip .pick_type_info table td {
  text-align: right;
  width: 40px;
  padding-right: 4px;
}

#bet_slip .pick_type_info table th .ellipsis {
  background: url(../img/BetSlipSprite.png) 4px -68px no-repeat;
  padding: 2px 4px 2px 21px;
  height: 13px;
  line-height: 13px;
}

#bet_slip .pick_type_info table th .bar {
  display: inline-block;
  margin: 0 4px;
  height: 0.7em;
  border-left: 1px solid #a80;
  border-right: 1px solid #ff6;
}

#BettingCart {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 268px;
  margin-top: 16px;
  width: 282px;
  transition-duration: 200ms;
}

#BettingCart .box-violet,
#BettingCart .box-yellow,
#BettingCart .box-green,
#BettingCart .box-dark {
  padding: 4px 4px;
}

#BettingCart .inbox b {
  text-shadow: 1px 1px 1px #000;
  font-family: "gyeonggiTitle_Light";
}

#BettingCart a b {
  font-size: 13px;
  font-family: "gyeonggiTitle_Light";
}

#BettingCart ul.clearfix li {
  float: left;
  text-align: center;
  line-height: 1.6;
}

#BettingCart .inbox {
  padding: 4px;
}

#BettingCart .buttons .inbox {
  padding: 2px 8px;
  height: 20px;
  line-height: 20px;
  margin-top: 6px;
}

#BettingCart .buttons a,
#BettingCart .buttons a b {
  display: block;
}

#BettingCart .buttons a:hover b {
  background: #108F10;
}

#BettingCart .buttons button {
  width: 100%;
  height: 36px;
  padding: 0;
  background: #fc0;
  border: 1px solid #000;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}

#BettingCart .buttons button:hover {
  background: #fd0;
}

#BettingPicks {
  width: 280px;
  margin: 0 auto;
}

#BettingPicks li {
  background: #997A00 url(/img/bg-pick.png) left top no-repeat;
  border: 1px solid;
  border-color: #FF6 #886900 #886900 #FF6;
  position: relative;
  padding: 5px;
  color: #000;
}

#BettingPicks .icon_delete {
  position: absolute;
  right: 5px;
  top: 5px;
}

#BettingPicks .lock {
  color: #666;
}

#BettingPicks .PickEventInfo {
  padding-bottom: 4px;
  border: 1px solid #C59B51;
  color: #fff;
  margin-bottom: 5px;
  font-size: 13px;
}

#BettingPicks .PickEventInfo .leagbox {
  padding: 4px;
}

#BettingPicks .PickEventInfo .leag {
  float: left;
  font-weight: bold;
}

#BettingPicks .PickEventInfo .limit {
  padding-left: 10px;
}

#BettingPicks .PickEventInfo .home {

  display: block;
  color: #fff;
  padding: 4px 4px 2px 21px;
  height: 20px;
  line-heigt: 13px;
}

#BettingPicks .PickEventInfo .away {

  display: block;
  color: #fff;
  padding: 2px 4px 2px 21px;
  height: 15px;
  line-height: 13px;
  font-weight: bold;
}

#BettingPicks .PickEventInfo .on .home {
  background: #C8AE76;
  color: #000;
  padding: 0 4px 4px 21px;
  height: 15px;
  font-weight: bold;
}

#BettingPicks .PickEventInfo .on .away {
  background: #C8AE76;
  color: #000;
  padding: 1px 4px 4px 21px;
  height: 15px;
  font-weight: bold;
}

#BettingPicks .lock .PickEventInfo .on .home {
  color: #444;
  font-weight: bold;
}

#BettingPicks .lock .PickEventInfo .on .away {
  color: #fff;
  font-weight: bold;
}

#BettingPicks .noti {
  margin-top: 4px;
  padding: 4px;

}

#BettingPicks .noti {
  color: #B20000;
  padding-left: 20px
}

#BettingPicks .PickTypeInfo {
  padding-top: 4px;
  border-top: 0px solid #FF6;
}

#BettingPicks .PickTypeInfo table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

#BettingPicks .PickTypeInfo table td {
  padding: 0;
  font-weight: normal;
}

#BettingPicks .PickTypeInfo table td div {
  /* background: url(/img/sprite.png) 4px -258px no-repeat;*/
  padding: 2px 20px 2px 21px;
  height: 13px;
  line-height: 13px;
}

#BettingPicks .PickTypeInfo .wr {
  border-right: 0px solid #fff;
  border-left: 0px solid #fff;
}

#BettingPicks .PickTypeInfo .first {
  border-right: 1px solid #fff;
}

#BettingPicks .PickTypeInfo .last {
  border-left: 1px solid #fff;
  color: #ff0101;
}

#BettingPicks .PickTypeInfo .increased {
  background: url(/img/indecrease.gif) right top no-repeat;
}

#BettingPicks .PickTypeInfo .decreased {
  background: url(/img/indecrease.gif) right bottom no-repeat;
}

#BettingPicks .closed .PickEventInfo .leagbox,
#BettingPicks .closed .PickEventInfo .home,
#BettingPicks .closed .PickEventInfo .away {
  text-decoration: line-through;
}

#BettingPicks .closed .PickTypeInfo table * {
  text-decoration: line-through;
}

#BettingCartOverlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 282px;
  height: 173px;
  background: url(/img/black-80.png);
}

#BettingCartOverlay a {
  display: block;
  width: 280px;
  height: 173px;
  background: url(/img/countdown.png) -9999px -9999px no-repeat;
  outline: none;
}

#BettingCartOverlay a.countdown-5 {
  background-position: center 3px;
}

#BettingCartOverlay a.countdown-4 {
  background-position: center -167px;
}

#BettingCartOverlay a.countdown-3 {
  background-position: center -337px;
}

#BettingCartOverlay a.countdown-2 {
  background-position: center -507px;
}

#BettingCartOverlay a.countdown-1 {
  background-position: center -677px;
}

#BettingCartOverlay a.countdown-0 {
  background-position: center -847px;
}

.icon_delete {
  background: url(/img/sprite.png) -360px -140px no-repeat;
  display: inline-block;
  width: 9px;
  height: 10px;
}

.blind {
  display: none;
}

.betcart {
  width: 299px;
  background-color: #131519;
}

.betcart_bg {
  width: 260px;
  background-color: #3F4035;
}

.betcart .top {
  height: 57px;
}

.betcart .top .t0,
.betcart .top .t1,
.betcart .top .t2 {
  float: left;
  position: absolute;
}

.betcart .top .t0 {
  margin-top: 35px;
}

.betcart .top .t1 {
  margin-top: 20px;
  width: 210px;
}

.betcart .top .t1 span {
  font-size: 15px;
  font-weight: bold;
  color: #fc0;
  text-align: center;
  margin-left: 115px;
}

.betcart .top .t2 {
  margin-top: 15px;
}

.betcart .c-box {
  height: 128px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.betcart .b-box table {
  width: 100%;
}

.betcart .b-box table tr td {
  padding: 5px;
}

.b-title {
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
}

.b-title * {
  display: table-cell;
  vertical-align: middle;
}

.b-close {
  text-align: right;
  font-size: 14px;
  width: 26px;
  padding: 5px 5px 0 0;
  color: #1f1f1f;
}

.b-close a {
  color: #fff;
}

.b-box .team {
  padding: 5px 15px;
}

.b-box .b-detail {
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
}

.betcart .bottom {
  top: 0;
  margin: 0 auto;
  height: 415px;
  width: 275px;
  background-color: #131519;
}

.bottom .blind {
  display: none;
}

.bottom .game-selected {
  padding: 15px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: #222;
}

.bottom .game-selected em {
  text-decoration: none;
  font-style: normal;
  color: #F14651;
}

.bottom .bet-info {}

.bottom .bet-info_in {}

.bottom .bet-info:after,
.bottom .bet-info:before {
  display: table;
  content: " ";
}

.bottom .bet-info .info {
  float: left;
}

.bottom .bet-info .price {
  float: right;
  font-size: 14px;
  font-weight: 900;
  color: #000;
}

.bottom .bet-info .price input {
  border: 1px solid #737375;
  height: 20px;
  width: 120px;
  margin-top: 0px;
  text-align: right;
  border-radius: 8px;
  padding-right: 10px;
  margin-right: 5px;
}

.bottom .bet-info_in .price {
  height: 20px;
  width: 120px;
  color: #fff;
  text-align: right;
  float: right;
  margin-right: 15px;
}

.bottom .bet-info .price .max-btn {
  background: #fc0;
  color: #000;
  font-weight: bold;
  line-height: 23px;
  padding: 4px 5px 7px 5px;
  text-decoration: none;
}

.bottom .bet-info .bet-btn {
  background: #000;
  color: #fc0;
  text-shadow: none;
  font-weight: bold;
  width: 100%;
  padding: 10px 0;
  border: none;
  font-size: 15px;
  margin-bottom: 10px;
}

.bet_ok {
  background: url('/14king_img/bet_ok_button.png')no-repeat;
  width: 277px;
  height: 41px;
  margin-top: 60px;
  color: #000;
}

.bet_ok:hover {
  color: #B20000;
}

#bet_ok {
  position: relative;
  background: #f19844;
  height: 65%;
  /*30px*/
  width: 248px;
  margin-left: -10px;
  margin-top: -18px;
  border-radius: 12px;
}



.bottom .bet-info .bt.bt-info {
  width: 78px;
  height: 29px;
  margin: 2px auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
}

.bottom .bet-info .bt.bt-info.clear {
  background-color: #ff0043;
  color: #fff;
}

.bottom .bet-info .bt.bt-info.max {
  background-color: #000;
  color: #fff;
}

.bottom .bet-info_max {
  padding: 5px 0;
  width: 280px;
}

.orangebutton {
  width: 136px;
  color: #000;
  font-weight: 900;
  height: 30px;
  background: url('/14king_img/bet_money_button.png')no-repeat;
  margin: 5px 5px 0 0;
  font-size: 14px;
}

.orangebutton:hover {
  color: #B20000;
}

.delete_money {
  width: 136px;
  color: #fff;
  font-weight: 900;
  height: 30px;
  background: url('/14king_img/bet_delete_button.png')no-repeat;
  margin: 5px 5px 0 0;
  font-size: 14px;
}

.delete_money:hover {
  color: #C8AE76;
}

#orgbutton {
  height: 15px;
  width: 123px;
  border-radius: 15px;
  background-color: #C3E36B;
  margin-top: -11px;
  margin-left: -14px;
}

.orgbtext {}

.orange.le {
  width: 49%;
  text-align: center;
}

.orange.ri {
  width: 49%;
  text-align: center;
}

.bet-info_noBG {
  padding: 5px 0;
  width: 100%;
  padding-left: 28px;
}

#cart {
  z-index: 999;
}

#cart-btn {
  position: fixed;
  z-index: 900;
  padding-left: 25px;
  cursor: pointer;
}

#cart-btn .betcart {
  background: url("../assets/gapimage/background/bet-cart.png") no-repeat;
  height: 325px;
  color: #000;
}

#cart-btn .top {
  padding-bottom: 90px;
}

#bet-count {
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  font-size: 32px;
  padding: 3px 9px;
  margin-left: 103px;
  margin-top: 90px;
  font-family: 'gyeonggiTitle_Light';
}

.betcart .onoff {
  font-size: 12px;
  text-shadow: 1px 2px 2px #000, 3px 2px 1px #000, 1px -1px 1px #000, 0 -1px 1px #000;
}

.betcart span.top-title {
  color: #000;
  font-weight: 900;
  font-size: 15px;
  display: inline-block;
  width: 300px;
  text-align: center;
}

#Stats-Rank1,
#Stats-Rank2,
#Stats-Rank3 {
  float: right;
  width: 1079px;
  height: 308px;
  padding: 0px 8px;
  background: url('/14king_img/game_result_bbg.png')no-repeat;
}

#scroll-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

#scroll-bar::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
  height: 7px;
}

#scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

/* information Box */
.information {
  width: 280px;
  margin: -5px 25px;
}

.information .title {
  width: 273px;
  height: 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: url("../assets/new_images/board/info_bg.png") no-repeat;
}

.information .title:hover {
  background: url("../assets/new_images/board/info_bg_over.png") no-repeat;
}

.information .title:hover div div {
  -webkit-filter: contrast(130%);
  /* Safari */
  filter: contrast(130%);
}

.information .title .level {
  position: absolute;
  width: 78px;
  height: 78px;
  line-height: 78px;
  padding-top: 10px;
  z-index: 2;
}

.information .title .info {
  float: left;
  width: 110px;
  margin-left: 83px;
  text-align: right;
  line-height: 20px;
  padding-top: 5px;
  font-weight: bold;
  margin-top: 23px;
}

.information .title .info .uid {
  font-size: 16px;
  margin-bottom: 0;
  color: #ddd;
}

.information .title .info .ulevel {
  margin: 0;
  font-size: 14px;
  color: #ccc;
}

.information .title .info .ulevel span {
  color: #ff8207;
}

.information .title .logout {
  float: right;
  padding-top: 20px;
}

.information .content {
  clear: both;
  height: 126px;
  background: black;
  width: 280px;
}

.information .content .info {
  clear: both;
  width: 100%;
  line-height: 30px;
}

.information .content .info .t {
  float: left;
  width: 30%;
  text-align: right;
  font-weight: bold;
  color: #ccc;
}

.information .content .info .v {
  float: left;
  width: 65%;
  text-align: right;
  color: #ddd;
}

.bet-1 {
  background: url("../assets/gapimage/main/cross.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 280px;
  height: 130px;
  border-radius: 20px;
}

.bet-1:hover {
  animation: rubberBand 1s;
}

.bet-2 {
  background: url("../assets/gapimage/main/hammer.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 280px;
  height: 130px;
  border-radius: 20px;
  margin-top: 10px;
}

.bet-2:hover {
  animation: rubberBand 1s;
}

.bet-3 {
  background: url("../assets/gapimage/main/vsoccer.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 280px;
  height: 130px;
  border-radius: 20px;
  margin-top: 10px;
}

.bet-3:hover {
  animation: rubberBand 1s;
}

.bet-4 {
  background: url("../assets/gapimage/main/ag.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 280px;
  height: 130px;
  border-radius: 20px;
  margin-top: 10px;
}

.bet-4:hover {
  animation: rubberBand 1s;
}

.bet-5 {
  background: url("../assets/gapimage/main/rollingranking.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 280px;
  height: 130px;
  border-radius: 20px;
  margin-top: 10px;
}

.bet-5:hover {
  animation: rubberBand 1s;
}

.information .sub-cont {
  width: 100%;
  height: 51px;
  background: #111;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px 0;
}

.information .sub-cont a.item {
  display: inline-block;
  text-align: center;
  width: 31.5%;
  text-decoration: none;
}

.information .sub-cont a.item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.information .sub-cont a.item span {
  display: block;
  font-weight: bold;
  color: #ddd;
  margin-top: 5px;
  font-size: 12px;
}

.information .foot {
  width: 100%;
  height: 61px;
  background: #111;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 13px 0;
}

.information .foot a.item {
  display: inline-block;
  text-align: center;
  width: 23.5%;
  text-decoration: none;
}

.information .foot a.item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.information .foot a.item span {
  display: block;
  font-weight: bold;
  color: #ddd;
  margin-top: 5px;
  font-size: 12px;
}

.information .banner {
  width: 100%;
  height: 55px;
  background: #333;
  color: #fff;
}

.information.wide {
  border: 1px solid #999;
  height: 101px;
}

.information.wide .title {
  float: left;
  padding: 12px 5px;
  border: none;
}

.information.wide .content {
  clear: none;
  background-color: transparent;
  width: calc(100% - 290px);
  float: left;
}

.information.wide .content:after {
  clear: both;
}

.information.wide .title .logout {
  display: none;
}

.information.wide .none {
  display: none;
}

.information.wide .content .info {
  line-height: 25px;
}

/* Image Base Items */
.image-b.logo_M {
  background-position: -200px -10px;
  width: 625px;
  height: 120px;
  margin: 0 auto;
  display: block;
}

.image-b.logo {
  background-position: -200px -10px;
  width: 625px;
  height: 178px;
  margin: 0 auto;
  display: block;
}

.image-b.logo:hover {
  background-position: -10px -880px;
}

.image-b.logo_M:hover {
  background-position: -10px -880px;
}

.image-b.button-over-sport {
  margin: 0 auto;
  background-position: -10px -350px;
  width: 79px;
  height: 50px;
}

.image-b.button-over-sport:hover {
  background-position: -10px -400px;
}

.image-b.button-over-mini {
  margin: 0 auto;
  width: 98px;
  height: 50px;
  background-position: -100px -350px;
}

.image-b.button-over-mini:hover {
  background-position: -100px -400px;
}

.image-b.button-over-Bet365 {
  margin: 0 auto;
  width: 97px;
  height: 49px;
  background-position: -210px -350px;
}

.image-b.button-over-Bet365:hover {
  background-position: -210px -400px;
}

.image-b.button-over-casino {
  margin: 0 auto;
  display: block;
  width: 79px;
  height: 50px;
  background-position: -320px -350px;
}

.image-b.button-over-casino:hover {
  background-position: -320px -400px;
}

.image-b.button-over-board {
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 50px;
  background-position: -410px -350px;
}

.image-b.button-over-board:hover {
  background-position: -410px -400px;
}

.image-b.button-over-event {
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 50px;
  background-position: -500px -350px;
}

.image-b.button-over-event:hover {
  background-position: -500px -400px;
}

.image-b.button-over-result {
  margin: 0 auto;
  display: block;
  width: 97px;
  height: 50px;
  background-position: -600px -350px;
}

.image-b.button-over-result:hover {
  background-position: -600px -400px;
}

.image-b.button-over-rule {
  margin: 0 auto;
  display: block;
  width: 98px;
  height: 50px;
  background-position: -710px -350px;
}

.image-b.button-over-rule:hover {
  background-position: -710px -400px;
}

.image-b.button-over-customer {
  margin: 0 auto;
  display: block;
  width: 97px;
  height: 50px;
  background-position: -820px -350px;
}

.image-b.button-over-customer:hover {
  background-position: -820px -400px;
}

.image-b.write_bt {
  background-position: -10px -60px;
  width: 73px;
  height: 33px;
  border: none;
  display: table-cell;
}

.image-b.write_bt:hover {
  background-position: -90px -60px;
}

.image-b.B_ok {
  background-position: -10px -10px;
  width: 59px;
  height: 30px;
  border: none;
  display: table-cell;
}

.image-b.B_ok:hover {
  background-position: -80px -10px;
}

.image-b.B_cancel {
  background-position: -200px -200px;
  width: 59px;
  height: 28px;
  border: none;
  display: table-cell;
}

.image-b.logout-box {
  background-position: -200px -270px;
  width: 56px;
  height: 40px;
  margin-top: -44px;
}

/* UI 이미지 로드*/
.img-base {
  display: block;
  background: url("../assets/new_images/background.png?v3") no-repeat;
}

/* 레벨 대형 */
.lv1-lg,
.lv2-lg,
.lv3-lg,
.lv4-lg,
.lv5-lg,
.lv6-lg,
.lv7-lg,
.lv8-lg,
.lv9-lg,
.lv10-lg {
  width: 153px;
  height: 185px;
}

.lv1-lg {
  background: url("../assets/gapimage/icon/1.png") no-repeat center center;
  background-size: cover;
}

.lv2-lg {
  background-position: -170px -480px;
}

.lv3-lg {
  background-position: -340px -480px;
}

.lv4-lg {
  background-position: -510px -480px;
}

.lv5-lg {
  background-position: -680px -480px;
}

.lv6-lg {
  background-position: -10px -640px;
}

.lv7-lg {
  background-position: -170px -640px;
}

.lv8-lg {
  background-position: -340px -640px;
}

.lv9-lg {
  background-position: -510px -640px;
}

.lv10-lg {
  background-position: -680px -640px;
}

/* 레벨 중형 */
.img-base.lv1-md,
.img-base.lv2-md,
.img-base.lv3-md,
.img-base.lv4-md,
.img-base.lv5-md {
  margin: 0 auto;
  width: 75px;
  height: 75px;
  margin-left: 15px;
}

.img-base.lv1-md {
  background-position: -970px -360px;
}

.img-base.lv2-md {
  background-position: -970px -440px;
}

.img-base.lv3-md {
  background-position: -970px -520px;
}

.img-base.lv4-md {
  background-position: -970px -600px;
}

.img-base.lv5-md {
  background-position: -970px -680px;
}

/* 레벨 소형 */
.img-base.lv1-sm,
.img-base.lv2-sm,
.img-base.lv3-sm,
.img-base.lv4-sm,
.img-base.lv5-sm {
  margin: 0 auto;
  width: 40px;
  height: 44px;
}

.img-base.lv1-sm {
  background-position: -970px -360px;
}

.img-base.lv2-sm {
  background-position: -970px -440px;
}

.img-base.lv3-sm {
  background-position: -970px -520px;
}

.img-base.lv4-sm {
  background-position: -970px -600px;
}

.img-base.lv5-sm {
  background-position: -970px -680px;
}

/* navigation */
.nav {
  float: left;
  height: 45px;
  padding: 0;
}

.nav ul {
  margin: auto;
}

.nav ul li {
  display: table-cell;
}

.nav .big-button {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 0px;
  height: 50px;
  border-bottom: 3px solid transparent;
  font-weight: 600;
  padding: 0px 38px;
}

.nav .big-button:hover,
.nav .big-button.active {
  color: #FFcc00;
  border-bottom: 3px solid #ff8207;
}

.nav .big-button_m {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 18px;
  width: 140px;
  height: 42px;
  border-bottom: 3px solid transparent;
  font-weight: 600;
  color: #efefef;
}

.nav .big-button_m:hover {
  color: #dddddd;
}

.nav ul li.sub {
  padding-left: 15px;
}

.nav .logout {
  float: right;
}

.clear-fix {
  clear: both;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 45px;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.9);
  min-width: 160px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.dropdown-content a {
  color: #ddd;
  padding: 12px 15px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.dropdown-content a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-content a:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-shadow: 3px 3px 17px #045fa1, 3px -3px 17px #045fa1, -3px 3px 17px #045fa1, -3px -3px 17px #045fa1;
}

.dropdown-content a:after,
.dropdown-content a:before {
  display: table;
  content: " ";
}

.dropdown-content a .e-info {
  float: right;
  font-size: 12px;
  color: #ff8207;
  padding-top: 1px;
}

.dropdown-content a:hover .e-info {
  color: #f10c22;
  text-shadow: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .img-base.m1 {
  background-position: 0 -60px;
}

.paging_area {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paging {
  display: inline-block;
}

.paging .clearfix {
  display: block;
}



.paging .on em {
  background-position: right -30px;
  color: #3093A9;
}

.paging a em,
.paging b em {
  /*background: url(/img/sprite.png) right 0;*/
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  font-weight: bold;
}

.paging .prev {
  background-position: -460px 0;
  width: 26px;
  padding-left: 1px;
}

.paging .prev em {
  width: 26px;
  padding: 0;
}

.paging .next {
  background-position: -461px 0;
  width: 26px;
  padding-right: 1px;
}

.paging .next em {
  width: 26px;
  padding: 0;
  background: none;
}

.paging .disabled {
  color: #666;
}

/* Buttons */
a {
  color: #ddd;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

button {
  background: #333;
  border: 1px solid #666;
  color: #eee;
  padding: 5px 15px;
  font-weight: bold;
  /*text-shadow: 1px 1px 0px #000;*/
  border-radius: 1px;
}

button:hover {
  color: #fff;
}

button.red {
  background: #cd1208;
  border: 1px solid #ed3228;
}

button.red:hover {
  background: #dd2218;
}

button.pink {
  background: #F4444D;
  border: 1px solid #bd353b;
}

button.pink:hover {
  background: #c3383e;
}

button.green {
  background: #070;
  border: 1px solid #090;
}

button.green:hover {
  background: #080;
}

button.violet {
  background: #80c;
  border: 1px solid #b2f;
}

button.violet:hover {
  background: #90d;
}

button.middle {
  padding: 8px 16px;
  width: 73px;
  height: 33px;
  border: none;
}

button.template {
  background: #333;
  border: 1px solid #111;
}

button.template:hover {
  background: #111;
}

button.mini {
  padding: 2px;
  font-weight: normal;
  font-family: "gyeonggiTitle_Light";
  font-size: 11px;
}

button.small {
  padding: 4px 12px;
  font-weight: normal;
}

button.onoff {
  width: 62px;
  height: 18px;
  border: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 5px;
  color: #fff;
  padding: 1px 5px !important;
  font-size: 10px !important;
  position: absolute;
  text-shadow: none;
  left: 15px;
  top: 10px;
}

button.onoff.on {
  background: #fc0;
  color: #000;
}

button.onoff.off {
  background: #000;
}

.btn.view-refer {
  padding: 3px 35px;
  border: 1px solid #ff004d;
  color: #ff004d;
  font-weight: bold;
}

.btn.view-refer:hover {
  background: #ff004d;
  color: #fff;
}

.button-group {
  margin-top: 5px;
}

.button-group button {
  padding: 4px 10px;
  border-radius: 0;
  background: transparent;
  border: none;
  font-size: 13px;
}

.button-group button:hover {
  background-color: #ffcc00;
  color: #0a0a0a;
  text-shadow: none;
}

.button-group button.none {
  padding: 0 10px;
  color: #fc0;
}

.button-group button.none:hover {
  background: transparent;
  color: #fc0;
  text-shadow: none;
}

.button-group button.none img {
  margin: -13px 5px -13px auto;
}

.info button {
  padding: 3px;
}

.casino_loading {
  background-image: -moz-linear-gradient(-149deg, #ffffc1 0%, #c9b881 40%, #aa8f5c 50%, #c9b881 60%, #ffffc1 100%);
  background-image: -webkit-linear-gradient(-149deg, #ffffc1 0%, #c9b881 40%, #aa8f5c 50%, #c9b881 60%, #ffffc1 100%);
  background-image: -o-linear-gradient(-149deg, #ffffc1 0%, #c9b881 40%, #aa8f5c 50%, #c9b881 60%, #ffffc1 100%);
  background-image: -ms-linear-gradient(-149deg, #ffffc1 0%, #c9b881 40%, #aa8f5c 50%, #c9b881 60%, #ffffc1 100%);
  color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
  font-size: 60px;
  width: 350px;
  margin: 200px auto;
  margin-bottom: 237px;
}

/* 팝업창 */
body.swal2-shown {
  overflow-y: hidden;
}

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.swal2-container {
/*  display: flex;*/
/*  align-items: center;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  padding: 10px;*/
/*  background-color: transparent;*/
/*  z-index: 9999;*/
}

.swal2-container.swal2-fade {
  transition: background-color .1s;
}

.swal2-container.swal2-shown {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 21;
    opacity: 1;
    transform: scale(1, 1);
	overflow: auto;
}

.swal2-modal {
/*  background-color: #fff;*/
/*  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
/*  border-radius: 5px;*/
/*  box-sizing: border-box;*/
/*  text-align: center;*/
/*  margin: auto;*/
/*  overflow-x: hidden;*/
/*  overflow-y: auto;*/
/*  display: none;*/
/*  position: relative;*/
/*  max-width: 100%;*/
}

.swal2-modal:focus {
  outline: none;
}

.swal2-modal.swal2-loading {
  overflow-y: hidden;
}

.swal2-modal .swal2-title {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}

.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px;
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
  cursor: no-drop;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  user-select: none;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: '';
  margin-left: 5px 0 15px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999999;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
}

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}

.swal2-modal .swal2-close {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 13%;
    right: 3%;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease;
}

.swal2-modal .swal2-close:hover {
  color: #d55;
}

.swal2-modal>.swal2-input,
.swal2-modal>.swal2-file,
.swal2-modal>.swal2-textarea,
.swal2-modal>.swal2-select,
.swal2-modal>.swal2-radio,
.swal2-modal>.swal2-checkbox {
  display: none;
}

.swal2-modal .swal2-content {
width: 1220px;
    height: 764px;
    max-height: 764px;
    margin: auto;
    background: url(../images/sub/m_layot_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 30px;
  --borderWidth: 3px;
  background_: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);

/*
    border-radius: 30px;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-image-source: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-image-slice: 1;
    background-image: linear-gradient(to right, rgb(175, 152, 101) 15%, rgb(255, 255, 255) 50%, rgb(189, 153, 72));
    background-origin: border-box;
    background-clip: border-box;
	*/
}
.swal2-modal .swal2-content:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, rgb(175, 152, 101), rgb(193 156 74), rgb(215 187 124),rgb(227 205 155),rgb(225 209 172), rgb(255, 255, 255) ,rgb(155 146 124),rgb(143 131 101),rgb(131 115 75),rgb(153 131 75),rgb(191 162 88), rgb(189, 153, 72));
    border-radius: calc(1.5 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 5s ease alternate infinite;
    background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
  margin: 20px auto;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  transition: border-color box-shadow .3s;
}

.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  border: 1px solid #b4dbed;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
  transition: opacity .3s .03s ease;
  opacity: .8;
}

.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #e6e5e5;
}

.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}

.swal2-modal .swal2-input[type='number'] {
  max-width: 150px;
}

.swal2-modal .swal2-file {
  font-size: 20px;
}

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

.swal2-modal .swal2-radio {
  border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
  color: #545454;
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: #807f7f;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.swal2-modal .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  transform: rotate(45deg);
  left: 17px;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  transform: rotate(-45deg);
  right: 16px;
}

.swal2-icon.swal2-warning {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-info {
  font-family: 'Open Sans', sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-question {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  border-color: #ffffff;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
}

.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  margin: 0 -1px;
  z-index: 10;
}

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

@keyframes showSweetAlert {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes hideSweetAlert {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.swal2-show {
  animation: zoomIn 0.5s;
}

.swal2-show.swal2-noanimation {
  animation: none;
}

.swal2-hide {
  animation: fadeOut 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  animation: none;
}

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

.swal2-animate-success-line-tip {
  animation: animate-success-tip 0.75s;
}

.swal2-animate-success-line-long {
  animation: animate-success-long 0.75s;
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in;
}

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.swal2-animate-error-icon {
  animation: animate-error-icon 0.5s;
}

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.swal2-animate-x-mark {
  animation: animate-x-mark 0.5s;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Alert */
.alert-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: url("/img/black-70.png");
}

.alert-title {
  width: 258px;
  height: 62px;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -105px;
  margin-left: -129px;
  position: absolute;
  background-image: url("/images/ti1.png");
}

.alert-line {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -40px;
  height: 80px;
  background: url("/images/line.png");
}

.alert-text {
  display: block;
  position: absolute;
  width: 343px;
  height: 81px;
  left: 50%;
  top: 50%;
  margin-left: -170px;
  margin-top: 40px;
  background-image: url("/images/con1.png");
}

.alert-button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 203px;
  height: 50px;
  margin-top: 140px;
  margin-left: -101px;
  background-image: url("/images/bt1.png");
}

/* Modal */
/* Modal Mod */
.modal-alert {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding: 6rem 0;
	width: 1225px;
    margin: 0 auto;
    position: relative;

}

.mini-alert {
  width: 340px !important;
  height: 300px;
  background: #131519 !important;
  min-height: 300px;
}

.mini-alert2 {
  width: 520px !important;
  background: url('/14king_img/coupon_form.png')no-repeat !important;
  height: 255px;
}

.modal-alert .popup.lg {
/*  min-height: 649px;*/
/*  padding-left: 25px;*/
/*  padding-right: 25px;*/
}

.modal-alert .popup.lg.login {
  min-height: 300px;
}

.modal-alert table {
  width: 100%;

}

.modal-alert table.popup-table {
  height: 100%;
}

.modal-alert table.popup-table td.title,
table.popup-table td.title {
  padding: 15px 0;
  height: 50px;
  text-align: center;
}

.modal-alert table tr td img {
  margin-top: -35px;
}

.modal-alert table.popup-table .msg.lg {
  vertical-align: top;
}

.modal-alert table.popup-table .msgx {
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
}

.modal-alert .swal2-close,
.mini-alert .swal2-close {
  text-indent: -9000px;

  background: url("../images/sub/btn_close.png") ;
        background-size: 100% 100%;
  margin-top: 3px;
}



.modal-alert table .error,
table.popup-table .error {
  padding: 5px 0;
  font-size: 9px;
  font-weight: 700;
  color: #ff3818;
}

.modal-header.dark-modal {
  background: rgba(0, 0, 0, 0.5);
}

.modal-content {
  margin-top: 80px;
  background: transparent;
}

.modal-header {
  background: #111;
  font-size: 18px;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
  border-bottom: rgba(255, 255, 255, 0.5);
}

.modal-title {
  font-weight: bold;
  font-size: 15px;
}

.modal-body {
  background: #2a2a2a;
  border-bottom: 1px solid #111;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
}

.modal-footer {
  padding: 10px 15px;
}

.panel.shadow {
  background: rgba(0, 0, 0, 0.5);
  color: #efefef;
}

.panel-heading.point {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: bold;
  font-size: 18px;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #444;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #191919;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #525252;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-color: #000;
}

.modal-alert table.rtn-box {
  width: 100%;
}

.modal-alert table.rtn-box td.panel {
  width: 50%;
  padding: 5px;
  vertical-align: top;
}

.modal-alert table.rtn-box th.title {}

.modal-alert table .error,
table.popup-table .error {
  padding: 5px 0;
  font-size: 9px;
  font-weight: 700;
  color: #ff3818;
}

/* Notice */
.main-notice {
  width: 400px;
  padding: 0;
  position: absolute;
  top: 80px;
  background: #111;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.main-notice .notice-logo {
  text-align: center;
  height: 25px;
  opacity: 0.8;
  padding: 15px 0;
}

.main-notice .notice-logo img {
  height: 25px;
}

.main-notice .notice-title {
  padding: 5px 10px 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
}

.main-notice .notice-body {
  min-height: 150px;

  overflow-y: auto;
  border: 2px solid #c8af77;
  border-image-source: linear-gradient(to right, #c8af77 15%, #fff 50%, #c8af77);
  border-image-slice: 1;
}

.main-notice .notice-foot {
  font-size: 12px;
  color: #fff;
  border: 2px solid #c8af77;
  border-image-source: linear-gradient(to right, #c8af77 15%, #fff 50%, #c8af77);
  border-image-slice: 1;
}

.main-notice .notice-foot .notice-foot-btn {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #aaa;
  background: #222;
  font-size: 15px;
}

.main-notice .notice-foot .notice-foot-btn:hover {
  color: white;
}

.notice-foot .right-side {
  float: right;
  color: #000;
  padding: 5px 15px;
  margin-top: -3px;
  width: 90px;
  text-align: center;
  background: url('/14king_img/B_long.png') no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
  margin-top: -7px;
}

.notice-foot .right-side:hover {

  color: #B20000;
}

#notice1 {
  position: absolute;
  width: 250px;
  min-height: 50px;
  background: #f19e09;
  z-index: 100;
}

#notice1 .title {
  padding: 5px 15px;
  width: 220px;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #444;
  font-size: 25px;
  font-weight: bold;
}

#notice1 .content {
  padding: 5px 20px;
  font-size: 18px;
  color: #000;
}

/* loading */
.loading-bg {
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  padding: 10px;
}

.loading-img {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-image: url("../img/circle.svg");
  margin: 0 auto;
}

.loading-svg {
  background-image: url("../img/circle.svg");
  display: block;
  margin-bottom: 10px;
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 0 auto;
}

/*Jquery*/
/*! jQuery UI  */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

/* Contents */
.content-notice {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 943px;
  margin: 10px 0;
}

.content-notice .title {
  color: #fff !important;
  padding: 15px 15px;
}

.content-notice .notice-item {
  color: #666;
  padding: 5px;
  line-height: 20px;
}

.content-notice .notice-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-notice .notice-item .date {
  float: left;
  text-align: center;
  font-size: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 80px;
  line-height: 20px;
}

.content-notice .notice-item .notice {
  float: left;
  font-size: 12px;
  padding-left: 15px;
  line-height: 20px;
}

.content-notice table.money-base {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.content-notice table.money-base thead tr th {
  text-align: center;
  line-height: 22px;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 5px;
}

.content-notice table.money-base tbody tr td {
  padding: 2px;
  text-align: center;
  line-height: 27px;
  color: #fff;
}

.content-notice .delete-btn {
  padding: 5px 15px;
  background: none;
  color: #D40C0C;
  border: 1px solid #D40C0C;
  font-weight: bold;
}

.content-notice .content-box {
  background: rgba(10, 10, 10, 0.8);
  padding: 5px 15px;
  color: #f4f4f4;
}

.content-notice .content-box.white {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
}

.content-notice .content-box p {
  font-weight: bold;
}

.content-box li {
  display: block;
  padding: 5px 0;
  font-weight: bold;
}

.content-box li:before {
  content: " ";
  color: transparent;
  margin-left: -10px;
  margin-right: 10px;
}

.content-box em {
  color: #D40C0C;
  font-style: normal;
}

.content-notice table.money-part {
  width: 82%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 2px 2px;
}

.money-part td {
  width: 12.5%;
  height: 25px;
  text-align: center;
}

.money-part input[type=text] {
  padding: 8px 8px 8px 0;
  font-size: 20px;
  width: 247px;
  height: 39px;
  border: 1px solid #C69B52;
  text-align: right;
  color: #C69B52;
  background: transparent;
  border-radius: 5px;
}

.money-part input[type=text]:focus {
  outline: none;
}


.money-part input[type=radio] {
  display: inline-block;
}

.money-part label {
  padding: 15px;
}

.money-part .btn-money {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 25px;
}

.money-part .btn-money:hover {
  font-weight: bold;
}

.money-part .btn-clear {
  border: 1px solid #111;
  color: #000;
  background: #ddd;
  text-shadow: none;
  width: 100%;
  padding: 5px 0;
  font-weight: bold;
}

.money-part .btn-get {
  width: 100%;
  height: 54px;
  border: 1px solid #111;
  color: #ffffff;
  background: #333;
}

.viewport {
  width: 640px;
  height: 480px;
  background: url("/img/black-70.png") repeat;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 120px;
  color: #ddd;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 480px;
}

.c-money {
  font-size: 15px;
  font-weight: bold;
}

.casino-input {
  padding: 8px 8px 8px 0;
  font-size: 14px;
  width: 100%;
  border: 1px solid #C69B52;
  text-align: right;
  color: #C69B52;
  background: transparent;
  border-radius: 0;
  height: 36px;
}

#casinoGame {
  width: 100% !important;
  height: 100% !important;
}

.content .items {
  padding: 10px 5px;
  border-bottom: 1px solid #222;
  font-size: 11px;
}

#ChargeFormArea {
  color: #ddd;
  padding: 0 15px;
  height: 280px;
  font-size: 12px;
  overflow-y: auto;
  text-align: left;
}

.billiards {
  float: left;
  margin-top: 4px;
  width: 15px;
  height: 33px;
}

.deposit_write {
  font-size: 16px;
  margin-bottom: 15px;
}

.money-base thead tr {
  color: #C8AE76;
}

.game-list div.list-item {
  float: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.game-list div.list-item:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.inputform span {
  font-size: 17px;
  margin: 10px 0 0 0;
  display: inline-block;
}

.board_money {
  margin: 0 auto;
  background: url("/14king_img/M_bg_left.png")no-repeat;
  width: 458px !important;
  height: 647px;
}

.coin_board_money {
  background: url("/14king_img/M_bg_left02.png")no-repeat !important;
}

.board_money th {
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 120px;
}

.panel table tr td {
  border-radius: 10px;
}

.board.money_tb {
  background: url("/14king_img/M_bg_right.png") no-repeat;
}

.board_money td {
  /*padding: 30px 20px;*/
  text-align: center;

  color: #fff;
  font-size: 13px;
}

.board.money_tb th {
  padding: 15px 0;
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.board_money td.guideinfo p {
  font-size: 13px;
  padding: 5px 0;
  text-align: left;
}

.board.money_tb td {
  padding: 15px 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  font-weight: bold;
}

.outside {
  border-radius: 10px;
}

.deposit_pop {
  background: url('/14king_img/B_long.png') no-repeat;
  width: 247px;
  height: 39px;
  color: #000;
  padding: 0;
  font-weight: bold;
  background-size: 100% 100%;
  margin-top: 0.3rem;
  border: none;
}

.deposit_pop:hover {
  color: #AF2020;
}

.inputform input {
  padding: 8px 8px 8px 0;
  font-size: 14px;
  width: 150px;
  border: 1px solid #C69B52;
  text-align: right;
  color: #C69B52;
  background: transparent;
  border-radius: 5px;
}

.inputform input:focus {
  outline: none;
}

.btn-get {
  line-height: 100%;
  padding: 12px 20px 11px 20px;
  font-size: 13px;
  border-radius: 3px;
  font-weight: 900;
  display: inline-block;
  color: #fff;
  text-shadow: 3px 3px 17px red, 3px -3px 17px red, -3px 3px 17px red, -3px -3px 17px red;
  border: 1px solid #FE6600;
  background: transparent;
}

.btn-get:hover {
  text-shadow: 3px 3px 17px #045fa1, 3px -3px 17px #045fa1, -3px 3px 17px #045fa1, -3px -3px 17px #045fa1;
  border: 1px solid #fff;
}

.btn-get-de {
  line-height: 100%;
  font-size: 13px;
  border-radius: 3px;
  font-weight: 900;
  display: inline-block;
  color: #fff;
  text-shadow: 3px 3px 17px red, 3px -3px 17px red, -3px 3px 17px red, -3px -3px 17px red;
  border: 1px solid #FE6600;
  background: transparent;
  height: 26px;
}

.btn-get-de:hover {
  text-shadow: 3px 3px 17px #045fa1, 3px -3px 17px #045fa1, -3px 3px 17px #045fa1, -3px -3px 17px #045fa1;
  border: 1px solid #fff;
}

/* Items */

.icon_notice {

  display: inline-block;
  width: 30px;
  height: 16px;
}

/*.icon_sent {*/
/*background: url("../assets/gapimage/icon/sent.png") no-repeat;*/
/*display: inline-block;*/
/*content:'보냄';*/
/*width: 40px;*/
/*height: 17px; }*/

.icon_sent:before {
  /*background: url("../assets/gapimage/icon/sent.png") no-repeat;*/
  display: inline-block;
  content: '보냄';
  width: 40px;
  height: 17px;
}

/*.icon_recv {*/
/*background: url("../assets/gapimage/icon/recv.png") no-repeat;*/
/*display: inline-block;*/
/*width: 30px;*/
/*height: 16px; }*/

.icon_recv:before {
  content: '받음';
  display: inline-block;
  width: 30px;
  height: 16px;
}


.icon_text {
  background: url("../assets/new_images/board/text.png") no-repeat;
  width: 372px;
  height: 23px;
}

.icon_photo {
  background: url(/img/sprite.png?v3) -100px -140px no-repeat;
  display: inline-block;
  width: 13px;
  height: 12px;
}

.icon_pick {
  background: url(/img/sprite.png?v3) -440px -140px no-repeat;
  display: inline-block;
  width: 31px;
  height: 12px;
}

.icon_lock {
  background: url(/img/sprite.png?v3) -140px -140px no-repeat;
  display: inline-block;
  width: 7px;
  height: 9px;
}

.icon_lock2 {
  background: url(/img/sprite.png?v3) -340px -140px no-repeat;
  display: inline-block;
  width: 12px;
  height: 15px;
}

.icon_new {
  background: url("../assets/gapimage/icon/new.png") no-repeat;
  display: inline-block;
  width: 10px;
  height: 9px;
}

.icon_answer {
  background: url(/img/sprite.png?v3) -150px -140px no-repeat;
  display: inline-block;
  width: 50px;
  height: 16px;
}

/*.icon_read {*/
/*background: url("../assets/gapimage/icon/read.png") no-repeat;*/
/*display: inline-block;*/
/*width: 28px;*/
/*height: 16px; }*/
.icon_read:before {
  content: '읽음';
  display: inline-block;
  width: 28px;
  height: 16px;
}


/*.icon_wait,*/
/*.icon_deposit_new {*/
/*background: url("../assets/gapimage/icon/wait.png") no-repeat;*/
/*display: inline-block;*/
/*width: 30px;*/
/*height: 16px; }*/

.icon_wait:before,
.icon_deposit_new:before {
  content: '대기';
  display: inline-block;
  width: 30px;
  height: 16px;
}

.icon_deposit_wait {
  background: url(/img/sprite.png?v3) -70px -160px no-repeat;
  display: inline-block;
  width: 27px;
  height: 16px;
}

/*.icon_deposit_ok {*/
/*background: url(/img/sprite.png?v3) -100px -160px no-repeat;*/
/*display: inline-block;*/
/*width: 27px;*/
/*height: 16px; }*/

.icon_deposit_ok:before {
  content: "완료";
  display: inline-block;
  width: 27px;
  height: 16px;
}

.icon_deposit_cancel {
  background: url(/img/sprite.png?v3) -130px -160px no-repeat;
  display: inline-block;
  width: 27px;
  height: 16px;
}

.icon_message {
  background: url(/img/sprite.png?v3) -300px -140px no-repeat;
  display: inline-block;
  width: 29px;
  height: 20px;
}

/*.icon_delete {*/
/*background: url("../assets/gapimage/icon/delete.png") no-repeat;*/
/*display: inline-block;*/
/*width: 19px;*/
/*height: 18px; }*/

.icon_delete:before,
.icon_delete2:before {
  content: 'X';
  font-weight: bold;
  display: inline-block;
  width: 19px;
  height: 18px;
}


/*.icon_delete2 {*/
/*background: url("../assets/gapimage/icon/delete.png") no-repeat;*/
/*display: block;*/
/*width: 22px;*/
/*height: 20px;*/
/*margin-left: 12px; }*/

.icon_wrench {
  background: url(/img/sprite.png?v3) -410px -140px no-repeat;
  display: inline-block;
  width: 20px;
  height: 19px;
}

.icon_favorite {
  background: url(/img/sprite.png?v3) -230px -160px no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.icon_favorite_on {
  background: url(/img/sprite.png?v3) -210px -140px no-repeat;
  display: inline-block;
  width: 17px;
  height: 21px;
}

.icon_event {}

.icon_lv_1 {
  background: url("../images/record/lv/lv1.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.icon_lv_2 {
  background: url("../images/record/lv/lv2.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.icon_lv_3 {
  background: url("../images/record/lv/lv3.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.icon_lv_4 {
  background: url("../images/record/lv/lv4.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.icon_lv_5 {
  background: url("../images/record/lv/lv5.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.icon_lv_6 {
  background: url("../images/record/lv/lv5.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.icon_lv_7 {
  background: url("../images/record/lv/lv5.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.icon_lv_8 {
  background: url("../images/record/lv/lv5.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.icon_lv_9 {
  background: url("../images/record/lv/lv5.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.icon_lv_10 {
  background: url("../images/record/lv/lv5.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.icon_lv_99 {
  background: url(../assets/new_images/board/writer-img.png) no-repeat;
  display: inline-block;
  width: 103px;
  height: 26px;
}

.level-text {
  font-weight: 900;
  color: #fc0;
  font-family: 'gyeonggiTitle_Light', sans-serif;
}

.RES-대기 {
  font-weight: bold;
  color: #000;
}

.RES-적중 {
  font-weight: bold;
  color: #85F508;
}

.RES-적특 {
  font-weight: bold;
  color: #6CEBCC;
}

.RES-실패 {
  font-weight: bold;
  color: #ff0000;
}

.RES-취소,
.RES-무효 {
  font-weight: bold;
  color: #ffb700;
}

.caption {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  font-family: "gyeonggiTitle_Light";
  background: url(/img/jewel-gold.gif) 5px center no-repeat;
  padding-left: 20px;
  text-shadow: 1px 1px 1px #000;
}

.caption2 {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  margin-top: -25px;
  color: #fff
}

.caption_r {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  font-family: "gyeonggiTitle_Light";
  background: url(/img/jewel-blue.gif) right center no-repeat;
  padding-right: 20px;
  text-shadow: 1px 1px 1px #000;
}

.caption_small {
  text-align: left;
  font-size: 13px;
  font-family: "gyeonggiTitle_Light";
  background: url(/img/jewel-blue.gif) 5px center no-repeat;
  padding-left: 20px;
  text-shadow: 1px 1px 1px #000;
}

.jewel-gold {
  background: url(/img/jewel-gold.gif) 0 center no-repeat;
  padding-left: 12px;
}

.jewel-gold-right {
  background: url(/img/jewel-gold.gif) right center no-repeat;
  padding-right: 12px;
}

.bar {
  margin: 0 0.5em;
  color: #666;
  text-shadow: none;
}

.titlebar {
  display: block;
  padding: 10px;
  color: #fc0;
  line-height: 23px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  font-size: 14px;
  font-family: "gyeonggiTitle_Light";
}

.titlebar .small {
  font-size: 11px;
}

.titlebar small {
  margin-left: 1em;
  color: #fcc;
  font-size: 11px;
}

.titlebar * {
  vertical-align: top;
}

.bet_notice {
  margin: 0.5em 0;
  line-height: 1.4;
}

.bet_notice li {
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #000;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ff0;
  background: #222 url(/img/odds-bg.png) repeat-x;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.bet_notice li.color-0 {
  color: #ff0;
}

.bet_notice li.color-1 {
  color: #dd0;
}

.blink {
  background: url(/img/blink-red.gif);
}

.baccarat_paper {
  /*margin-top:40px;*/
}

.baccarat_paper table {
  border-collapse: collapse;
}

.baccarat_paper th,
.baccarat_paper td {
  border: 1px solid #5C523F;
}

.baccarat_paper th {
  line-height: 2;
}

.baccarat_paper td {
  text-align: center;
  height: 30px;
}

.baccarat_paper td span {
  display: inline-block;
  width: 37px;
  height: 38px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.baccarat_paper td span.B {
  background: #000;
  padding-top: 8px;
  color: #fff;
  height: 100%;
  font-size: 12px;
  border: 2px solid #ddd;
  font-weight: bold;
}

.baccarat_paper td span.W {
  background: #fff;
  color: #000;
  padding-top: 8px;
  font-weight: bold;
  height: 100%;
  font-size: 12px;
  border: 2px solid #ddd;
  background-size: cover;
}

.baccarat_paper td span.P {
  background: #FF6678;
  padding-top: 8px;
  font-size: 12px;
  color: #fff;
  height: 100%;
  border: 2px solid #ddd;
  font-weight: bold;
}

.baccarat_paper td span.응,
.baccarat_paper td span.홀,
.baccarat_paper td span.좌,
.baccarat_paper td span.삼,
.baccarat_paper td span.오버,
.baccarat_paper td span.하이,
.baccarat_paper td span.블루,
.baccarat_paper td span.골,
.baccarat_paper td span.상,
.baccarat_paper td span.L,
.baccarat_paper td span.N,
.baccarat_paper td span.M,
.baccarat_paper td span.대 {
  background: #154285;
  padding-top: 8px;
  color: #fff;
  font-weight: bold;
  height: 100%;
  font-size: 12px;
  border: 2px solid #ddd;
  background-size: cover;
}

.baccarat_paper td span.가,
.baccarat_paper td span.짝,
.baccarat_paper td span.우,
.baccarat_paper td span.사,
.baccarat_paper td span.언더,
.baccarat_paper td span.로우,
.baccarat_paper td span.레드,
.baccarat_paper td span.노골,
.baccarat_paper td span.하,
.baccarat_paper td span.R,
.baccarat_paper td span.Q,
.baccarat_paper td span.소 {
  background: #D80000;
  padding-top: 8px;
  font-size: 12px;
  border: 2px solid #ddd;
  color: #fff;
  height: 100%;
  font-weight: bold;
}

.baccarat_paper td span.똥,
.baccarat_paper td span.무효,
.baccarat_paper td span.적특,
.baccarat_paper td span.타이,
.baccarat_paper td span.세븐,
.baccarat_paper td span.T,
.baccarat_paper td span.중 {
  background: #7C7D7C;
  padding-top: 8px;
  font-size: 12px;
  border: 2px solid #ddd;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}

.baccarat_paper tr:first-child {
  color: #000;
  height: 40px;

}

.baccarat_paper tr:first-child th {
  color: #000;
  border: none;
}

.baccarat_paper td span.네 {
  background: url(/racing/img/sprite_result.png) 0 0 no-repeat;
}

.baccarat_paper td span.임 {
  background: url(/racing/img/sprite_result.png) -35px 0 no-repeat;
}

.baccarat_paper td span.드 {
  background: url(/racing/img/sprite_result.png) -70px 0 no-repeat;
}

/*
.baccarat_paper td span.스,.baccarat_paper td span.하,.baccarat_paper td span.크,.baccarat_paper td span.다{
  text-shadow: 0px 0px 10px #000;
}
.baccarat_paper td span.스 {
  background: url(/images/mgm_results.png) 0 0 no-repeat;
}

.baccarat_paper td span.하 {
  background: url(/images/mgm_results.png) -31px 0 no-repeat;
}

.baccarat_paper td span.크 {
  background: url(/images/mgm_results.png) -62px 0 no-repeat;
}

.baccarat_paper td span.다 {
  background: url(/images/mgm_results.png) -93px 0 no-repeat;
}
*/
.num {
  display: inline-block;
  height: 13px;
  line-height: 12px;
  padding-right: 5px;
  background: url(/img/sprite.png) right -80px no-repeat;
  font-weight: bold;
  font-style: normal;
  white-space: nowrap;
  font-size: 10px;
}

.num em {
  display: inline-block;
  height: 13px;
  line-height: 13px;
  padding-left: 5px;
  background: url(/img/sprite.png) -500px -60px no-repeat;
  font-weight: bold;
  font-style: normal;
  white-space: nowrap;
}

.bnum {
  display: inline-block;
  height: 20px;
  position: absolute;
  line-height: 20px;
  padding-right: 10px;
  background: url(/img/sprite.png) right -130px no-repeat;
  font-weight: bold;
  font-style: normal;
  white-space: nowrap;
  font-size: 13px;
}

.bnum em {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  background: url(/img/sprite.png) -500px -100px no-repeat;
  font-weight: bold;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 1px;
}

#SportsTab img {
  width: 19px;
  height: 19px;
}

#RegionTab {
  position: absolute;
  left: -218px;
  top: 20px;
  width: 202px;
}

#RegionTab dd img {
  margin-right: 0.5em;
  width: 24px;
  height: 19px;
}

#RegionTab dd.on {
  border: 1px solid;
  border-color: #4E70AD #0E306D #0E306D #4E70AD;
  background: #2E508D;
}

#RegionTab dd a {
  display: block;
  padding: 10px;
  zoom: 1;
  height: 40px;
}

#RegionTab dd a:after {
  display: block;
  content: "";
  clear: both;
}

#RegionTab dd a img,
#RegionTab dd a span {
  vertical-align: middle;
  float: left;
}

#RegionTab dd a span {
  line-height: 19px;
  height: 19px;
}

#RegionTab dd a img {
  margin-right: 4px;
  width: 24px;
  height: 19px;
}

#RegionTab dd .num {
  float: right;
  margin-top: 2px;
}

/*달팽이*/
ul.Tab {
  height: 27px;
  background: transparent;
  margin-bottom: 10px;
  list-style: none;
  border-bottom: 1px solid #C8AE76;
}

ul.Tab li {
  float: left;
  padding-right: 11px;
  height: 27px;
  line-height: 27px;
}

ul.Tab span {
  font-weight: bold;
  color: #fff;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  height: 27px;
  line-height: 27px;
}

ul.Tab a {
  color: #fff;
  text-decoration: none;
}

ul.Tab li.on {
  background: #444;
}

ul.Tab .on span {
  color: #eee;
  background: #C8AE76;
  width: 100%;
}

ul.Tab .on a {
  color: #000;
}

ul.Tab a {
  text-decoration: none;
}

ul.Tab a:hover {
  color: #666;
}

.Tab .on a:hover {
  color: #fff;
}

.pick_item {
  color: #C8AE76;
  font-weight: 900;
  font-size: 10px;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.cart-item {
  font-weight: 900;
  color: #fff;
  font-size: 13px;
  margin-top: 3px;
  margin-left: 15px;
}

.game-title {
  width: 1079px;
  height: 48px;
  background: url('/14king_img/game_bar.png')no-repeat;
  text-align: center;
  font-weight: bold;

  display: table-cell;
  vertical-align: middle;

}

#game-title_2 {
  position: relative;
  background: #DEDDCF;
  height: 50%;
  width: 1125px;
  left: 2px;
  top: 2px;
  border-radius: 20px;
  margin-top: -36px;
  margin-left: -38px;
}

.green_name {
  width: 569px;
  height: 80px;
  background: #6EB90C;
  line-height: 80px;
  padding-left: 40px;
  font-weight: bold;
  margin-bottom: 5px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 15px;
  border: 1px solid #000;
}

#green_name {
  position: relative;
  background: #C9EA76;
  height: 50%;
  width: 558px;
  left: 2px;
  top: 2px;
  border-radius: 20px;
  margin-top: -36px;
  margin-left: -38px;
}

.green_name_pro {
  width: 282px;
  height: 80px;
  background: #6EB90C;
  line-height: 80px;
  padding-left: 40px;
  font-weight: bold;
  margin-bottom: 5px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 15px;
  border: 1px solid #000;
}

#green_name_pro {
  position: relative;
  background: #C9EA76;
  height: 50%;
  width: 270px;
  left: 2px;
  top: 2px;
  border-radius: 20px;
  margin-top: -36px;
  margin-left: -38px;
}

.basic-text-separ {
  font-size: 17px;
  text-shadow: 1px 2px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, 0px -1px 1px #000;
}

.customer_center {
  background: url("../assets/new_images/customer/certer.png") no-repeat top left;
  width: 134px;
  height: 52px;
}

.board-image {
  background: url("../assets/new_images/board/free-font.png") no-repeat top left;
  width: 163px;
  height: 52px;
}

.subject-back {
  background: url("../assets/new_images/board/sub-back.png") no-repeat;
  width: 1114px;
  height: 44px;
}

.min-box {
  position: absolute;
  top: 35px;
  left: 250px;
}

.min-box li {
  display: inline-table;
}

.min-box li>a>img {
  width: 100%;
}

#game-box {
  position: relative;
  display: table;
  padding: 12px 0;
  width: 1079px;
  height: 617px;
  background: #131518;
  text-align: center;
  background: url('/14king_img/game_contents.png')no-repeat;
}


.horse-01 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_01.png") no-repeat;
}

.horse-02 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_02.png") no-repeat;
}

.horse-03 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_03.png") no-repeat;
}

.horse-04 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_04.png") no-repeat;
}

.horse-05 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_05.png") no-repeat;
}

.horse-06 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_06.png") no-repeat;
}

.horse-07 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_07.png") no-repeat;
}

.horse-08 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_08.png") no-repeat;
}

.horse-09 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_09.png") no-repeat;
}

.horse-10 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_10.png") no-repeat;
}

.horse-11 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_11.png") no-repeat;
}

.horse-12 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_12.png") no-repeat;
}

.horse-13 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_13.png") no-repeat;
}

.horse-14 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_14.png") no-repeat;
}

.horse-15 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_15.png") no-repeat;
}

.horse-16 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_16.png") no-repeat;
}

.horse-17 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_17.png") no-repeat;
}

.horse-18 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_18.png") no-repeat;
}

.horse-19 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_19.png") no-repeat;
}

.horse-20 {
  margin: 5px 10px;
  float: left;
  display: inline-block;
  width: 45px;
  height: 34px;
  background: url("../images/bet365/SilkSmall_20.png") no-repeat;
}

.dog-01,
.dog-02,
.dog-03,
.dog-04,
.dog-05,
.dog-06,
.dog-07,
.dog-08 {
  display: inline-block;
  width: 45px;
  height: 34px;
  margin: 5px 10px;
  float: left;
  background: url("../images/bet365/HiResGreyhoundsV2.png") no-repeat;
}

.dog-01 {
  background-position: 0 0;
}

.dog-02 {
  background-position: 0 -53px;
}

.dog-03 {
  background-position: 0 -106px;
}

.dog-04 {
  background-position: 0 -159px;
}

.dog-05 {
  background-position: 0 -212px;
}

.dog-06 {
  background-position: 0 -265px;
}

.dog-07 {
  background-position: 0 -318px;
}

.dog-08 {
  background-position: 0 -371px;
}

.league-box {
  display: inline-table;
  width: 100%;
}

.league-box.t2 li {
  display: table-cell;
  width: 50%;
}

.league-box.t3 li {
  display: table-cell;
  width: 33.3333%;
}

.league-box li {
  background: #000000;
}

.league-box li.on {
  background: #404040;
}

.league-box li a {
  display: block;
  padding: 15px 15px;
  text-align: center;
}

/* tables */
.titlebox-darkyellow {
  border: 1px solid;
  border-color: #870 #430 #430 #870;
  background: #650 url(/img/odds-bg.png) repeat-x;
  position: relative;
}

.OnOff label {
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  font-family: "gyeonggiTitle_Light";
  color: #ddd;
}

.OnOff button {
  width: 21px;
  height: 13px;
  font-size: 1px;
  padding: 0;
  margin: 0 0 0 4px;
  border: 0;
  border-radius: 0;
  background: transparent url(/img/sprite.png) -170px -160px no-repeat;
}

.OnOff button.on {
  background-position: -200px -160px;
}

.OnOff * {
  vertical-align: middle;
}

.graybox {
  border: 1px solid;
  border-color: #404040 #101010 #101010 #404040;
  background: #333 url(/img/odds-bg.png) repeat-x;
}

.darkbox {
  border: 1px solid;
  border-color: #404040 #101010 #101010 #404040;
  background: #202020;
}

.skybox {
  border: 1px solid;
  border-color: #4E70AD #0E306D #0E306D #4E70AD;
  background: #2E508D;
}

.bluebox {
  border: 1px solid;
  border-color: #205AA0 #001A60 #001A60 #205AA0;
  background: #003A80;
}

.greenbox {
  border: 1px solid;
  border-color: #20AF20 #005F00 #004F00 #209F20;
  background: #007F00;
}

.box-violet {
  border: 1px solid;
  border-color: #74A #306 #306 #74A;
  background: #528;
}

.box-violet .inbox {
  border-left: 1px solid #74A;
  border-right: 1px solid #306;
}

.box-violet .first {
  border-left: 0;
}

.box-violet .last {
  border-right: 0;
}

.box-green {
  border: 1px solid;
  border-color: #20AF20 #005F00 #004F00 #209F20;
  background: #007F00;
}

.box-green .inbox {
  border-left: 1px solid #20AF20;
  border-right: 1px solid #004F00;
}

.box-green .first {
  border-left: 0;
}

.box-green .last {
  border-right: 0;
}

.box-green .noborder {
  border: 0;
}

.box-dark {
  border: 1px solid;
}

.box-dark .inbox {
  border-left: 1px solid #404040;
  border-right: 1px solid #101010;
}

.box-dark .first {
  border-left: 0;
}

.box-dark .last {
  border-right: 0;
}

.box-sky {
  border: 1px solid;
  border-color: #4E70AD #0E306D #0E306D #4E70AD;
  background: #2E508D;
}

.box-sky .inbox {
  border-left: 1px solid #4E70AD;
  border-right: 1px solid #0E306D;
}

.box-sky .first {
  border-left: 0;
}

.box-sky .last {
  border-right: 0;
}

.box-yellow {
  background: #FC0;
}

.box-yellow .first {
  border-left: 0;
}

.box-yellow .last {
  border-right: 0;
}

.titlebdr {
  border-right: 1px solid #202020;
}

.titlebdl {
  border-left: 1px solid #606060;
}

.blackbdl {
  border-left: 1px solid #606060;
}

.blackbdr {
  border-right: 1px solid #000000;
}

.graybdl {
  border-left: 1px solid #606060;
}

.graybdr {
  border-right: 1px solid #202020;
}

.darkbdl {
  border-left: 1px solid #404040;
}

.darkbdr {
  border-right: 1px solid #101010;
}

.skybdl {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.skybdr {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.bluebdl {
  border-left: 1px solid #205AA0;
}

.bluebdr {
  border-right: 1px solid #001A60;
}

.greenbdl {
  border-left: 1px solid #20AF20;
}

.greenbdr {
  border-right: 1px solid #004F00;
}

.form_table {
  margin: auto;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.form_table caption small {
  color: #ff8207;
  font-weight: normal;
}

.form_table caption {
  margin-bottom: 10px;
}

.form_table th {
  background: transparent;
  padding: 14px;
  color: #fff;
  font-weight: bold;
}

.form_table td {


  color: #fff;
}

.form_table td.noborder {
  border: none;
}

.form_table td.noborderR {
  border-right: none;
}

.form_table td.noborderL {
  border-left: none;
}

.form_table td.nopaddingL {
  padding-left: 0;
}

.form_table td.error {
  color: #f44;
}

.form_table input,
.form_table select,
.form_table textarea {
  padding: 4px;
  border: 1px solid #fff;
}

.form_table .fulltext {
  padding: 5px 12px;

}

.form_table .fulltext input,
.form_table .fulltext select,
.form_table .fulltext textarea {
  margin-left: -5px;
  width: 100%;
  resize: none;
}

.form_table td.bottombuttons {
  border: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  padding-right: 20px;
}

.form_table td.nodata {
  border: 0;
  padding: 40px 0;
  text-align: center;
}

.list_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: #ddd;
}

.list_table caption {
  margin-bottom: 10px;
}

.list_table caption small {
  color: #84F700;
  font-weight: normal;
}

.list_table th {
  color: #000;

}

.list_table td {
  padding: 8px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.list_table td * {
  vertical-align: middle;
}

.list_table td a {
  color: #fff;
  text-decoration: none;
}

.list_table td a:hover {
  color: #3CFCFF;
  text-decoration: underline;
}

.list_table td em.num {
  margin-left: 0.5em;
  color: #0f0;
  font-weight: bold;
}

.list_table td .icon {
  margin-left: 0.5em;
}

.list_table td .comment {
  color: #3CFCFF;
}

.list_table td.bottombuttons {
  border: none;
  text-align: right;
}

.list_table td.list_paging {
  padding: 0;
  border: none;
}

.list_table td.nodata {
  padding: 40px 0;
  text-align: center;
}

.result_table {
  width: 100%;
  table-layout: fixed;
  color: #ddd;
  border-collapse: separate;
  border-spacing: 0px;
}

.result_table tr:first-child {
  border-spacing: 0;
}

.result_table caption {
  margin-bottom: 10px;
}

.result_table caption small {
  color: #fc0;
  font-weight: normal;
}

.result_table th {
  background: #444;
  padding: 15px 0;
}

.result_table td {
  padding: 5px 4px;
}

.result_table td * {
  vertical-align: middle;
}

.result_table td a {
  color: #ddd;
  text-decoration: none;
}

.result_table td a:hover {
  color: #fff;
  text-decoration: underline;
}

.result_table td em.num {
  margin-left: 0.5em;
  color: #0f0;
  font-weight: bold;
}

.result_table td .icon {
  margin-left: 0.5em;
}

.result_table td .comment {
  color: #fc0;
}

.result_table td.on {

  /* border-radius: 10px; */
  /* border: 1px solid #000; */

}

.result_table td.on .ellipsis {
  font-weight: bold;
  background: #c8af77;
  color: #000;
  height: 25px;
  padding-top: 5px;
}

.result_table td.bottombuttons {
  border: none;
  text-align: right;
}

.result_table td.list_paging {
  padding: 0;
  border: none;
}

.result_table td.nodata {
  padding: 40px 0;
  text-align: center;
}

.result_table td .sportsIcon {
  width: 19px;
  height: 19px;
}

.result_table td .leagueIcon {
  width: 25px;
  height: 19px;
}

.history table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
}

.history table th div {}

.history table th div.first {
  border-left: none;
}

.W_info {
  background: url("../assets/new_images/board/W_back_img.png") no-repeat;
}

.history table th div.last {
  border-right: none;
}

.history .PICK table th {}

.history .PICK table td {
  padding: 4px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.history .PICK td.on {
  color: #C8AE76;
}

.history .PICK td.focus {
  /*background: #FFCD00;*/
  color: #ff0000;
  font-weight: bold;
}

.history .PICK td .vs {
  color: #FFCD00;
}

.history .BET table th {
  padding: 4px 0;
  width: 181px;
  background: url('/14king_img/history_box.png')no-repeat;
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.history .BET table th span {
  font-weight: normal;
}

.history .BET table th div {
  height: 3em;
  line-height: 1.5em;
}

.board-title {
  background: url(../assets/new_images/board/sub-back.png) no-repeat;
}

.board-sub {
  background: url("../assets/new_images/board/subject.png") no-repeat;
  width: 41px;
  height: 30px;
  margin: 0 auto;
}

.board-writer {
  background: url("../assets/new_images/board/writer.png") no-repeat;
  width: 52px;
  height: 29px;
  margin: 0 auto;
}

.board-date {
  background: url("../assets/new_images/board/date.png") no-repeat;
  width: 41px;
  height: 30px;
  margin: 0 auto;
}

.result_table tr td {
  background: transparent;
  color: #fff;
  /* border-radius: 10px; */
  border-bottom: 1px solid #c8af77;
  text-align: center;
  font-size: 13px;
}

.history .PICK table tr td {
  color: #fff;
}

.BET table tr {}

/* Animation */
.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 Open {
  from {
    height: 0;
  }

  to {
    height: 100%;
  }
}

@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1.0;
  }
}

/* 추가 */
/*     메인페이지      */
.bg_movie {
  /* height: 100%; */
  height: 1315px;
  width: 100%;
  background: url("../14main_img/main_background1.jpg") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 10px;
}

.menu-icon {
  float: right;
  margin-top: 5px;
  margin-right: 20px;
  color: #fff;
  display: inline-block;
}

.main-logo {
  background: url("../assets/gapimage/icon/coc_logo_small.png") no-repeat;
  width: 101px;
  height: 48px;
  display: inline-block;
}

.money-info {
  float: right;
  margin: 8px 0 0 0;
}


.money-info.showinfo {
  display: inline-block;
}

#moneyinfo,
#moneyinfo_2 {
  display: none;
}

.main_id,
.main_pw {
  all: unset;
  width: 230px;
  height: 40px;
  background: #111211;
  padding-left: 15px;
  color: #917E64;
  margin-right: 10px;
}

.main_id,
.main_pw::placeholder {
  color: #917E64;
}

.main_login {
  margin-right: 10px;
  background: #AF201F;
  color: #fff;
  border-radius: 5px;
  width: 62px;
  height: 40px;
  padding: 0;
  border: none;
}

.main_login:hover {
  color: #000;
}

.main_join {
  background: #C59B51;
  color: #fff;
  border-radius: 5px;
  width: 76px;
  height: 40px;
  padding: 0;
  border: none;
  font-size: 14px;
}

.main_join:hover {
  color: #000;
}

.money-amount {
  padding-right: 40px;
  height: 31px;
  font-size: 18px;
  padding-top: 10px;
  float: right;
  color: #fff;
  text-shadow: 1px 2px 2px #000, 3px 2px 1px #000, 1px -1px 1px #000, 0 -1px 1px #000;
}

.B_cancel {
  background: url("../assets/gapimage/main/x.png") no-repeat;
  width: 22px;
  height: 23px;
  border: none;
  padding: 0;
}

.menu-back {
  width: 400px;
  height: 100%;
  padding: 0 50px;
}

.menu-nav {
  border-top: 1px solid #3A3B3A;
  padding: 20px 0;
}


.content {
  width: 1207px;
  margin: auto;
}


.main_tab {
  height: 280px;
  width: 100%;
  position: relative;
  overflow: hidden;
  top: -170px;
}

#video-background {
  /*  making the video fullscreen  */
  position: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -999;
}

.iframe-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aa_link {
  color: #3C4756;
  text-decoration: none;
  font-size: 9px;
}

.aa_link:hover {
  font-weight: bold;
  text-decoration: underline;
  font-size: 9px;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}

/*팝업공통*/
.pop_ti {
  font-size: 30px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 20px;
}

.pop_con {
  line-height: 20px;
}

.pop_scroll {
  width: 100%;
  height: 408px;
  padding: 15px;
  overflow-y: auto;
}

.list {
  margin-top: 20px;
}

.list table {
  border: 1px solid #fff;
}

.list th {
  padding: 15px 0;
  font-weight: bold;
  color: #333;
  background: #f5f5f5;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}

.list td {
  padding: 15px;
  border-bottom: 1px solid #999;
}

.list td a {
  color: #fff;
  text-decoration: none;
}

.list td textarea {
  width: 100%;
  height: 55px;
}

.w_50 {
  width: 47%;
  float: left;
  padding: 10px;
}

.t_c {
  text-align: center;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

/*로그인팝업*/
#login input {
  width: 560px;
  height: 70px;
  border: 1px solid #ff8207;
  margin-bottom: 12px;
  font-size: 20px;
}

.login_text {
  padding-top: 135px;
  width: 560px;
  margin: auto;
}

.login_bt {
  width: 555px;
  margin: auto;
  padding-top: 45px;
}

.login_bt button {
  background: transparent;
  border: none;
  padding: 0;
}

/* 실시간출금리스트 팝업 */
.chul_ti {
  font-size: 16px;
  color: #ff8207;
  font-weight: bold;
  margin: 15px 0;
}

/* 실시간출금리스트, 출금랭킹 TOP, 고객만족센터 */

.game-name {
  float: right;
  padding: 100px 50px 0 0;
  font-size: 35px;
  color: #fff;
}

.block-size {
  display: inline-block;
}

@media only screen and (max-width: 3840px) {

  .main_list_fr {
    width: 570px;
    float: left;
  }

  /* 실시간출금리스트 */
  .main_chul1 {
    width: 272px;
    height: 380px;
    background: url(../img/list1.png);
    float: left;
  }

  .main_chul1 table {
    width: 100%;
    margin-top: 10px;
  }

  .main_chul1 table td {
    font-size: 12px;
    text-align: center;
    padding: 9px 0;
    font-family: 'gyeonggiTitle_Light';
  }

  .chul_blue {
    color: #fff;
  }

  .chul_sky {
    color: #fff;
  }

  .chul_yellow {
    color: #fff;
  }

  .chul_orange {
    color: #fff;
  }

  .chul_red {
    color: #fff;
  }

  /* 출금랭킹 TOP */
  .main_chul2 {
    width: 272px;
    height: 380px;
    background: url(../img/list2.png);
    float: right;
  }

  .main_chul2 table {
    width: 100%;
    margin-top: 10px;
  }

  .main_chul2 table td {
    font-size: 12px;
    text-align: center;
    padding: 9px 0;
    font-family: 'gyeonggiTitle_Light';
  }

  .cs {
    float: right;
    width: 550px;
  }

  /* 공지사항, 이벤트소식, 자주하는 질문 폼 */
  .main_list2 {
    position: relative;
    width: 100%;
    height: 259px;
    clear: both;
    margin-top: 20px;
  }

  /*공지사항*/
  .main_list2_notice {
    width: 620px;
    height: 254px;
    border: 1px solid #ff8207;
    float: left;
    overflow: hidden;
    background: url("../assets/new_images/board/main_list1.png") no-repeat;
    background-size: cover;
  }

  /*이벤트소식*/
  .main_list2_event {
    width: 550px;
    height: 254px;
    border: 1px solid #ff8207;
    float: right;
    overflow: hidden;
    background: url("../assets/new_images/board/main_list2.png") no-repeat;
    background-size: cover;
  }

  /*FAQ*/
  .main_list2_faq {
    width: 382px;
    height: 232px;
    border: 1px solid #ff8207;
    float: right;
    overflow: hidden;
  }

  .main_list2 table {
    width: 100%;
  }

  .main_list2 td {
    font-family: 'gyeonggiTitle_Light';
    border-top: 1px solid #dddddd;
  }

  .main_list2 td a {
    text-decoration: none;
    color: #fff;
    font-size: 1.25em;
    padding: 10px;
    display: block;
    background-color: transparent;
  }

  .main_list2 td a>i {
    margin: auto 10px;
  }

  .main_list2 td a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .bg_fff {
    background: #fff !important;
  }

  .main_real {
    background: url("../assets/img/list1.png") no-repeat;
    width: 297px;
    height: 314px;
    border-bottom: 1px solid #ff8207;
    float: left;
    overflow: hidden;
    background-size: cover;
  }

  .money-item {
    display: block;
    padding-top: 80px;
    color: #fff;
    font-size: 16px;
  }

  .money-item .item {
    font-size: 12px;
    display: table;
    width: 100%;
    height: 40px;
    padding: 8px 15px;
    border-bottom_: 1px solid rgba(255, 255, 255, 0.2);
  }

  .money-item .item:after {
    clear: both;
  }

  .money-item .item span {
    display: table-cell;
    vertical-align: middle;
  }

  .money-item .item span.uid {
    width: 120px;
  }

  .money-item .item span.money {
    width: 110px;
    text-align: right;
  }

  .money-item .item span.date {
    width: 80px;
    text-align: left;
    padding-left: 20px
  }

  .main_rank {
    background: url("../assets/img/list2.png") no-repeat;
    width: 297px;
    height: 314px;
    border-bottom: 1px solid #ff8207;
    float: left;
    margin-left: 26px;
    overflow: hidden;
    background-size: cover;
  }

  /*팝업*/
  .needpopup {
    box-shadow: 0 1px 80px -10px #ff8207;
  }

  .needpopup p {
    margin: 0;
  }

  .needpopup p+p {
    margin-top: 10px;
  }

  /* 하단 */
  .bottom {
    height: 270px;
    width: 242px;
    margin-top: 20px;
    position: relative;
    top: -175px;
  }

  .bottomfoot {
    height: 270px;
    width: 100%;
    margin-top: 20px;
    position: relative;
    top: -175px;
  }

  .bottomfoot div {
    float: left;
  }

  .bottom div {
    float: left;
  }

  .bottom_sitemap {
    position: relative;
  }

  .bottom_sitemap ul {
    width: 1050px;
    margin: auto;
  }

  .bottom_sitemap li {
    float: left;
    font-family: 'gyeonggiTitle_Light';
    margin-left: -2px;
  }

  .bottom_sitemap li:after {
    content: "l";
    color: #989898;
    margin: 0 15px;
  }

  .bottom_sitemap li:last-child:after {
    content: "";
  }

  .bottom_sitemap li a {
    color: #989898;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }

  .bottom_sitemap div {
    text-align: center;
    clear: both;
    color: #989898;
    font-size: 14px;
    font-weight: bold;
    font-family: 'gyeonggiTitle_Light';
  }

  .icon-lv-1,
  .icon-lv-2,
  .icon-lv-3,
  .icon-lv-4,
  .icon-lv-5,
  .icon-lv-6,
  .icon-lv-7,
  .icon-lv-8,
  .icon-lv-9,
  .icon-lv-10 {}

  .icon-lv-icon_lv_99 {

    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .icon_lv_99 {
    background: url("../assets/gapimage/icon/coc_logo_small_board.png") no-repeat;
    display: inline-block;
    width: 100px;
    height: 35px;
  }

  .icon-lv-99 {
    background: url("../assets/gapimage/icon/coc_logo_small_board.png") no-repeat;
    display: inline-block;
    width: 100px;
    height: 35px;
    background-size: cover;
  }

  .icon-lv-90 {
    background: url("../assets/new_images/icon/90.png") no-repeat;
    display: inline-block;
    width: 103px;
    height: 36px;
  }

  .icon-lv-91 {
    background: url("../assets/new_images/icon/91.png") no-repeat;
    display: inline-block;
    width: 103px;
    height: 36px;
  }

  .icon-lv-92 {
    background: url("../assets/new_images/icon/92.png") no-repeat;
    display: inline-block;
    width: 103px;
    height: 36px;
  }

  .icon-lv-93 {
    background: url("../assets/new_images/icon/93.png") no-repeat;
    display: inline-block;
    width: 103px;
    height: 36px;
  }

  .icon-lv-94 {
    background: url("../assets/new_images/icon/94.png") no-repeat;
    display: inline-block;
    width: 103px;
    height: 36px;
  }

  .icon-lv-95 {
    background: url("../assets/new_images/icon/95.png") no-repeat;
    display: inline-block;
    width: 103px;
    height: 36px;
  }

  .basic_button {
    width: 237px;
    color: #000;
    font-weight: 900;
    height: 39px;
    background: url("/14king_img/B_long.png") no-repeat;
    background-size: 100% 100%;
    margin: 5px 5px 0 0;
    font-size: 16px;
    text-shadow: none;
  }

  .coupon_button {
    width: 180px;
    color: #000 !important;
    font-weight: 900;
    height: 39px;
    background: url("/14king_img/B_long.png") no-repeat !important;
    background-size: 100% 100% !important;
    margin: 5px 5px 0 0;
    font-size: 14px;
    text-shadow: none;
  }

  .coupon_button:hover {
    color: #B20000 !important;
  }

  .basic_button:hover {
    color: #AF2020;
  }

  .button_delete {
    width: 120px;
    height: 40px;
    color: #fff;
    background: #B10000;
    margin-top: 5px;
    border: none;
    font-size: 14px;
  }

  .button_allread {
    width: 120px;
    height: 40px;
    color: #fff;
    background: #4C4D4C;
    margin-top: 5px;
    border: none;
    font-size: 14px;
  }

  .button_delete:hover {
    color: #000
  }
}

.button_allread:hover {
  color: #C8AE76
}


#basic_button {
  height: 90%;
  width: 76px;
  border-radius: 15px;
  background-color: #C3E36B;
  margin-top: -13px;
  margin-left: -14px;
}

button:hover.basic_button {
  background-color: #417400;
}

button:hover.basic_button_list {
  background-color: #830C00;
}

button:hover.basic_button_can {
  background-color: #525352;
}

button:hover #basic_button {
  background-color: #9EBF48;
}

button:hover #basic_button_list {
  background-color: #BB1702;
}

button:hover #basic_button_can {
  background-color: #939493;
}


#basic_button_can {
  height: 90%;
  width: 76px;
  border-radius: 15px;
  background-color: #B1B2B1;
  margin-top: -13px;
  margin-left: -14px;
}

.B_short {
  width: 78px;
  color: #000;
  font-weight: 900;
  height: 39px;
  background: url('/14king_img/B_short.png')no-repeat;
  margin: 5px 5px 0 0;
  padding: 0;
  font-size: 14px;
  border-radius: 10px;
}

.B_short:hover {
  color: #AF201F
}

.B_middle {
  width: 124px;
  color: #000 !important;
  font-weight: 900;
  height: 39px;
  border: none;
  background: url('/14king_img/B_middle.png')no-repeat !important;
  margin: 5px 5px 0 0;
  font-size: 14px;
}

.B_middle:hover {
  color: #AF201F
}

.B_middle_can {
  width: 124px;
  color: #fff;
  font-weight: 900;
  height: 39px;
  border: none;
  background: #4B4C4B;
  font-size: 14px;
}

.B_middle_can:hover {
  color: #C8AE76
}

.B_withraw {
  width: 78px;
  color: #C7AE76;
  font-weight: 900;
  height: 39px;
  background: rgb(176, 32, 32);
  margin: 5px 5px 0 0;
  font-size: 14px;
  border-radius: 10px;
}

.B_withraw:hover {
  color: #C7AE76;
}

#basic_button_list {
  height: 90%;
  width: 76px;
  border-radius: 15px;
  background-color: #F07779;
  margin-top: -13px;
  margin-left: -14px;
}

.name-backcolor {
  background: url("../assets/gapimage/background/name-back.png") no-repeat center !important;
  border-radius: 15px;
}

.user-back {
  background: url("../assets/gapimage/background/username-back.png") no-repeat center !important;
  border-radius: 15px;
}

.date-back {
  background: url("../assets/gapimage/background/date-back.png") no-repeat center !important;
  border-radius: 15px;
}

.borad-name {
  background: url("../assets/gapimage/background/borad-name.png") no-repeat center !important;
  border-radius: 15px;
}

.re-id {
  background: url("../assets/gapimage/background/re-id.png") no-repeat center !important;
  border-radius: 15px;
  background-size: cover !important;
}

.re-write {
  background: url("../assets/gapimage/background/re-write.png") no-repeat center !important;
  border-radius: 15px;
  border: 1px solid #000;
}

.re-date {
  background: url("../assets/gapimage/background/re-date.png") no-repeat center !important;
  border-radius: 15px;
  border: 1px solid #000;
}

.result-select {
  margin-top: 10px;
  font-size: 17.5px;
  width: 343px;
  margin-left: 332px;
  text-shadow: 1px 2px 1px #000;
  color: #fff;
}

.border-separate {
  border-collapse: separate;
  border-spacing: 0px;
}

/* 소제목 */
.bg_event {
  background: url("../assets/new_images/font/event.png") no-repeat top left;
  width: 198px;
  height: 52px;
}

.bg_result {
  background: url("../assets/new_images/font/result.png") no-repeat top left;
  width: 134px;
  height: 53px;
}

.bg_rules {
  background: url("../assets/new_images/font/rule.png") no-repeat top left;
  width: 132px;
  height: 53px;
}

.name_color {
  color: #fff;
  text-shadow: 1px 2px 2px #000, 3px 2px 1px #000, 1px -1px 1px #000, 0 -1px 1px #000;
  font-size: 30px;
  padding-left: 50px;
}


.accordion {
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin: auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 16.666%;
  height: 284px;
  background-repeat: no-repeat;
  background-position: center top;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 275px;
  width: 484px;
  position: relative;
  z-index: 3;
  vertical-align: top;
  /*padding: 15px 20px;*/
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  font-family: Montserrat, sans-serif;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}

.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}

.accordion ul li:nth-child(1) {
  background-image: url("../img/ac-1ex-1.png?2");
}

.accordion ul li:nth-child(2) {
  background-image: url("../img/ac-2ex-1.png?2");
}

.accordion ul li:nth-child(3) {
  background-image: url("../img/ac-3ex-1.png?2");
}

.accordion ul li:nth-child(4) {
  background-image: url("../img/ac-4ex-1.png?2");
}

.accordion ul li:nth-child(5) {
  background-image: url("../img/ac-5ex-1.png?2");
}

.accordion ul li:nth-child(6) {
  background-image: url("../img/ac-6ex-1.png?2");
}

.accordion ul li:nth-child(7) {
  background-image: url("../img/ac-7ex-1.png?2");
}

.accordion ul li:nth-child(8) {
  background-image: url("../img/ac-8ex-1.png?2");
}

.accordion ul:hover li {
  width: 13%;
}

.accordion ul:hover li:hover {
  width: 60%;
}

.accordion ul:hover li:hover a {
  /*background: rgba(0, 0, 0, 0.4); */
}

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* 팝업 */
.needpopup-opened,
.needpopup-opened body {
  overflow: hidden;
}

.needpopup-opened.needpopup-scrolled,
.needpopup-opened.needpopup-scrolled body {
  height: auto;
}

.needpopup-opened.needpopup-scrolled body {
  position: fixed;
  width: 100%;
}

.needpopup_wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.needpopup-opened .needpopup_wrapper {
  visibility: visible;
  opacity: 1;
}

.needpopup-overflow .needpopup_wrapper {
  padding: 10px;
}

.needpopup {
  position: relative;
  z-index: 9999;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 830px;
  height: 570px;
  margin-left: -425px;
  padding: 68px 45px;
  color: #fff;
  border: 1px solid #ff8207;
  font-family: 'gyeonggiTitle_Light';
  background: url(../img/pop_bg.jpg);
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  opacity: 0;
}

.needpopup.opened {
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.needpopup.stacked {
  top: 0 !important;
  margin-top: 0 !important;
}

.needpopup-overflow .needpopup {
  left: 0;
  width: auto;
  margin-left: 0;
}

.needpopup_remover {
  position: fixed;
  z-index: 9999;
  top: 30px;
  right: 30px;
  font-size: 40px;
  line-height: .5;
  color: #fff;
  text-decoration: none;
}

/*.needpopup_remover:hover{color:#ccc}
.needpopup_remover:before{content:'×'}*/
.needpopup .needpopup_remover {
  top: 10px;
  right: 10px;
  width: 64px;
  height: 60px;
  background: url(../img/pop_x.png);
  font-size: 20px;
  line-height: .5;
  color: #000;
}

.needpopup .needpopup_remover:hover {
  color: #ccc;
}

.swalpopup {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 830px;
  height: 570px;
  padding: 68px 45px 10px 45px !important;
  color: #fff;
  border: 1px solid #ff8207;
  font-family: 'gyeonggiTitle_Light';
  background: url(../img/pop_bg.jpg) !important;
}

.popup-view {
  color: #fff;
}

.swalClose {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 64px;
  height: 60px;
  background: url(../img/pop_x.png);
  font-size: 20px;
  line-height: .5;
  color: #000;
}

/* animate */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {

  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {

  from,
  11.1%,
  to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/* profile */
.profile_table {
  width: 100%;
  height: 200px;
  color: #fff;
  margin-bottom: 13px;
}

.profile_table_2 {
  width: 100%;
  height: 250px;
  color: #fff;
}

.profile_1_left,
.profile_1_right {
  width: 560px;
  height: 100%;
  border-radius: 10px;
  margin-bottom: 5px;
  background: linear-gradient(to bottom, #A69A89, #CFC8BD);
}

.profile_1_left {
  margin-top: 10px;
  float: left;
}

.profile_1_right {
  margin-top: 10px;
  float: right;
  text-align: center;
}

.P_level {
  padding-top: 22px;
  padding-left: 40px;
  width: 153px;
  height: 153px;
  position: absolute;
}

.profile_1_left ul {
  padding-top: 30px;
  padding-left: 235px;
  font-size: 14px;
  width: 510px;
}

.profile_1_left ul li {
  list-style: none;
  padding: 2px 0;
}

.profile_2 {
  width: 100%;
  height: 100px;
  border: 1px solid #FE6600;
}

.profile_2_1,
.profile_2_2,
.profile_2_3,
.profile_2_4,
.profile_2_5,
.profile_2_6 {
  width: 373px;
  height: 115px;
  border: 1px solid #FE6600;
  margin-top: 5px;
  background: linear-gradient(to bottom, #06121d, #000101);
  color: #fff;
  text-align: center;
}

.profile_table_2 td div div,
.profile_1_right div {
  margin: 15px 0;
}

.profile_table_2 td div>div div,
.profile_1_right div div {
  width: 300px;
  height: 1px;
  margin: 0 auto;
}

.profile_2_1 {
  margin-right: 5px;
}

.profile_2_2 {
  margin-right: 5px;
}

.profile_2_3 {
  float: right;
}

.profile_3_1,
.profile_3_2,
.profile_4_1,
.profile_4_2,
.profile_5_1,
.profile_5_2,
.profile_5_3 {
  width: 100%;
  float: left;
}

.profile_3_1,
.profile_4_1,
.profile_5_1 {
  height: 50px;
  margin-top: 7px;
  background: url("../assets/gapimage/background/sub-name.png") no-repeat;
  background-size: cover;
  border-bottom: none;
}

.profile_1_left ul li span {
  color: #fff;
}

.profile_3_2 {
  height: 180px !important;
}

.P_level_lg {
  float: left;
  margin-top: 15px;
  margin-left: 30px;
}

.profile_5_2 {
  height: 30px;
  border-top: none;
  background: linear-gradient(to bottom, #06121d, #000101);
}

.profile_3_2,
.profile_4_2,
.profile_5_3 {
  min-height: 100px;
  border-top: none;
}

.profile_sub {
  color: #fff;
  text-shadow: 1px 2px 2px #000, 3px 2px 1px #000, 1px -1px 1px #000, 0 -1px 1px #000;
  font-size: 15px;
  padding: 17px 0;
  text-align: center;
}

.profile_read_l,
.profile_read_r {
  width: 566px;
  height: 25px;
  float: left;
  border: 1px solid #fff;
  border-right: none;
  color: #fff;
  font-weight: bold;
  background-color: black;
  font-size: 15px;
  text-align: center;
  padding: 12px 0;
}

.profile_read_l {
  margin-left: 1px;
  border-left: none;
}

.slider-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #303030;
  color: #909090;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  border-radius: 50%;
  line-height: 48px;
  z-index: 999;
}

.sa-left {
  left: 20px;
  top: 40%;
}

.sa-right {
  right: 20px;
  top: 40%;
}



.board_reply {
  width: 100%;
  color: #fff;
  border: none;
}

.board_reply th:last-child {
  border-right: 1px solid transparent;
}

.board_reply tbody tr td {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.board_reply tbody tr td:last-child {
  border-right: none;
}

.board_reply ul {
  display: block;
}

.board_reply ul>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.board_reply ul>li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.board_reply ul>li>a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 15px 15px;
}

.board_reply ul>li:last-child {
  border-bottom: none;
}

.P_list_table {
  width: 100%;
  border-bottom: none;
  table-layout: fixed;
  border-collapse: collapse;
  color: #fff;
  background-color: #06121d;
  border-top: none;
}

.P_list_table thead>tr>th:last-child {
  border-right: none;
}

.P_list_table tbody>tr>td {
  padding: 15px 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

ul.result-box {
  margin: 15px auto;
  width: 100%;
}

ul.result-box li {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 3px;
  text-align: center;
  background: url("../images/bet-result.png") no-repeat;
}

ul.result-box li.r0 {
  background-position: -45px -50px;
}

ul.result-box li.r1 {
  background-position: -250px -50px;
}

ul.result-box li.r2 {
  background-position: -451px -50px;
}

ul.result-box li.r3 {
  background-position: -45px -250px;
}

ul.result-box li.r4 {
  background-position: -250px -250px;
}

ul.result-box li.r5 {
  background-position: -451px -250px;
}

ul.result-box li.r6 {
  background-position: -600px -400px;
}

ul.result-box li.r7 {
  background-position: -600px -400px;
}

/* POPUP */
.main-popup {
  display: block;
  width: 100%;
  height: 100%;
}

.casino-window {
  display: block;
  height: 100%;
}

.popup-window {
  margin: 0 auto;
  display: block;
  background-position: top center;
  width: unset;
}

.withdraw-input {
  width: 280px;
  padding-left: 70px;
  text-align: right;
  font-size: 16px;
}

/* side-bar */
/* W3.CSS 4.04 Apr 2017 by Jan Egil and Borge Refsnes */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

figure {
  margin: 1em 40px;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* End extract */
html {
  overflow-x: hidden;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}



h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.w3-wide {
  letter-spacing: 4px;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.w3-image {
  max-width: 100%;
  height: auto;
}

img {
  margin-bottom: -5px;
}

a {
  color: inherit;
}

.w3-table,
.w3-table-all {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}

.w3-table-all {
  border: 1px solid #ccc;
}

.w3-bordered tr,
.w3-table-all tr {
  border-bottom: 1px solid #ddd;
}

.w3-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-table-all tr:nth-child(odd) {
  background-color: #fff;
}

.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
  background-color: #ccc;
}

.w3-centered tr th,
.w3-centered tr td {
  text-align: center;
}

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child,
.w3-table-all td:first-child {
  padding-left: 16px;
}

.w3-btn,
.w3-button {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.w3-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-btn,
.w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3-disabled,
.w3-btn:disabled,
.w3-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.w3-disabled *,
:disabled * {
  pointer-events: none;
}

.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
  box-shadow: none;
}

.w3-badge,
.w3-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}

.w3-badge {
  border-radius: 50%;
}

.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.w3-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}

.w3-ul li:last-child {
  border-bottom: none;
}

.w3-tooltip,
.w3-display-container {
  position: relative;
}

.w3-tooltip .w3-text {
  display: none;
}

.w3-tooltip:hover .w3-text {
  display: inline-block;
}

.w3-ripple:active {
  opacity: 0.5;
}

.w3-ripple {
  transition: opacity 0s;
}

.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.w3-select {
  padding: 9px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}

.w3-dropdown-click,
.w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block;
  z-index: 1;
}

.w3-dropdown-hover:first-child,
.w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000;
}

.w3-dropdown-hover:hover>.w3-button:first-child,
.w3-dropdown-click:hover>.w3-button:first-child {
  background-color: #ccc;
  color: #000;
}

.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
}

.w3-check,
.w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}

.w3-sidebar {
  height: 100%;
  width: 400px;
  background-color: #282928;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
  top: 0px;
  color: #ddd;
}

.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
  width: 100%;
}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%;
}

.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}

.w3-main,
#main {
  transition: margin-left .4s;
}

.w3-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}

.w3-bar {
  width: 100%;
  overflow: hidden;
}

.w3-center .w3-bar {
  display: inline-block;
  width: auto;
}

.w3-bar .w3-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  outline: none;
  display: block;
}

.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
  position: static;
  float: left;
}

.w3-bar .w3-button {
  white-space: normal;
}

.w3-bar-block .w3-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  outline: none;
  white-space: normal;
  float: none;
}

.w3-bar-block.w3-center .w3-bar-item {
  text-align: center;
}

.w3-block {
  display: block;
  width: 100%;
}

.w3-responsive {
  overflow-x: auto;
}

.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
  content: "";
  display: table;
  clear: both;
}

.w3-col,
.w3-half,
.w3-third,
.w3-twothird,
.w3-threequarter,
.w3-quarter {
  float: left;
  width: 100%;
}

.w3-col.s1 {
  width: 8.33333%;
}

.w3-col.s2 {
  width: 16.66666%;
}

.w3-col.s3 {
  width: 24.99999%;
}

.w3-col.s4 {
  width: 33.33333%;
}

.w3-col.s5 {
  width: 41.66666%;
}

.w3-col.s6 {
  width: 49.99999%;
}

.w3-col.s7 {
  width: 58.33333%;
}

.w3-col.s8 {
  width: 66.66666%;
}

.w3-col.s9 {
  width: 74.99999%;
}

.w3-col.s10 {
  width: 83.33333%;
}

.w3-col.s11 {
  width: 91.66666%;
}

.w3-col.s12 {
  width: 99.99999%;
}

@media (min-width: 601px) {
  .w3-col.m1 {
    width: 8.33333%;
  }

  .w3-col.m2 {
    width: 16.66666%;
  }

  .w3-col.m3,
  .w3-quarter {
    width: 24.99999%;
  }

  .w3-col.m4,
  .w3-third {
    width: 33.33333%;
  }

  .w3-col.m5 {
    width: 41.66666%;
  }

  .w3-col.m6,
  .w3-half {
    width: 49.99999%;
  }

  .w3-col.m7 {
    width: 58.33333%;
  }

  .w3-col.m8,
  .w3-twothird {
    width: 66.66666%;
  }

  .w3-col.m9,
  .w3-threequarter {
    width: 74.99999%;
  }

  .w3-col.m10 {
    width: 83.33333%;
  }

  .w3-col.m11 {
    width: 91.66666%;
  }

  .w3-col.m12 {
    width: 99.99999%;
  }
}

@media (min-width: 993px) {
  .w3-col.l1 {
    width: 8.33333%;
  }

  .w3-col.l2 {
    width: 16.66666%;
  }

  .w3-col.l3 {
    width: 24.99999%;
  }

  .w3-col.l4 {
    width: 33.33333%;
  }

  .w3-col.l5 {
    width: 41.66666%;
  }

  .w3-col.l6 {
    width: 49.99999%;
  }

  .w3-col.l7 {
    width: 58.33333%;
  }

  .w3-col.l8 {
    width: 66.66666%;
  }

  .w3-col.l9 {
    width: 74.99999%;
  }

  .w3-col.l10 {
    width: 83.33333%;
  }

  .w3-col.l11 {
    width: 91.66666%;
  }

  .w3-col.l12 {
    width: 99.99999%;
  }
}

.w3-content {
  max-width: 980px;
  margin: auto;
}

.w3-rest {
  overflow: hidden;
}

.w3-cell-row {
  display: table;
  width: 100%;
}

.w3-cell {
  display: table-cell;
}

.w3-cell-top {
  vertical-align: top;
}

.w3-cell-middle {
  vertical-align: middle;
}

.w3-cell-bottom {
  vertical-align: bottom;
}

.w3-hide {
  display: none !important;
}

.w3-show-block,
.w3-show {
  display: block !important;
}

.w3-show-inline-block {
  display: inline-block !important;
}

@media (max-width: 600px) {
  .w3-modal-content {
    margin: 0 10px;
    width: auto !important;
  }

  .w3-modal {
    padding-top: 30px;
  }

  .w3-dropdown-hover.w3-mobile .w3-dropdown-content,
  .w3-dropdown-click.w3-mobile .w3-dropdown-content {
    position: relative;
  }

  .w3-hide-small {
    display: none !important;
  }

  .w3-mobile {
    display: block;
    width: 100% !important;
  }

  .w3-bar-item.w3-mobile,
  .w3-dropdown-hover.w3-mobile,
  .w3-dropdown-click.w3-mobile {
    text-align: center;
  }

  .w3-dropdown-hover.w3-mobile,
  .w3-dropdown-hover.w3-mobile .w3-btn,
  .w3-dropdown-hover.w3-mobile .w3-button,
  .w3-dropdown-click.w3-mobile,
  .w3-dropdown-click.w3-mobile .w3-btn,
  .w3-dropdown-click.w3-mobile .w3-button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px;
  }

  .w3-modal {
    padding-top: 50px;
  }
}

@media (min-width: 993px) {
  .w3-modal-content {
    width: 900px;
  }

  .w3-hide-large {
    display: none !important;
  }

  .w3-sidebar.w3-collapse {
    display: block !important;
  }
}

@media (max-width: 992px) and (min-width: 601px) {
  .w3-hide-medium {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .w3-sidebar.w3-collapse {
    display: none;
  }

  .w3-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.w3-top,
.w3-bottom {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.w3-top {
  top: 0;
}

.w3-bottom {
  bottom: 0;
}

.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.w3-display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}

.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.w3-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}

.w3-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.w3-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.w3-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.w3-display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.w3-display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.w3-display-container:hover .w3-display-hover {
  display: block;
}

.w3-display-container:hover span.w3-display-hover {
  display: inline-block;
}

.w3-display-hover {
  display: none;
}

.w3-display-position {
  position: absolute;
}

.w3-circle {
  border-radius: 50%;
}

.w3-round-small {
  border-radius: 2px;
}

.w3-round,
.w3-round-medium {
  border-radius: 4px;
}

.w3-round-large {
  border-radius: 8px;
}

.w3-round-xlarge {
  border-radius: 16px;
}

.w3-round-xxlarge {
  border-radius: 32px;
}

.w3-row-padding,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-twothird,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-col {
  padding: 0 8px;
}

.w3-container,
.w3-panel {
  padding: 0.01em 16px;
}

.w3-panel {
  margin-top: 16px;
  margin-bottom: 16px;
}

.w3-code,
.w3-codespan {
  font-size: 16px;
}

.w3-code {
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #4CAF50;
  word-wrap: break-word;
}

.w3-codespan {
  color: crimson;
  background-color: #f1f1f1;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 110%;
}

.w3-card,
.w3-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.w3-card-4,
.w3-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-spin {
  animation: w3-spin 2s infinite linear;
}

@keyframes w3-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.w3-animate-fading {
  animation: fading 10s infinite;
}

@keyframes fading {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.w3-animate-opacity {
  animation: opac 0.8s;
}

@keyframes opac {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s;
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

.w3-animate-right {
  position: relative;
  animation: animateright 0.4s;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

.w3-animate-zoom {
  animation: animatezoom 0.6s;
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.w3-animate-input {
  transition: width 0.4s ease-in-out;
}

.w3-animate-input:focus {
  width: 100% !important;
}

.w3-opacity,
.w3-hover-opacity:hover {
  opacity: 0.60;
}

.w3-opacity-off,
.w3-hover-opacity-off:hover {
  opacity: 1;
}

.w3-opacity-max {
  opacity: 0.25;
}

.w3-opacity-min {
  opacity: 0.75;
}

.w3-greyscale-max,
.w3-grayscale-max,
.w3-hover-greyscale:hover,
.w3-hover-grayscale:hover {
  filter: grayscale(100%);
}

.w3-greyscale,
.w3-grayscale {
  filter: grayscale(75%);
}

.w3-greyscale-min,
.w3-grayscale-min {
  filter: grayscale(50%);
}

.w3-sepia {
  filter: sepia(75%);
}

.w3-sepia-max,
.w3-hover-sepia:hover {
  filter: sepia(100%);
}

.w3-sepia-min {
  filter: sepia(50%);
}

.w3-tiny {
  font-size: 10px !important;
}

.w3-small {
  font-size: 12px !important;
}

.w3-medium {
  font-size: 15px !important;
}

.w3-large {
  font-size: 18px !important;
}

.w3-xlarge {
  font-size: 35px !important;
}

.w3-xxlarge {
  font-size: 36px !important;
}

.w3-xxxlarge {
  font-size: 48px !important;
}

.w3-jumbo {
  font-size: 64px !important;
}

.w3-left-align {
  text-align: left !important;
}

.w3-right-align {
  text-align: right !important;
}

.w3-justify {
  text-align: justify !important;
}

.w3-center {
  text-align: center !important;
}

.w3-border-0 {
  border: 0 !important;
}

.w3-border {
  border: 1px solid #ccc !important;
}

.w3-border-top {
  border-top: 1px solid #ccc !important;
}

.w3-border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.w3-border-left {
  border-left: 1px solid #ccc !important;
}

.w3-border-right {
  border-right: 1px solid #ccc !important;
}

.w3-topbar {
  border-top: 6px solid #ccc !important;
}

.w3-bottombar {
  border-bottom: 6px solid #ccc !important;
}

.w3-leftbar {
  border-left: 6px solid #ccc !important;
}

.w3-rightbar {
  border-right: 6px solid #ccc !important;
}

.w3-section,
.w3-code {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.w3-margin {
  margin: 16px !important;
}

.w3-margin-top {
  margin-top: 16px !important;
}

.w3-margin-bottom {
  margin-bottom: 16px !important;
}

.w3-margin-left {
  margin-left: 16px !important;
}

.w3-margin-right {
  margin-right: 16px !important;
}

.w3-padding-small {
  padding: 4px 8px !important;
}

.w3-padding {
  padding: 8px 16px !important;
}

.w3-padding-large {
  padding: 12px 24px !important;
}

.w3-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.w3-padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.w3-padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.w3-padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.w3-padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.w3-left {
  float: left !important;
}

.w3-right {
  float: right !important;
}

.w3-button:hover {
  color: #fff !important;
}

.w3-transparent,
.w3-hover-none:hover {
  background-color: transparent !important;
}

.w3-hover-none:hover {
  box-shadow: none !important;
}

/* Colors */
.w3-amber,
.w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
}

.w3-aqua,
.w3-hover-aqua:hover {
  color: #000 !important;
  background-color: #00ffff !important;
}

.w3-blue,
.w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196F3 !important;
}

.w3-light-blue,
.w3-hover-light-blue:hover {
  color: #000 !important;
  background-color: #87CEEB !important;
}

.w3-brown,
.w3-hover-brown:hover {
  color: #fff !important;
  background-color: #795548 !important;
}

.w3-cyan,
.w3-hover-cyan:hover {
  color: #000 !important;
  background-color: #00bcd4 !important;
}

.w3-blue-grey,
.w3-hover-blue-grey:hover,
.w3-blue-gray,
.w3-hover-blue-gray:hover {
  color: #fff !important;
  background-color: #607d8b !important;
}

.w3-green,
.w3-hover-green:hover {
  color: #fff !important;
  background-color: #4CAF50 !important;
}

.w3-light-green,
.w3-hover-light-green:hover {
  color: #000 !important;
  background-color: #8bc34a !important;
}

.w3-indigo,
.w3-hover-indigo:hover {
  color: #fff !important;
  background-color: #3f51b5 !important;
}

.w3-khaki,
.w3-hover-khaki:hover {
  color: #000 !important;
  background-color: #f0e68c !important;
}

.w3-lime,
.w3-hover-lime:hover {
  color: #000 !important;
  background-color: #cddc39 !important;
}

.w3-orange,
.w3-hover-orange:hover {
  color: #000 !important;
  background-color: #ff9800 !important;
}

.w3-deep-orange,
.w3-hover-deep-orange:hover {
  color: #fff !important;
  background-color: #ff5722 !important;
}

.w3-pink,
.w3-hover-pink:hover {
  color: #fff !important;
  background-color: #e91e63 !important;
}

.w3-purple,
.w3-hover-purple:hover {
  color: #fff !important;
  background-color: #9c27b0 !important;
}

.w3-deep-purple,
.w3-hover-deep-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important;
}

.w3-red,
.w3-hover-red:hover {
  color: #fff !important;
  background-color: #f44336 !important;
}

.w3-sand,
.w3-hover-sand:hover {
  color: #000 !important;
  background-color: #fdf5e6 !important;
}

.w3-teal,
.w3-hover-teal:hover {
  color: #fff !important;
  background-color: transparent !important;
}

.w3-yellow,
.w3-hover-yellow:hover {
  color: #000 !important;
  background-color: #ffeb3b !important;
}

.w3-white,
.w3-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.w3-black,
.w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.w3-grey,
.w3-hover-grey:hover,
.w3-gray,
.w3-hover-gray:hover {
  color: #000 !important;
  background-color: #bbb !important;
}

.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

.w3-dark-grey,
.w3-hover-dark-grey:hover,
.w3-dark-gray,
.w3-hover-dark-gray:hover {
  color: #fff !important;
  background-color: #616161 !important;
}

.w3-pale-red,
.w3-hover-pale-red:hover {
  color: #000 !important;
  background-color: #ffdddd !important;
}

.w3-pale-green,
.w3-hover-pale-green:hover {
  color: #000 !important;
  background-color: #ddffdd !important;
}

.w3-pale-yellow,
.w3-hover-pale-yellow:hover {
  color: #000 !important;
  background-color: #ffffcc !important;
}

.w3-pale-blue,
.w3-hover-pale-blue:hover {
  color: #000 !important;
  background-color: #ddffff !important;
}

.w3-text-red,
.w3-hover-text-red:hover {
  color: #f44336 !important;
}

.w3-text-green,
.w3-hover-text-green:hover {
  color: #4CAF50 !important;
}

.w3-text-blue,
.w3-hover-text-blue:hover {
  color: #2196F3 !important;
}

.w3-text-yellow,
.w3-hover-text-yellow:hover {
  color: #ffeb3b !important;
}

.w3-text-white,
.w3-hover-text-white:hover {
  color: #fff !important;
}

.w3-text-black,
.w3-hover-text-black:hover {
  color: #000 !important;
}

.w3-text-grey,
.w3-hover-text-grey:hover,
.w3-text-gray,
.w3-hover-text-gray:hover {
  color: #757575 !important;
}

.w3-text-amber {
  color: #ffc107 !important;
}

.w3-text-aqua {
  color: #00ffff !important;
}

.w3-text-light-blue {
  color: #87CEEB !important;
}

.w3-text-brown {
  color: #795548 !important;
}

.w3-text-cyan {
  color: #00bcd4 !important;
}

.w3-text-blue-grey,
.w3-text-blue-gray {
  color: #607d8b !important;
}

.w3-text-light-green {
  color: #8bc34a !important;
}

.w3-text-indigo {
  color: #3f51b5 !important;
}

.w3-text-khaki {
  color: #b4aa50 !important;
}

.w3-text-lime {
  color: #cddc39 !important;
}

.w3-text-orange {
  color: #ff9800 !important;
}

.w3-text-deep-orange {
  color: #ff5722 !important;
}

.w3-text-pink {
  color: #e91e63 !important;
}

.w3-text-purple {
  color: #9c27b0 !important;
}

.w3-text-deep-purple {
  color: #673ab7 !important;
}

.w3-text-sand {
  color: #fdf5e6 !important;
}

.w3-text-teal {
  color: #009688 !important;
}

.w3-text-light-grey,
.w3-hover-text-light-grey:hover,
.w3-text-light-gray,
.w3-hover-text-light-gray:hover {
  color: #f1f1f1 !important;
}

.w3-text-dark-grey,
.w3-hover-text-dark-grey:hover,
.w3-text-dark-gray,
.w3-hover-text-dark-gray:hover {
  color: #3a3a3a !important;
}

.w3-border-red,
.w3-hover-border-red:hover {
  border-color: #f44336 !important;
}

.w3-border-green,
.w3-hover-border-green:hover {
  border-color: #4CAF50 !important;
}

.w3-border-blue,
.w3-hover-border-blue:hover {
  border-color: #2196F3 !important;
}

.w3-border-yellow,
.w3-hover-border-yellow:hover {
  border-color: #ffeb3b !important;
}

.w3-border-white,
.w3-hover-border-white:hover {
  border-color: #fff !important;
}

.w3-border-black,
.w3-hover-border-black:hover {
  border-color: #000 !important;
}

.w3-border-grey,
.w3-hover-border-grey:hover,
.w3-border-gray,
.w3-hover-border-gray:hover {
  border-color: #bbb !important;
}

.menu-nav a.selected {
  color: #ffbe31;
}

.menu-nav a.selected .no_sel {
  color: #ddd !important;
}

.sideback {
  background: #fff !important;
}

.menubar {
  background: url("../assets/gapimage/background/w3.png") no-repeat;
  width: 28px;
  height: 22px;
  float: right;
  background-size: cover;
  border: none;
  margin-top: 20px;
}

/* background */
.board-list {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/board.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#board-list {
  background: url("../assets/gapimage/background/board-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1040px;
  height: 700px;
  z-index: 99;
  margin-left: 20%;
}

.helpdesk {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/helpdesk.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#helpdesk {
  background: url("../assets/gapimage/background/helpdesk-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 759px;
  height: 693px;
  z-index: 99;
  margin-left: 35%;
  margin-top: 30px;
}

.ranking {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/ranking.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#ranking {
  background: url("../assets/gapimage/background/ranking-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 759px;
  height: 693px;
  z-index: 99;
  margin-left: 35%;
  margin-top: 30px;
}

.rule {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/rule.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#rule {
  background: url("../assets/gapimage/background/rule-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1000px;
  height: 693px;
  z-index: 99;
  margin-left: 25%;
  margin-top: 30px;
}

.profile {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/profile.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#profile {
  background: url("../assets/gapimage/background/profile-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 759px;
  height: 687px;
  z-index: 99;
  margin-left: 35%;
  margin-top: 20px;
}

.sporbet-cross {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/sporbet-cross.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#sporbet-cross {
  background: url("../assets/gapimage/background/sporbet-cross-icon.png") no-repeat center center;
  position: absolute;
  width: 920px;
  height: 750px;
  z-index: 99;
  margin-left: 28%;
  margin-top: -20px;
  background-size: cover;
}

.sporbet-A {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/sporbet-winlose.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#sporbet-A {
  background: url("../assets/gapimage/background/sporbet-winlose-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 950px;
  height: 700px;
  z-index: 99;
  margin-left: 30%;
}

.sporbet-B {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/sporbet-handy.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#sporbet-B {
  background: url("../assets/gapimage/background/sporbet-handy-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1060px;
  height: 700px;
  z-index: 99;
  margin-left: 19%;
}

.sporbet-C {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/sporbet-special.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#sporbet-C {
  background: url("../assets/gapimage/background/sporbet-special-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1070px;
  height: 720px;
  z-index: 99;
  margin-left: 20%;
}

.sporbet-D {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/sporbet-realtime.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#sporbet-D {
  background: url("../assets/gapimage/background/sporbet-realtime-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1005px;
  height: 720px;
  z-index: 99;
  margin-left: 26%;
}

.mini-hammer {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/mini-hammer.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#sporbet-V {
  background: url("../assets/gapimage/background/wizard-xx_2.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1005px;
  height: 720px;
  z-index: 99;
  margin-left: 26%;
}

#mini-hammer {
  background: url("../assets/gapimage/background/mini-hammer-icon.png") no-repeat;
  position: absolute;
  width: 759px;
  height: 687px;
  z-index: 99;
  margin-left: 40%;
}

.mini-ladder {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/board.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#mini-ladder {
  background: url("../assets/gapimage/background/board-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1040px;
  height: 700px;
  z-index: 99;
  margin-left: 20%;
}

.mini-pk {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/mini-pk.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#mini-pk {
  background: url("../assets/gapimage/background/mini-pk-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1185px;
  height: 740px;
  z-index: 99;
  margin-left: 13%;
}

.mini-boobs {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/mini-boobs.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#mini-boobs {
  background: url("../assets/gapimage/background/mini-boobs-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 800px;
  height: 700px;
  z-index: 99;
  margin-left: 33%;
}

.mini-bra {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/mini-bra.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#mini-bra {
  background: url("../assets/gapimage/background/mini-bra-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1100px;
  height: 740px;
  z-index: 99;
  margin-left: 17%;
}

.mini-panty {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/mini-panty.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#mini-panty {
  background: url("../assets/gapimage/background/mini-panty-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1000px;
  height: 730px;
  z-index: 99;
  margin-left: 23%;
}

.mini-nameladder {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/mini-nameladder.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#mini-nameladder {
  background: url("../assets/gapimage/background/mini-nameladder-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1065px;
  height: 740px;
  z-index: 99;
  margin-left: 20%;
}

.mini-namedari {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/mini-namedari.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#mini-namedari {
  background: url("../assets/gapimage/background/mini-namedari-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1170px;
  height: 700px;
  z-index: 99;
  margin-left: 15%;
}

.v-soccer {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/v-soccer.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#v-soccer {
  background: url("../assets/gapimage/background/v-soccer-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1170px;
  height: 700px;
  z-index: 99;
  margin-left: 15%;
}

.v-dog {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/v-dog.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#v-dog {
  background: url("../assets/gapimage/background/v-dog-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 750px;
  height: 680px;
  z-index: 99;
  margin-left: 33%;
  margin-top: 80px;
}

.v-horse {
  height: 640px;
  width: 100%;
  background: url("../assets/gapimage/background/v-horse.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#v-horse {
  background: url("../assets/gapimage/background/v-horse-icon.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 1170px;
  height: 700px;
  z-index: 99;
  margin-left: 15%;
}

.pop_name {
  text-align: center;
  line-height: 22px;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 5px;
}

.pop_table {
  width: 920px !important;
  margin: auto;
  color: #fff
}

.pop_table th {
  color: #000;
  text-align: center;
  font-size: 13px
}

.pop_table tr {
  height: 40px;
  border-bottom: 2px solid #C8AE76;
  -webkit-border-image: linear-gradient(to right, #C8AE76 15%, #fff 50%, #C8AE76);
  border-image-source: linear-gradient(to right, #C8AE76 15%, #fff 50%, #C8AE76);
  border-image-slice: 10;
  font-size: 16px;
}

.pop_table tr:last-child {
  border-bottom: none;
}

.comp_table tr td:nth-child(3) {
  text-align: right;
  padding-right: 25px;
}

.popup_frame {
  width: 933px;
  height: 656px;
  background: url('/14king_img/popup_contents_bg.png')no-repeat;
  background-size: 100% 100%;
  margin-top: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 20px;
}

.popup_frame_bet {
  width: 943px;
  height: 616px;
  background: url('/14king_img/bet_bg.png')no-repeat;
  margin-top: 70px;
  overflow: scroll;
  padding-bottom: 20px;
}

.popup_frame_bar {
  background: url('/14king_img/popup_bar.png')no-repeat;
  width: 933px;
  height: 40px;
  display: inline-table;
  float: left
}

.popup_frame_comp {
  width: 933px;
  height: 608px;
  background: url('/14king_img/comp_bg.png')no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 0.3rem;
}

.popup_frame_paading {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.list_read_bg {
  background: url('/14king_img/join_bg.png')no-repeat;
  width: 943px;
  height: 661px;
  overflow: scroll;
  padding: 0 10px;
}


/* 메인 이미지 슬라이드 css*/
.main_wrap {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.main_slide {
  width: 100%;
  height: 400px;
  background: #eee;
  z-index: 100
}

.quick_game {
  height: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding-top: 10px
}

.main_casino_game {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: space-between;
}

.main_realtime {
  width: 450px;
  height: 495px;
  background: #000;
  margin: 20px 16px 20px 0;
  display: inline-block;
  float: left;
  color: #fff;
  padding: 12px;
  padding-top: 85px;
  overflow: hidden;
  box-shadow: 0 0 20px #c8af77;
}

.main_real_1 {
  background: url('../14main_img/main_real_3_339.png')no-repeat;
  width: 338px;
  height: 495px;
}

.main_real_2 {
  background: url('../14main_img/arjkfvhwe1.png')no-repeat;
  width: 338px;
  height: 495px;
}

.main_real_3 {
  background: url('../14main_img/main_real_4_339.png')no-repeat;
  width: 338px;
  height: 495px;
  padding-top: 0;
}

.main_helpdesk {
  width: 338px;
  height: 191px;
  display: inline-block;
  float: right;
  margin-top: 20px;
  background: url('../14main_img/help_desk2.png')no-repeat;
  box-shadow: 0 0 20px #c8af77;
  border: 2px solid #C8AF77;
  position: relative;
  z-index: 1;
}

.main_notice {
  width: 338px;
  height: 295px;
  display: inline-block;
  float: right;
  margin-top: 8px;
  background: url('../14main_img/main_notice1_339.jpg')no-repeat;
  margin-right: -1px;
  color: #fff;
  overflow: hidden;
  padding: 25px 12px;
  box-shadow: 0 0 20px #c8af77;
}

.main_board_list {
  padding: 8px;
  color: #fff;
}

.main_board_list:hover {
  color: #DDC56C
}

.hover_box {
  position: relative;
  margin-right: -3px;
  /* width: 126px; */
  width: 690px;
  height: 300px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #d3bf8e;
}

.hover_box img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover_box:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.border-top,
.border-bottom {
  width: 0%;
  height: 3px;
  background: #FDE982;
  position: absolute;
  transition: all .2s ease;
}

/* Changing the left/right zero point will change where the transition starts from */
.border-top {
  top: 0;
  left: 0;
}

.border-bottom {
  bottom: 0;
  right: 0;
}

.hover_box:hover .border-top,
.hover_box:hover .border-bottom {
  width: 100%;
}

.border-right,
.border-left {
  width: 3px;
  height: 0%;
  background: #FDE982;
  position: absolute;
  transition: all .2s ease .2s;
}

/* a .3 second delay causes our right/left borders to draw after our top/bottom borders */


/* Changing the top/bottom zero point will change where the transition starts from */
.border-right {
  top: 0;
  right: 0;
}

.border-left {
  bottom: 0;
  left: 0;
}

.hover_box:hover .border-right,
.hover_box:hover .border-left {
  height: 100%;
}




/* 슬롯 */

.slot_wrapper {
  width: 195px;
  height: 240px;
  /*border:1px solid #fff;*/
  float: left;
  margin: 10px 10px 25px 10px;
  display: inline-block;
}

.solt_start {
  background: url('/14king_img/B_middle.png')no-repeat;
  background-size: 100% 100%;
  width: 80px;
  height: 33px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.solt_start:hover {
  color: #B20000;
}

.slot_demo {
  background: #333;
  width: 80px;
  font-size: 14px;
  height: 33px;
  color: #fff;
  font-weight: bold;
}

.slot_demo:hover {
  color: #c8af77;
}

.slot_buttom_margin {
  margin-top: 10px;
}

.slot_buttom_margin span {
  color: #fff;
  display: block;
  font-size: 14px
}

.slot_wrapper div:first-child {
  position: relative;
  display: block;
  width: 136px;
  height: 156px;
  background-size: cover;
  margin: auto;
}

/* mg */
.img-Reel {
  background-image: url("/images/Microgame/CrystalRift/ReelTalent_Symbol_Logo.png");
}

.img-Reel:hover {
  background-image: url("/images/Microgame/CrystalRift/reel_talent_hover.png");
}

.img-luchaLegends {
  background-image: url("/images/Microgame/CrystalRift/LuchaLegends_Button.png");
  background-position: -5px 0;
}

.img-luchaLegends:hover {
  background-position: 141px 0;
}

.img-romanovRiches {
  background-image: url("/images/Microgame/CrystalRift/RomanovRiches_BTN_Rollover_ZH.png");
  background-position: 0 0;
}

.img-romanovRiches:hover {
  background-position: 144px 0;
}

.img-cashOfKingdoms {
  background-image: url("/images/Microgame/CrystalRift/CashOfKingdoms_Rollover_button_ZH.png");
  background-position: 0 0;
}

.img-cashOfKingdoms:hover {
  background-position: 144px 0;
}

.img-wickedTalesDark {
  background-image: url("/images/Microgame/CrystalRift/WickedTalesDarkRed_Button_Square.png");
}

.img-wickedTalesDark:hover {
  background-image: url("/images/Microgame/CrystalRift/WickedTalesDarkRed_StackedLogo_GraphicBackground_ZH-CN.png");
}

.img-dolphinCoast {
  background-image: url("/images/Microgame/CrystalRift/DolphinCoast_Button_Square_ZH.png");
}

.img-badmintonHero {
  background-image: url("/images/Microgame/CrystalRift/BadmintonHero_Button_Logo_Bkg_ZH.png");
}

.img-exoticCats {
  background-image: url("/images/Microgame/CrystalRift/ExoticCats_Button_Logo_ZH.png");
}

.img-cashoccino {
  background-image: url("/images/Microgame/CrystalRift/Cashoccino_Button_Normal_ZH.png");
}

.img-fortunium {
  background-image: url("/images/Microgame/CrystalRift/Fortunium_BTN_Rollover_ZH.png");
  background-position: 142px 0;
}

.img-fortunium:hover {
  background-position: -4px 0;
}

.img-wildScarabs {
  background-image: url("/images/Microgame/CrystalRift/WildScarabs_Button_Logo_en.png");
  background-position: 0 0;
}

.img-wildScarabs:hover {
  background-position: 137px 0;
}

.img-pokeTheGuy {
  background-image: url("/images/Microgame/CrystalRift/PokeTheGuy_StackedLogo_PlainBackground.png");
}

.img-dreamDate {
  background-image: url("/images/Microgame/CrystalRift/DreamDate_Button.png");
  background-position: -4px 0;
}

.img-dreamDate:hover {
  background-position: 141px 0
}

.img-playboyGold {
  background-image: url("/images/Microgame/CrystalRift/PlayboyGold_StackedLogo_GraphicBackground_ZH-CN.png");
}

.img-gemsOdyssey {
  background-image: url("/images/Microgame/CrystalRift/Gems_Odyssey_symbol8_Jackpot.jpg");
}

.img-luckyLittleGods {
  background-image: url("/images/Microgame/CrystalRift/LuckyLittleGods_250x250_ZH.jpg");
}

.img-megaMoneyRush {
  background-image: url("/images/Microgame/CrystalRift/MegaMoneyRush_Logo_NoBackground.jpg");
}

.img-breakAwayDeluxe {
  background-image: url("/images/Microgame/CrystalRift/BreakAwayDeluxe.png");
  background-position: -10px 0;
}

.img-breakAwayDeluxe:hover {
  background-position: 136px 0
}

.img-bookOfOz {
  background-image: url("/images/Microgame/CrystalRift/BookOfOz.png");
  background-position: -4px 0;
}

.img-bookOfOz:hover {
  background-position: 142px 0
}

.img-showdownSaloon {
  background-image: url("/images/Microgame/CrystalRift/ShowdownSaloon.png");
  background-position: -3px -3px;
}

.img-showdownSaloon:hover {
  background-position: 139px -3px
}

.img-ourDays {
  background-image: url("/images/Microgame/CrystalRift/OurDays.png");
  background-position: -4px 0;
}

.img-ourDays:hover {
  background-position: 140px 0
}

.img-luckyFirecracker {
  background-image: url("/images/Microgame/CrystalRift/LuckyFirecracker.png");
  background-position: -4px 0;
}

.img-luckyFirecracker:hover {
  background-position: 140px 0
}

.img-happyMonsterClaw {
  background-image: url("/images/Microgame/CrystalRift/HappyMonsterClaw.png");
  background-position: 0 0;
}

.img-happyMonsterClaw:hover {
  background-position: 136px 0
}

.img-shogunofTime {
  background-image: url("/images/Microgame/CrystalRift/ShogunOfTime.png");
  background-position: -4px 0;
}

.img-shogunofTime:hover {
  background-position: 141px 0
}

.img-theGreatAlbini {
  background-image: url("/images/Microgame/CrystalRift/TheGreatAlbini.png");
  background-position: -4px 0;
}

.img-theGreatAlbini:hover {
  background-position: 140px 0
}

.img-zombieHoard {
  background-image: url("/images/Microgame/CrystalRift/ZombieHoard_Button_Rollover.png");
  background-position: -5px 0;
}

.img-zombieHoard:hover {
  background-position: 144px 0
}

.img-legendKeno {
  background-image: url("/images/Microgame/CrystalRift/LegendKeno_StackedLogo.png");
  background-position: 0 0;
}

.img-agentjaneblondereturns {
  background-image: url("/images/Microgame/CrystalRift/AJBR_BTN_Rollover.png");
  background-position: -5px 0;
}

.img-agentjaneblondereturns:hover {
  background-position: 139px 0
}

.img-bookieOfOdds {
  background-image: url("/images/Microgame/CrystalRift/BookieOfOdds_BTN_Rollover.png");
  background-position: -5px 0;
}

.img-bookieOfOdds:hover {
  background-position: 139px 0
}

.img-villagePeople {
  background-image: url("/images/Microgame/CrystalRift/VillagePeople.jpg");
}

.img-dragonShard {
  background-image: url("/images/Microgame/CrystalRift/DragonShard.png");
  background-position: -5px 0;
}

.img-dragonShard:hover {
  background-position: 141px 0
}

.img-BasketballStar {
  background-image: url("/images/Microgame/CrystalRift/BasketballStar.png");
  background-position: -5px 0;
}

.img-BasketballStar:hover {
  background-position: 141px 0
}

.img-ancientFortunesZeus {
  background-image: url("/images/Microgame/CrystalRift/AncientFortunesZeus.png");
  background-position: 0 0;
}

.img-relicSeekers {
  background-image: url("/images/Microgame/CrystalRift/RelicSeekers.png");
  background-position: -5px 0;
}

.img-relicSeekers:hover {
  background-position: 141px 0
}

.img-laraCroftTemplesAndTombs {
  background-image: url("/images/Microgame/CrystalRift/LaraCroftTemplesAndTombs.png");
  background-position: -4px 0;
}

.img-laraCroftTemplesAndTombs:hover {
  background-position: 138px 0
}

.img-silverLioness4x {
  background-image: url("/images/Microgame/CrystalRift/SilverLioness4x.png");
  background-position: -4px 0;
}

.img-silverLioness4x:hover {
  background-position: 141px 0
}

.img-treasuresOfLionCity {
  background-image: url("/images/Microgame/CrystalRift/TreasuresOfLionCity.png");
  background-position: -2px 0;
  width: 142px !important;
}

.img-treasuresOfLionCity:hover {
  background-position: 144px 0;
}

.img-queenOfTheCrystalRays {
  background-image: url("/images/Microgame/CrystalRift/QueenOfTheCrystalRays.png");
  background-position: -5px 0;
}

.img-queenOfTheCrystalRays:hover {
  background-position: 141px 0
}

.img-tikiVikings {
  background-image: url("/images/Microgame/CrystalRift/TikiVikings.png");
  background-position: -4px 0;
}

.img-tikiVikings:hover {
  background-position: 141px 0
}

.img-magicOfSahara {
  background-image: url("/images/Microgame/CrystalRift/MagicOfSahara_en.png");
  background-position: -5px 0;
}

.img-magicOfSahara:hover {
  background-position: 141px 0
}

.img-sherlockOfLondonOnlineSlot {
  background-image: url("/images/Microgame/CrystalRift/sherlockOfLondonOnlineSlot.png");
  background-position: 0 0;
}

.img-LegendOftheMoonLovers {
  background-image: url("/images/Microgame/CrystalRift/Legend_of_Moon_Lover_lobbyicon_en.png");
  background-position: 0 0;
  width: 142px !important;
}

.img-LegendOftheMoonLovers:hover {
  background-position: 145px 0;
}

.img-bananaOdyssey {
  background-image: url("/images/Microgame/CrystalRift/newgame_lobbyicon_en.png");
  background-position: -4px 0;
}

.img-bananaOdyssey:hover {
  background-position: 141px 0
}

.img-breakDaBankAgainRespin {
  background-image: url("/images/Microgame/CrystalRift/Break_Da_Bank_Again_Respin_lobbyicon_zh_en.png");
  background-position: -2px 0;
}

.img-breakDaBankAgainRespin:hover {
  background-position: 140px 0
}

.img-RabbitInTheHat {
  background-image: url("/images/Microgame/CrystalRift/Rabbit_in_the_Hat_lobbyicon_en.png");
  background-position: -4px 0;
}

.img-RabbitInTheHat:hover {
  background-position: 141px 0
}

.img-petsGoWildDesktop {
  background-image: url("/images/Microgame/CrystalRift/Pets_Go_Wild_lobbyicon_en.png");
  background-position: -5px 0;
}

.img-petsGoWildDesktop:hover {
  background-position: 142px 0
}

.img-auroraWilds {
  background-image: url("/images/Microgame/CrystalRift/mg_Aurora_Wilds_lobbyicon_en.png");
  background-position: 0 0;
  width: 142px !important;
}

.img-auroraWilds:hover {
  background-position: 144px 0;
}

.img-bookOfOzLockNSpin {
  background-image: url("/images/Microgame/CrystalRift/Book_of_Oz_Lock_N_Spin_lobbyicon_en.png");
  background-position: -4px 0;
}

.img-bookOfOzLockNSpin:hover {
  background-position: 144px 0
}

.img-playboyGoldJackpots {
  background-image: url("/images/Microgame/CrystalRift/Playboy_Gold_Jackpot_lobbyicon_en.png");
  background-position: -2px 0;
}

.img-playboyGoldJackpots:hover {
  background-position: 139px 0
}

.img-maxDamageArcade {
  background-image: url("/images/Microgame/CrystalRift/MaxDamage_BTN_Rollover.png");
  background-position: -4px 0;
}

.img-maxDamageArcade:hover {
  background-position: 140px 0
}

.img-jungleJim {
  background-image: url("/images/Microgame/CrystalRift/mg_Jungle_Jim_and_The_Lost_Sphinx_lobbyicon_en.png");
  background-position: -2px 0;
}

.img-jungleJim:hover {
  background-position: 143px 0
}

.img-luckyBachelors {
  background-image: url("/images/Microgame/CrystalRift/mg_Lucky_Bachelors_lobbyicon_zh_cn.png");
  background-position: 0 0;
}

.img-luckyBachelors:hover {
  background-position: 145px 0
}

.img-luckyTwinsJackpot {
  background-image: url("/images/Microgame/CrystalRift/LuckyTwinsJackpot_Icon_Rollover_EN.png");
  background-position: -4px 0;
}

.img-luckyTwinsJackpot:hover {
  background-position: 142px 0
}

.img-pingPongStar {
  background-image: url("/images/Microgame/CrystalRift/PingPongStar_BTN_Rollover_EN.png");
  background-position: 0 0;
}

.img-pingPongStar:hover {
  background-position: 145px 0
}

.img-treasureDash {
  background-image: url("/images/Microgame/CrystalRift/TreasureDash_Icon_Rollover_EN.png");
  background-position: -4px 0;
}

.img-treasureDash:hover {
  background-position: 140px 0
}

.img-maskoffire {
  background-image: url("/images/Microgame/CrystalRift/Masks_of_Fire_icon_en.png");
  background-position: -3px 0;
}

.img-maskoffire:hover {
  background-position: 140px 0
}

.img-longmufortunes {
  background-image: url("/images/Microgame/CrystalRift/Long_Mu_Fortunes_icon_en.png");
  background-position: -4px 0;
}

.img-longmufortunes:hover {
  background-position: 139px 0
}


.img-AlchemyBlast {
  background-image: url("/images/Microgame/CrystalRift/AlchemyBlast_icon_en.png");
  background-position: 0 0;
}

.img-AlchemyBlast:hover {
  background-position: 145.5px 0
}

.img-IncanAdventure {
  background-image: url("/images/Microgame/CrystalRift/IncanAdventure_icon_en.png");
  background-position: 0 0;
}

.img-IncanAdventure:hover {
  background-position: 146px 0
}

.img-BoatofFortune {
  background-image: url("/images/Microgame/CrystalRift/BoatofFortune_icon_en.png");
  background-position: -5px 0;
}

.img-BoatofFortune:hover {
  background-position: 141px 0
}

.img-LadiesNite2TurnWild {
  background-image: url("/images/Microgame/CrystalRift/LadiesNite2TurnWild_icon_en.png");
  background-position: -3px 0;
}

.img-LadiesNite2TurnWild:hover {
  background-position: 142px 0
}

.img-FootballStarDeluxe {
  background-image: url("/images/Microgame/CrystalRift/FootballStarDeluxe_icon_en.png");
  background-position: -1px 0;
}

.img-FootballStarDeluxe:hover {
  background-position: 144px 0
}

.img-TheIncredibleBalloonMachine {
  background-image: url("/images/Microgame/CrystalRift/TheIncredibleBalloonMachine_icon_en.png");
  background-position: 0 0;
}

.img-TheIncredibleBalloonMachine:hover {
  background-position: 144px 0
}

.img-RugbyStarDeluxe {
  background-image: url("/images/Microgame/CrystalRift/RugbyStarDeluxe_icon_en.png");
  background-position: 0 0;
}

.img-RugbyStarDeluxe:hover {
  background-position: 146px 0
}

.img-ADarkMatter {
  background-image: url("/images/Microgame/CrystalRift/ADarkMatter_icon_en.png");
  background-position: -5px 0;
}

.img-ADarkMatter:hover {
  background-position: 142px 0
}

/*2020.07 new slot*/
.img-9potsOfGold {
  background-image: url("/images/Microgame/CrystalRift/Pots_of_Gold_icon_en.png");
  background-position: 3px 0;
}

.img-9potsOfGold:hover {
  background-position: 147px 0
}

.img-ageOfConquest {
  background-image: url("/images/Microgame/CrystalRift/Age_of_Conquest_icon_en.png");
  background-position: -5px 0;
}

.img-ageOfConquest:hover {
  background-position: 138px 0
}

.img-luckyRichesHyperspins {
  background-image: url("/images/Microgame/CrystalRift/Lucky_Riches_Hyperspins_icon_en.png");
  background-position: -5px 0;
}

.img-luckyRichesHyperspins:hover {
  background-position: 140px 0
}

/*2020.08 new slot*/
.img-BoomPrivates {
  background-image: url("/images/Microgame/CrystalRift/Boom_Privates_icon_en.png");
  background-position: 0 0;
}

.img-BoomPrivates:hover {
  background-position: 142px 0
}

.img-GalaxyGlider {
  background-image: url("/images/Microgame/CrystalRift/Galaxy_Glider_icon_en.png");
  background-position: 0 0;
}

.img-GalaxyGlider:hover {
  background-position: 142px 0
}

.img-MonsterBlast {
  background-image: url("/images/Microgame/CrystalRift/Monster_Blast_icon_en.png");
  background-position: 0 0;
}

.img-MonsterBlast:hover {
  background-position: 140px 0
}

.img-WildCatch {
  background-image: url("/images/Microgame/CrystalRift/Wild_Catch_icon_en.png");
  background-position: -2px 0;
}

.img-WildCatch:hover {
  background-position: 140px 0
}

/*2020.09 new slot*/
.img-AlchemistStone {
  background-image: url("/images/Microgame/CrystalRift/Alchemist_Stone_icon_en.png");
  background-position: -2px -3px;
}

.img-AlchemistStone:hover {
  background-position: 141px -3px
}

.img-SistersofOz {
  background-image: url("/images/Microgame/CrystalRift/Sisters_of_Oz_Jackpot_icon_en.png");
  background-position: -4px 0;
}

.img-SistersofOz:hover {
  background-position: 138px 0
}

/*2020.10 new slot*/
.img-TheGoldSwallow {
  background-image: url("/images/Microgame/CrystalRift/TheGoldSwallow_BTN_Rollover.png");
  background-position: -5px 0;
}

.img-TheGoldSwallow:hover {
  background-position: 141px 0
}

.img-HiddenPalaceTreasures {
  background-image: url("/images/Microgame/CrystalRift/Hidden_Palace_Treasures_lobbyicon_en.png");
  background-position: -3px 0;
}

.img-HiddenPalaceTreasures:hover {
  background-position: 141px 0
}

.img-TheGoldenMaskDance {
  background-image: url("/images/Microgame/CrystalRift/TheGoldenMaskDance_icon_en.png");
  background-position: 0 0;
}

.img-TheGoldenMaskDance:hover {
  background-position: 139px 0
}

/*2020.12 new slot*/
.img-777_Royal_Wheel {
  background-image: url("/images/Microgame/CrystalRift/777_Royal_Wheel.png");
  background-position: -4px 0;
}

.img-777_Royal_Wheel:hover {
  background-position: 142px 0
}

.img-A_Tale_of_Elves {
  background-image: url("/images/Microgame/CrystalRift/A_Tale_of_Elves.png");
  background-position: -2px 0;
}

.img-A_Tale_of_Elves:hover {
  background-position: 138px 0
}

.img-Alchemy_Fortunes {
  background-image: url("/images/Microgame/CrystalRift/Alchemy_Fortunes.png");
  background-position: -2px -3px;
}

.img-Alchemy_Fortunes:hover {
  background-position: 136px -3px
}

.img-Diamond_King_Jackpots {
  background-image: url("/images/Microgame/CrystalRift/Diamond_King_Jackpots.png");
  background-position: -4px -2px;
}

.img-Diamond_King_Jackpots:hover {
  background-position: 135px -2px
}

.img-Goldaur_Guardians {
  background-image: url("/images/Microgame/CrystalRift/Goldaur_Guardians.png");
  background-position: -3px -2px;
}

.img-Goldaur_Guardians:hover {
  background-position: 138px -2px
}

.img-Neptunes_Riches_Ocean_of_Wilds {
  background-image: url("/images/Microgame/CrystalRift/Neptunes_Riches_Ocean_of_Wilds.png");
  background-position: -2px 0;
}

.img-Neptunes_Riches_Ocean_of_Wilds:hover {
  background-position: 139px -2px
}

.img-Tiki_Reward {
  background-image: url("/images/Microgame/CrystalRift/Tiki_Reward.png");
  background-position: -2px 0;
}

.img-Tiki_Reward:hover {
  background-position: 138px -1px
}

/*2021.01 new slot*/
.img-Assassin_Moon {
  background-image: url("/images/Microgame/CrystalRift/Assassin_Moon_icon_en.png");
  background-position: -9px 0;
}

.img-Assassin_Moon:hover {
  background-position: 144px 0
}

.img-Augustus {
  background-image: url("/images/Microgame/CrystalRift/Augustus_icon_en.png");
  background-position: -9px 0;
}

.img-Augustus:hover {
  background-position: 141px 0
}

.img-Break_Away_Ultra {
  background-image: url("/images/Microgame/CrystalRift/Break_Away_Ultra_icon_en.png");
  background-position: -7px 0;
}

.img-Break_Away_Ultra:hover {
  background-position: 138px 0
}

.img-Emperor_of_the_Sea_Deluxe {
  background-image: url("/images/Microgame/CrystalRift/Emperor_of_the_Sea_Deluxe_icon_en.png");
  background-position: -6px 0;
}

.img-Emperor_of_the_Sea_Deluxe:hover {
  background-position: 144px 0
}

.img-Gems_and_Dragons {
  background-image: url("/images/Microgame/CrystalRift/Gems_and_Dragons_icon_en.png");
  background-position: -5px 0;
}

.img-Gems_and_Dragons:hover {
  background-position: 144px 0
}

.img-smg_ingotsofcaishen {
  background-image: url("/images/Microgame/CrystalRift/smg_ingotsofcaishen_icon_rollover_en.png");
  background-position: -9px 0;
}

.img-smg_ingotsofcaishen:hover {
  background-position: 141px 0
}

.img-Shamrock_Holmes_Megaways {
  background-image: url("/images/Microgame/CrystalRift/Shamrock_Holmes_Megaways_icon_en.png");
  background-position: -3px 0;
}

.img-Shamrock_Holmes_Megaways:hover {
  background-position: 145px 0
}

.img-Silverback_Multiplier {
  background-image: url("/images/Microgame/CrystalRift/Silverback_Multiplier_icon_en.png");
  background-position: -10px 0;
}

.img-Silverback_Multiplier:hover {
  background-position: 144px 0
}

/*2021.03 new slot*/
.img-777megadeluxe {
  background-image: url("/images/Microgame/CrystalRift/777megadeluxe.png");
  background-position: -9px 0;
}

.img-777megadeluxe:hover {
  background-position: 144px 0
}

.img-adventuresofdoubloonisland {
  background-image: url("/images/Microgame/CrystalRift/adventuresofdoubloonisland.png");
  background-position: -9px 0;
}

.img-adventuresofdoubloonisland:hover {
  background-position: 146px 0
}

.img-carnavaljackpot {
  background-image: url("/images/Microgame/CrystalRift/carnavaljackpot.png");
  background-position: -5px 0;
}

.img-carnavaljackpot:hover {
  background-position: 140px 0
}

.img-chicagogold {
  background-image: url("/images/Microgame/CrystalRift/chicagogold.png");
  background-position: -6px 0;
}

.img-chicagogold:hover {
  background-position: 141px 0
}

.img-flowerfortunes {
  background-image: url("/images/Microgame/CrystalRift/flowerfortunes.png");
  background-position: -5px 0;
}

.img-flowerfortunes:hover {
  background-position: 142px 0
}

.img-forgottenisland {
  background-image: url("/images/Microgame/CrystalRift/forgottenisland.png");
  background-position: -5px 0;
}

.img-forgottenisland:hover {
  background-position: 139px 0
}

.img-goldenstallion {
  background-image: url("/images/Microgame/CrystalRift/goldenstallion.png");
  background-position: -6px 0;
}

.img-goldenstallion:hover {
  background-position: 144px 0
}

/*2021.04 new slot*/
.img-8goldenskullsofthehollyroger {
  background-image: url("/images/Microgame/CrystalRift/8goldenskullsofthehollyroger.png")
}

.img-8goldenskullsofthehollyroger:hover {
  background-position: 140px 0
}

.img-amazinglinkzeus {
  background-image: url("/images/Microgame/CrystalRift/amazinglinkzeus.png")
}

.img-amazinglinkzeus:hover {
  background-position: 140px 0
}

.img-fireforge {
  background-image: url("/images/Microgame/CrystalRift/fireforge.png");
  background-position: -3px -1px;
}

.img-fireforge:hover {
  background-position: 140px 0
}

.img-goldcollector {
  background-image: url("/images/Microgame/CrystalRift/goldcollector.png")
}

.img-goldcollector:hover {
  background-position: 140px 0
}

.img-hyperstrike {
  background-image: url("/images/Microgame/CrystalRift/hyperstrike.png")
}

.img-hyperstrike:hover {
  background-position: 140px 0
}

.img-mauimischief {
  background-image: url("/images/Microgame/CrystalRift/mauimischief.png");
  background-position: -4px 0;
}

.img-mauimischief:hover {
  background-position: 136px 0
}

.img-onihunter {
  background-image: url("/images/Microgame/CrystalRift/onihunter.png");
  background-position: -10px 0;
}

.img-onihunter:hover {
  background-position: 147px 0
}

.img-solarwilds {
  background-image: url("/images/Microgame/CrystalRift/solarwilds.png");
  background-position: -9px 0;
}

.img-solarwilds:hover {
  background-position: 144px 7px
}

/*2021.05 new slot*/
.img-9blazingdiamonds {
  background-image: url("/images/Microgame/CrystalRift/9blazingdiamonds.png")
}

.img-9blazingdiamonds:hover {
  background-position: 144px 0
}

.img-bookofkingarthur {
  background-image: url("/images/Microgame/CrystalRift/bookofkingarthur.png");
  background-position: -3px 0;
}

.img-bookofkingarthur:hover {
  background-position: 140px 0
}

.img-egyptiantombs {
  background-image: url("/images/Microgame/CrystalRift/egyptiantombs.png");
  background-position: -5px 0;
}

.img-egyptiantombs:hover {
  background-position: 142px 0
}

.img-emeraldgold {
  background-image: url("/images/Microgame/CrystalRift/emeraldgold.png");
  background-position: -6px 0;
}

.img-emeraldgold:hover {
  background-position: 138px 0
}

.img-serengetigold {
  background-image: url("/images/Microgame/CrystalRift/serengetigold.png");
  background-position: -5px 0;
}

.img-serengetigold:hover {
  background-position: 142px 0
}

/*2021.06 new slot*/
.img-10000wishes {
  background-image: url("/images/Microgame/CrystalRift/10000wishes.png");
  background-position: -3px 0;
}

.img-10000wishes:hover {
  background-position: 144px 0
}

.img-10playowerpokeracesfaces {
  background-image: url("/images/Microgame/CrystalRift/10playowerpokeracesfaces.jpg")
}

.img-acesfacespowerpoker {
  background-image: url("/images/Microgame/CrystalRift/acesfacespowerpoker.jpg")
}

.img-ancientfortunesposeidonmegaways {
  background-image: url("/images/Microgame/CrystalRift/ancientfortunesposeidonmegaways.png");
  background-position: -6px 0;
}

.img-ancientfortunesposeidonmegaways:hover {
  background-position: 141px 0
}

.img-queenofalexandria {
  background-image: url("/images/Microgame/CrystalRift/queenofalexandria.png");
  background-position: -5px 0;
}

.img-queenofalexandria:hover {
  background-position: 142px 0
}

/*2021.07 new slot*/
.img-atlantisrising {
  background-image: url("/images/Microgame/CrystalRift/atlantisrising.png")
}

.img-atlantisrising:hover {
  background-position: 144px 0
}

.img-blazingmammoth {
  background-image: url("/images/Microgame/CrystalRift/blazingmammoth.png")
}

.img-blazingmammoth:hover {
  background-position: 146px 0
}

.img-divinediamonds {
  background-image: url("/images/Microgame/CrystalRift/divinediamonds.png")
}

.img-divinediamonds:hover {
  background-position: 140px 0
}

.img-DoubleDoubleBonus_10Play {
  background-image: url("/images/Microgame/CrystalRift/DoubleDoubleBonus_10Play.png")
}

.img-DblDblBonusPowerPoker {
  background-image: url("/images/Microgame/CrystalRift/DblDblBonusPowerPoker.png")
}

.img-joyfuljokermegaways {
  background-image: url("/images/Microgame/CrystalRift/joyfuljokermegaways.png")
}

.img-joyfuljokermegaways:hover {
  background-position: 139px 0
}

.img-odinsriches {
  background-image: url("/images/Microgame/CrystalRift/odinsriches.png")
}

.img-odinsriches:hover {
  background-position: 144px 0
}

.img-onihunterplus {
  background-image: url("/images/Microgame/CrystalRift/onihunterplus.png")
}

.img-onihunterplus:hover {
  background-position: 144px 0
}

.img-silverseas {
  background-image: url("/images/Microgame/CrystalRift/silverseas.png");
}

.img-silverseas:hover {
  background-position: 141px -1px
}

/*2021.08 new slot*/
.img-thunderstruckwildlightning {
  background-image: url("/images/Microgame/CrystalRift/thunderstruckwildlightning.png")
}

.img-thunderstruckwildlightning:hover {
  background-position: 143px 0
}

.img-legacyofoz {
  background-image: url("/images/Microgame/CrystalRift/legacyofoz.png")
}

.img-legacyofoz:hover {
  background-position: 144px 0
}

.img-hypergold {
  background-image: url("/images/Microgame/CrystalRift/hypergold.png")
}

.img-hypergold:hover {
  background-position: 144px 0
}

.img-elvengold {
  background-image: url("/images/Microgame/CrystalRift/elvengold.png");
  background-position: 0 -8px
}

.img-elvengold:hover {
  background-position: 144px -8px
}

.img-soccerstriker {
  background-image: url("/images/Microgame/CrystalRift/soccerstriker.png")
}

.img-soccerstriker:hover {
  background-position: 144px 0
}

.img-cricketstarscratch {
  background-image: url("/images/Microgame/CrystalRift/cricketstarscratch.png");
}

.img-cricketstarscratch:hover {
  background-position: 144px 0px
}

/*2021.09 new slot*/
.img-africaXUP {
  background-image: url("/images/Microgame/CrystalRift/africaXUP.png")
}

.img-africaXUP:hover {
  background-position: 143px 0
}

.img-amazingLinkApollo {
  background-image: url("/images/Microgame/CrystalRift/amazingLinkApollo.png")
}

.img-amazingLinkApollo:hover {
  background-position: 144px 0
}

.img-deucesJokerPowerPoker {
  background-image: url("/images/Microgame/CrystalRift/deucesJokerPowerPoker.png")
}

.img-deucesJoker10PlayPowerPoker {
  background-image: url("/images/Microgame/CrystalRift/deucesJoker10PlayPowerPoker.png")
}

.img-allAces10PlayPowerPoker {
  background-image: url("/images/Microgame/CrystalRift/allAces10PlayPowerPoker.png")
}

/*2021.10 new slot*/
.img-breakdabankagainmegaways {
  background-image: url("/images/Microgame/CrystalRift/breakdabankagainmegaways.png")
}

.img-breakdabankagainmegaways:hover {
  background-position: 146px 0
}

.img-jurassicworldraptorriches {
  background-image: url("/images/Microgame/CrystalRift/jurassicworldraptorriches.png")
}

.img-jurassicworldraptorriches:hover {
  background-position: 146px 0
}

.img-luckytwinswilds {
  background-image: url("/images/Microgame/CrystalRift/luckytwinswilds.png")
}

/*2021.11 new slot*/
.img-cossacksthewildhunt {
  background-image: url("/images/Microgame/CrystalRift/cossacksthewildhunt.png")
}

.img-cossacksthewildhunt:hover {
  background-position: 146px 0
}

.img-dragonsbreath {
  background-image: url("/images/Microgame/CrystalRift/dragonsbreath.png")
}

.img-dragonsbreath:hover {
  background-position: 145px 0
}

.img-fortunerush {
  background-image: url("/images/Microgame/CrystalRift/fortunerush.png")
}

.img-fortunerush:hover {
  background-position: 146px 0
}

.img-chroniclesofolympusxup {
  background-image: url("/images/Microgame/CrystalRift/chroniclesofolympusxup.png")
}

.img-chroniclesofolympusxup:hover {
  background-position: 146px 0
}

.img-wwelegends {
  background-image: url("/images/Microgame/CrystalRift/wwelegends.png")
}

.img-wwelegends:hover {
  background-position: 146px 0
}

/*2021.12 new slot*/
.img-4diamondblues {
  background-image: url("/images/Microgame/CrystalRift/4diamondblues.png")
}

.img-4diamondblues:hover {
  background-position: 146px 0
}

.img-9masksoffirehyperspins {
  background-image: url("/images/Microgame/CrystalRift/9masksoffirehyperspins.png")
}

.img-9masksoffirehyperspins:hover {
  background-position: 145px 0
}

.img-bookofmrsclaus {
  background-image: url("/images/Microgame/CrystalRift/bookofmrsclaus.png")
}

.img-catclans {
  background-image: url("/images/Microgame/CrystalRift/catclans.png")
}

.img-catclans:hover {
  background-position: 146px 0
}

.img-jacksOrBetterPowerPoker {
  background-image: url("/images/Microgame/CrystalRift/jacksOrBetterPowerPoker.png")
}

.img-luckyclucks {
  background-image: url("/images/Microgame/CrystalRift/luckyclucks.png")
}

.img-luckyclucks:hover {
  background-position: 146px 0
}

.img-squealinriches {
  background-image: url("/images/Microgame/CrystalRift/squealinriches.png")
}

.img-squealinriches:hover {
  background-position: 146px 0
}

/*2022.01 new slot*/
.img-agentjaneblondemaxvolume {
  background-image: url("/images/Microgame/CrystalRift/agentjaneblondemaxvolume.png")
}

.img-agentjaneblondemaxvolume:hover {
  background-position: 146px 0
}

.img-arcticenchantress {
  background-image: url("/images/Microgame/CrystalRift/arcticenchantress.png")
}

.img-arcticenchantress:hover {
  background-position: 145px 0
}

.img-basketballstarwilds {
  background-image: url("/images/Microgame/CrystalRift/basketballstarwilds.png")
}

.img-basketballstarwilds:hover {
  background-position: 146px 0
}

.img-bigboomriches {
  background-image: url("/images/Microgame/CrystalRift/bigboomriches.png")
}

.img-bigboomriches:hover {
  background-position: 146px 0
}

.img-hyperstar {
  background-image: url("/images/Microgame/CrystalRift/hyperstar.png")
}

.img-hyperstar:hover {
  background-position: 146px 0
}

.img-kodiakkingdom {
  background-image: url("/images/Microgame/CrystalRift/kodiakkingdom.png")
}

.img-kodiakkingdom:hover {
  background-position: 146px 0
}


/* ag */
.ag_button_width {
  width: 136px;
  margin-right: 5px;
}

.ag-166 {
  background: url('/images/Asiagame/luckycombo.png');
}

.ag-804 {
  background: url('/images/Asiagame/wild777.png');
}

.ag-EP02 {
  background: url('/images/Asiagame/dragontiger.png');
}

.ag-EP03 {
  background: url('/images/Asiagame/sicbo.jpg');
}

.ag-158 {
  background: url('/images/Asiagame/mystic gems.jpg');
}

.ag-161 {
  background: url('/images/Asiagame/mrxin.png');
}

.ag-160 {
  background: url('/images/Asiagame/dragonpearlgold.png');
}

.ag-156 {
  background: url('/images/Asiagame/legendofdragon.jpg');
}

.ag-802 {
  background: url('/images/Asiagame/goldclass.png');
}

.ag-221 {
  background: url('/images/Asiagame/streetbattle.png');
}

.ag-517 {
  background: url('/images/Asiagame/happyfarm.png');
}

.result_input {
  width: 343px;
  height: 39px;
  line-height: 30px;
  margin-top: 5px;
  text-indent: 10px;
  background: transparent !important;
  border: 1px solid #c8af77;
  color: #fff !important;
  text-align: center;
}

.result_input:focus {
  outline: none;
}

.result_input::-webkit-input-placeholder {
  color: #c8af77 !important;
}

.money_color {
  color: gold;
  text-shadow: 0 0 5px #fff;
}

.borad_tr_title {
  color: #000;
  height: 55px;
  background: linear-gradient(135deg, #c8af77 37%, #F8F5DD 50%, #c8af77 63%);
}

.borad_tr_title th div {
  font-weight: bold
}

.board_write_area {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  height: 60px;
  margin: 10px 10px 10px -5px;
  opacity: 0.2;
  width: 620px
}

.board_write_area:focus {
  outline: transparent;
  opacity: 1
}

.board_delete_button {
  float: right;
  margin-right: 10px;
  width: 60px;
  color: #fff;
  border: none;
  background: transparent;
  font-size: 13px;
}

#dark_back {
  width: 100%;
  height: 10000%;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: -70px;
  display: none;
}

.head_info {
  color: #fff;
  padding-top: 20px;
}

.head_info ul {
  float: right;
}

.head_info ul li {
  float: left;
  width_: 100px;
  border-right: 2px solid #fff;
  text-align: center;
  padding-left:10px;
  padding-right:10px;
}

.main_wrap_top {
  width: 1400px;
  height: 105px;
  margin: 0 auto;
}

.main_category {
  position: relative
}

.main_category>img {
  position: absolute;
  /* left: 0; */
  width: 130px;
  bottom: 0;
}

.king_logo {
  background: url('../14main_img/main_logo1.png') no-repeat;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: contain;
}

.logo_wrap {
/*width: 131px; */
    width: 150px;
    height: 150px;
    display: inline-block;
    margin-top: -43px;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    padding: 0.3rem 0.6rem 1rem 0.6rem;
}

.logo_wrap:hover {
  border-radius: 50%;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.left-30px {
  margin-left: 30px !important;
}

.king_category {
  height: 100%;
  padding-top: 25px;
  display: inline-block;
  float: right;
  position: relative;
}

.king_category ul {
  float: right;
}

.king_category ul li {
  float: left;
}

.king_category ul li a {
  display: block;
  color: #fff;
  margin-left: 45px;
  font-size: 18px;
  margin-top: 0px;
  padding-top: 1px;
}

.king_category ul li a:hover {
  color: #968268
}

.main_dropdown {
  background: url('../14main_img/main_menu.png')no-repeat;
  width: 32px;
  height: 23px;
  margin-top: -4px;
}

.drop_munu {
  width: 260px;
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 10px;
  right: 0;
  z-index: 10000
}

.drop_munu ul li {
  width: 260px;
  height: 35px;
  border-bottom: 1px solid #fff;
  z-index: 999;
  position: relative;
  text-align: center;
  padding-top: 8px;
  background: #1B1C1D;
  color: #fff;
  font-size: 18px;
}

.drop_munu ul li:last-child {
  border-bottom: none
}

.drop_munu ul li:hover {
  color: #C8AE76
}

.span_arrow {
  float: left;
  margin-left: 20px;
}

.childbox {
  width: 260px;
  left: -260px;
  height: 35px;
  position: absolute;
  display: none;
}

.childbox ul li {
  background: #AF2020;
  color: #fff;
}

.childbox ul li:hover {
  color: #000 !important;
}

.childbox ul li a {
  margin: 0
}

.childbox ul li a:hover {
  color: #000;
  font-weight: bold
}

.drop_on {
  color: #C8AE76 !important;
}

.bx-wrapper {
  border: 2px solid #c8af77 !important;
  text-shadow: none !important;
  margin-bottom: 0 !important;
  box-shadow: 0 0 20px #c8af77 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  cursor: pointer;
  height: 15px !important;
  width: 15px !important;
  margin: 0 2px;
  background-color: transparent !important;
  border-radius: 50% !important;
  border: 2px solid #fff;
  display: inline-block;
}


/* middel.php */
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #3AA935 !important;
  border: 2px solid #3AA935;
}

.bx-wrapper .bx-pager {
  bottom: 15px !important;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  width: 37px !important;
  height: 43px !important;
}

.bx-wrapper .bx-prev {
  left: 20px !important;
  background: url('../14main_img/main_slide_left.png') no-repeat !important;
}

.bx-wrapper .bx-next {
  right: 20px !important;
  background: url('../14main_img/main_slide_right.png') no-repeat !important;
}

.bx-wrapper .bx-prev:hover {
  background: url('../14main_img/main_left_over.png') no-repeat !important;
}

.bx-wrapper .bx-next:hover {
  background: url('../14main_img/main_right_over.png') no-repeat !important;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .main_prev,
  .main_next {
    font-size: 11px
  }
}

@keyframes realtime_slide {
  from {
    margin-top: 0
  }

  to {
    margin-top: -1200px
  }
}

.bar_title {
  display: inline-block;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.footer {
  display: flow-root;
  width: 100%;
  height: 350px;
  background: #000;
margin: 0 auto;
    position: relative
}

.footer_first {
width: 1400px;
    margin: 0 auto;
  padding-top: 25px;
  border-bottom: 1px solid #2F302F;
  margin-top: 1px;
  height: 60px;
}

.footer_first ul li {
  float: left;
  display: flex;
  color: #8D8E8D
}

.footer_first ul li a {
  display: block;
  color: #8D8E8D;
  margin-right: 6px;
}

.footer_first ul li:nth-child(2) a,
.footer_first ul li:nth-child(3) a {
  margin-left: 6px;
}

.footer_first ul li a:hover {
  display: block;
  color: #c8af77;
}

.footer_second {
    width: 1400px;
    margin: 0 auto;
  height: 290px;
}

.footer_sep {
  width: 203px;
  height: 100%;
  float: left;
  display: inline-block;
  color: #fff;
  margin-top: 50px;
  font-size: 23px;
  text-align: center;
}

.footer_sep ul li {
  color: #8D8E8D;
  line-height: 200%;
  font-size: 16px;
  text-align: left;
  padding-left: 62px;
}

.footer_sep_first ul li {
  padding-left: 0 !important;
}

.footer_second ul li a:hover {
  color: #c8af77;
}

#exampleSlider {
  position: relative;
  text-align: center;
  /* recommended */
}

#exampleSlider .MS-content {
  white-space: nowrap;
  min-height: 874px;
}

#exampleSlider .MS-content .item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 300px;
  padding-right: 4px;
  /* padding-left: 3px; */
  box-shadow: 0 0 20px #c8af77;
}

/*.realtime_main tr:nth-child(even) {*/
/*  background-color: #343434;*/
/*}*/
/**/
/*.realtime_main tr:nth-child(odd) {*/
/*  background-color: #343434;*/
/*  color: #fff;*/
/*}*/

.main_adver {
  overflow: hidden;
  width: 162px;
  height: 602px;
  border: 1px solid #c8af77;
  margin-top: 105px;
  box-shadow: 0 0 20px #c8af77;
  cursor: pointer;
  position: absolute
}

.main_adver:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 400%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0.0) 100%);
}

/* Hover state - trigger effect */

.main_adver:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */

.main_adver:active:after {
  opacity: 0;
}

.go_kakao {
  outline: none !important;
  visibility: visible !important;
  resize: none !important;
  overflow: visible !important;
  background: url('../14main_img/main_logo.png') no-repeat;
  background-size: cover;
  cursor: pointer;
  opacity: 1 !important;
  position: fixed !important;
  border: 0px !important;
  padding: 0px !important;
  transition-property: none !important;
  z-index: 1000001 !important;
  float: none !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px !important;
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
  border-radius: 50% !important;
  transform: rotate(0deg) translateZ(0px) !important;
  transform-origin: 0px center !important;
  margin: 0px !important;
  top: auto !important;
  bottom: 20px !important;
  right: 20px !important;
  left: auto !important;
  display: block !important;
}

.rule-alert .swal2-image {
  margin: 0;
}

.rule-alert .swal2-close {
  color: #fff;
  padding: 10px;
  right: 15px;
  font-size: 40px;
}

.rule-alert .swal2-buttonswrapper {
  display: none !important;
}

.rule-alert .swal2-title {
  display: none;
}

.loading-tranfer {
  z-index: 9999;
  position: fixed;
  padding: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 230px;
}

.loading_back {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 999;
  position: fixed;
}

.help_notice {
  width: 100%;
  height: 142px;
  color: #fff;
}

.help_notice div {
  width: 50%;
  /*float: left;*/
  text-align: center;
  padding-top: 60px;
  line-height: 22px;
}

.swal2-modal.modal-alert-refresh {
  border: 0px !important;
  box-shadow: 0 0 10px #C8AF77 !important;
  background: rgba(0, 0, 0, 0.5) !important;
}

.swal2-modal.modal-alert-refresh .swal2-styled.swal2-cancel {
  color: white !important;
  background: #d33 !important;
}

.swal2-modal.modal-alert-refresh .swal2-styled.swal2-confirm {
  color: white !important;
  background: #3085d6 !important;
}

.intro_wrap {
  width: 100%;
  height: 100%;
  z-index: 2000000002;
  position: absolute;
}

.intro_wrap iframe {
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  height: 100%;
  display: block;
  border-style: none;
}

.dark_back {
  position: fixed;
  left: 0px;
  top: 0px;
  background: black;
  width: 100%;
  height: 100%;
  z-index: 2000000001;
  visibility: visible;
  opacity: 0.9;
}

.intro_close {
  background: url('../images/intro_close.png') no-repeat;
  width: 300px;
  height: 60px;
  background-size: 100% 100%;
  cursor: pointer;
  margin: auto;
  display: none;
}


/* 카지노 점검 */
.casino_construct {
  background: url(../new_img/main_bg.png) no-repeat center center;
  height: 760px;
}

.casino_construct .construct_icon {
  margin: 0 auto;
  width: 300px;
  position: relative;
  top: 15%;
}

.casino_construct .construct_icon img {
  width: 300px;
}

.casino_construct .construct_msg {
  margin: 0 auto;
  font-size: 45px;
  font-weight: bold;
  width: 300px;
  text-align: center;
  color: var(--main-color);
  position: relative;
  top: 25%;
}

.slot_mg_area {
  height: 560px;
}

.slot_mg_area .construct_icon {
  margin: 0 auto;
  width: 300px;
  position: relative;
  top: 20%;
}

.slot_mg_area .construct_icon img {
  width: 300px;
}

.slot_mg_area .construct_msg {
  margin: 0 auto;
  font-size: 45px;
  font-weight: bold;
  width: 300px;
  text-align: center;
  color: var(--main-color);
  position: relative;
  top: 30%;

}

.disabled-btn {
  width: 78px;
  font-weight: 900;
  height: 39px;
  margin: 5px 5px 0 0;
  padding: 0;
  font-size: 14px;
  border-radius: 10px;
  color: #ececec !important;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #737373), color-stop(1, #252525)) !important;
  background: -moz-linear-gradient(left top, #737373, #252525) !important;
}

.coin_table {
  box-sizing: border-box
}

.coin_table th,
.coin_table td {
  text-align: left;
}

.coin_table th {
  padding: 0 0 0 2rem;
  height: 80px;
}

.coin_table td {
  font-size: 14px;
  padding: 0 2rem;
}

.coin_table td .inspection-text p {
  font-size: 13px;
  color: #bebebe;
  margin-top: 0.4rem;
}

.coin_table .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.coin_table td a {
  display: inline-block;
  background: url(/14king_img/B_long.png) no-repeat;
  background-size: 100% 100%;
  color: #000;
  height: 30px;
  padding: 5px 15px;
  line-height: 20px;
}

.coin_table .item input {
  color: #C69B52;
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
}

.coin_table button {
  background: url(/14king_img/B_long.png) no-repeat;
  background-size: 100% 100%;
  color: #000;
  height: 30px;
  font-size: 12px;
  padding: 0 6px;
}

.coin_table button:disabled {
  background: #ddd !important;
}

.coin_table #ChargeFormArea {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.coin_table #ChargeFormArea p {
  font-size: 14px;
  line-height: 1rem;
}

/*거래소입금 문구*/
.coin-notice {
  display: flex;
  align-items: center;
  background: rgba(248, 73, 96, 0.25);
  border: 1px solid #f849603d;
  padding: 0.44rem;
  border-radius: 2px;
  font-size: 14px;
  line-height: 18px;
  gap: 0.6rem;
}

/*하바네로 팝업*/
.habanero_slot_form {}

.habanero_slot_form .item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-image: url(../images/habanero_banner01.jpg);
  background-size: cover;
  background-position: center center;
  height: 340px;
  margin-bottom: 1rem;
  padding: 3rem 0;
  border-radius: 8px;
  box-shadow: 0 8px 12px 0 rgb(0 0 0 / 10%);
}

.habanero_slot_form .qtech-top {
  background-image: url(../images/qtech-img/qtech_banner.png);
}

.habanero_slot_form .qtech-top button {
  width: 350px;
  z-index: 1;
}

.habanero_slot_form .item-top h2,
.habanero_slot_form .item-top p {
  z-index: 1;
}

.habanero_slot_form .item-top h2 {
  font-size: 24px;
  margin-bottom: 1rem;
}

.habanero_slot_form .item-top img {
  margin-top: 1rem;
  z-index: 1;
}

.habanero_slot_form .item-top:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, .5);
}

/*카지노머니*/
.money_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.money_area span {
  margin-right: 10px;
  line-height: 24px;
}

.money_area a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.money_area img {
  width: 24px;
  margin: 0
}

.casino-table tr:not(:last-child) {
  border-bottom: 1px solid #333333
}

.casino-table tr.btn-item button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 100%;
  border-radius: 4px;
  background-size: 100% 100%;
  border: none;
  margin: 0
}

.casino-table tr.btn-item td button:disabled {
  color: #fff !important;
  background-size: cover !important;
  cursor: not-allowed
}

.casino-table tr.btn-item td button:disabled:hover {
  color: #fff !important;
}

.casino-table tr td {
  border-color: #333333 !important;
  padding: 0.3rem !important;
  background: none !important;
  border-bottom: 1px solid;
  line-height: normal
}

.casino-table tr td:not(:last-child) {
  border-right: 1px solid #333333
}

.casino-table tr td .casino-input {
  border-radius: 4px
}

.casino-table tr td.pr-1 {
  padding-right: 1rem !important;
}

.casino-table tr td.pr-1 button {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  height: 34px;
  border: 1px solid #C8AE77
}

.casino-table tr td.pr-1 button:hover {
  background: #1E1E23;
  color: #C8AE77;
}

/*이벤트, 게시판 이미지*/
.notice-item img {
  display: flex;
  margin: 0 auto;
  max-width: calc(903px - 20%);
}

/*프라그마틱 독점*/
.top__item {
  display: flex;
  position: relative;
  align-items: center;
  background: url('../images/pp_Burn.png');
  background-size: cover;
  margin-bottom: 2rem;
  height: 240px;
  width: 100%
}

.top__item:after {
  content: "";
  position: absolute;
  background: url('../images/pp_icon.png');
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  background-size: cover;
}

.pr-no-image {
  background: url('../images/pp_coffee.png') !important;
  background-position: 50% 0 !important;
}

/*가상계좌*/
.deposit__table {}

.deposit__table caption {
  text-align: left;
  font-size: 15px;
  margin: 0 0 1rem;
}

.deposit__table th {
  padding: 1rem;
  font-size: 14px;
  background: #C8AE77;
  color: #000;
}

.deposit__table td {
  padding: 0 0.3rem;
}

.deposit__table th,
.deposit__table td {
  border: 1px solid #D9C89A
}

.deposit__table td button {
  padding: 0.5rem
}

.deposit__table td input {
  border: none;
  width: auto;
  background: transparent;
  font-size: 13px;
  color: #C69B52;
  text-align: right;
  padding: 0;
  text-align: center
}

.deposit__table td input:focus,
.deposit__table td input:active {
  outline: none;
}

.ModuleGallery {
  padding: 15px 0;
  background-color: rgb(28 29 30 / 60%);
}

.ModuleGallery .MG-row {
  display: flex;
  justify-content: center;
  float:left;
}

.ModuleGallery .MG-row .MG-image {
  width: 33%;
  padding: 10px;
}

.ModuleGallery .MG-row .MG-image img {
  width: 98%;
  opacity: .95;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ModuleGallery .MG-row .MG-image img:hover {
  transform: scale(.95)
}

.main_wrap .banner-container{
  height: 345px;
  position: relative;
  background: url("../14main_img/main-banner.png") right bottom no-repeat;
  background-color: rgb(0 0 0 / 50%);
  box-shadow: 0 0 20px #c8af77;
  border: 2px solid #d3bf8e;
}

.main_wrap .banner-container .slider-banner__container{
  width_: 70%;
}

.main_banner_btn_par {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.main_banner_btn_par .main_banner_btn {
  width: 50%;
  background: rgb(200,175,119);
  background: linear-gradient(90deg, rgba(200,175,119,1) 0%, rgba(249,247,221,1) 35%, rgba(200,175,119,1) 100%);
  height: 40px;
  margin: 0 6px;
  color: #000;
  font-weight: bold;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.main_banner_btn_par .main_banner_btn:hover {
  background: rgb(236,208,203);
  background: linear-gradient(90deg, rgba(236,208,203,1) 0%, rgba(254,245,239,1) 35%, rgba(236,208,203,1) 100%);
}

.main_banner_btn_par .main_banner_btn.selected {
  background: rgb(200,132,119);
  background: linear-gradient(90deg, rgba(200,132,119,1) 0%, rgba(249,232,221,1) 35%, rgba(200,132,119,1) 100%);
}

.main_event_banner {
  width: 100%;
  height: 100%;
  padding: 8px 0;
  overflow: hidden;
}

.main_event_banner .title {
  padding-top: 35px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.main_event_banner .MG-row {
  width: 100%;
  height: 396px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 77px;
}

.main_event_banner .MG-row .MG-image {
  margin-bottom: 10px;
}

.main_event_banner .MG-row .MG-image img {
  width: 98%;
  border: 2px solid #e8dfbb;
}

.transfer-block{
  padding-right: 5px;
}

.transfer form{
  padding: 20px;
  background-color: #19191d;
  border: 1px solid #34363d;
  color: #fff;
}

.balance__content:nth-child(even) {
  background-color: #f9f9f9;
}

.balance__content {
  padding: 8px 15px;
  color: #999999;
  border-bottom: 1px solid #34363d;
}

.ngdialog-wallet-page fieldset{
  padding: 10px 0;
}

.ngdialog-wallet-page .deposit fieldset,
.ngdialog-wallet-page .withdraw fieldset,
.ngdialog-wallet-page .change-password fieldset{
  padding: 12px 0;
  border-bottom: 1px solid #34363d;
  border-top: none;
  border-left: none;
  border-right: none;
}

.ngdialog-wallet-page .deposit fieldset:first-child,
.ngdialog-wallet-page .withdraw fieldset:first-child,
.ngdialog-wallet-page .change-password fieldset:first-child{
  padding-top: 0;
}

.ngdialog-wallet-page form fieldset:last-of-type{
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}

.deposit label,
.withdraw label{
  float: left;
  line-height: 34px;
  width: 102px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 5px;
}

.deposit label span + span,
.withdraw label span + span{
  color: #cc001b;
}

.side-note{
  /*line-height: 34px;*/
  color: #999999;
}

.ngdialog-wallet-page .history-table > tbody > tr > th {
  background: #34363d;
  color: #ffffff;
  font-weight: 800;
}

.ngdialog-wallet-page .history-table > tbody > tr > th,
.ngdialog-wallet-page .history-table > tbody > tr > td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #34363d;
}

.ngdialog-wallet-page .history-table > tbody > tr{
  border-bottom: 0;
}

.ngdialog-wallet-page .history-table > tbody > tr:nth-child(even){
  background: #19191d;
  color: #999999;
}

.ngdialog-wallet-page .history-table > tbody > tr:nth-child(odd){
  background: #0c0c0e;
  color: #999999;
}

/*.ngdialog-wallet-page .history-table > tbody > tr > td {*/
/*  background-color: #1d1d1d;*/
/*  vertical-align: middle;*/
/*  border-top: none;*/
/*}*/

.ngdialog-wallet-page .bonus-history form fieldset{
  padding: 10px;
  margin-bottom: 0;
  background-color: #010101;
}

.ngdialog-wallet-page .transfer .won-text{
  position: absolute;
  top: 46px;
  right: 10px;
  font-size: 13px;
  margin-bottom: 10px;
  color: #ffffff;
}

.ngdialog-wallet-page .form-control.wonText{
  padding-right: 25px;
  color: #ffffff;
  background: #19191d;
}

.ngdialog-wallet-page .won-text.deposit,
.ngdialog-wallet-page .won-text.withdraw,
.ngdialog-wallet-page .won-text.bonus{
  position: absolute;
  top: 10px;
  right: 25px;
  margin: 0;
  color: #ffffff;
}

.ngdialog-wallet-page select{
  background: url("/common/images/chevron-down.png") #19191d  center right 15px no-repeat !important;
  border-radius: 0;
}

.ngdialog-wallet-page .ngdialog__heading{
  color: #ffffff;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #460c28;
  background: -moz-linear-gradient(top,  #460c28 0%, #2b0918 100%);
  background: -webkit-linear-gradient(top,  #460c28 0%,#2b0918 100%);
  background: linear-gradient(to bottom,  #460c28 0%,#2b0918 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#460c28', endColorstr='#2b0918',GradientType=0 );
}

.ngdialog-wallet-page .ngdialog__title{
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding: 10px;
}

.ngdialog-wallet-page .ngdialog-main-nav{
  background-color: #0c0c0e;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #34363d;
}

.ngdialog-wallet-page .ngdialog-main-default__content{
  padding: 20px;
  background: #0c0c0e;
  border-top: 2px solid #34363d;
}

.ngdialog-wallet-page .ngdialog-main-nav li{
  font-weight: 600;
  padding: 15px 0;
  color: #ffffff;
  transition: all .5s;
}

.ngdialog-wallet-page .ngdialog-main-nav li.active,
.ngdialog-wallet-page .ngdialog-main-nav li:hover{
  border-bottom: 0;
  color: #fe4080;
}

.ngdialog-wallet-page .ngdialog-main-nav li.active .main-nav__label,
.ngdialog-wallet-page .ngdialog-main-nav li .main-nav__label:hover{
  color: #fe4080;
  border-bottom: 2px solid #fe4080;
  padding-bottom: 18px;
}

.balance-header{
  background: transparent;
}

.balance-header__content{
  padding-left: 10px;
  color: #ffffff;
}

.balance-header__content h4,
.transfer-header__content h4{
  font-size: 18px;
}

.ngdialog-wallet-page .balance__content:nth-child(even){
  background: #19191d;
}

.balance-overflow{
  height: 576px;
  overflow-y: scroll;
}

.balance__content-total{
  background: #34363d;
  color: #fff;
  width: 476px;
  height: 40px;
  margin-top: 10px;
}

.transfer-header{
  background: transparent;
  color: #ffffff;
}

.transfer-header__content{
  padding: 1px 10px;
}

.ngdialog-wallet-page .transfer-block .transfer{
  color: #ffffff;
}

.bg-dark{
  background-color: #111111;
  color: #949494;
  border-color: #505050;
}

.ngdialog-wallet-page .btn-yellow.amountBtn{
  padding: 5px 7px;
}

.ngdialog-wallet-page .btn-yellow.processBtn{
  height: 45px;
  width: 335px;
  margin: 20px auto 10px;
}

.font-white{
  color: #ccc;
}

.border-grey{
  border: 1px solid #585755;
}

.ngdialog-wallet-page .form-control{
  background: #19191d;
  border: 1px solid #34363d;
  border-radius: 4px;
  color: #999999;
  height: 40px;
}

.ngdialog-wallet-page .form-control:focus {
  box-shadow: none;
}

.ngdialog-wallet-page .btn-glyphicon{
  background: url(/common/images/refresh-icon.svg) #fe4080 center no-repeat;
  width: 35px;
  height: 35px;
  position: relative;
  top: -5px;
  border-radius: 6px;
  transition: all .5s;
}

.ngdialog-wallet-page .btn-glyphicon:hover{
  border: 1px solid #fe4080;
  background-color: #0c0c0e;
}

.ngdialog-wallet-page .glyphicon{
  color: #c1ad8b;
  width: 20px;
  height: 20px;
  font-size: 14px;
}

.ngdialog-wallet-page .alert.alert-danger{
  background-color: #0c0c0e;
  border-color: #34363d;
  color: #ead594;
  margin-bottom: 10px;
  text-align: left;
}

.ngdialog-wallet-page .transfer .alert.alert-danger,
.deposit .alert.alert-danger .alert.alert-danger{
  background-color: #0c0c0e;
  border-color: #34363d;
  color: #ead594;
  font-weight: bolder;
}

.deposit .alert.alert-danger .alert.alert-danger{
  margin-bottom: 0;
}

.ngdialog-wallet-page .coupon .btn-yellow{
  padding: 5px 10px;
  height: 40px;
  width: 100px;
}

.ngdialog-wallet-page .coupon .settlement-tr div>select{
  width: 330px;
  margin-right: 10px;
}

.ngdialog-wallet-page .coupon .btn-yellow{
  margin-right: 10px;
}

.btn-wallet-amount{
  width: 64px;
  color: #000;
  height: 39px;
  background: url(/14king_img/B_short.png)no-repeat;
  margin: 0;
  padding: 0;
  font-size: 14px;
  border-radius: 10px;
}

.btn-wallet-amount:hover,
.btn-wallet-amount:active,
.btn-wallet-amount:focus{
  background: #dda825;
  border: 1px solid #dda825;
  color: #ffffff;
}

.btn-wallet-clear{
  background: #444444;
  border-color: #444444;
  color: #ffffff;
  font-size: 14px;
  border-radius: 10px;
  width: 64px;
  height: 39px;
}

.btn-wallet-clear:hover,
.btn-wallet-clear:active,
.btn-wallet-clear:focus{
  background: #dda825;
  border: 1px solid #dda825;
  color: #ffffff;
}

.font-bold{
  font-weight: bold;
}

.ngdialog-wallet__form{
  padding: 10px 10px 0 10px;
}

.ngdialog-wallet-page textarea.form-control{
  width: 100%;
  height: 130px;
}

.ngdialog-wallet-page .ngdialog-wallet__form select{
  font-family: sans-serif;
  font-weight: bold;
  background: url(/common/images/chevron-down.png) #12131b center right 15px no-repeat;
}

.ngdialog-wallet-page .ngdialog-wallet__form input,
.ngdialog-wallet-page .ngdialog-wallet__form textarea{
  background: #19191d;
  border: 1px solid #34363d;
}

.ngdialog-wallet-page .no-padding.side-note .processBtn{
  height: 34px;
  width: 100px;
  margin: 0;
}

.ngdialog-wallet-page .deposit.manual,
.ngdialog-wallet-page .withdraw.manual {
  background: rgb(0 0 0 / 70%);
}

.ngdialog-wallet-page .deposit.manual .ngdialog-wallet__form,
.ngdialog-wallet-page .withdraw.manual .ngdialog-wallet__form{
  margin-bottom: 10px;
}

.ngdialog-wallet-page .table__title{
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

.ngdialog-wallet-page .table>tbody>tr{
  border-top: 0;
  background: #12131b;
}

/*.ngdialog-wallet-page .table>tbody>tr:nth-child(odd){
  border-top: 0;
  background: #1c1d27;
}

.ngdialog-wallet-page .history-table__content:nth-child(even),
.ngdialog-wallet-page .friend-table__content:nth-child(even),
.ngdialog-wallet-page .coupon-table__content:nth-child(even),
.ngdialog-wallet-page .service-table__content:nth-child(even){
  background: #12131b;
}*/

.ngdialog-wallet-page .bonus__content{
  background: #1c1d27;
}

.ngdialog-wallet-page .width6{
  width: 60px;
}

.ngdialog-wallet-page .width15{
  width: 150px;
}

.ngdialog-wallet-page .width12{
  width: 120px;
}

.ngdialog-wallet-page .width10{
  width: 100px;
}

.ngdialog-wallet-page .width30{
  width: 300px;
}

.ngdialog-wallet-page .width22{
  width: 220px;
}

.ngdialog-wallet-page .width25{
  width: 250px;
}

.ngdialog-wallet-page .width7{
  width: 70px;
}

.ngdialog-wallet-page .width33-p{
  width: 30%;
}

.ngdialog-wallet-page .width20{
  width: 200px;
}

.ngdialog-wallet-page .coupon-table__content .side-note .btn-yellow{
  width: 100px;
  height: 40px;
  margin-top: 0;
}

.ngdialog-wallet-page .coupon-table__content select{
  width: 210px;
  height: 40px;
  background: url(/common/images/chevron-down.png) #111111 center right 15px no-repeat;
  float: right;
}

.ngdialog-wallet-page .coupon .text-right{
  text-align: right !important;
}

.margin-right{
  margin-right: 10px;
}

.ngdialog-wallet-page .change-password .ngdialog-wallet__form label{
  float: left;
  line-height: 34px;
  width: 350px;
  text-align: right;
}

.change-password label span + span {
  color: #991528;
}

.change-password .btn-yellow.processBtn{
  width: 335px;
  height: 45px;
  margin-top: 5px;
}

.ngdialog-wallet-page .table>tbody>tr>th{
  border-top: 0;
}

.ngdialog-wallet-page .btn-yellow{
  border: 1px solid #ff4181;
  background: #ff4181;
  background: -moz-linear-gradient(top, #ff4181 0%, #c61364 100%);
  background: -webkit-linear-gradient(top, #ff4181 0%, #c61364 100%);
  background: linear-gradient(to bottom, #ff4181 0%, #c61364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4181', endColorstr='#c61364', GradientType=0);
  height: 45px;
  color: #ffffff;
  transition: all .5s;
}

.ngdialog-wallet-page .btn-yellow:hover{
  background: #290917;
  background: -moz-linear-gradient(top,  #290917 0%, #1d050f 51%, #100108 100%);
  background: -webkit-linear-gradient(top,  #290917 0%,#1d050f 51%,#100108 100%);
  background: linear-gradient(to bottom,  #290917 0%,#1d050f 51%,#100108 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#290917', endColorstr='#100108',GradientType=0 );
  color: #FFFFFF;
}

/*Settlement*/
.ngdialog.ngdialog-theme-default.ngdialog-main-default.ngdialog-wallet .ngdialog-content {
  width: 100%;
}
.settlement-tr{
  border-bottom: 1px solid #2a2b36;
}
.ngdialog.ngdialog-theme-default.ngdialog-settlementwithdraw .ngdialog-content{
  padding: 0;
  width: 638px;
}
.sw.btn-yellow{
  padding: 5px 10px;
  width: 440px;
  margin-top: 10px;
}
.sw-title{
  color: white;
}
.sw-required{
  color: darkred;
}

.wallet-category-header{
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  background: #34363d;
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #ffffff;
  border-top: 1px solid #34363d;
  border-bottom: 1px solid #34363d;
}

.btn-primary.btn-point {
  width: calc(100% / 2 - 2px);
  height: 45px;
  border: 1px solid #fe4080;
  background: #2a0918;
  background: -moz-linear-gradient(top,  #2a0918 0%, #100108 100%);
  background: -webkit-linear-gradient(top,  #2a0918 0%,#100108 100%);
  background: linear-gradient(to bottom,  #2a0918 0%,#100108 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a0918', endColorstr='#100108',GradientType=0 );
  border-radius: 4px;
  color: #ffffff;
  transition: all .5s;
}

.btn-primary.btn-point:first-child{
  margin-right: 10px;
}

.button-container.point {
  display: flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.ngdialog-wallet-page .btn-primary.btn-point.active,
.ngdialog-wallet-page .btn-primary:active:focus,
.ngdialog-wallet-page .btn-primary:hover{
  border: 1px solid #ff4181;
  background: #ff4181;
  background: -moz-linear-gradient(top, #ff4181 0%, #c61364 100%);
  background: -webkit-linear-gradient(top, #ff4181 0%, #c61364 100%);
  background: linear-gradient(to bottom, #ff4181 0%, #c61364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4181', endColorstr='#c61364', GradientType=0);
  transition: all .5s;
}

.bonus-history .text-primary{
  color: #ffffff;
}

.ngdialog-main-default__content.font-white hr{
  border-top: 1px solid #34363d;
}

.col-xs-4.no-padding.side-note .btn-primary {
  padding: 0;
  width: 100px;
  line-height: unset;
  color: #fff;
  border: 1px solid #ff4181;
  background: #ff4181;
  background: -moz-linear-gradient(top, #ff4181 0%, #c61364 100%);
  background: -webkit-linear-gradient(top, #ff4181 0%, #c61364 100%);
  background: linear-gradient(to bottom, #ff4181 0%, #c61364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4181', endColorstr='#c61364', GradientType=0);
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  transition: all .5s;
}

.col-xs-4.no-padding.side-note .btn-primary:hover {
  background: #290917;
  background: -moz-linear-gradient(top,  #290917 0%, #1d050f 51%, #100108 100%);
  background: -webkit-linear-gradient(top,  #290917 0%,#1d050f 51%,#100108 100%);
  background: linear-gradient(to bottom,  #290917 0%,#1d050f 51%,#100108 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#290917', endColorstr='#100108',GradientType=0 );
  color: #FFFFFF;
}

.change-password .col-xs-4 p{
  background: #19191d;
  line-height: 40px;
  position: absolute;
  width: 290px;
  top: 0;
  left: -14px;
  padding-left: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th{
  padding: 10px;
}

.ngdialog-wallet-page .type-deposit-container .radio {
  position: absolute;
  left: -9999px;
}

.ngdialog-wallet-page .bank-holder {
  padding-right: 10px;
  border-right: 1px solid #34363d;
  margin: 0 9px 0 0;
}

.ngdialog-wallet-page .deposit-menu {
  border: 2px solid transparent;
  padding: 8px 10px;
  color: #444;
}

.ngdialog-wallet-page .deposit-menu.active {
  background-color: #19191d;
  border-color: #fe4080;
  color: #ffffff;
}

.ngdialog-settlement-page .badge{
  background: #cc001b;
}

.ngdialog-settlement-page fieldset>label{
  font-size: 14px;
}

.ngdialog-settlement-page .ngdialog-main-default__content{
  border: 1px solid #34363d;
}

.ngdialog-wallet-page .deposit .btn-red{
  height: 40px;
}

.ngdialog-wallet-page .deposit .btn-red:hover{
  background: #fe4080;
  border: 1px solid #fe4080;
}

.ngdialog-wallet-page ::-webkit-scrollbar {
  background-color: #34363d;
}

.ngdialog-wallet-page .ngdialog-nav__container{
  border: 1px solid #34363d;
  border-top: 0;
}

.ngdialog-wallet-page textarea {
  resize: none;
}

.ngdialog.ngdialog-theme-default.ngdialog-main-default .ngdialog-content {
  width: 900px;
  border-radius: 0;
  font-size: 14px;
  padding: 0;
}

.ngdialog.ngdialog-theme-default.ngdialog-main-default .ngdialog-content .alert-right {
  text-align: left;
}

.ngdialog__heading {
  background: rgb(75, 54, 47);
  background: -moz-linear-gradient(0deg, rgba(75, 54, 47, 1) 0%, rgba(197, 153, 83, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(75, 54, 47, 1) 0%, rgba(197, 153, 83, 1) 100%);
  background: linear-gradient(0deg, rgba(75, 54, 47, 1) 0%, rgba(197, 153, 83, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b362f", endColorstr="#c59953", GradientType=1);
}

.ngdialog__title {
  color: #ffffff;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}

.ngdialog-main-nav{
  background-color: #0d0c0c;
  margin-bottom: 0;
  margin-left: 0;
}

.ngdialog-main-nav li{
  padding: 15px;
  float: left;
  color: #ffffff;
}

.ngdialog-main-nav li:hover,
.ngdialog-main-nav li:focus{
  color: #fe4080;
  cursor: pointer;
  border-bottom: 2px solid #fe4080;
}

.ngdialog-main-nav li.active{
  border-bottom: 2px solid #fe4080;
  color: #ffffff;
}

.ngdialog-main-default__content{
  padding: 20px;
  background-color: #0c0c0e;
  border-top: 2px solid #34363d;
}

.ngdialog-main-nav .badge{
  background: #cc001b;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before{
  top: 20px;
  right: 20px;
  color: #fff;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before{
  color: #fe4080;
}

.ngdialog.ngdialog-theme-default.ngdialog-movie .ngdialog-content{
  border-radius: 0;
  padding: 0;
  width: 550px;
}
.ngdialog.ngdialog-theme-default.ngdialog-movie-2 .ngdialog-content{
  border-radius: 0;
  padding: 0;
  width: 400px;
}

.ngdialog.ngdialog-theme-default.ngdialog-movie{
  z-index: 10001;
  padding-top: 250px;
  padding-top: 250px;
  padding-top: 250px;
  padding-top: 250px;
  padding-top: 250px;
  padding-top: 250px;
  padding-top: 250px;
  padding-top: 250px;
}

.ngdialog-movie .ngdialog-overlay{
  background: rgba(0, 0, 0, 0.3);
}

.ngdialog.ngdialog-theme-default.ngdialog-movie-2{
  z-index: 10002;
  padding-top: 250px;
}

.ngdialog-movie-2 .ngdialog-overlay{
  background: rgba(0, 0, 0, 0.8);
}

.change-password .has-not-used.has-success .form-control{
  background: none #111111 !important;
  border-color: #585858 !important;
  box-shadow: none !important;
}

.change-password .has-success input.form-control, input.no-error {
  background: url(/common/images/icon-valid.png) right 10px center no-repeat #181818;
  border-color: #53d14c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.change-password .has-error .form-control {
  background: url(/common/images/icon-error.png) right 10px center no-repeat #181818;
  border-color: #d54b4b !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.change-password-error span {
  color: #a94442;
  font-weight: 700;
}

.notice-container {
  position: relative;
  background: #000;
  width: 100%;
  height: 40px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.gold-scrollbar::-webkit-scrollbar-thumb {
  background: #d3c08f;
}

.ngdialog-wallet-page .won-text.deposit, .ngdialog-wallet-page .won-text.withdraw, .ngdialog-wallet-page .won-text.bonus {
  position: absolute;
  top: 12px;
  right: 25px;
  margin: 0;
  color: #ffffff;
}
.ssc {
    float: left;
    width: 200px;
    margin-left: 40px;
    line-height: 20px;
    border: none;
	}

.money-base tr {
    height: 40px;
    border-bottom: 2px solid #C8AE76;
    -webkit-border-image: linear-gradient(to right, #C8AE76 15%, #fff 50%, #C8AE76);
    border-image-source: linear-gradient(to right, #C8AE76 15%, #fff 50%, #C8AE76);
    border-image-slice: 10;
    font-size: 16px;
}
.btn5:hover {
    color: #000;
}
.btn5:hover {
    color: #fff;
}
.btn5 {
    background: #C59B51;
    color: #fff;
    border-radius: 5px;
    width: 76px;
    height: 40px;
    padding: 0;
    border: none;
    font-size: 14px;
}
.btn.btn-promo {
    width: 130px;
    height: 38px;
    font-size: 12px;
    padding: 0;
    color: #ffc527;
    border-radius: 20px;
    border: 1px solid #e6c25f;
    background: #000000;
    background: -moz-linear-gradient(top, #5027aa 0%, #2a1d5e 100%);
    background: -webkit-linear-gradient(top, #5027aa 0%, #2a1d5e 100%);
    background: linear-gradient(to bottom, #000000 0%, #2d2d2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5027aa', endColorstr='#2a1d5e', GradientType=0);
}

.layer_pop2 {
    overflow: hidden;
    position: absolute;
    z-index: 999;
    border: 1px solid #585858;
    border-radius: 10px;
    background: #000;
    -webkit-box-shadow: 1px 1px 50px 6px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 1px 50px 6px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 50px 6px rgb(0 0 0 / 75%);
    color: #fff;
}

.layer_pop2.layer_simple {
    top: 340px;
    left: 42%;
    width: 290px;
    z-index: 1000;
}
.s_out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}
.layer_pop2 .desc_notice {
    display: block;
    padding-top: 12px;
    text-decoration: none;
    word-break: break-all;
    letter-spacing: -.025em;
}
.layer_simple .desc_notice {
    padding: 0;
}
.layer_simple .link_memo {
    display: block;
    position: relative;
    padding: 18px 0 20px 96px;
    border-radius: 10px;
    border: 2px solid #101010;
    text-align: left;
    color: #fff;
    letter-spacing: 0.05em;
}
.layer_simple .link_memo .ico_memo {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 42px;
    height: 42px;
    font-size: 1px;
    color: transparent;
    background: url(../images/ico_message.png) 0 0 no-repeat;
    background-size: 42px 42px;
}
.layer_simple .link_memo b {
    color: #f5d69d;
}

.back11 {
   
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: transparent;
    z-index: 9999;
	transition: background-color .1s;
	background-color: rgba(0, 0, 0, 0.4);
	overflow-y: auto;
}

.title-pages {
    font-size: 43px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(0deg, #ffffff 0%, #d9b362 34%, #f0e4bb 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
}
.sport-sidebar .cnt {
	background-color: #e9e9e9;
    padding: 8px;
}

.sport-sidebar .btn3 {
	padding: 0;
	margin: 0;
}

.sport-sidebar .btn2 {
	padding: 0;
	margin: 0;
    width: 60px;
}

.sport-sidebar .btn-money-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}

.sport-sidebar .row {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.sport-sidebar .item-selected {
    overflow: auto;
}

.sport-sidebar .result-input input {
    width: 100%;
    text-align: right;
    margin-bottom: 4px;
	color: red;
}

.sport-sidebar .item_betting,
.sport-sidebar .item-selected .item {
    display: flex;
    background-color: #424242;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    padding: 6px 6px;
    margin-bottom: 4px;
    align-items: center;
}

.sport-sidebar .item_betting .name,
.sport-sidebar .item-selected .item .name {
    max-width: 97px;
    overflow-wrap: break-word;
	font-size: 12px;
}

.sport-sidebar .item_betting .score,
.sport-sidebar .item-selected .item .score {
	display: flex;
}

.sport-sidebar .item_betting .score .red,
.sport-sidebar .item-selected .item .score .red {
	color: #ff6060;
}

.sport-sidebar .item_betting .score .blue,
.sport-sidebar .item-selected .item .score .blue {
	color: #1e90ff;
}

.sport-sidebar .item_betting .score .right,
.sport-sidebar .item-selected .item .score .right {
	margin-left: 2px;
}

.sport-sidebar .item_betting .score .right img,
.sport-sidebar .item-selected .item .score .right img {
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
}

.gm1-title .head-game {
    text-align: left !important;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    background-color: #5c4f32;
    padding: 6px 8px;
}

.gm1-title .head-game > div {
	display: inline-block;
	font-weight: bold;
	/*
    background: -webkit-linear-gradient(#ffea95, #bb8d32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
	*/
	color:#ffcb64;
}

.gm1-title .head-game .icon-game img {
	vertical-align: sub;
}

.sport-game {
 color:#fff;
 background-color: #000;
}
.sport-game thead {
      background: url(/14king_img/M_bg_right.png);
      width: 100%;
      height: 50px;
      color: #000;
}
.sport-game td {
	 padding: 0;
	 border: 1px solid #535353;
}

.sport-game td:nth-child(2),
.sport-game td:nth-child(4) {
	cursor: pointer;
	background-color: #000;
}

.sport-game td:nth-child(1),
.sport-game td:nth-child(3),
.sport-game td:nth-child(5) {
	text-align: center;
	font-size: 16px;
}

.sport-game td:nth-child(5) {
	color: #6ea5d0;
}


.sport-game .team-left,
.sport-game .team-right {
	display: flex;
    justify-content: space-between;
    padding: 8px 6px;
	font-size: 16px;
	align-items: center;
}

.sport-game .team-left,
.sport-game .team-right .name{
	display:flex;
	align-items:center;
}
.sport-game .team-left,
.sport-game .team-left .name{
	display:flex;
	align-items:center;
}

.sport-game .team-tie {
    padding: 8px 6px;
    /* font-weight: bold; */

}
.sport-game .team-left:hover,
.sport-game .team-right:hover,
.sport-game .team-tie:hover_ {
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgb(210 189 139) 100%);
}


.page-header {
    display: flex;
    justify-content: space-between;
    /* width: 913px; */
    margin-bottom: 10px;
    padding: 0px 20px;
}
.link-grp  {
  display: flex;
}
.sports-menu  {
  /* padding-left: 169px; */
}
.link-grp a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 5px;
    margin: 0px 3px;
    background: #c8af77;
}
.link-grp a:hover {
  color:#000000;
}
.header-form {
    width: auto;
    margin: 0px 3px;
}
.header-form select {
    width: 125px;
    height: 30px;
}
.header-form input {
    height: 30px;
}
.bc-detail {
  background:#000;
}
.tb-bc-detail {
	width: 100%;
	border-spacing: 0;
    margin-top: 10px;
}
.tb-bc-detail thead {
  background: url(/14king_img/M_bg_right.png);
    width: 100%;
    height: 30px;
    color: #000;
}
.tb-bc-detail th {
	font-size: 16px;
	font-weight: normal;
}

.tb-bc-detail td {
	font-size: 16px;
    padding: 6px 4px;
    border: 1px solid #535353;
    color: #fff;
}

.tb-bc-detail td:not(:last-child) {
    border-right: none;
}

.tb-bc-detail td:nth-child(1),
.tb-bc-detail td:nth-child(4),
.tb-bc-detail td:nth-child(6),
.tb-bc-detail td:nth-child(7) {
	text-align: center;
	font-size: 16px;
}

.tb-bc-detail td.selected {
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgb(210 189 139) 100%);
}

.tb-bc-detail td .item_bet {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
}

.tb-bc-detail td .item_bet img {
	vertical-align: middle;
}

.tb-bc-detail td.home img,.tb-bc-detail td.away img,.tb-bc-detail td.draw img 
{max-width: 60px;max-height: 30px;
}
.tb-bc-detail td.league img {
	vertical-align: middle;
}

.process-betting {
    font-size: 14px;
	display: flex;
    align-items: center;
    border-bottom: 1px solid #464646; 
    border-top: 1px solid #464646; 
    padding: 5px 0px;
    color:#FFFFFF;
}

.process-betting .detail .row {
	display: flex;
}

.process-betting .detail .row .item {
	display: flex;
}

.process-betting .detail .row .item.dt1 {
	width: 260px;
}

.process-betting .detail .row .item.dt2 {
	width: 188px;
}

.process-betting .detail .row .item.dt3 {
	width: 120px;
}

.process-betting .detail .row .item.dt1 .dt-label {
    width: 85px;
    color: #c8ae76;
}

.process-betting .detail .row .item.dt2 .dt-label {
	width: 75px;
	color: #c8ae76;
}

.process-betting .detail .row .item.dt3 .dt-label {
	width: 60px;
	color: #c8ae76;
}

.process-betting .ps-btn {
	display: flex;
    flex: 1;
    justify-content: flex-end;
}

.process-betting .ttt {
	width:100px;
	margin-right: -4px;
	font-weight: bold;
	color: #c8ae76;
}
.content-tbl-list {
    width: 98%;
    margin: auto;
}
.con-tbl-sport {
    display: flex;
    justify-content: space-between;
}
.tbl-list {
    width: 1100px;
}
.betcart-list {
    width: 290px;
}
.betting_sport {
	background-color: #212121;
    padding: 8px;
    width: 270px;
    margin: 0px 5px;
}
.btn_s_betting {
	height: 31px;
	margin: 0px 2px 2px 0px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	padding: 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 125px;
	background: rgba(74,74,74,1);
	background: -moz-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(107,107,107,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,74,74,1)), color-stop(100%, rgba(107,107,107,1)));
	background: -webkit-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(107,107,107,1) 100%);
	background: -o-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(107,107,107,1) 100%);
	background: -ms-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(107,107,107,1) 100%);
	background: linear-gradient(to bottom, rgba(74,74,74,1) 0%, rgba(107,107,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#6b6b6b', GradientType=0 );
}
.btn_s_betting:hover {
	font-size: 15px;
	background: rgb(61,61,61);
	background: linear-gradient(0deg, rgba(61,61,61,1) 0%, rgba(0,0,0,0.48783263305322133) 100%);
}
.s_text_betting {
    font-size: 21px;
    color: #fff;
    text-align: center;
    background: -webkit-linear-gradient(#ffea95, #bb8d32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 13px 0px;
}

.s_input_betting {
	height: 20px;
    padding: 0px;
    margin: 0px;
    width: 100px;	
}

.m_c_s_betting {
	font-weight: bold;
	cursor: pointer;
	width: 114px;
    margin: 3px 2px;
    padding: 5px 0px;
    height: 86px;
	color:#fff;
	text-align:center;
	background: rgba(186,46,33,1);
	background: -moz-linear-gradient(top, rgba(186,46,33,1) 0%, rgba(186,46,33,1) 5%, rgba(215,71,55,1) 55%, rgba(238,90,71,1) 93%, rgba(242,93,74,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186,46,33,1)), color-stop(5%, rgba(186,46,33,1)), color-stop(55%, rgba(215,71,55,1)), color-stop(93%, rgba(238,90,71,1)), color-stop(100%, rgba(242,93,74,1)));
	background: -webkit-linear-gradient(top, rgba(186,46,33,1) 0%, rgba(186,46,33,1) 5%, rgba(215,71,55,1) 55%, rgba(238,90,71,1) 93%, rgba(242,93,74,1) 100%);
	background: -o-linear-gradient(top, rgba(186,46,33,1) 0%, rgba(186,46,33,1) 5%, rgba(215,71,55,1) 55%, rgba(238,90,71,1) 93%, rgba(242,93,74,1) 100%);
	background: -ms-linear-gradient(top, rgba(186,46,33,1) 0%, rgba(186,46,33,1) 5%, rgba(215,71,55,1) 55%, rgba(238,90,71,1) 93%, rgba(242,93,74,1) 100%);
	background: linear-gradient(to bottom, rgba(186,46,33,1) 0%, rgba(186,46,33,1) 5%, rgba(215,71,55,1) 55%, rgba(238,90,71,1) 93%, rgba(242,93,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba2e21', endColorstr='#f25d4a', GradientType=0 );	
}
.btn_submit_betting {
    padding: 0px 0px 0px 1px;
    font-size: 20px;
    width: 133.5px;
    height: 42px;
    line-height: 41px;
    cursor: pointer;
    color: #fff;
    text-align: center;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(181,135,36,1) 100%);
}
.btn_submit_betting:hover {
	background: -moz-linear-gradient(271deg, rgba(117,117,117,1) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(117,117,117,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(271deg, rgba(117,117,117,1) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(271deg, rgba(117,117,117,1) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(271deg, rgba(117,117,117,1) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
	background: linear-gradient(179deg, rgba(117,117,117,1) 0%, rgba(0,0,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.money_text_h {
	width: 190px;
    justify-content: space-between;
    text-align: right;
}
.body-content {
	background-color:#0000000;
}

.t_charge {
    background: -webkit-linear-gradient(#ffea95, #bb8d32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}
.t_cash {
	display: flex;
    color: #000000;
    justify-content: space-around;
    background-color: #ffffff;
    border-radius: 10px;
    width: 180px;
    height: 28px;
    margin: 4px 0px;
    line-height: 28px;
}
.t_banner {
    /* background-color: #111217; */
    min-width: 1203px;
    position: relative;
    height: 388px;
}
.t_level_group {
	display:flex;
	padding: 10px 0px;
}
.t_level {
	width:613px;
	border: 2px outset #efe084;
	height:243px;
	border-radius: 10px;
	display: flex;
}
.t_icon_level {
	border: 2px outset #efe084;
	width:137px;
	height: 130px;
	margin-left: 23px;
	text-align: center;
	margin-top: 23px;
	
}
.t_text_level {
	display:flex;
	color:#ffffff;
	font-size:16px;
}
.t_text_c {
	flex-direction: column;
    display: flex;
    width: 120px;
    text-align: right;
    padding: 34px 11px 0px 11px;
}
.t_text_level_group {
	display: flex;
	font-size: 18px;
}
.t_name {
	font-size: 33px;
    padding: 0px 10px;
    background: -webkit-linear-gradient(#ffea95, #bb8d32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.t_div_m_p {
	width: 162px;
    text-align: center;
    margin-top: 23px;
    display: flex;
    justify-content: space-around;
}
.t_div_m_p2 {
	text-align: center;
    margin-top: 44px;
    display: flex;
}
.t_level_button {
    width: 203.5px;
    font-size: 24px;
    border: 1px solid #fde7a0;
    position: relative;
    margin: -36px 0px 0px 0px;
    text-align: center;
    background-color: #181818;

}
.t_level_div_right {
	width:560px;
	height:237px;
	border-radius: 10px;
	display: flex;
	justify-content: space-around;
}
.t_text_btn {
    background-color: #181818;
    background: -webkit-linear-gradient(#ffea95, #bb8d32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    margin-top: 4px;
    /* text-align: center; */
    margin-left: -31px;
}
.t_div_level_all {
	    margin-left: 12px;
}
.bet-form {}
.bet-form .flex {
    display: flex;
    justify-content: flex-start;
}
.menu-sidebar.sport-sidebar {
	position: sticky;
    top: 102px;
}

.menu-sidebar .title {
	background-color: #f81212;
	-moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 5px #000000;
    height: 47px;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid #0a1431;
}

.menu-sidebar .cnt ul {
	padding: 0;
	margin: 0;
}

.menu-sidebar .cnt li {
	list-style-type: none;
    display: flex;
}

.menu-sidebar .cnt li a {
    text-decoration-line: none;
    color: #535353;
    background-color: #e9e9e9;
    font-size: 16px;
    width: 220px;
    padding: 8px 10px;
    border-bottom: 1px solid #bababa;
}

.menu-sidebar .cnt li a:hover {
	background-color: #d9d9d9;
}

.menu-sidebar .cnt li a img {
	vertical-align: middle;
    width: 30px;
    margin-right: 8px;
}

.pages-content {
  padding: 15px 0;
  background-color: rgb(28 29 30 / 60%);
}


.sport-sidebar .item_betting,
.sport-sidebar .item-selected .item {
    display: flex !important;
    background-color: #424242;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    padding: 10px 6px;
    margin-bottom: 4px;
    align-items: center;
    /* background: rgb(0,0,0); */
    /* background: linear-gradient(0deg, #9d9177 0%, #c8af77 100%); */
    background: url(/14king_img/M_bg_right.png);
    background-repeat: round;
}
.sport-sidebar .item_betting, .sport-sidebar .item-selected .item img {
  width: 100%;
}
.sport-sidebar .item_betting .name,
.sport-sidebar .item-selected .item .name {
    max-width: 97px;
    overflow-wrap: break-word;
}

.sport-sidebar .item_betting .score,
.sport-sidebar .item-selected .item .score {
	display: flex;
}

.sport-sidebar .item_betting .score .red,
.sport-sidebar .item-selected .item .score .red {
	color: #ff6060;
}

.sport-sidebar .item_betting .score .blue,
.sport-sidebar .item-selected .item .score .blue {
	color: #1e90ff;
}

.sport-sidebar .item_betting .score .right,
.sport-sidebar .item-selected .item .score .right {
	margin-left: 2px;
}

.sport-sidebar .item_betting .score .right img,
.sport-sidebar .item-selected .item .score .right img {
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
}

.alignL {
	text-align : left !important;
}

.ml15 {
	margin-left: 15px;
}

.sport-game .noSelected, sport-game .selected{	
	display: flex;
    align-items: center;
	justify-content: space-between;
    padding: 8px 6px;
    font-size: 16px;
}



.sport-game .noSelected, .sport-game .noSelected .name {
    display: flex;
    align-items: center;
}
.sport-game .selected {
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgb(210 189 139) 100%);
	display: flex;
    align-items: center;
	justify-content: space-between;
    padding: 8px 6px;
    font-size: 16px;
}


.sport-game .Choice {
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgb(210 189 139) 100%);
	display: flex;
    align-items: center;
	justify-content: space-between;
    padding: 8px 6px;
    font-size: 16px;
}

#divMenu {
    position: relative;
    right: 0px;
    width: 290px;
    z-index: 100;
    visibility: visible;
}

.container-calendar {
  background: #ffffff;
  padding: 15px;
  max-width: 475px;
  margin: 0 auto;
  overflow: auto;
  display: none;
}

.button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  background: unset;
  border: unset;
  font-size: 30px;
}

.table-calendar {
  border-collapse: collapse;
  width: 100%;
  color: #ffffff;
}
.table-calendar thead {
    display: none;
}
.table-calendar thead tr {}
.table-calendar td,
.table-calendar th {
  padding: 35px;
  border: 1px solid #e2e2e217;
  text-align: center;
  vertical-align: top;
}

.date-picker.selected {
  font-weight: bold;
  /* outline: 1px dashed #00bcd4; */
  /* background: #fff; */
  color: #000;
  color: #ffffff;
  background: url(/14main_img/main_logo1.png) no-repeat;
  background-size: 45%;
  background-position: 50% 55%;
}

.date-picker.selected span {}

/* sunday */
.date-picker:nth-child(1) {
  /* color: #C8AE76; */
}

/* friday */
.date-picker:nth-child(6) {
  /* color: #C8AE76; */
}

#monthAndYear {
  text-align: center;
  margin-top: 0;
}

.button-container-calendar {
  position: relative;
  overflow: hidden;
  clear: both;
  top: -90px;
  bottom: 0px;
}

#previous {
  float: left;
}

#next {
  float: right;
}

.footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
}

.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #585858;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}
.con-calendar {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
}
.l-calendar {
    width: 930px;
}
.r-calendar {
    width: 400px;
}
.calendar-title {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    padding: 0px 20px;
    background: #fff;
    color: #000;
    background: url(/14king_img/B_short.png)no-repeat;
    background-size: 100%;
}
.c-moutn {}
.c-moutn-info {}
.calendar-list {}
.row-day {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.days {
    height: 100px;
    width: 150px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.r-list-info {
}
.r-title-info {
    background: #fff;
    color: #000;
    padding: 10px;
    background: url(/14king_img/B_short.png)no-repeat;
    background-size: 100%;
}
.r-con-title-sub {
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin-bottom: 15px;
}
.title-sub {
    text-align: left;
    padding: 8px;
    font-size: 14px;
}
.r-infon-container {
    border: 1px solid #fff;
    border-radius: 10px 10px 3px 3px;
    padding: 10px;
    margin-bottom: 20px;
}
.showyear {
    font-size: 55px;
}
.showmonth {
    font-size: 18px;
    padding: 3px 0px;
}
.c-btn-check {
    color: #000;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: url(/14king_img/B_long.png) no-repeat;
    background-size: 100% 100%;
}


.layer_popup {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 50px 5px 0 5px;
    padding: 0;
    width: 30%;
    max-width_: 400px;
    text-align: center;
    background_: #fff;
    color: #111;
    z-index: 999999;
}

h2.pop_title {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #84691c;
}
h2.pop_title span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
h2.pop_title a {
    transition: all 0.2s;
}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
h2.pop_title a > svg {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
    content: "\f057";
}

@media all and (max-width:765px) {
	.pop_contents {height:316px;}
}
.pop_contents {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: left;
	background: #fff;
}

.pop_contents p {
    font-size: 13px;
}
.pop_contents p img, .pop_contents img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
	    /*height: 100%;*/
}

@media all and (max-width:765px) {
	.pop_contents2 {height_:520px;}
	.pop_contents3 {height_:720px;}
}
.pop_contents2 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: left;
	background: #fff;
}

.pop_contents2 p {
    font-size: 13px;
}
.pop_contents2 p img, .pop_contents2 img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
	    /*height: 100%;*/
}
.pop_contents3 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: left;
	background: #fff;
}

.pop_contents3 p {
    font-size: 13px;
}
.pop_contents3 p img, .pop_contents3 img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
	    height: 100%;
}

.pop_close {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    width: 100%;
    text-align: right;
    background: #000;
    color: #fff;
}
input.popup_checkbox {
    display: inline-block;
    margin: 0 5px 2px 0;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    background: #fff;
    border-radius: 2px;
}
.popup_wrap {
    position: absolute;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    top: 0%;
    z-index: 99999;
}


@media only screen and (max-width:1280px) {
.layer_popup {
    position: absolute;
    left: 50% !important;
    width: 100% !important;
	height: 100% !important;
    transform: translateX(-51%);
    margin: 50px 5px;
	TOP: 120PX !important;
}


}
