@font-face {
  font-family: 'YDgothic320';
  src: local('YDgothic320'), local('YDgothic320'), url(../fonts/YDgothic320.eot),
    url(../fonts/YDgothic320.eot?#iefix) format('embedded-opentype'),
    url(../fonts/YDgothic320.woff) format('woff'),
    url(../fonts/YDgothic320.otf) format('opentype');
}

@font-face {
  font-family: 'YDgothic360';
  src: local('YDgothic360'), local('YDgothic360'), url(../fonts/YDgothic360.eot),
    url(../fonts/YDgothic360.eot?#iefix) format('embedded-opentype'),
    url(../fonts/YDgothic360.woff) format('woff'),
    url(../fonts/YDgothic360.otf) format('opentype');
}

@font-face {
  font-family: 'MyriadProBlack';
  src: local('MyriadProBlack'), local('MyriadProBlack'),
    url(../fonts/MyriadProBlack.eot),
    url(../fonts/MyriadProBlack.eot?#iefix) format('embedded-opentype'),
    url(../fonts/MyriadProBlack.woff) format('woff'),
    url(../fonts/MyriadProBlack.otf) format('opentype');
}

* {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  font-size: 16px;
  color: #bc4747;
  font-family: 'YDgothic320';
  background: #111316;
}

input {
  font-family: 'YDgothic320';
}

.hidden {
  display: none;
}

header {
  transition: all ease 0.5s;
}

header .inner {
  width: 1200px;
  height: 80px;
  margin: auto;
  position: relative;
}

header .logo {
  margin-left: -165px;
  position: absolute;
  top: 10px;
  left: 50%;
}

header .btn {
  border: 3px solid #c79f5f;
  display: inline-block;
  border-radius: 30px;
  padding: 3px 15px;
  color: #c79f5f;
  font-family: YDgothic360;
}

header .sitemenu {
  position: absolute;
  top: 25px;
  left: 10px;
}

header .member {
  position: absolute;
  top: 25px;
  right: 10px;
}

header .member .btn-join {
  border: 3px solid #bc4747;
  color: #bc4747;
}

.main {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.main:before {
  content: '';
  display: block;
  height: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 55;
}

.main .inner {
  width: 1200px;
  margin: auto;
  position: relative;
}

.main .menu {
  position: relative;
  z-index: 60;
}

.main .menu ul li {
  float: left;
  margin: 25px 33px 0;
  background: url('../images/main/sitemenu.png?211020');
}

.main .menu ul.coinmember li {
  float: left;
  margin: 25px 13px 0;
}

.main .menu ul li.btn-deposit {
  background-position: 0 top;
}

.main .menu ul li.btn-withdraw {
  background-position: -120px top;
}

.main .menu ul li.btn-move {
  background-position: -243px top;
}

.main .menu ul li.btn-virtual {
  background-position: -395px top;
}

.main .menu ul li.btn-coin {
  background-position: -547px top;
}

.main .menu ul li a {
  display: block;
  background: url('../images/main/sitemenu.png?211020');
  height: 50px;
  transition: all ease 0.2s;
  font-size: 0;
  text-indent: -200px;
  overflow: hidden;
  opacity: 0;
}

.main .menu ul li a:hover {
  opacity: 1;
}

.main .menu ul li.btn-deposit a {
  background-position: 0 bottom;
  width: 120px;
}

.main .menu ul li.btn-withdraw a {
  background-position: -120px bottom;
  width: 123px;
}

.main .menu ul li.btn-move a {
  background-position: -243px bottom;
  width: 152px;
}

.main .menu ul li.btn-virtual a {
  background-position: -395px bottom;
  width: 153px;
}

.main .menu ul li.btn-coin a {
  background-position: -547px bottom;
  width: 153px;
}

.main .menu ul li a:hover {
  text-shadow: 0 0 5px #fff;
}

.main .member {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 350px;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 65;
}

.main .member .join {
  height: 100px;
  background: #bc4747 url('../images/main/bnr-join.gif');
  display: block;
  overflow: hidden;
  text-indent: -200%;
  position: relative;
}

.main .member .login {
  height: 100px;
  background: #bc4747 url('../images/main/bnr-login.png');
  display: block;
  overflow: hidden;
  text-indent: -200%;
  position: relative;
}

.main .member .coupon {
  height: 100px;
  display: block;
  overflow: hidden;
  text-indent: -200%;
  position: relative;
  background-color: #2e3442;
  transition: all ease 0.2s;
}

.main .member .coupon:hover {
  background-color: #364058;
}

.main .member .coupon.coupon-n {
  background-image: url('../images/main/bnr-coupon-n.png');
}

.main .member .coupon.coupon-y {
  background-image: url('../images/main/bnr-coupon-y.png');
}

.main .member fieldset {
  border: 0;
  margin: 50px;
}

.main .member fieldset input {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 10px 0 40px;
  color: #fff;
  display: block;
  border: 0;
  box-sizing: border-box;
  border: 1px solid #343840;
}

.main .member fieldset input.userid {
  background: #111316 url('../images/main/btn-userid.png') no-repeat;
}

.main .member fieldset input.password {
  background: #111316 url('../images/main/btn-password.png') no-repeat;
}

.main .member fieldset .btn-login {
  padding: 0;
  height: 80px;
  font-size: 20px;
  color: #000;
  background: #c79f5f;
  cursor: pointer;
  font-family: YDgothic360;
  border: 0;
  transition: all ease 0.2s;
}

.main .member fieldset .btn-login:hover {
  color: #fff;
  background: #f5c67c;
  font-size: 21px;
}

.main .member fieldset .btn-logout {
  padding: 0;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background: #2e3442;
  cursor: pointer;
  margin-top: 10px;
  font-family: YDgothic360;
}

.main .member fieldset .help {
  text-align: center;
}

.main .member fieldset .help a {
  margin: 20px;
  color: #fff;
  transition: all ease 0.2s;
}

.main .member fieldset .help a:hover {
  text-shadow: 0 0 5px #fff;
}

.main .member fieldset .username {
  padding: 25px 10px 25px 90px;
  margin: -30px 0 10px 0;
  color: #fff;
  text-align: center;
  background: url('../images/main/img-user.png') no-repeat left center;
}

.main .member fieldset .username strong {
  color: #fff369;
}

.main .member fieldset .membermenu {
  overflow: auto;
}

.main .member fieldset .membermenu a {
  margin: 2px;
  padding: 10px 0;
  display: block;
  float: left;
  width: 119px;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}

.main .slider {
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: 0;
  z-index: 50;
}

.main .slider .slide {
  padding: 0 800px;
}

.main .slider .slide01 {
  background: #1e2027;
}

.main .slider .slide02 {
  background: #1a2c41;
}

.main .slider .slide03 {
  background: #1d150c;
}

.gamezone {
  background: url('../images/main/bg.png');
}

.gamezone:before,
.gamezone:after {
  content: '';
  height: 20px;
  display: block;
}

.gamezone:before {
  background: url('../images/main/gamezone-border-top.png');
}

.gamezone:after {
  background: url('../images/main/gamezone-border-bottom.png');
}

.gamezone .inner {
  position: relative;
  padding: 100px 0 30px 0;
  margin: auto;
  width: 1200px;
}

.gamezone .casino,
.gamezone .slot {
  position: absolute;
  top: 20px;
  background: url('../images/main/gamezone-title.png');
  width: 450px;
  height: 100px;
  font-size: 0;
  text-indent: -200%;
  overflow: hidden;
  z-index: 100;
}

.gamezone .casino {
  margin-right: 30px;
  right: 50%;
  background-position: left bottom;
}

.gamezone .slot {
  margin-left: 30px;
  left: 50%;
  background-position: right bottom;
}

.gamezone .casino:hover {
  background-position: left top;
}

.gamezone .slot:hover {
  background-position: right top;
}

.gamezone .casino.active,
.gamezone .slot.active {
}

.gamezone .casino.active {
  background-position: left top;
}

.gamezone .slot.active {
  background-position: right top;
}

.gamezone .casino-games,
.gamezone .slot-games {
  display: none;
}

.gamezone .casino-games.active,
.gamezone .slot-games.active {
  display: block;
}

.gamezone .inner > ul {
  overflow: auto;
}

.gamezone .inner > ul > li {
  width: 278px;
  height: 250px;
  margin: 6px;
  float: left;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  top: 0px;
  z-index: 120;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  transition: all ease 0.2s;
}

.gamezone .inner > ul > li:hover {
  top: -5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

.gamezone .inner > ul > li > a {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 18px;
}

.gamezone .inner > ul > li > a strong {
  color: #fff;
  font-family: 'YDgothic360';
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
  transition: all ease 0.2s;
}

.gamezone .inner > ul > li:hover > a strong {
  color: #000;
  text-shadow: 0px 0px 0px #fff;
}

.gamezone .inner > ul > li > a span {
  font-size: 14px;
  color: #000;
  transition: all ease 0.2s;
}

.gamezone .inner > ul > li:hover > a span {
  color: #bc4747;
}

.gamezone .inner > ul > li > ul {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 40px;
  overflow: hidden;
  transition: all ease 0.4s;
}

.gamezone .inner > ul > li > ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 90;
  background: url('../images/main/bg-gamezone.png?210802');
  filter: blur(0px);
  transition: all ease 0.4s;
}

.gamezone .inner > ul.casino-games > li.evolution-game > ul:before {
  background-position: 0px 0px;
}

.gamezone .inner > ul.casino-games > li.pragmatic-game > ul:before {
  background-position: -516px 0px;
}

.gamezone .inner > ul.casino-games > li.se-game > ul:before {
  background-position: -774px -200px;
}

.gamezone .inner > ul.casino-games > li.bota-game > ul:before {
  background-position: -516px -200px;
}

.gamezone .inner > ul.casino-games > li.h-game > ul:before {
  background-position: -258px 0px;
}

.gamezone .inner > ul.casino-games > li.sa-game > ul:before {
  background-position: -774px 0px;
}

.gamezone .inner > ul.casino-games > li.m-game > ul:before {
  background-position: -0px -200px;
}

.gamezone .inner > ul.casino-games > li.t-game > ul:before {
  background-position: -258px -200px;
}
.gamezone .inner > ul.casino-games > li.t-bng > ul:before {
  background-position: -258px -396px;
}

.gamezone .inner > ul.casino-games > li.tournament-game > ul:before {
  background-position: -0px -400px;
}


.gamezone .inner > ul.casino-games > li.g-game > ul:before {
  background-position: -258px -200px;
}

.gamezone .inner > ul.casino-games > li.e-game > ul:before {
  background-position: -516px -200px;
}

.gamezone .inner > ul.casino-games > li.n-game > ul:before {
  background-position: -774px -200px;
}

.gamezone .inner > ul.casino-games > li.v-game > ul:before {
  background-position: 0px -400px;
}

.gamezone .inner > ul.slot-games > li.sa-slot > ul:before {
  background-position: -0px -600px;
}

.gamezone .inner > ul.slot-games > li.m-slot > ul:before {
  background-position: -259px -600px;
}

.gamezone .inner > ul.slot-games > li.t-bng > ul:before {
  background-position: -258px -400px;
}

.gamezone .inner > ul.slot-games > li.pragmatic-slot > ul:before {
  background-position: -516px -600px;
}

.gamezone .inner > ul > li:hover > ul:before {
  filter: blur(3px);
  transform: scale(1.2, 1.2);
}

.gamezone .inner > ul > li > ul:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: rgba(188, 71, 71, 0) url('../images/main/gamezone-glass.png');
  transition: all ease 0.4s;
}

.gamezone .inner > ul > li:hover > ul:after {
  background: rgba(188, 71, 71, 0.75) url('../images/main/gamezone-glass.png');
}

.gamezone .inner > ul > li:hover > ul {
  background: #bc4747;
}

.gamezone .inner > ul > li > ul .btn-start a {
  position: absolute;
  height: 100px;
  top: 50px;
  left: 15px;
  right: 15px;
  /*text-align: center;
    color: #FFF;
    font-size: 30px;*/
  z-index: 110;
  transition: all ease 0.2s;
}

.gamezone .inner > ul > li:hover > ul .btn-start a {
  top: 20px;
}

.gamezone .inner > ul > li > ul .btn-start a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  transform: scale(1, 1);
  background: url('../images/main/main_gamezone-logo-2.png?250317_1');
  transition: all ease 0.2s;
}

/* .gamezone .inner > ul.casino-games > li.rt-game > ul .btn-start a:before {
  background-position: 0 -100px;
} */

/* .gamezone .inner > ul.casino-games > li.c-game > ul .btn-start a:before {
  background-position: -230px 0;
} */

.gamezone .inner > ul.casino-games > li.dbcasino-game > ul .btn-start a:before {
  background-position: 0px 0px;
}

.gamezone .inner > ul.casino-games > li.evolution-game > ul .btn-start a:before {
  background-position: -460px 0;
}

.gamezone .inner > ul.casino-games > li.pragmatic-game > ul .btn-start a:before {
  background-position: -690px 0;
}
.gamezone .inner > ul.casino-games > li.se-game > ul .btn-start a:before {
  background-position: -1384px 210px;
}

.gamezone .inner > ul.casino-games > li.bota-game > ul .btn-start a:before {
  background-position: -230px -300px;
}

.gamezone .inner > ul.casino-games > li.h-game > ul .btn-start a:before {
  background-position: -230px -100px;
}

.gamezone .inner > ul.casino-games > li.sa-game > ul .btn-start a:before {
  background-position: -460px -100px;
}

.gamezone .inner > ul.casino-games > li.w-game > ul .btn-start a:before {
  background-position: -690px -100px;
}

.gamezone .inner > ul.casino-games > li.m-game > ul .btn-start a:before {
  background-position: 0 -200px;
}

.gamezone .inner > ul.casino-games > li.g-game > ul .btn-start a:before {
  background-position: -230px -200px;
}

.gamezone .inner > ul.casino-games > li.e-game > ul .btn-start a:before {
  background-position: -460px -200px;
}

.gamezone .inner > ul.casino-games > li.n-game > ul .btn-start a:before {
  background-position: -690px -200px;
}

.gamezone .inner > ul.casino-games > li.v-game > ul .btn-start a:before {
  background-position: 0 -300px;
}

.gamezone .inner > ul.slot-games > li.sa-slot > ul .btn-start a:before {
  background-position: -460px -100px;
}

.gamezone .inner > ul.slot-games > li.m-slot > ul .btn-start a:before {
  background-position: 0 -200px;
}


.gamezone .inner > ul.slot-games > li.pragmatic-slot > ul .btn-start a:before {
  background-position: -690px 0;
}

.gamezone .inner > ul.slot-games > li.rt-slot > ul .btn-start a:before {
  background-position: 0 -100px;
}
.gamezone .inner > ul.slot-games > li.tournament-game > ul .btn-start a:before {
  background-position: -922px -379px;
}
.gamezone .inner > ul.casino-games > li.t-game > ul .btn-start a:before {
  background-position: -694px -300px;
}
.gamezone .inner > ul.casino-games > li.t-bng > ul .btn-start a:before {
  background-position: -1159px -382px;
}
.gamezone .inner > ul.slot-games > li.t-bng > ul .btn-start a:before {
  background-position: -1159px -379px;
}

/*.gamezone .inner > ul.slot-games > li:nth-child(4) > ul .btn-start a:before {
	background-position: -230px -200px;

}*/
.gamezone .inner > ul > li:hover > ul .btn-start a:before {
  top: 0px;
  opacity: 0;
  transform: scale(1, 0);
}

.gamezone .inner > ul > li > ul .btn-start a:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background: url('../images/main/gamezone-logo.png');
  transform: scale(1, 0);
  transition: all ease 0.2s;
}

.gamezone .inner > ul > li:hover > ul .btn-start a:after {
  top: 0px;
  opacity: 1;
  transform: scale(1, 1);
}

.gamezone .inner > ul > li > ul .btn-start:hover a:after {
  text-shadow: 0 0 10px #fff;
}

.gamezone .inner > ul > li > ul .btn-start a span {
  display: none;
}

.gamezone .inner > ul > li > ul .btn {
  position: absolute;
  color: #fff;
  opacity: 0;
  z-index: 110;
  transition: all ease 0.4s;
  transition-delay: 0s;
  bottom: 20px;
}

.gamezone .inner > ul > li:hover > ul .btn {
  opacity: 1;
  transition: all ease 0.4s;
  transition-delay: 0.2s;
}

.gamezone .inner > ul > li > ul .btn a {
  padding: 5px 20px;
  display: block;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0);
  transition: all ease 0.2s;
}

