<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

:root{
  --background-color : #0f1116;
  --header-color : #14171e;
  --header-text-color : #ffffff;
  --footer-color : #1E1E1E;
  --main-color-rgb : 20,23,29;
  --main-h-color : #14171d;
  --sub-color : #2A2A2A;
  --sub-color-rgb : 121,153,5;
  --box-color : #202020;
  --text-color: #fff;
  --text-sub-color : #999999;
  --basic-btn : #14171e;
  --basic-sub-btn : #2c3959;
  --delet-btn : #14171d;
  --delet-sub-btn : #2E343E;
  --input-color : #F5F5F5;
  --border-color : #3F4041;
  --main-text-color : #C8AE76;
  --main-slide-color : #799905;
  --main-btn-text-color : #fff;
  --border-sub-color : #323639;
  --main-text-color-rgb : 121, 153, 5;
  --pagination-color : rgba(255,255,255,0.8);
  --bet-btn-color : #799905;
  --bet-text-color : #fff;
  --table-th-text-color : #fff;
  --success-color : #66D168;
  --failure-color : #CC5A40;
  --sub-text-color : #fff;

  --bet-background-color : #3E4148;
  --sub-bet-background-color : #505258;
}


/* 리셋 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);

@font-face {
  font-family: 'gyeonggiTitle_Light';
  src: url('../font/gyeonggiTitle_Light/gyeonggiTitleLight.woff2') format('woff2'),
  url('../font/gyeonggiTitle_Light/gyeonggiTitleLight.woff') format('woff'),
  url('../font/gyeonggiTitle_Light/gyeonggiTitleLight.eot'),
  url('../font/gyeonggiTitle_Light/gyeonggiTitleLight.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;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'gyeonggiTitle_Light';
  font-weight: normal;
  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;
  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';
  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 {
  height: 45px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #35314C;
  transition: all 0.35s;
  background: #0E0F0F;
  outline: none;
  color: #898e98;
  text-indent: 10px;
}
.joinbox::placeholder {
  color: #898e98;
}
.joinbox:hover,
.joinbox:focus {
  border-color: #FECB28;
}

.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; }

.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 {

}

#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 {
  width: 100%;
}

.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: #000;
  height: 64px;
  width: 100%;

  /*position: fixed;*/
  z-index: 999; }
.top-main_main:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: linear-gradient(0deg, transparent 0%, #000 100%);
}

.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;
  }

.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: 16px;
  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: #999;
  width: 10%;
  text-align: center; }

.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", serif; }

.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: #66c1f4; }


.eventBox dd table tr td.hx.fx.lock {
  background: none;
}

.eventBox dd table tr td.hx.fx {
  width: 30px;
  border: none;
}
.eventBox dd table tr td.fx.home{
  border-radius: 50px;
  background-image: linear-gradient(#f12843, #a20002) !important;
  border: 5px solid #ffcc00 !important;
}

.eventBox dd table tr td.fx.home:hover{
  background-image: linear-gradient(#cd2844, #920002) !important;
}

.eventBox dd table tr td.fx.home.lock{
  background: #710002 !important;
  border: 5px solid #444 !important;
}

.eventBox dd table tr td.fx.home.on{
  background-image: linear-gradient(#a20002, #f12843) !important;
}

.eventBox dd table tr td.fx.away{
  border-radius: 50px;
  background-image: linear-gradient(#008cf1, #0641a2) !important;
  border: 5px solid #ffcc00 !important;
}

.eventBox dd table tr td.fx.away:hover{
  background-image: linear-gradient(#0060bc, #063881) !important;
}

.eventBox dd table tr td.fx.away.on{
  background-image: linear-gradient(#0641a2, #008cf1) !important;
}

.eventBox dd table tr td.fx.away.lock{
  background: #06306b !important;
  border: 5px solid #444 !important;
}

.eventBox dd table tr td.fx.home,.eventBox dd table tr td.fx.away {
  height: 100px;
  color: #ddd;
}

.eventBox dd table tr td.fx.space{
  width: 120px;
}
.eventBox dd table tr td.lock.fx span {
  color: #666;
}
.eventBox dd table tr td .fx.odds {
  display: block;
  float: none;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  text-shadow: 0 0 2px #000000;
}

.eventBox dd table tr td .fx.pick {
  display: block;
  float: none;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 0 0 2px #000000;
}

.eventBox dd table tr td.fx.on .odds {
  color: #fff !important;
}




.eventBox dd {
  display: block;
  float: left;
  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: #999; }

.eventBox dd table tr td.bet {
  cursor: pointer;
  width: 500px;
  background: #404142;
}

.eventBox dd table tr td.bet:hover {
  background-color: #292A2B;
  color: #fff;
}

.eventBox dd table tr td.base {
  background: #000 ;
  color: #808284;
  font-weight: bold;}

.eventBox dd table tr td.hx {
  width: 19%;
}

.eventBox dd table tr td.lock {
  background: #000;
  color: #808284;
  width: 500px;
}
.eventBox dd table tr td.lock.vs{
  /*width: 222px !important;*/
  width: 19%;
}

.eventBox dd table tr td.vs {
  background: #000;
  color: #808284;
  font-weight: bold;
  width: 222px;
}

.eventBox dd table tr td .pick {
  display: block;
  float: left;
  padding: 13px 0 13px 6px;
  font-weight: 600; }


.eventBox dd table tr td .odds {
  display: block;
  float: right;
  padding: 13px 6px 13px 0;
  white-space: nowrap; }

.eventBox dd table tr td .h2.pick {
  display: block;
  float: right;
  padding: 13px 6px 13px 0; }

.eventBox dd table tr td .h2.odds {
  display: block;
  float: left;
  padding: 13px 0 13px 6px;
  white-space: nowrap; }
.eventBox dd table tr td.hx .pick{
  float: right;
  padding-right: 100px;
}
.eventBox dd table tr td.hx .odds{
  float: left;
  padding-left: 100px;
  position: absolute;
}

.eventBox dd table tr td.base .pick {
}

.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-color: #F5D147;
  color: #000; }
.eventBox dd table tr td.on:hover {
  background-color: #292A2B;
  color: #fff;
}

.eventBox dd table tr td.on .odds {
  }
.eventBox dd table tr td.on:hover .odds{
  color:#fff;
}



.eventBox dd table tr.notice td {
  padding: 0;
  color: #66c1f4;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.eventContents {
  margin-left: 0px; }

.leagueContents {
  margin-left: 0 !important; }

.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 {

}

#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: 100%;
  color: #c6d4df;
}

.betcart .top {
  height: 40px;
  border-bottom: 3px solid #1F2021;
  background: #151515;}

.betcart .top .t0, .betcart .top .t1, .betcart .top .t2 {
  float: left; }

.betcart .top .t0 {
  margin-top: 35px; }

.betcart .top .t1 {
  margin-top: 13px;
  text-align: center;
  width: 50%;
  height: 28px;
  border-bottom: 3px solid #F6D147; }

.betcart .top .t1 span {
  font-size: 18px;
  font-weight: bold;
  color: #969696;
  text-align: center;
}

.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 {

   }

.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 {
  }

.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 {
  }

.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;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cdd1d6;
}

.paging {
  display: inline-block;
  font-size: 15px;
}

.paging .clearfix {
  display: block; }

.paging a,
.paging b {
  float: left;
  /*background: url(/img/sprite.png) -500px 0;*/
  display: inline-block;
  height: 27px;
  line-height: 27px;
  color: #cdd1d6;
  text-align: center; }

.paging a:hover {
  color: #ffcc29; }

.paging .on em {
  background-position: right -30px;
  color: #ffcc29; }

.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: #000; }

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: 99; }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.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;
    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: 82px;
    height: 82px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 6px;
    right: 2px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease;
    outline: none;
  }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal &gt; .swal2-input,
  .swal2-modal &gt; .swal2-file,
  .swal2-modal &gt; .swal2-textarea,
  .swal2-modal &gt; .swal2-select,
  .swal2-modal &gt; .swal2-radio,
  .swal2-modal &gt; .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #ffffff;
    word-wrap: break-word;
    margin-top: 5px;
  }
  .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 {
  width: 1024px !important;
  height: 843px !important;
  background: url("/14king_img/M_bg_all.png") !important;
  border-radius: 0;
  min-height: 843px !important;
    overflow: hidden;

   }
.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: 35px;
  padding-right: 35px; }

.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("/14king_img/M_cancel.png");
  background-size: cover;
}

.modal-alert .swal2-close:hover {
  border: none; }

.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 &gt; .disabled &gt; span, .pagination &gt; .disabled &gt; span:hover, .pagination &gt; .disabled &gt; span:focus, .pagination &gt; .disabled &gt; a, .pagination &gt; .disabled &gt; a:hover, .pagination &gt; .disabled &gt; a:focus {
  color: #444;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #191919; }

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #525252; }

.pagination &gt; li &gt; a, .pagination &gt; li &gt; 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%;
  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: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
}

.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 {
  width: 100%;
}

.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;
  background: #807753;
}
.content-notice table.money-base tbody tr {
    height: 45px;
}
.content-notice table.money-base tbody tr td {
  padding: 2px;
  text-align: center;
  line-height: 27px;
  color: #cdd1d6;
    border-bottom: 1px solid #2C2D2D;
    transition: all 0.1s;
}
.content-notice table.money-base tbody tr:hover td {
    background: #333;
}

.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] {
  display: flex;
  height: 45px;
  padding: 8px 1rem 8px;
  font-size: 15px;
  width: 317px;
  border: 1px solid #35324B;
  color: #898e98;
  background: transparent;
  border-radius: 4px;
  margin: 0 auto;
  transition: all 0.35s;
  text-indent: 10px;
  text-align: right;
}
.money-part input[type=text]:hover,
.money-part input[type=text]:focus{
  outline: none;
  border-color: #ffcc29;
  color: #898e98;
}


.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 #35324B;
  text-align: right;
  color: #cdd1d6;
  background: transparent;
  border-radius: 4px;
  height: 36px;
  transition: all 0.35s;
  outline: none;
}
.casino-input:hover,
.casino-input:focus {
  border-color: #ffcc29;
}

#casinoGame {
  width: 100% !important;
  height: 100% !important; }