.gamezone .inner > ul > li > ul .btn a:hover {
  color: #bc4747;
  background-color: rgba(255, 255, 255, 1);
}

.gamezone .inner > ul > li > ul .btn-deposit {
  left: -15px;
}

.gamezone .inner > ul > li:hover > ul .btn-deposit {
  left: 15px;
}

.gamezone .inner > ul > li > ul .btn-withdraw {
  right: -15px;
}

.gamezone .inner > ul > li:hover > ul .btn-withdraw {
  right: 15px;
}

.gamezone .inner > ul > li > a > .length {
  letter-spacing: -2px;
}

.gamezone .inner > ul > li.ready {
  top: 0px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.gamezone .inner > ul > li.ready:hover {
  background: rgba(255, 255, 255, 0.5);
}

.gamezone .inner > ul > li.ready > ul:before {
  background-position: -774px -600px;
}

.gamezone .inner > ul > li.ready:hover > ul:before {
  filter: blur(0px);
  transform: scale(1, 1);
}

.gamezone .inner > ul > li.ready:hover > ul:after {
  background: url(../images/main/gamezone-glass.png);
}

.gamezone .inner > ul > li.ready:hover > a strong {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.gamezone .inner > ul > li.ready:hover > a span {
  color: #000;
}

.board {
  height: 440px;
  background: #111316 /*url("../images/main/board-bg.png") center center*/;
}

.board .inner {
  position: relative;
  width: 1200px;
  margin: auto;
}

.board .notice {
  width: 400px;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  left: 380px;
}

.board .event,
.board .faq {
  width: 340px;
}

.board .event {
  left: 0px;
}

.board .faq {
  right: 0px;
}

.board .board-box {
  height: 340px;
  padding: 0 20px;
  position: absolute;
  top: 50px;
}

.board h2 {
  width: 160px;
  height: 40px;
  margin: 0 auto 20px;
  font-size: 0;
  text-indent: -200%;
  overflow: hidden;
  background: url('../images/main/board-title.png') no-repeat;
  cursor: pointer;
}

.board .notice h2 {
  background-position: 0 0;
}

.board .event h2 {
  background-position: 0 -40px;
}

.board .faq h2 {
  background-position: 0 -80px;
}

.board .board-box ul {
  height: 230px;
  overflow: hidden;
}

.board .event li,
.board .faq li {
  height: 70px;
  line-height: 70px;
  margin-top: 5px;
  background: #191c21;
  text-align: center;
  transition: all ease 0.2s;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.board .event li:hover,
.board .faq li:hover {
  background-color: #2d343e;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.board .event li a,
.board .faq li a {
  height: 70px;
  display: block;
  color: #a7adb7;
  text-shadow: 1px 1px 2px #000;
  transition: all ease 0.2s;
}

.board .event li:hover a,
.board .faq li:hover a {
  color: #fff;
}

.board .notice li {
  padding: 0 14px;
  height: 44px;
  line-height: 44px;
  transition: all ease 0.2s;
}

.board .notice li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.board .notice li:before {
  content: 'ㆍ ';
  color: #8ca2bd;
}

.board .notice li a {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  transition: all ease 0.2s;
}

.board .notice li:hover a {
  color: #fff;
  text-shadow: 0px 0px 5px #fff;
}

.board .notice li span {
  float: right;
  color: #a7adb7;
  font-size: 14px;
}

.board .more {
  width: 103px;
  height: 35px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -51px;
  background: url('../images/main/board-more.png') no-repeat;
  font-size: 0;
  overflow: hidden;
  text-indent: -200%;
}

.board .more span {
  line-height: 5px;
  display: block;
  color: #fff;
}

.othermenu {
  height: 120px;
  background-color: #c79f5f;
}

.othermenu ul {
  width: 1200px;
  margin: auto;
}

.othermenu ul li {
  text-align: center;
  float: left;
  background: url('../images/main/othermenu.png') no-repeat;
  transition: all ease 0.2s;
}

.othermenu ul li:nth-child(1) {
  background-position: 0 10px;
}

.othermenu ul li:nth-child(2) {
  background-position: 0 -90px;
}

.othermenu ul li:nth-child(3) {
  background-position: 0 -190px;
}

.othermenu ul li:nth-child(4) {
  background-position: 0 -290px;
}

.othermenu ul li a {
  display: block;
  width: 300px;
  height: 120px;
  font-size: 0px;
  text-indent: -200px;
  overflow: hidden;
  /*
    transition: all ease .2s;
	background: url("../images/main/othermenu.png") no-repeat;
	opacity: 0;*/
}

/*
.othermenu ul li a {
    display: block;
    width: 300px;
    height: 120px;
    font-size: 0px;
	text-indent: -200px;
	overflow: hidden;
    transition: all ease .2s;
	background: url("../images/main/othermenu.png") no-repeat;
	opacity: 0;
}

.othermenu ul li:nth-child(1) a {
	background-position: -300px 10px;
}
.othermenu ul li:nth-child(2) a {
	background-position: -300px -90px;
}
.othermenu ul li:nth-child(3) a {
	background-position: -300px -190px;
}
.othermenu ul li:nth-child(4) a {
	background-position: -300px -290px;
}
.othermenu ul li a:hover {
	opacity: 1;
    background-color: #f5c67c;
}*/

.othermenu ul li:hover {
  background-color: #f5c67c;
}

.customercenter {
  height: 400px;
  color: #000;
  background: url('../images/main/bg.png');
  position: relative;
}

.customercenter:before,
.customercenter:after {
  content: '';
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.customercenter:before {
  background: url('../images/main/gamezone-border-top.png') 0 -10px repeat-x;
  top: 0;
}

.customercenter:after {
  background: url('../images/main/gamezone-border-bottom.png') 0 10px repeat-x;
  bottom: 0;
}

.customercenter .inner {
  margin: auto;
  width: 1200px;
  position: relative;
}

.customercenter .callcenter {
  width: 450px;
  height: 320px;
  padding: 30px 35px;
  position: absolute;
  top: 40px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;

  border-radius: 10px;
}

.customercenter .callcenter h2 {
  margin-top: -10px;
  background: url('../images/main/callcenter.png') center center no-repeat;
  height: 55px;
  font-size: 0;
  text-indent: -200%;
  overflow: hidden;
}

.customercenter .callcenter p {
  margin: 10px 0 20px 0;
  font-size: 16px;
  text-align: center;
}

.customercenter .callcenter .logoff {
  margin: 50px 50px 0 50px;
  display: block;
  color: #fff;
  font-size: 20px;
  font-family: 'YDgothic360';
  text-align: center;
  border: 1px solid #fff;
  padding: 15px 0;
}

.customercenter .callcenter dl > * {
  line-height: 30px;
  float: left;
}

.customercenter .callcenter dl dt {
  width: 35%;
  font-family: 'YDgothic360';
}

.customercenter .callcenter dl dd {
  width: 65%;
  font-size: 34px;
  font-family: MyriadProBlack;
}

.customercenter .callcenter dl dd.katalk {
  font-size: 24px;
}

.customercenter .rank {
  width: 710px;
  height: 320px;
  padding: 10px;
  position: absolute;
  top: 40px;
  left: 10px;
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.customercenter .rank .rank-box {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  float: left;
}

.customercenter .rank .rank-box h2 {
  width: 250px;
  margin: 0 36px;
  background: url('../images/main/rank-title.png') no-repeat;
  height: 70px;
  text-indent: -200px;
  font-size: 0;
  overflow: hidden;
}

.customercenter .rank .rank-box.rank1 h2 {
  background-position: 0 10px;
}

.customercenter .rank .rank-box.rank2 h2 {
  background-position: -250px 10px;
}

.customercenter .rank .rolling-box {
  height: 221px !important;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  border-radius: 5px;
}

.customercenter .rank ul li {
  line-height: 36px;
  overflow: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.customercenter .rank ul li span {
  display: block;
  float: left;
  box-sizing: border-box;
}

.customercenter .rank ul li .date {
  width: 86px;
  color: #bc4747;
}

.customercenter .rank ul li .id {
  width: 87px;
  color: #fff;
}

.customercenter .rank1 ul li .id:before {
  content: '';
  display: block;
  float: left;
  margin: 8px 5px;
  width: 20px;
  height: 20px;
  background: url('../images/main/icon-rank01.png');
}

.customercenter .rank2 ul li .id:before {
  content: '';
  display: block;
  float: left;
  margin: 8px 5px;
  width: 20px;
  height: 20px;
  background: url('../images/main/icon-rank02.png');
}

.customercenter .rank ul li .money {
  width: 131px;
  font-weight: bold;
  color: #f5c578;
  text-align: right;
}

.customercenter .rank ul li .money:before {
  content: '';
  display: block;
  float: right;
  margin: 8px 5px;
  width: 20px;
  height: 20px;
  background: url('../images/main/icon-rank03.png');
}

footer .bar {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

footer .bar ul {
  width: 1200px;
  margin: auto;
  padding: 20px 0;
  overflow: auto;
  position: relative;
}

footer .bar ul li {
  margin: 0 70px;
  float: left;
}

footer .bar ul li a {
  color: #888;
}

footer .bar ul li.gotop {
  position: absolute;
  right: 0;
  top: 10px;
}

footer .bar ul li.gotop a {
  display: block;
  border: 1px solid #333;
  width: 150px;
  text-align: center;
  line-height: 36px;
}

footer .gamelogo {
  text-align: center;
  margin: 30px 0;
}

footer .copyright {
  width: 1200px;
  margin: 50px auto;
  text-align: center;
  color: #333;
}

#livetalk {
  display: block;
  width: 250px;
  height: 60px;
  position: fixed;
  right: 0px;
  bottom: 10px;
  text-indent: -200%;
  overflow: hidden;
  background: url(../images/main/livechat.gif?200108) no-repeat;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0px 0px 10px #000;
  z-index: 10000000;
}
#link_touch {
  display: block;
  width: 250px;
  height: 60px;
  position: fixed;
  right: 0px;
  bottom: 84px;
  text-indent: -200%;
  overflow: hidden;
  background: url(../images/main/btn_sandz_touch.gif) no-repeat;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0px 0px 10px #000;
  z-index: 10000000;
}

#partner-tele span {
  display: none;
}

#partner-tele span.telegram-id {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  line-height: 28px;
  text-align: center;
  color: red;
  font-size: 16px;
  font-weight: bold;
}

.tbox {
  position: absolute;
  display: none;
  z-index: 20000;
}

.tinner {
  background: #eee;
  font-size: 11.5px;
}

.tmask {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 19000;
}

#tinymask {
  background: #000;
}

.tclose {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  background: url(../images/subpage/tclose.png) no-repeat;
}

.tclose:hover {
  background-position: 30 -30px;
}

#subpage_login .tclose {
  top: 15px;
  right: 15px;
}

#gameLoading {
  background: transparent;
}

#success {
  background: #2ea125;
  color: #fff;
  text-shadow: 1px 1px #1b6116;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10;
  -moz-border-radius: 0;
  border-radius: 0;
}

#bluemask {
  background: #4195aa;
}

#frameless {
  padding: 0;
}

#frameless .tclose {
  left: 6px;
}

/* MAIN POPUP */
.main-popup {
  display: none;
  font-family: YDgothic320;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.main-popup .popup-content {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 60px;
  bottom: 40px;
  left: 10px;
  right: 10px;
  padding: 20px;
  border-radius: 5px;
  overflow: auto;
}

.main-popup .popup-close {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
}

.main-popup .popup-close a {
  padding: 0 10px;
  color: #c79f5f;
  line-height: 20px;
  border: 1px solid rgba(199, 159, 95, 0.5);
  border-radius: 3px;
}

.main-popup .popup-close .btn-close {
  float: right;
}

.main-popup .popup-close .btn-close:after {
  content: '창닫기 ✕';
}

.main-popup .popup-close .btn-close2 {
  margin-right: 2px;
  float: right;
}

.main-popup .popup-close .btn-close2:after {
  content: '오늘 하루 그만보기';
}

#popup1.main-popup {
  display: block;
  width: 300px;
  height: 500px;
  margin-left: -632px;
  top: 100px;
  background: #111316 url('../images/popup/sandz_warning.png') top center no-repeat;
  border: 1px solid #fff;
  color: #fff;
  z-index: 1100;
}