.content .items {
  padding: 10px 5px;
  border-bottom: 1px solid #222;
  font-size: 11px; }

#ChargeFormArea {
  height: 280px;
  font-size: 12px;
  overflow-y: auto;
  text-align: left; }

.billiards {
  float: left;
  margin-top: 4px;
  width: 15px;
  height: 17px; }
.deposit_write{
  font-size: 15px;
  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: 15px;
  display: inline-block;
  margin-bottom: 10px;
  color: #616161;
}

.board_money {
  margin: 0 auto;
  width: 458px !important;
  height: 625px;}
.coin_board_money {

}
.coin_table td {
  vertical-align: middle !important;
}

.board_money th {
  font-size: 15px;
  color: #cdd1d6;
  text-align: center;
  }

.panel table tr td {
  }

.board.money_tb{
  /*background:url("/14king_img/M_bg_right.png") no-repeat;*/
  background: #7F7753;
}
.board_money td {
  /*padding: 30px 20px;*/
  text-align: center;
  vertical-align: top;
  color: #fff;
  font-size: 15px; }

.board.money_tb th {
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
}

.board_money td.guideinfo p {
  font-size: 15px;
  text-align: left;
  padding-bottom: 10px;
  line-height: 20px;
}

.board.money_tb td {
  padding: 15px 0;
  color: #fff;
  border-bottom: 1px solid #2C2D2D;
  font-size: 15px;
  background: #151515;
}

.outside {
  border-radius: 10px; }

.deposit_pop {
  width: 237px;
  color: #000;
  font-weight: 900;
  height: 45px;
  background: #FECB28;
  background-size: 100% 100%;
  font-size: 15px;
  text-shadow: none;
  margin: 10px 0 !important;
  border-radius: 4px;
}

.deposit_pop:hover {

  }

.inputform input {
  display: flex;
  height: 45px;
  padding: 8px 8px 8px 0;
  font-size: 15px;
  width: 317px;
  border: 1px solid #35324B;
  text-align: left;
  color: #898e98;
  background: transparent;
  border-radius: 4px;
  margin: 0 auto;
  transition: all 0.35s;
  text-indent: 10px;
}
.inputform input:hover,
.inputform input:focus{
  outline:none;
  border-color: #ffcc29;
}

.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: #fff; }