#popup1.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
}

/* #popup2.main-popup {
  display: block;
  width: 300px;
  height: 500px;
  
  margin-left: -465px;
  top: 100px;
  background: #111316 url('../images/popup/sands-alarm.png') top center no-repeat;
  border: 1px solid #000000;
  color: #000000;
  z-index: 1200;
}

#popup2.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
} */

#popup4.main-popup {
  display: block;
  width: 450px;
  height: 700px;
  /* margin-left: -164px; */
  /* margin-left: -194px; */
  /* coin deposit */
  margin-left: -231px;
  top: 80px;
  background: #111316 url('../images/popup/sandz_coin.png') top center no-repeat;
  border: 1px solid #000000;
  color: #000000;
  z-index: 1400;
}

#popup4.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
}


#popup11.main-popup {
  display: block;
  width: 300px;
  height: 500px;
  margin-left: 293px;
  /* margin-left: 445px; */
  top: 100px;
  background: #111316 url('../images/popup/sands-event-1.png') top center no-repeat;
  border: 1px solid #000000;
  color: #000000;
  z-index: 1300;
}

#popup11.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
}



#popup13.main-popup {
  display: block;
  width: 300px;
  height: 500px;
  margin-left: -16px;
  top: 100px;
  background: #111316 url('../images/popup/sandz_microgaming_1.png') top center no-repeat;
  border: 1px solid #000000;
  color: #000000;
  z-index: 1300;
}
#popup13.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
}



/* #popup3.main-popup {
  display: block;
  width: 300px;
  height: 500px;
  margin-left: -172px;
  coin deposit
  margin-left: -308px;
  top: 100px;
  background: #111316 url('../images/popup/20240418_notice3.png') top center no-repeat;
  border: 1px solid #000000;
  color: #000000;
  z-index: 1300;
}

#popup3.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
} */
/* popup new year */
/* #popup9.main-popup {
  display: block;
  width: 700px;
  height: 600px;
  margin-left: -350px;
  top: 80px;
  background: #111316 url('../images/popup/Sands.png') top center no-repeat;
  background: #111316 url('../images/popup/sandz_202250122.jpg') top center no-repeat;
  border: 1px solid #000000;
  color: #000000;
  z-index: 1400;
}

#popup9.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
} */

/* #popup4.main-popup {
  display: block;
  width: 600px;
  height: 600px;
  margin-left: -600px;
  top: 100px;
  background: #111316 url('../images/popup/notice1.jpg') top center no-repeat;
  border: 1px solid #000000;
  color: #000000;
  z-index: 1400;
} */

/* #popup4.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 180px;
  border: 1px solid #fff;
  border-radius: 3px;
} */

#popup5.main-popup {
  display: block;
  width: 640px;
  height: 315px;
  margin-left: -250px;
  top: 180px;
  background: #111316 url('../images/popup/20240304.jpg') top center no-repeat;
  border: 1px solid #c79f5f;
  color: #fff;
  z-index: 1500;
}