.RES-적중 {
  font-weight: bold;
  color: #ffb700; }

.RES-적특 {
  font-weight: bold;
  color: #999; }

.RES-실패 {
  font-weight: bold;
  color: #ff5d5d; }
.RES-취소 {
  font-weight: bold;
  color: #ff5d5d; }
.RES-무효 {
  font-weight: bold;
  color: #999; }

.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 table {
  border-collapse: collapse; }

.baccarat_paper table tr:first-child{

}
.baccarat_paper th {
  background: #7F7753;
  height: 40px;
  padding: 0 2px;
  font-size: 13px;
  color: #fff;
}
.baccarat_paper th:first-child {
  border-left: 1px solid #3a6e8b; }
.baccarat_paper th:last-child {
}

.baccarat_paper td {
  border: 1px solid #2C2D2D;
  padding: 2px; }

.baccarat_paper th {
  line-height: 2; }

.baccarat_paper td {
  text-align: center;
  height: 30px; }

.baccarat_paper td span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center !important;
  font-weight: 900;
  color: #fff;
  font-size: 13px;
  border-radius: 50% !important;
}

.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.M,
.baccarat_paper td span.N,
.baccarat_paper td span.중 {
  background:#4A8FE5;
  border-radius: 5px;
}

.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.대 {
  border-radius: 5px;background:#E75B5B;
}

.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 {
  border-radius: 5px;background:#7b7b7b; }
.baccarat_paper td span.소 {
  border-radius: 5px;background:#349E29; }

.baccarat_paper td span.W {
  border-radius: 5px;background:#fff; color: #000 !important;}

.baccarat_paper td span.P {
  border-radius: 5px;background:#FF6678; }

.baccarat_paper td span.B {
  border-radius: 5px;background:#000;border: 1px solid #fff }

.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: #fff;
  background: #8354E6;
  width: 100%; }

ul.Tab .on a {
  color: #fff; }

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 &gt; a &gt; 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;
}

.form_table td {
  position: relative;color: #cdd1d6;
}

.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 #333; }

.form_table .fulltext {


   }

.form_table .fulltext input,
.form_table .fulltext select,
.form_table .fulltext textarea {
  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: #fff; }

.list_table caption {
  margin-bottom: 10px; }

.list_table caption small {
  color: #84F700;
  font-weight: normal; }

.list_table th {
  background: #7F7753;

}

.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%;
  color: #fff;
}

.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 {
  padding: 0.5rem 0 1rem;
}

.result_table td {
  padding: 0.8rem 0;
}

.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;
  color: #ffcc29;
}

.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 {
  padding: 0.5rem 0 1rem;
  }

.history .PICK table td {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.history .PICK td.on {
  color: #ffcc29;
  font-weight: bold;
}

.history .PICK td.focus {
  color: #ffcc29;
  font-weight: bold;
}

.history .PICK td .vs {
  color: #FFCD00; }

.history .BET table th {
  padding: 0.8rem 0;
}

.history .BET table th span {
  font-weight: normal;
}

.history .BET table th div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.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-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 14px;
}

.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 &gt; 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 &gt; div {
  background: #FF9A27; }

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

.spinner--yellow &gt; 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: 1500px;
  width: 100%;
  background: url(/14main_img/main_background.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 1rem;
  min-height: 100vh;
}

.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: 12px 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:#0f0f0f;
  padding-left:15px;
  color:#898e98;
  border: 1px solid #35314C;
  border-radius: 4px;
  transition: all 0.35s;
   }
.main_id:hover, .main_pw:hover {
  border-color: #8354E6;
}
.main_id, .main_pw::placeholder{
  color:#898e98;
}
.main_login{
  background:#3C3B50;
  color:#fff;
  border-radius: 4px;
  width:62px;
  height:40px;
  padding: 0;border:none;
}
.main_login:hover{
  color:#fff;
}
.main_join{
  background:#8354E6;
  color:#fff;
  border-radius: 4px;
  width:76px;
  height:40px;
  padding: 0;border:none;
}
.main_join:hover{
  color:#fff;
}

.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 &gt; 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: 15px;
  }

.money-item .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  border-bottom: 1px solid #0C0C0D;
  margin: 0 !important;
}

.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: auto;
  text-align: left;}

.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; }

/* 하단 */

.bottomfoot {
  height: 270px;
  width: 100%;
  margin-top: 20px;
  position: relative;
  top: -175px; }

.bottomfoot div {
  float: left; }

.bottom div {
  }

.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: 45px;
  background: #FECB28;
  background-size: 100% 100%;
  font-size: 15px;
  text-shadow: none;
  margin: 0 !important;
}
  .coupon_button {
    width: 210px;
    color: #000 !important;
    font-weight: 900;
    height: 42px;
    background: #FFCB28 !important;
    background-size: 100% 100% !important;
    margin: 0 !important;
    text-shadow: none;
    font-size: 15px !important;
  }
.button_delete{
  width:120px; height:45px; color:#000; background:#EF3434;border:none;font-size: 15px;border-radius: 4px;
}
.button_allread{
  width:120px; height:45px; color:#000; background:#8355E5;border:none;font-size: 15px;border-radius: 4px;
}


#basic_button {
  height: 90%;
  width: 76px;
  border-radius: 15px;
  background-color: #C3E36B;
  margin-top: -13px;
  margin-left: -14px; }

button:hover.basic_button {
  }

button:hover.basic_button_list {
  background-color: #ffcc29; }

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: #FFCB28;
  margin: 5px 5px 0 0;
    padding:0;
  font-size: 14px;
  border-radius: 4px; }
.B_short:hover {
  color:#000 }
.B_middle {
  width: 124px;
  height: 45px;
  border: none;
  font-size: 15px;
  background: #FFCC2A;
  border-radius: 4px;
  color: #000;
}
.B_middle:hover {
  }
.B_middle_can{
  width: 124px;
  color: #000;
  font-weight: 900;
  height: 45px;
  border: none;
  background: #8255E5;
  font-size: 15px;
  border-radius: 4px;
}
.B_middle_can:hover{}
.B_withraw{
  width: 78px;
  color:#000;
  font-weight: 900;
  height: 39px;
  background: #F15104;
  margin: 5px 5px 0 0;
  font-size: 14px;
  border-radius: 4px;
}
.B_withraw:hover{
  color:#000;
 }

#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 &gt; 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%; }

.slider {
  position: relative;
  width: 930px;
  margin: 0 auto; }

.slider-wrap {
  width: 100%;
  height: 180px;
  position: relative; }

.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 &gt; li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.board_reply ul &gt; li:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.board_reply ul &gt; li &gt; a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 15px 15px; }

.board_reply ul &gt; 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 &gt; tr &gt; th:last-child {
  border-right: none; }

.P_list_table tbody &gt; tr &gt; 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 {

}

/* 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;
  outline: 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; }

h3 {
  font-size: 24px; }

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 &gt; .w3-button:first-child, .w3-dropdown-click:hover &gt; .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 &gt; .w3-half, .w3-row-padding &gt; .w3-third, .w3-row-padding &gt; .w3-twothird, .w3-row-padding &gt; .w3-threequarter, .w3-row-padding &gt; .w3-quarter, .w3-row-padding &gt; .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: 100% !important; margin: auto; color:#cdd1d6 }
.pop_table th{color:#fff; text-align: center; font-size:15px;background: #7F7753}
.pop_table tr{
  height:45px;
  border-bottom: 1px solid #2C2D2D;
  font-size: 15px;
  transition: all 0.1s;
}
.pop_table tr:hover td {
  background: #333;
}
.pop_table tr:last-child{ border-bottom:none; }
.pop_table td { background: #151515;border-bottom: 1px solid #2C2D2D }
.comp_table tr td:nth-child(3){ text-align: right;    padding-right: 25px;}
.popup_frame{
   width: 100%;
  height: 656px;
    background-size:100% 100%;
  overflow-y: auto;
    overflow-x: hidden;
 }
.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{width:100%; height:45px;display: inline-table;}
.popup_frame_comp{
  width: 100%;
  height: 580px;
  background-size:100% 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.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:104px;}
.main_realtime{width:450px; height:495px;margin:20px 23px 20px 0; display: inline-block; float: left; color:#fff; padding:10px; padding-top: 90px;    overflow: hidden;background-size: 100% 100% !important;}
.main_real_1{background:url('/14main_img/main_real_1.png')no-repeat; width:450px; height:495px;}
.main_real_2{background:url('/14main_img/main_real_2.png')no-repeat; width:450px; height:495px;}
.main_helpdesk{width:450px; height:191px; display: inline-block; float: right; margin-top:20px;position: relative; z-index: 1;}
.main_notice{width:451px; height:295px;display: inline-block; float: right; margin-top:8px;  background:url('/14main_img/main_notice.png')no-repeat;    margin-right: -1px; color:#fff;overflow:hidden;    padding: 25px;}
.main_notice td { background: transparent }
.main_board_list{padding:10px 0}
.main_board_list:hover{color:#ffcc29}
.hover_box{position: relative; width: 180px;height:100%;position: relative;    display: inline-block;  overflow: hidden;border-radius: 10px;transition: all 0.35s}
.hover_box:hover { border: 1px solid #FECB28 }
.hover_box img{
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin: 0;
}
.border-top, .border-bottom {

}

/* 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 {

}
/* 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:196px; height:200px;
  /*border:1px solid #fff;*/
  float: left;
  margin:10px 10px 25px 10px;   display: inline-block;
}
.solt_start{
  background: #FECB28;
  background-size:100% 100%;
  width:80px;
  height:40px;
  color:#000;
  font-size:15px;
  border-radius: 4px;
}
.solt_start:hover{
  color:#000;
}
.slot_demo{
  background:#8355E5;
  width:80px;
  font-size:15px;
  height:40px;
  color:#000;
  border-radius: 4px;
  border-color: #8355E5;
}
.slot_demo:hover{
  color:#000;
}
.slot_buttom_margin{
  margin-top:10px;
}
.slot_buttom_margin span{
  color:#cdd1d6;
  display: block;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slot_wrapper div:first-child{
  position: relative;
  display: block;
  width: 136px;
  height: 136px;
  background-size:cover !important;
  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:#FFCB2B;
}
.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{
  background-color: #333;
  font-size: 15px;
  height: 60px;
  margin: 10px 0 10px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  padding: 10px !important;
  transition: all 0.35s;
}
textarea { resize: none;outline: none;padding: 10px !important; }
.board_write_area:focus,
.board_write_area:hover {outline:transparent;border-color: #FFCC2A}
.board_delete_button{
  width: 20px;
  color: #fff;
  font-size: 11px;
  position: absolute;
  right: 10px;
  height: 20px;
  background: #333333;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 11px;
}
#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;}
.main_wrap_top{ width:1400px; height:105px;margin:0 auto;}
.main_category{position: relative}
.main_category &gt; img {position: absolute;\left: 0;width: 130px;bottom: 0;}
.king_logo{background:url('/14main_img/main_logo.png') no-repeat; width:100%; height:100%;display: inline-block;background-size: cover;  }

.logo_wrap{width:108px; height:131px;display: inline-block;     margin-top: -50px;
  cursor: pointer;
  padding: 0.3rem 0.6rem 1rem 0.6rem;
}
.logo_wrap:hover{
  border-radius: 50%;
}
.left-30px{
  margin-left: 0 !important;
}
.king_category{}
.king_category ul{float: right;}
.king_category ul li{float: left;}
.king_category ul li a{
  display: block;
  color:#cdd1d6;
  margin-left:0.8rem;
  font-size: 15px;
  margin-top: 0;
  padding-top: 1px;
}
.king_category ul li a:hover{color:#ffcc29}
    display: block;
    color:#fff;
    margin-left:0.8rem;
    font-size: 17px;
    margin-top: 0;
    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:20px;right:0; z-index:10000}
.drop_munu ul li{
  position: relative;
    display: flex;
  align-items: center;
  justify-content: center;
    width:260px;
    height:50px;
    border-bottom:1px solid #575757;
    z-index: 999;
    text-align: center;
    background:#0E0F0F;
    color:#fff;
    font-size : 17px;
    }
.drop_munu ul li:last-child{border-bottom:none}
.drop_munu ul li:hover{color:#ffcc29}
.span_arrow{ position: absolute;left: 22px}

.childbox{width:260px;left: -260px; height:35px;  position: absolute;  display: none;}
.childbox ul li{background:#8354E6;color:#fff;border-bottom: 1px solid #A888EC}
.childbox ul li:hover a {color:#fff !important;}
.childbox ul li a{margin:0}
.childbox ul li a:hover{color:#000; font-weight: bold}

.drop_on{color:#ffcc29 !important;}
.bx-wrapper {
  border: none !important;
  text-shadow: none !important;
  margin-bottom:0 !important;
  box-shadow: none !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:#ffcc29 !important;
  border: 2px solid #ffcc29;
}
.bx-wrapper .bx-pager{
  bottom:15px !important;
}

.bx-wrapper .bx-prev,.bx-wrapper .bx-next{
  width:65px !important;
  height:127px !important;
  margin: 0 !important;
  transform: translate(0,-50%) !important;
}
.bx-wrapper .bx-prev {
  left: -1px !important;
  background: url('/14main_img/main_slide_left.png') no-repeat !important;
}
.bx-wrapper .bx-next {
  right: -1px !important;
  background: url('/14main_img/main_slide_right.png') no-repeat !important;
}
.bx-wrapper .bx-prev:hover {
  background: url('/14main_img/main_slide_left.png') no-repeat !important;
}
.bx-wrapper .bx-next:hover {
  background: url('/14main_img/main_slide_right.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:-400px} }
.bar_title{
  display: inline-block;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.footer{width:1400px; height:350px; background:#000; margin:0 auto }
.footer_first{width:100%; height:60px; padding-top:25px; border-bottom:1px solid #2F302F;    margin-top: 1px;}
.footer_first ul li{float: left;     display: flex; color:#8D8E8D}
.footer_first ul li a{display: block; color:#8D8E8D; }
.footer_first ul li a:hover{display: block; color:#ffcc29; }
.footer_second{display: flex;width:100%; height:auto;padding-bottom: 3rem}
.footer_sep{width:100%;height:100%;display: inline-block;color:#fff; margin-top:50px;font-size: 20px;text-align: center;}
.footer_sep ul li{color:#8D8E8D; line-height:200%; font-size:16px;}
.footer_sep_first ul li{padding-left: 0 !important;}
.footer_second ul li a:hover{ color:#ffcc29;}

#exampleSlider {
  position: relative;      /* recommended */
}
#exampleSlider .MS-content {
  white-space: nowrap;     /* required */
  overflow: hidden;        /* required */
}
#exampleSlider .MS-content .item {
  display: inline-block;   /* required */
  position: relative;      /* required */
  vertical-align: top;     /* required */
  overflow: hidden;        /* required */
  height: 104px;
  padding-right: 4px;
  padding-left: 3px;
}
.realtime_main tr:nth-child(even) td {
    background-color: #272211;
}
.realtime_main tr:nth-child(odd) td {
    background-color: #443B23;
    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: 0;
  right: 0;
  font-size: 30px;
  top: 0;
  width: 70px;
  height: 70px;
}
.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: auto;
  float: left;
  padding-top: 10px;
  line-height: 20px;
  padding-left: 20px;
  font-size: 15px;
  color: #b3b8bf;
}
.swal2-modal.modal-alert-refresh {
  border: 0px !important;
  box-shadow: 0 0 10px #ffcc29 !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.swal2-modal.modal-alert-refresh .swal2-styled.swal2-cancel{
  color: #000 !important;
  background: #EF3434 !important;
}

.swal2-modal.modal-alert-refresh .swal2-styled.swal2-confirm{
  color: #000 !important;
  background: #FFCC2A !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;
  border: 1px solid #31303A;
}
.coin_table th {
  height: 50px;
  background: #7F7753;
  text-align: center;
  color: #fff;
}
.coin_table td {
  font-size: 14px;
  padding: 5px;
  box-sizing: border-box;
}
.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-flex;
  background: #FECB28;
  background-size: 100% 100%;
  align-items: center;
  justify-content: center;
  color: #000;
  height: 45px;
  padding: 5px 15px;
  border-radius: 2px;
}
.coin_table .item input {
  color: #fff;
  font-size: 15px;
  border: none;
  outline: none;
  background: transparent;
}
.coin_table button {
  background: #333333;
  background-size: 100% 100%;
  color: #cdd1d6;
  height: 40px;
  border-radius: 2px;
  width: 100px;
}
.coin_table button:disabled {
  background: #111 !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.8rem;
  border-radius: 2px;
  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) {}
.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 #333333;color: #cdd1d6;border-radius: 4px;background: #333333 }
.casino-table tr td.pr-1 button:hover { background: #ffcc29;color:#000; }

/*이벤트, 게시판 이미지*/
.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_kra.png');background-size: cover;margin-bottom: 2rem;height: 300px;width: 100% }
.pr-no-image { background: url('../images/pp_coffee.png') !important;background-position: 50% 0 !important; }

/*가상계좌*/
.deposit__table {
  vertical-align: middle;
  width: 327px !important;
  margin: 0 auto;
}
.deposit__table caption {
  text-align: left;
  font-size: 15px;
  margin: 0 0 1rem;
  color: #fff;
}
.deposit__table th { padding: 1rem;font-size: 14px;background: #7F7753; }
.deposit__table td {
  padding: 0 0.3rem;
  background: #151515;
}
.deposit__table th,
.deposit__table td {
  vertical-align: middle;
  border: 1px solid #2C2D2D;
}
.deposit__table td button { padding: 0.1rem 0.5rem;border-radius: 4px;font-size: 14px;background: #FFCB2B;border-color: #FFCB2B;color: #000 }
.deposit__table td input { border: none;width: auto;background: transparent;color: #fff;text-align: right;padding: 0;text-align: center }
.deposit__table td input:focus,
.deposit__table td input:active { outline: none; }


/*대왕카지노*/

/*팝업*/
.title { display: flex;align-items: center;justify-content: center;background-size: cover !important;color: #FFE693;font-size: 26px }
.popup__box { position: relative;padding: 18px;border: 1px solid #877745;border-radius: 10px;background: #0E0F0F }

/*충전*/
.deposit_item_left { background: #151515 }
.panel__left,
.panel__left td { background: #0E0F0F }
.vaccount_item { display: flex;align-items: center }
.vaccount_item button { padding: 0.2rem 0.5rem !important;height: min-content;margin-right: 0.5rem }

/*환전*/
.withdraw_item { display: flex;align-items: center;position: relative }
.withdraw__tr th { padding-left: 32px;text-align: left;width: 150px; }
.withdraw__tr td { vertical-align: middle;text-align: right;padding-right: 48px }
.withdraw__tr td input { width: 100%;margin-left: 2rem;text-align: right !important;;padding-right: 1rem !important; }
.withdraw__tr td button { position: absolute;margin: 0 !important;height: 45px;width: 237px;bottom: -70px;left: 50%;transform: translate(-69%, 0); }

/*콤프*/
.comp_table { background: #151515 }
.comp__bottom { display: flex;flex-direction: row-reverse;align-items: center;justify-content: space-between;padding: 15px 0; }
.comp__bottom button { width: 124px }

/*포인트*/
.point__table_top { background: #7F7753;display: flex;color: #fff;height: 45px;align-items: center; }
.point__table_top div { text-align: center }
.point__table_top div:nth-child(1) { width: 100% }
.point__table_top div:nth-child(2) { width: 160px }
table tr td { background: #151515 }

/*쿠폰*/
.money-base { width: 100% }
.money-base th { background: #7F7753;color: #fff;height: 45px }
.money-base td { color: #cdd1d6 }

/*이벤트*/
.event_read_top { background: #7F7753 }

/*고객센터*/
.helpdesk__bottom { display: flex;align-items: center;justify-content: space-between;}
.bottombuttons { display: flex;align-items: center;justify-content: center;margin-top: 15px;gap: 5px }
.helpdesk_table tr td { color: #cdd1d6 }

/*전환*/
.manage__top { display: flex;align-items: center;justify-content: space-between;color: #cdd1d6;font-size: 20px;width: 320px;margin: 12px auto 30px; }
.manage__top span font { color: #ffcc29 }

/*슬롯*/
.hb_go_area { display: flex;align-items: center;justify-content: center;gap: 5px }

/*메인*/
.help_notice h4 { padding-left: 20px;padding-bottom: 10px }
.kakao_itme {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: #FDE400;
  border-radius: 30px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  font-size: 15px;
  bottom: 13px;
  font-weight: bold;
  gap: 5px;
}
.kakao_itme img { margin: 0 }

/*회원가입*/
.join__item { display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 5px }
.join__item input {
  height: 45px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #35314C;
  transition: all 0.35s;
  background: #0E0F0F;
  outline: none;
  color: #898e98;
  text-indent: 10px;
}
.join__item input:hover,
.join__item input:focus {
  border-color: #FECB28;
}

/*회원가입*/
.join__form {
  width: 447px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.join__form input {
  height: 45px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #35314C;
  transition: all 0.35s;
  background: #0E0F0F;
  outline: none;
  color: #898e98;
  text-indent: 10px;
  font-size: 15px;
}
.join__form select {
  height: 45px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #35314C;
  transition: all 0.35s;
  background: #0E0F0F;
  outline: none;
  color: #898e98;
  text-indent: 10px;
  font-size: 15px;
}
.join__form .phon_item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  width: 100%; }

.join__form input:hover,
.join__form input:focus,
.join__form select:hover,
.join__form select:focus {
  border-color: #FECC2A;
}

.swal2x-popup .swal2x-styled.swal2x-cancel {
  display: none !important;
}
.swal2x-popup .swal2x-styled:focus {
  box-shadow: none !important;
}
.swal2x-popup .swal2x-close {
  color: #000 !important;
  width: 30px !important;
  right: 40px !important;
  height: 30px !important;
  top: 25px !important;
  font-size: 30px !important;
  font-weight: bold !important;
}

/*카지노롤링포인트*/
.pr_tab {width: 100%;margin-bottom: 2rem}
.pr_tab ul {display: flex;border-bottom: 1px solid var(--gray-light-color)}
.pr_tab ul li {
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--sub-text-color);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  padding: 0 0.8rem;
  transition: all 0.35s;
  white-space: nowrap;
}

.pr_tab ul li.active {
  border-color: #FECC2A;
  color: #FECC2A;
  background: transparent;
}
.pr_tab ul li.active:hover {
  color: #FECC2A;
}

.pr_tab ul li:hover {
  color : #FECC2A;
}

#pr_log {
  margin-top: 1rem;
}

#pr_top .pr_box {
  width: 100%;
  color: #fff;
}

.pr_info {
  overflow: hidden;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
}
.pr_info li {
  padding: 1rem;
  border: 1px solid #2D2C2D;
  background: #151515;
  transition: all 0.35s;
  border-radius: 2px;
}
.pr_info li:hover {background-color: #333333;}
.pr_info li:hover .pr_head {transition: all 0.35s;}

#pr_top .pr_info .pr_head,
.pr_bottom .pr_info .pr_head {
  font-size: 16px;
  opacity: 0.7;
  padding-bottom: 1rem;
}

#pr_top .pr_info .pr_content,
.pr_bottom .pr_info .pr_content {

}

.pr_sub_title {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 14px;
}

.pr_no_result {
  text-align: center;
  height: 83px;
  line-height: 83px;
  border: 1px solid #2D2D2D;
  background: #151515;
  border-radius: 2px;
}

.pr_check,
.pr_check2{
  padding: 2rem 0;
}

.pr_check .pr_check_btn,
.pr_check2 .pr_check_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 55px;
  background: #FFCC2A;
  background-position: 50%;
  border: 1px solid #FFCC2A;
  color: #000;
  background-size: cover;
  transition: all 0.35s;
  margin: 0 auto;
  border-radius: 2px;
}
.pr_check .pr_check_btn:hover,
.pr_check2 .pr_check_btn:hover {
  box-shadow: 0 0 11px #b1a46b;
}

.pr_log_table {
  width: 100%;
  margin: auto;
  color: #cdd1d6;
}
.pr_log_table tr {
  height: 45px;
}
.pr_log_table tr th {
  color: #fff;
  text-align: center;
  font-size: 15px;
  background: #7F7753;
}

.pr_log_table tr td {
  text-align: center;
  background: #151515;
  border-bottom: 1px solid #2C2D2D;
}

.pr_log_last {
  color : #F5D147;
}

.pr_log_included {
}

.pr_log_notyet {
  color : orange;
}

.pr_bottom {
  margin-top: 20px;
}
.pr_bottom .pr_info {
  grid-template-columns: 1fr 1fr 1.7fr 1fr;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.pr_bottom .pr_info .pr_head {
  padding: 0 !important;
  text-align: left;
}
.pr_point {
  color : #ea3a81;
}

.pr_view {
  visibility: visible;
}

.pr_hide {
  visibility: collapse;
}

.pr_page {
  text-align: center;
}

.pr_page ul {
  display: inline-block;
}

.pr_page ul li {
  float: left;
  padding: 10px;
  text-align: center;
  color : white;
  cursor: pointer;
}

.pr_page ul li.pr_page_on {
  color : #F5D147;
}
.pr_container {
  margin-bottom: 2rem;
  background: rgba(0, 0, 0, 0.3);
}
.pr_container ul  {
  display: inline-flex;
}
.pr_container ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 46px;
  border-bottom: 2px solid transparent;
}
.pr_container ul li.active,
.pr_container ul li:hover {
  color: #C8AE77;
  border-color: #C8AE77;
}
.b-n { border: none !important; }
.pr_text_box { padding: 2rem;border: 4px double #C8AF77;background: #141519;line-height: 24px;margin-bottom: 1rem;color: #fff }
.pr_text_box b { color: #FDD836;text-decoration: underline }
.pr_time { text-align: center;margin: 1rem 0 0;font-size: 16px}
.mb-1 { margin-bottom: 1rem !important; }
.rol__popup { padding: 0 0.5rem !important; }
.rol__box { padding: 0 1.5rem;margin: 0 auto;width: 100% }
/*카지노롤링포인트 끝*/

.realtime_main {background: transparent}
.realtime_main tr:hover {background: transparent}
.realtime_main td {border: none}
.realtime_main td .item {margin: 0.5rem 0}
.realtime_main td .item .money {}

.roll__form { max-height: 230px !important;font-size: 15px }
.roll__form .roll__list { max-height: 180px !important;text-align: center !important; }
.roll__form .roll__list .item__text { display: flex;align-items: center;justify-content: center;height: 45px;background: #151515;border-bottom: 1px solid #2C2D2D; }
.roll__form .roll__list td { height: 45px }

@media (max-width: 500px) {
  .title {
    height: 48px !important;
    width: 260px !important;
    font-size: 18px;
  }
  .popup__box {
    padding: 10px !important;
  }
  .popup_frame_comp {
    height: 520px !important;
    min-height: 520px !important;
  }
  .form_table .border_66 &gt; div {
    padding: 10px !important;
    background: #151515 !important;
  }
  .form_table th,
  .form_table th span,
  .form_table th b {
    font-size: 14px !important;
  }
  .colgroup col:nth-child(1) {
    width: 20% !important;
  }
  .bottom__item { font-size: 13px !important; }
}

/*회원 총판페이지*/
.block_title { font-size: 16px;color: #FFE693;padding-bottom: 1rem }
.partner_table { width: 100% }
.partner_table th { padding: 1.4rem }
.partner_table td { padding: 0 0.5rem; }
.partner_table th,
.partner_table td { border: 1px solid #333333;color: #cdd1d6 }
.partner_table td a { border: 1px solid #FFCB28;background: #FFCB28;color: #000;display: flex;width: max-content;height: 45px;align-items: center;justify-content: center;padding: 0 18px;border-radius: 2px;transition: all 0.35s }
.partner_table td a:hover { background: #FFCB28; }
.partner_table td button { display: inline-flex;align-items: center;justify-content: center;height: 45px;border-radius: 2px }
.partner_table td button.btn-blue { border-color: #333333 }
.partner_table td button.btn-blue:hover { background-color: #FFCB28;border-color: #FFCB28 }
.partner_table td button { min-width: 124px;border-color: #FFCB28 }
.partner_table td button:disabled { background: #4C4D4C !important;border-color: #333333 }
.partner_table td .item_box { display: flex;align-items: center;justify-content: space-between }
.partner_table td .item_box input { height: 45px;margin-right: 0.2rem;background-color: #0E0F0F;border: 1px solid #36324B;text-indent: 1rem;border-radius: 4px;transition: all 0.35s;width: 200px;color: #cdd1d6;outline: none; }
.partner_table td .item_box input:focus,
.partner_table td .item_box input:hover { border: 1px solid #FFCB28 }
.partner_table td .item_box span { color: #ff5757 }

.guide_box ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 1rem;
  border: 1px solid #333333;
  background: #151516;
  margin-bottom: 1rem;
  color: #cdd1d6;
}

/*에볼루션슬롯*/
.ev_item {  }
.ev_item .img_item {width: 100% !important;height: 110px !important;}
.ev_item .slot_buttom_margin { display: flex;flex-direction: column;gap: 10px;align-items: center }
.ev_item .slot_buttom_margin span {display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 190px;}

/*코인*/
.coin_table .item-box { display: grid;grid-template-columns: 1fr 1fr;gap: 5px }
.coin_table .item-box button { width: 100%;background: #FECB28;color: #000;border-radius: 2px;border: none }
.coin_table #btn_req_deposit { width: fit-content }
.coin_table #ChargeFormArea b { color: #FECB28 }
.coin_table .input_item { display: flex;align-items: center;justify-content: flex-end;gap: 5px }
.coin_table .input_item input {background: transparent;color: #fff;border: none;height: 40px;text-align: right;}
.coin_amount input {border: 1px solid #FECB28 !important;}
.coin_amount input:read-only {background: #333333 !important; border: none !important;}

.coin_tell_box {position: absolute;display: flex;flex-direction: column;gap: 15px;justify-content: center;align-items: center;width: 100%;}
.coin_tell_box h3 {font-size: 15px;}
.coin_tell_box input {display: flex;height: 36px;padding: 8px 8px 8px 0;font-size: 15px;width: 240px;border: 1px solid #746C49;text-align: left;color: #fff;background: transparent;border-radius: 2px;margin: 0 auto;transition: all 0.35s;text-indent: 10px;outline: none;}
.coin_tell_box input:hover,
.coin_tell_box input:focus {border-color: #ffcc29;}
.coin_tell_box a {display: flex;align-items: center;justify-content: center;width: 100px;color: #000;font-weight: 900;height: 36px;background: #FECB28;background-size: 100% 100%;font-size: 15px;text-shadow: none;margin: 0 !important;border-radius: 2px;}

.coin_tell_box2 { position: relative;padding-right: 18px}
.coin_tell_box2 ul {border: 1px solid #C8AE77;padding: 1rem;background: #141519;text-align: left;line-height: 20px;}
.coin_tell_box2 ul li { font-size: 14px }
.coin_tell_box2 ul li b { color: #C8AE77 }
#CoinChargeFormArea.CoinChargeFormArea3 {padding: 0;margin-top: -47px;position: relative;}
#CoinChargeFormArea.CoinChargeFormArea3 .coin_table {height: auto !important;}
.pw_text { margin-top: 62px }

.coin_table_box {min-height: 625px;}
.coin_table_box .item {display: flex;align-items: center;gap: 5px;}
.coin_table_box td {position: relative;}

#CoinChargeFormArea {padding-top: 85px;}
#CoinChargeFormArea .coin_table {height: 525px !important;width: 418px !important;margin: 0;}
#CoinChargeFormArea.CoinChargeFormArea1 .coin_table {height: 406px !important;}
#CoinChargeFormArea.CoinChargeFormArea2 .coin_table {height: 406px !important;}

.p0 { padding: 0 !important; }
.notice__box {line-height: 22px;overflow: auto;height: 130px;border: 1px solid #7F7753;padding: 10px;margin-top: 5px;}
.notice__box b {color: #FFCC2A;}
.no_group {padding: 0 1rem 0 0;font-size: 15px;}

/*outside페이지*/
.outside_body { min-width: unset;background-image: url('/14main_img/main_background.png');background-size: cover;background-position: center;background-repeat: no-repeat;}
.outside_wrap { position: relative;grid-template-columns:unset !important;height: 100vh !important; }
.outside_wrap h2 { all: unset;margin-bottom: 1rem;font-size: 18px;text-align: center;color: #EA4236;font-weight: bold }
.outside_wrap .logWrap {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);display: flex;flex-direction: column;justify-content: flex-start;gap: 1rem;width: 450px;height: auto;padding: 2rem;box-sizing: border-box;animation: outside_move 0.85s;animation-delay: 0s;z-index: 1;border: 1px solid #B9A340;box-shadow: 0 0 0 100vh rgba(0,0,0,0.68);background-color: #151516;color: #fff}
.outside_wrap .text_box { line-height: 1.5rem;}
.outside_wrap table { width: 100% }
.outside_wrap table th { background-color: #010101}
.outside_wrap table th,
.outside_wrap table td { height: 40px;border: 1px solid #2A343E;text-align: center;color: #FFFF00}
.outside_wrap table td {background-color: #0F0F0F }
.outside_wrap table td span { color: #4285F5 }
.outside_wrap .btn {display: flex;justify-content: center;align-items: center;height: 45px;background: #8354E6;border: 1px solid #8354E6;transition: all 0.35s;color: #fff;border-radius: 0;font-size: 14px}
.outside_wrap .btn:hover { background: #542fa2;}
@keyframes outside_move { from {top:-10%;} to {top:50%;} }

.main_category {
  display: grid;
  grid-template-columns: 131px 1fr;
  align-items: center;
  width: 100%;
}
.king_category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2rem;
}
.left_box {
  display: flex;
  gap: 0.8rem;
}
.left_box .item {
  position: relative;
  color: #cdd1d6;
  font-size: 16px;
  margin-top: 0;
  padding: 2rem 0;
}
.left_box .item:hover p {
  color: #ffcc29;
  cursor: pointer;
}
.left_box .item:hover ul {
  display: flex;
}
.left_box .item ul {
  display: none;
  position: absolute;
  left: 0;
  top: 65px;
  flex-direction: column;
  z-index: 1;
  width: 200px;
  background: #000000;
  padding: 1rem;
  gap: 1.5rem;
  border: 2px solid #8354E6;
}
.left_box .item ul a {
  margin: 0;
}

/*회원가입*/
#phone_auth_time { text-align: center;color: #fff}
#phone_auth_btn:disabled { background: #4C4D4C }


/*마이페이지*/
.p-1 { padding: 1rem !important; }
.board-top {display: flex;align-items: center;flex-direction: column;gap: 1rem;justify-content: flex-end;color: #fff;}
.board-top button { display: inline-flex;align-items: center;height: 45px;width: 160px;justify-content: center;}
.mypage_box table { margin-bottom: 2rem;width: 100%;color: #cdd1d6;background-color: #151515 }
.mypage_box table caption { margin-bottom: 1rem }
.mypage_box table th,
.mypage_box table td { height: 45px;border-bottom: 1px solid #2C2D2D }
.mypage_box table th { background-color: #7F7753 }
.mypage_box table td { padding-left: 1rem;text-align: left !important;}

/* 이벤트,공지사항 페이지 */
.event_content { display: grid;grid-template-columns: repeat(4, 1fr);gap: 1rem;}
.event_content li { display: flex;flex-direction: column;gap: 0.5rem;cursor: pointer}
.event_content li:hover .title,
.event_content li:hover .title p { text-decoration: underline; }
.event_content .img_box { position: relative;padding-top: 100%; }
.event_content img { position: absolute;width: 100%;height: 100%;top: 0;left: 0; }
.event_content .title { position: relative !important;display: grid;grid-template-columns: 40px 1fr;align-items: center;height: 28px !important;gap: 0.5rem;color: #fff;font-size: 13px;border-bottom: 1px solid #877744 !important;padding: 0 0 0.5rem !important;cursor: pointer;width: 100% !important;margin: 0 !important;}
.event_content .title &gt; b { display: inline-flex;align-items: center;justify-content: center;padding: 0 0.5rem;background-color: #FFCC2A;height: 22px;border-radius: 2px;font-size: 12px;white-space: nowrap;color: #000}
.event_content .title &gt; b.event_close { background-color: #555;color: #fff}
.event_content .title p {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: normal !important;}
.event_content .notice_box { display: flex;gap: 0.5rem;color: #fff;font-size: 13px }
.event_content .nodata { grid-column: 1 / 5;display: flex;align-items: center;justify-content: center;height: 200px;background: #20252E; }
.grid-t-1 { grid-template-columns: 1fr !important; }

.coin__box {
  height: 670px;
  overflow: auto;
}
.coin__box .coin_table_box {
  min-height: 490px;
}
.coin_wrap {
  border: 1px solid #877745;
  border-radius: 5px;
  padding: 10px;
}
.coin_banner {
  padding: 10px;
  background: #000000;
  margin-top: 10px;
  border: 1px solid #877745;
  border-radius: 5px;
}

/*포인트*/
.held_item { display: flex;align-items: center;justify-content: flex-end;gap: 1rem;margin: 1rem 0 0;}
.held_item span { font-size: 16px;color: #fff }
.held_item .basic_button { margin: 0 }


.popup_body { overflow: hidden;background-color: #0e1213}
.game_box { background: #1f242e;-webkit-animation: skeleton-gradient 1.8s infinite ease-in-out;animation: skeleton-gradient 1.8s infinite ease-in-out; }
.game_box iframe { position: absolute;top: 0;left: 0;width: 100%;height: 100%; }
@-webkit-keyframes skeleton-gradient { 0% {background-color: rgba(31, 36, 46, 0.1);} 50% {background-color: rgba(31, 36, 46, 1);} 100% {background-color: rgba(31, 36, 46, 0.1);} }
@keyframes skeleton-gradient { 0% {background-color: rgba(31, 36, 46, 0.1);} 50% {background-color: rgba(31, 36, 46, 1);} 100% {background-color: rgba(31, 36, 46, 0.1);} }

/*메인 해외스포츠 영역*/
.sp_section { text-align: center;margin-bottom: 15px }
.sp_title { margin: 36px auto 20px }
.sports_box {display: grid;grid-template-columns: repeat(3,1fr);gap: 23px;height: 220px;}
.sports_box li { background-size: 100% 100% }
.sports_box li.gray { filter: grayscale(100%); }
.sports_box li:nth-child(1) { background-image: url('../images/sport_banner01.png') }
.sports_box li:nth-child(2) { background-image: url('../images/sport_banner02.png') }
.sports_box li:nth-child(3) { background-image: url('../images/sport_banner03.png') }
.sports_box li:nth-child(1):hover { background-image: url('../images/sport_banner01_hover.png') }
.sports_box li:nth-child(2):hover { background-image: url('../images/sport_banner02_hover.png') }
.sports_box li:nth-child(3):hover { background-image: url('../images/sport_banner03_hover.png') }
.sports_box a {display: flex;width: 100%;height: 100%;}
html::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
::-webkit-scrollbar {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

.search_box { display: inline-flex;width: 500px;gap: 0.3rem;}
.search_box input {
  background-color: #1C1D1E;
  border: 1px solid #8354E6;
  color: #fff;
  text-indent: 0.5rem;
  font-size: 14px;
  outline: none;
  height: 36px;
}
.search_box button {
  width: 120px;
  height: 36px;
  background: #8354E6;
  color: #fff;
  border: 1px solid #8354E6;
}

.bet__box {background: rgba(0, 0, 0, 0.7);padding: 1rem;border: 2px solid #8354E6;}

.history {
  background: rgba(0, 0, 0, 0.7);padding: 1rem;border: 2px solid #8354E6;
}
.history:not(:last-child) { margin-bottom: 1rem }
.history table th,
.history table td { color: #fff;border-bottom: 1px solid rgba(255, 255, 255, 0.2);font-size: 14px }
.BET { background-color: #000000 }
.his_top,.result_top { display: flex;justify-content: space-between;margin-bottom: 1rem;align-items: center }
.his_top h2,
.result_top h2 { color: #fff;font-size: 18px }
.his_top button { display: flex;height: 36px;align-items: center;justify-content: center;font-size: 14px }
.his_bottom button { all: unset;color: #ddd;text-decoration: underline;cursor: pointer }
.his_bottom button:hover { color: #fff }
.his_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  font-size: 14px;
}
.his_bottom .check_item { display: flex;align-items: center;gap: 0.4rem }
.his_bottom .check_item label { color: #fff }

.u_bet-wrap:not(:last-child) { margin-bottom: 1rem }

.video__box {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 0 1rem;
}
#StatsChoice {
  display: flex;
  height: auto;
  margin: 0 0 1rem;
  border: none;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
}
#StatsChoice li {
  display: flex;
  padding: 0;
  height: auto;
  line-height: normal;
}
#StatsChoice li span {
  height: auto;
  border-radius: 2px;
}
.statistical-item {
  background-color: var(--box-color);
}
#StatsChoice li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1rem;
  font-size: 14px;
}
#StatsChoice li:hover {
  background: #8354E6;
}
#StatsChoice li:hover a {
  color: #fff;
}
/*미니게임 배팅카트*/
.minigame-form .BetArea {
  padding: 0.6rem;
  background: var(--box-color);
  border: 1px solid var(--border-color);
  border-bottom: none;
  font-size: 14px;
}
.minigame-form .betcart {
  width: 100%;
  padding: 0;
  border: none;
}
.minigame-form .betcart .bottom {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 0.5rem;
  padding: 0 0.6rem 0.6rem;
  background: unset;
  font-size: 14px;
}
.minigame-form .bottom .bet-info_max {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.3rem;
  width: 100%;
}
.minigame-form .bottom .bet-info_in {
  width: 100%;
}
.minigame-form #BettingPicks {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  height: 267px;
  max-height: unset !important;
  padding: 0.7rem;
  overflow: auto;
}
.minigame-form #BettingPicks .limit {
  position: absolute;
  right: 19px;
  top: 12px;
  font-weight: 400;
}
.minigame-form #BettingPicks .u_pick_cont {
  border: 1px solid var(--border-color);
  padding: 0.5rem;
  border-radius: 5px;
}
.minigame-form #BettingPicks .u_pick_cont .pick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient( var(--main-color) 60%, var(--sub-color) 50% );
  color: #fff;
}
.minigame-form #BettingPicks .u_pick_cont .pick_1 {
  background: radial-gradient( #000aff 60%, #2F8BFF 50% );
  border: 1px solid #666;
}
.minigame-form #BettingPicks .u_pick_cont .pick_1.대 {
  background: radial-gradient( #ff0002 60%, #FB6F6B 50% );
  border: 1px solid #666;
}
.minigame-form #BettingPicks .u_pick_cont .pick_x {
  background: radial-gradient( #63a35a 60%, #66D168 50% );
  border: 1px solid #666;
}
.minigame-form #BettingPicks .u_pick_cont .pick_x.중 {
  background: radial-gradient( #000aff 60%, #2F8BFF 50% );
  border: 1px solid #666;
}
.minigame-form #BettingPicks .u_pick_cont .pick_2 {
  background: radial-gradient( #ff0002 60%, #FB6F6B 50% );
  border: 1px solid #666;
}
.minigame-form #BettingPicks .u_pick_cont .pick_2.소 {
  background: radial-gradient( #63a35a 60%, #66D168 50% );
  border: 1px solid #666;
}
.minigame-form .mini__color #BettingPicks .u_pick_cont .pick_1 {
  background: #FFC700;
  box-shadow: inset 0 0 1px 3px #ffed53;
  color: var(--text-color);
  border: 1px solid var(--border-color);
}
.cross .minigame-form .price {
  width: auto;
}
.minigame-form .cart-item {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
}
.minigame-form .u_pick_close_btn {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
  height: 20px;
  width: 20px;
  background-color: var(--box-color);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.minigame-form #BettingPicks .PickEventInfo .home,
.minigame-form #BettingPicks .PickEventInfo .away {
  all: unset;
}
.minigame-form #BettingPicks .PickEventInfo td {
  position: relative;
  text-align: center;
  padding: 1rem 0;
}
.minigame-form #BettingPicks .PickEventInfo td.on {
  background-image: linear-gradient(180deg,var(--bet-btn-color) 0%,var(--bet-btn-color) 100%);
  color: var(--table-th-text-color);
}
.minigame-form #BettingPicks .PickEventInfo tr:last-child td:last-child {
  border-bottom: 1px solid var(--border-color)
}
.minigame-form #BettingPicks .noti {
  padding: 0;
  font-size: 12px;
  border: none;
}
.minigame-form #BettingPicks .u_pick_cont .noti_cont {
  color: var(--text-color);
  background: var(--background-color);
  text-align: center;
}
.minigame-form #BettingPicks .PickEventInfo {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-collapse: separate;
  border-spacing: 1px;
}
.minigame-form #BettingPicks .PickEventInfo &gt; div {
  width: 100%;
  text-align: center;
}
.bottom #item-Box {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  border: 1px solid var(--border-color);
}
.bottom #item-Box h2 {
  display: flex;
  height: 36px;
  align-items: center;
  background: var(--sub-color);
  margin: 0;
  font-size: 13px;
}
.bottom #item-Box &gt; table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
.bottom #item-Box &gt; table th {
  padding: 1rem;
  background-image: linear-gradient(var(--sub-color) 0%,var(--sub-color) 100%);
  color: var(--text-color);
}
.bottom .item-info {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-column: 2 / 3;
  grid-row: 1;
  border: 1px solid var(--border-color);
}
.bottom .item-info &gt; div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
  height: 36px;
  box-sizing: border-box;
}
.bottom .item-info &gt; div:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 5;
  height: 100%;
  justify-content: center;
  border-right: 1px solid var(--border-color);
  background: var(--sub-color) !important;
}
.bottom .item-info &gt; div:nth-child(odd) {
  background: var(--box-color);
}
.bottom .item-info &gt; div:nth-child(even) {
  background: var(--sub-color);
}
.bottom .item-info .price {
  background: transparent;
}
.bottom .item-info .price input {
  text-align: right;
  border: 1px solid var(--border-color);
  height: 23px;
  border-radius: 2px;
  outline: none;
  padding-right: 0.5rem;
}
.bottom .item-info .price input:hover,
.bottom .item-info .price input:active,
.bottom .item-info .price input:focus {
  border: 1px solid var(--main-text-color);
}
.bottom .item-group {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-column: 2 / 3;
  grid-row: 2;
  gap: 0.3rem;
  font-size: 13px;
  height: 148px;
}
.bottom .item-group .bet-info_in {
  position: relative;
  display: flex;
  border: 1px solid var(--border-color);
  background: var(--sub-color);
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem;
}
.bottom .item-group button {
  background: var(--box-color);
  padding: 0.5rem;
  transition: all 0.35s;
  box-sizing: border-box;
  height: auto;
  min-height: auto;
  line-height: normal;
  border: 1px solid var(--border-color);
  color: #fff !important;
}
.minigame-form .betcart {
  color: #fff !important;
}
.bottom .item-group button:hover {
  border-color: var(--main-text-color);
}
.bottom .item-group .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  height: 100%;
}
.bottom .item-group .bet-btn {
  grid-column: 2 / 3;
  grid-row: 1 / 5;
  height: 100%;
  background: #C8AE76;
  color: #000000 !important;
  font-size: 15px;
  transition: all 0.35s;
}
.bottom .item-group .bet-btn:hover {
  background: #EFCC28;
}
.bottom .item-group .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin: 0;
}
.bottom .item-group .btn-group button {
  width: 100%;
  height: 100%;
  padding: 0.7rem;
}
.bottom .item-group .btn-group button:first-child {

}
.bet-history-form {

}
.bottom #item-Box .bet-history-form:not(:last-child) .limit {
  display: none;
}
.bottom #item-Box .bet-history-form .limit {
  position: absolute;
  right: 0;
  bottom: -32px;
  text-align: right;
  width: calc(50% - 0.8rem);
}
.u_pick_cont {
  position: relative;
}
.u_pick_cont .noti_cont {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(1px);
  background-color: #55555510 !important;
  color: var(--text-color) !important;
}
.u_pick_cont .noti_cont p {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  height: 14px;
}

.minigame-form .GrayTab-Contents .leagueBox,
.minigame-form .eventBox dd table tr td .h2.pick,
.minigame-form .eventBox dd table tr td .h2.odds {
  all: unset;
}
.cross .minigame-form tbody tr {height: auto;}
.minigame-form .leagueBox dl.eventBox { padding: 0 }
#bet.minigame-form  { padding: 0 0 1rem }
#bet.minigame-form .cart {border: 1px solid var(--border-color);border-top: none;padding: 0;background-color: var(--box-color) }
.minigame-form .bottom .item-group button:hover {color: var(--text-color);}
.minigame-form .bottom .item-group .bet-info_in { padding: 0.65rem }
.minigame-form .bottom #item-Box h2 { padding: 0 0.5rem }
.minigame-form .eventBox dd table { border-spacing: unset }
.minigame-form .eventBox dd table tr td.on { background: transparent}
.minigame-form .eventBox dd table tr td.on .blue {
  background: radial-gradient( #FFC700 60%, #FFED53 50% );
}
.minigame-form .eventBox dd table tr td.on .red {
  background: radial-gradient( #FFC700 60%, #FFED53 50% );
}
.minigame-form .eventBox dd table tr td.on .green {
  background: radial-gradient( #FFC700 60%, #FFED53 50% );
}
.minigame-form .eventBox dd table tr td.lock &gt; div {
  color: var(--text-color) !important;
}
.minigame-form .eventBox dd table tr td .odds,
.minigame-form .eventBox dd table tr td .pick {
  padding: 0;
  position: unset;
}
.minigame-form .eventBox dd table tr td.lock {
  color: var(--text-color);
  border: none;
}
.minigame-form .eventBox dd table tr td.bet,
.minigame-form .eventBox dd table tr td.base {
  background: unset;
  border: unset;
  width: auto;
}
.minigame-form .eventBox dd table tr td.base .odds,
.minigame-form .eventBox dd table tr td.base .pick {
  color: var(--text-color);
}
.minigame-form .eventBox dd table tr td.hx {
  width: 100%;
  background: transparent;
}

/* League Tab */
.leagueBox div.leagueTab {margin: 0 0 0.5rem;border: 1px solid var(--border-color);}
.leagueBox div.leagueTab ul {display: flex;flex-direction: row;justify-content: space-between;}
.leagueBox div.leagueTab ul li { background: var(--box-color);padding: 15px 5px;text-align: center;cursor: pointer;flex-grow: 1;color: var(--text-sub-color)}
.leagueBox div.leagueTab ul li:not(:last-child) {border-right: 1px solid var(--border-color)}
.leagueBox div.leagueTab ul li.active {box-shadow: inset 0em -2px 0 0 var(--main-text-color);color: #fff}
.leagueBox div.leagueTab ul li:hover { color: #fff;}
.leagueBox dl.eventBox.tab-blind {display: none;}

.bet-table tbody { display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 0.5rem;padding-top: 0.6rem }
.bet-table tbody tr:nth-child(1) {}
.bet-table tbody tr:nth-child(2) { grid-column: 1 / 2; grid-row: 2 }
.bet-table tbody tr:nth-child(5) { grid-column: 2 / 4;}
.bet-table tbody tr { display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 1rem 0;justify-content: center;border: 1px solid var(--border-color);border-radius: 3px;background: var(--box-color);color: #fff;padding: 1rem 18%;/*box-shadow: inset 0 0 10px #c6aa87; */}
.bet-table tbody tr th { grid-column: 1 / 4;width: 100% !important;text-align: center !important;max-width: 100% !important;color: var(--text-color) }
.bet-table tbody tr td { display: flex;align-items: center;justify-content: center}
.bet-table tbody tr td .blue { background: radial-gradient( #000aff 60%, #2F8BFF 50% );border: 1px solid #666; }
.bet-table tbody tr td .red { background: radial-gradient( #ff0002 60%, #FB6F6B 50% );border: 1px solid #666; }
.bet-table tbody tr td .green { background: radial-gradient( #63a35a 60%, #66D168 50% );border: 1px solid #666; }
.bet-table tbody tr td .blue:hover,
.bet-table tbody tr td .red:hover,
.bet-table tbody tr td .green:hover { background: radial-gradient( #FFC700 60%, #FFED53 50% ) }
.bet-table tbody tr td.lock .blue,
.bet-table tbody tr td.lock .red,
.bet-table tbody tr td.lock .green {background: radial-gradient( #d9d9d9 60%, #ddd 50% ) !important;border: 1px solid #ccc !important;}
.bet-table tbody tr td.lock .green .pick {}
.bet-table tbody tr td &gt; div  { display: flex;flex-direction: column;gap: 0.6rem;align-items: center;justify-content: center;height: 90px;width: 90px;border-radius: 50%; color: #ffffff !important;}


/*==BTC&amp;USDT코인 관련 공통==*/
.m0 { margin: 0 !important; }
.mb-1 { margin-bottom: 1rem !important; }
.w100 { width: 100% !important; }
.p0 { padding: 0 !important; }
.pr1 { padding-right: 1rem !important; }
.fc { display: flex;align-items: center;justify-content: center }
.g05 { gap: 0.5rem }
.g15 { gap: 1.5rem }
.text_green { color: #00dd01 }
.text_red { color: #FF0002FF }

/*BTC&amp;USDT코인 관련*/
.buc_table { border-collapse: separate;border-spacing: 4px;margin-top: 1rem !important; }
.buc_table label { display: flex;align-items: center;gap: 0.3rem }
.buc_table .C { text-align: center !important; }
.buc_table.m0 { margin: 0 !important; }
.buc_table th { height: 45px;background-color: #746C49;font-size: 15px }
.buc_table th,
.buc_table td { border-color: #746C49 }
.buc_table button,
.buc_table input { height: 32px !important;outline: none }
.buc_table input#ic_amount,
.buc_table input#ic_coin { border: 1px solid #746C4950;padding-right: 0.5rem }
.buc_table input#ic_amount:hover,
.buc_table input#ic_amount:focus,
.buc_table input#ic_coin:hover,
.buc_table input#ic_coin:focus { border-color: #FECB28 }
.buc_table .input_item { width: 100% }
#CoinChargeFormArea .coin_table.w100 { width: 100% !important; }
.coin_table button.yellow__btn { color: #000;font-weight: 900;background: #FECB28;height: 36px !important;width: 200px !important; }

.border_box { border: 1px solid #C8AE77;padding: 1rem;margin-bottom: 1rem }
.border_box:not(:last-child) { margin-top: 1rem }

.buc_list { background: none !important; }
.buc_list th { color: #808080 !important; }
.buc_list th,
.buc_list td { border: 1px solid #746C49;border-bottom-color: #746C49 !important; }</pre></body></html>