#popup5.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
}

#popup6.main-popup {
  display: block;
  width: 600px;
  height: 600px;
  margin-left: -300px;
  top: 260px;
  background: #111316 url('../images/popup/20240202_1.png') top center no-repeat;
  border: 1px solid #c79f5f;
  color: #fff;
  z-index: 1600;
}

#popup6.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: -10px;
  position: relative;
  top: -20px;
  left: -20px;
}

#popup7.main-popup {
  display: block;
  width: 600px;
  height: 450px;
  margin-left: 1px;
  top: 260px;
  background: #111316 url('../images/popup/20240202_2.jpg') top center no-repeat;
  border: 1px solid #c79f5f;
  color: #fff;
  z-index: 1700;
}

#popup7.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
}

#popup8.main-popup {
  display: none;
  width: 600px;
  height: 1068px;
  margin-left: 53px;
  top: 180px;
  background: #111316 url('../images/popup211012.jpg') top center no-repeat;
  border: 1px solid #c79f5f;
  color: #fff;
  z-index: 1800;
}
#popup10.main-popup {
  display: block;
  width: 300px;
  height: 500px;
  /* margin-left: 137px; */
  /* coin deposit */
  margin-left: -324px;
  top: 100px;
  background: #111316 url('../images/popup/sandzCasino_coin.png') top center no-repeat;
  border: 1px solid #000000;
  color: #000000;
  z-index: 1300;
}

#popup10.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
}


#ebet.main-popup {
  display: block;
  width: 900px;
  height: 450px;
  margin-left: -300px;
  top: 200px;
  background: #111316 url('../images/x3.jpg') top center no-repeat;
  border: 1px solid #c79f5f;
  color: #fff;
  z-index: 1900;
}

#ebet.main-popup .popup-close a {
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
}

#popup6 .btn-link {
  display: block;
  width: 300px;
  height: 69px;
  position: absolute;
  bottom: 54px;
  left: 150px;
  text-indent: -200%;
  font-size: 0;
}
