@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

header,
footer,
nav,
section,
article,
aside {
  display: block;
}

/** {padding:0; margin:0;}
*/
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
form,
fieldset,
input,
textarea,
th,
td,
dt,
dd,
dl,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
}

li {
  list-style: none;
}

img,
fieldset {
  border: 0;
  vertical-align: top;
}

em {
  font-style: normal;
}

input.radio {
  width: 13px;
  height: 13px;
  vertical-align: middle;
}

address,
em,
i {
  font-style: normal;
}

.hdn,
legend,
table caption {
  font-size: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
  line-height: 0;
}

table caption {
  font-size: 0;
  height: 0;
  overflow: hidden;
  position: static;
  visibility: hidden;
  width: 0;
  line-height: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  height: 100%;
}

body,
td,
th {
  font-family: 'Noto Sans KR', sans-serif, 'Nanum Gothic', 'NanumGothic',
    '나눔고딕', '돋움', Dotum, helvetica;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  height: 100%;
  background-color: #121212;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: 'Noto Sans KR';
}

header {
  position: relative;
  margin: 0 0 -270px;
  padding: 0;
  height: 600px;
  background: url(../images/main/top-bg.png?210727) top center no-repeat;
}

.header-wrap {
  position: relative;
  width: 1300px;
  height: 330px;
  padding: 0;
  margin: 0 auto;
}

.header-wrap .main-logo {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -140px;
  width: 280px;
  cursor: pointer;
}

.login-position {
  position: absolute;
  top: 20px;
  right: 20px;
}

.login-wrap {
  position: relative;
  padding: 0;
  margin: 0;
  width: 400px;
  height: 40px;
}

.login-wrap .join-button {
  float: right;
  width: 70px;
  height: 36px;
  border-radius: 4px;
  background: linear-gradient(#fff 0%, #666 100%);
  border: 1px #000 solid;
  cursor: pointer;
  line-height: 36px;
  color: #222;
  text-align: center;
  text-shadow: #fff 0 1px 1px;
  box-shadow: #000 0 1px 1px;
  margin: 0 2px;
}

.login-wrap .join-button:hover {
  background: linear-gradient(#fff 0%, #fff 100%);
}

.login-wrap .login-button {
  float: right;
  width: 60px;
  height: 36px;
  border-radius: 4px;
  background: linear-gradient(#f3ce6b 0%, #885a14 100%);
  border: 1px #000 solid;
  cursor: pointer;
  line-height: 36px;
  color: #222;
  text-align: center;
  text-shadow: #ffe08e 0 1px 1px;
  box-shadow: #000 0 1px 1px;
  margin: 0 2px;
}

.login-wrap .login-button:hover {
  background: linear-gradient(#f3ce6b 0%, #f3ce6b 100%);
}

.login-wrap .notyet {
  position: absolute;
  left: 15px;
  bottom: -20px;
  font-size: 12px;
  font-weight: 100;
  color: #ddd;
  text-align: left;
}

.login-wrap-access {
  position: relative;
  padding: 0;
  margin: 0;
  height: 40px;
}

.login-wrap-access .acc-username {
  /* position:absolute; top:-10px; left:0;*/
  float: left;
  margin: 5px 10px 0;
}

.login-wrap-access .acc-username .u-i {
  position: relative;
  float: left;
}

.login-wrap-access .acc-username .u-name {
  position: relative;
  float: left;
  color: #f0e3b1;
  font-size: 12px;
  margin: 0 10px 0;
}

.login-wrap-access .acc-username .u-name span {
  color: #8d7f4a;
}

.login-wrap-access .cash-all {
  position: relative;
  float: left;
  width: 220px;
  height: 26px;
  border-radius: 4px;
  background: linear-gradient(#fff 0%, #ddd 100%);
  border: 1px #fc0 solid;
  text-indent: 10px;
  color: #555;
  font-size: 12px;
  text-align: left;
  margin: 14px 0 0;
  line-height: 26px;
  box-shadow: #000 0px 3px 5px;
  cursor: pointer;
}

.login-wrap-access .cash-all .my-cash {
  position: absolute;
  top: -1px;
  right: 24px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #006cff;
  letter-spacing: 0;
}

.login-wrap-access .cash-all .my-cash span {
  color: #006cff;
  font-size: 11px;
}

.login-wrap-access .cash-all .down-togle {
  position: absolute;
  top: 0px;
  right: 0;
  width: 26px;
  height: 26px;
  background: url(../images/main/down-b.png?210727) center center no-repeat;
  cursor: pointer;
}

.login-wrap-access .coupon-y {
  float: left;
  margin-right: 5px;
  width: 110px;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
  color: #ccc;
  background: url(../images/main/coupon.png?210727) top 7px left 10px no-repeat;
  background-color: #54312d;
  text-indent: 30px;
  line-height: 28px;
}

.login-wrap-access .coupon-n {
  float: left;
  margin-right: 5px;
  width: 85px;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
  color: #ccc;
  background: url(../images/main/coupon.png?210727) top 7px left 10px no-repeat;
  background-color: #54312d;
  text-indent: 30px;
  line-height: 28px;
}

.login-wrap-access .mypage {
  float: left;
  width: 95px;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
  color: #ccc;
  background: url(../images/main/mypage.png?210727) top 7px left 10px no-repeat;
  background-color: #242426;
  text-indent: 30px;
  line-height: 28px;
  margin: 0;
}

.login-wrap-access .logout-button {
  float: left;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
  background: url(../images/main/u-logout.png?210727) center center no-repeat;
  background-color: #242426;
  margin: 0 10px 0;
}

.input-type-login {
  float: right;
  width: 120px;
  height: 36px;
  border-radius: 4px;
  background: url(../images/main/user-icon.png?210727) top 10px left 10px
    no-repeat;
  background-color: #09090d;
  border: 1px #21222a solid;
  text-indent: 34px;
  color: #fff;
  font-size: 14px;
  margin: 0 2px;
}

.input-type-password {
  float: right;
  width: 120px;
  height: 36px;
  border-radius: 4px;
  background: url(../images/main/password-icon.png?210727) top 10px left 10px
    no-repeat;
  background-color: #09090d;
  border: 1px #21222a solid;
  text-indent: 34px;
  color: #fff;
  font-size: 14px;
  margin: 0 2px;
}

.login-wrap ::-webkit-input-placeholder {
  color: #424554;
  font-size: 12px;
}

/* Firefox 18- */
.login-wrap :-moz-placeholder {
  color: #424554;
  font-size: 12px;
}

/* Firefox 19+ */
.login-wrap ::-moz-placeholder {
  color: #424554;
  font-size: 12px;
}

.login-wrap :-ms-input-placeholder {
  color: #424554;
  font-size: 12px;
}

nav {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: 0;
}

#menutype {
  position: relative;
  height: 80px;
  margin: 0 auto;
  text-align: center;
}

#menutype ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

#menutype > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}

#menutype:after,
#menutype > ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#menutype.align-right > ul > li {
  float: center;
}

#menutype.align-center ul {
  text-align: center;
}

#menutype.align-center ul ul {
  text-align: left;
}

#menutype > ul > li {
  display: inline-block;
  /*position: relative;*/
  margin: 0;
  padding: 0;
  border-top: 2px transparent solid;
  margin: 0 20px 0;
}

#menutype > ul > #menu-button {
  display: none;
}

#menutype ul li a {
  display: block;
  text-decoration: none;
}

#menutype > ul > li > a {
  height: 80px;
  line-height: 70px;
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-shadow: #000 0 2px 2px;
  position: relative;
}

#menutype > ul > li > a span {
  position: absolute;
  font-size: 10px;
  font-weight: 200;
  color: #ad9f71;
  bottom: -10px;
  left: 0;
  width: 100%;
  text-align: center;
}

#menutype ul li:hover {
  background-color: #111111;
  border-top: 2px #fc0 solid;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

#menutype > ul > li.has-sub > a {
}

#menutype > ul > li:hover > a {
  color: #fff;
}

#menutype li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

#menutype ul ul {
  position: absolute;
  left: -9999px;
  top: 80px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, top 0.15s ease;
  -moz-transition: opacity 0.3s ease, top 0.15s ease;
  -ms-transition: opacity 0.3s ease, top 0.15s ease;
  -o-transition: opacity 0.3s ease, top 0.15s ease;
  transition: opacity 0.3s ease, top 0.15s ease;
  z-index: 1000;
  background: #000;
  width: 1300px;
  height: 250px;
  border-bottom: 2px #fc0 solid;
}

#menutype ul ul ul {
  top: 37px;
  padding-left: 10px;
}

#menutype ul li ul li:hover {
  border-top: 0;
}

#menutype ul ul li {
  position: relative;
}

#menutype > ul > li:hover > ul {
  left: auto;
  top: 80px;
  opacity: 1;
  left: 0px;
}

#menutype ul ul li a {
  float: left;
  height: 250px;
}

/*
#menutype.align-right > ul > li:hover > ul { left: auto; right: 0; opacity: 1; }
#menutype ul ul li:hover > ul { left: 170px; top: 0; opacity: 1; }
#menutype.align-right ul ul li:hover > ul { left: auto; right: 170px; top: 0; opacity: 1; padding-right: 5px; }
#menutype.align-right ul ul li a { text-align: right; }
#menutype ul ul li:hover > a { color: #ffffff; }
#menutype ul ul li.last > a { border-bottom: 0; }
#menutype.align-right > ul > li > ul::after { left: auto; right: 30px; }
#menutype ul ul li.has-sub::after {
	border: 4px solid transparent;
	border-left-color: #9ea2a5;
	right: 10px;
	top: 12px;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	-webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}

#menutype.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}

#menutype ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#menutype.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}*/

/*@media all and (max-width: 200px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 200px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 200px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 200px), only screen and (min-device-pixel-ratio: 2) and (max-width: 200px), only screen and (min-resolution: 192dpi) and (max-width: 200px), only screen and (min-resolution: 2dppx) and (max-width: 200px) {
  #menutype { width: auto; }
  #menutype.align-center ul { text-align: left; }
  #menutype.align-right > ul > li { float: none; }
  #menutype ul { width: auto; }
  #menutype .submenuArrow,
  #menutype #indicatorContainer { display: none; }
  #menutype > ul { height: auto; display: block; }
  #menutype > ul > li { float: none; }
  #menutype li,
  #menutype > ul > li { display: none; }
  #menutype ul ul,
  #menutype ul ul ul,
  #menutype ul > li:hover > ul,
  #menutype ul ul > li:hover > ul,
  #menutype.align-right ul ul,
  #menutype.align-right ul ul ul,
  #menutype.align-right ul > li:hover > ul,
  #menutype.align-right ul ul > li:hover > ul { position: relative; left: auto; top: auto; opacity: 1; padding-left: 0; padding-right: 0; right: auto; }
  #menutype ul .has-sub::after { display: none; }
  #menutype ul li a { padding: 12px 20px; }
  #menutype ul ul li a { border: 0; background: none; width: auto; padding: 8px 35px; }
  #menutype.align-right ul ul li a { text-align: left; }
  #menutype ul ul li:hover > a { background: none; color: #8c9195; }
  #menutype ul ul ul a { padding: 8px 50px; }
  #menutype ul ul ul ul a { padding: 8px 65px; }
  #menutype ul ul ul ul ul a { padding: 8px 80px; }
  #menutype ul ul ul ul ul ul a { padding: 8px 95px; }
  #menutype > ul > #menu-button { display: block; cursor: pointer; }
  #menutype #menu-button > a { padding: 14px 20px; }
  #menutype ul.open li,
  #menutype > ul.open > li { display: block; }
  #menutype > ul.open > li#menu-button > a { color: #fff; border-bottom: 1px solid rgba(150, 150, 150, 0.1); }
  #menutype ul ul::after { display: none; }
}*/

#menutype .gamestart {
  position: relative;
  height: 250px;
  background: #000;
}

#menutype .gamestart .bottom-name {
  background: linear-gradient(#111 0%, #222 100%);
  height: 66px;
  padding: 14px 0 0;
  border-left: 1px #333 solid;
  border-right: 1px #111 solid;
  text-align: center;
}

#menutype .gamestart .bottom-name .name-txt {
  color: #ffdf8a;
  font-size: 16px;
  line-height: 10px;
}

#menutype .gamestart .bottom-name .name-txt span {
  color: #555;
  font-size: 11px;
}

#menutype .gamestart .bottom-name p {
  color: #fff;
  font-size: 20px;
  padding: 7px 0 0;
}

#menutype .gamestart .center-img {
  position: relative;
  height: 170px;
  cursor: pointer;
  overflow: hidden;
}

#menutype .gamestart .center-img span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/main/gamestart-bg.png?220530');
  transition: all ease 0.2s;
}

#menutype .gamestart .center-img:hover span {
  transform: scale(1.2);
}

#menutype .sport .gamestart,
#menutype .sport .gamestart .center-img {
  width: 260px;
}

#menutype .livecasino .gamestart,
#menutype .livecasino .gamestart .center-img {
  width: calc(1300px / 7);
}

#menutype .hotelcasino .gamestart,
#menutype .hotelcasino .gamestart .center-img {
  width: calc(1300px / 6);
}

#menutype .slot .gamestart,
#menutype .slot .gamestart .center-img {
  width: 260px;
}

#menutype .poker .gamestart,
#menutype .poker .gamestart .center-img {
  width: 260px;
}

#menutype .minigame .gamestart,
#menutype .minigame .gamestart .center-img {
  width: 260px;
}

#menutype .livecasino li:nth-child(1) .gamestart .center-img span {
  background-position: 0px -170px;
}

#menutype .livecasino li:nth-child(2) .gamestart .center-img span {
  background-position: -186px -170px;
}

#menutype .livecasino li:nth-child(3) .gamestart .center-img span {
  background-position: -372px -170px;
}

#menutype .livecasino li:nth-child(4) .gamestart .center-img span {
  background-position: -558px -170px;
}

#menutype .livecasino li:nth-child(5) .gamestart .center-img span {
  background-position: -744px -170px;
}

#menutype .livecasino li:nth-child(6) .gamestart .center-img span {
  background-position: -930px -170px;
}

#menutype .livecasino li:nth-child(7) .gamestart .center-img span {
  background-position: -1116px -170px;
}

#menutype .livecasino li:nth-child(8) .gamestart .center-img span {
  background-position: 0px -170px;
}

#menutype .livecasino li:nth-child(9) .gamestart .center-img span {
  background-position: -186px -170px;
}

#menutype .livecasino li:nth-child(10) .gamestart .center-img span {
  background-position: -372px -170px;
}

#menutype .livecasino li:nth-child(11) .gamestart .center-img span {
  background-position: -558px -170px;
}

#menutype .livecasino li:nth-child(12) .gamestart .center-img span {
  background-position: -744px -170px;
}

#menutype .hotelcasino li:nth-child(2) .gamestart .center-img span {
  background-position: 0px -340px;
}

#menutype .hotelcasino li:nth-child(3) .gamestart .center-img span {
  background-position: -217px -340px;
}

#menutype .hotelcasino li:nth-child(4) .gamestart .center-img span {
  background-position: -434px -340px;
}

#menutype .hotelcasino li:nth-child(5) .gamestart .center-img span {
  background-position: -651px -340px;
}

#menutype .hotelcasino li:nth-child(6) .gamestart .center-img span {
  background-position: -868px -340px;
}

#menutype .hotelcasino li:nth-child(1) .gamestart .center-img span {
  background-position: -1085px -340px;
}

#menutype .slot li:nth-child(1) .gamestart .center-img span {
  background-position: 0px -510px;
}

#menutype .slot li:nth-child(2) .gamestart .center-img span {
  background-position: -260px -510px;
}

#menutype .slot li:nth-child(3) .gamestart .center-img span {
  background-position: -520px -510px;
}

#menutype .slot li:nth-child(4) .gamestart .center-img span {
  background-position: -780px -510px;
}

#menutype .slot li:nth-child(5) .gamestart .center-img span {
  background-position: -1040px -510px;
}

#menutype .minigame li:nth-child(1) .gamestart .center-img span {
  background-position: 0px -850px;
}

#menutype .minigame li:nth-child(2) .gamestart .center-img span {
  background-position: -260px -850px;
}

#menutype .minigame li:nth-child(3) .gamestart .center-img span {
  background-position: -520px -850px;
}

#menutype .minigame li:nth-child(4) .gamestart .center-img span {
  background-position: -780px -850px;
}

#menutype .minigame li:nth-child(5) .gamestart .center-img span {
  background-position: -1040px -850px;
}

#menutype .sport li:nth-child(1) .gamestart .center-img span {
  background-position: 0 0;
}

#menutype .sport li:nth-child(2) .gamestart .center-img span {
  background-position: -260px 0;
}

#menutype .sport li:nth-child(3) .gamestart .center-img span {
  background-position: -520px 0;
}

#menutype .sport li:nth-child(4) .gamestart .center-img span {
  background-position: -780px 0;
}

#menutype .sport li:nth-child(5) .gamestart .center-img span {
  background-position: -1040px 0;
}

#menutype .poker li:nth-child(1) .gamestart .center-img span {
  background-position: 0px -680px;
}

#menutype .poker li:nth-child(2) .gamestart .center-img span {
  background-position: -260px -680px;
}

#menutype .poker li:nth-child(3) .gamestart .center-img span {
  background-position: -520px -680px;
}

#menutype .poker li:nth-child(4) .gamestart .center-img span {
  background-position: -780px -680px;
}

#menutype .poker li:nth-child(5) .gamestart .center-img span {
  background-position: -1040px -680px;
}

#menutype li .ready .gamestart {
  opacity: 0.5;
  cursor: default;
}

#menutype .ready .gamestart .center-img:hover span {
  transform: scale(1);
}

#menutype li .ready .bottom-name {
  height: 60px;
  padding: 20px 0 0;
  cursor: default;
}

section {
  position: relative;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 0;
  width: 1300px;
}

.main-content {
  position: relative;
  padding: 0;
  margin: 0;
  height: 1200px;
}

.main-bnr {
  position: relative;
  padding: 0;
  margin: 0 0 0 10px;
  width: 870px;
  height: 340px;
  float: left;
}

.simple_banner_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 340px;
}

.simple_banner_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.simple_banner_wrap ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.simple_banner_wrap .nav_wrap {
  position: absolute;
  bottom: 10px;
  height: 10px;
  z-index: 2;
}

.simple_banner_wrap .nav_wrap ul {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.simple_banner_wrap .nav_wrap ul li {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 1px;
  cursor: pointer;
}

.simple_banner_wrap .nav_wrap.numeral {
  height: 14px;
  line-height: 14px;
}

.simple_banner_wrap .nav_wrap.numeral ul li {
  font-size: 12px;
  width: 14px;
  height: 14px;
  text-align: center;
  text-shadow: 1px 1px 0px #ccc;
  display: none;
}

.simple_banner_wrap .nav_wrap.numeral ul li.on {
  text-decoration: underline;
  font-weight: bold;
}

.simple_banner_wrap .nav_wrap.bullet {
  height: 10px;
  line-height: 10px;
}

.simple_banner_wrap .nav_wrap.bullet ul li {
  font-size: 10px;
  text-indent: -1000px;
  border-radius: 5px;
  background-color: #f96;
  box-shadow: inset 0 0 0 1px #fff;
}

.simple_banner_wrap .nav_wrap.bullet ul li.on {
  box-shadow: inset 0 0 0 1px #f96;
  background-color: #fff;
}

.simple_banner_wrap .nav_wrap.prev_next {
  height: 14px;
  line-height: 14px;
  text-shadow: 1px 1px 0px #ccc;
}

.simple_banner_wrap .nav_wrap.prev_next ul li {
  font-size: 12px;
  width: 14px;
  height: 14px;
  font-weight: bold;
  text-align: center;
}

.main-bbs {
  position: relative;
  width: 400px;
  height: 338px;
  border-top: 2px #fc0 solid;
  padding: 0;
  margin: 0 0 0 10px;
  background: #1b1b1b;
  float: left;
}

.main-bbs .title-name {
  height: 51px;
  padding: 18px 20px 0;
  color: #999;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 14px;
}

.main-bbs .title-name span {
  font-size: 11px;
  color: #555;
  line-height: 40px;
}

.main-bbs .more-button {
  position: absolute;
  top: 27px;
  right: 20px;
  cursor: pointer;
}

.main-bbs ul {
  padding: 0;
  margin: 0;
}

.main-bbs ul li {
  padding: 0 20px 0;
  margin: 0;
  background: linear-gradient(#141414 0%, #1b1b1b 100%);
  height: 52px;
  border-top: 1px #222 solid;
  border-bottom: 1px #060606 solid;
  cursor: pointer;
}

.main-bbs ul li .n-icon {
  float: left;
  margin: 14px 10px 0 0;
}

.main-bbs ul li .n-txt {
  float: left;
  margin: 12px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.main-bbs ul li .n-txt span {
  color: #999;
  font-size: 11px;
}

.main-bbs .tab {
  margin: 0 30px;
}

.main-bbs .tab.active {
  color: #fff;
}

.mainmenu {
  width: 870px;
  height: 100px;
  float: left;
  margin: 10px 0 0 10px;
}

.mainmenu ul li {
  float: left;
  background: url(../images/main/mainmenu.png?220531);
}

.mainmenu ul li a {
  display: block;
  height: 100px;
  width: 174px;
  background-image: url(../images/main/mainmenu.png?220531);
  opacity: 0;
  transition: all ease 0.2s;
  text-indent: -200px;
  overflow: hidden;
}

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

.mainmenu ul li.btn-coin {
  background-position: -870px top;
}

.mainmenu ul li.btn-withdraw {
  background-position: -174px top;
}

.mainmenu ul li.btn-move {
  background-position: -348px top;
}

.mainmenu ul li.btn-history {
  background-position: -522px top;
}

.mainmenu ul li.btn-download {
  background-position: -696px top;
}

.mainmenu ul li a:hover {
  opacity: 1;
}

.mainmenu ul li.btn-deposit a {
  background-position: 0 bottom;
}

.mainmenu ul li.btn-coin a {
  background-position: -870px bottom;
}

.mainmenu ul li.btn-withdraw a {
  background-position: -174px bottom;
}

.mainmenu ul li.btn-move a {
  background-position: -348px bottom;
}

.mainmenu ul li.btn-history a {
  background-position: -522px bottom;
}

.mainmenu ul li.btn-download a {
  background-position: -696px bottom;
}

.rank-box {
  width: 870px;
  height: 160px;
  float: left;
  margin: 10px 0 0 10px;
  background: #1b1b1b;
}

.rank-box .rank-title {
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
  text-indent: -200%;
  overflow: hidden;
  background-image: url('../images/main/rank-title.png?210727');
}

.rank-box .rank-list1 .rank-title {
  background-position: 0 top;
}

.rank-box .rank-list2 .rank-title {
  background-position: 0 bottom;
}

.rank-box .rank-list {
  width: 300px;
  float: left;
  margin: 0 0 0 10px;
}

.rank-box .rank-list .inner {
  background: #161616;
  height: 100px;
  overflow: hidden;
}

.rank-box .rank-list ul li {
  color: #fff;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  width: 300px;
}

.rank-box .rank-list ul li .no-text {
  margin-left: 20px;
}

.rank-box .rank-list ul li .date {
  display: block;
  float: left;
  width: 80px;
  color: #497996;
  margin-left: 20px;
}

/*.rank-box .rank-list ul li .date:before {
	display: block;
	float: left;
	content: '0';
	width: 30px;
}*/
.rank-box .rank-list ul li .id {
  display: block;
  float: left;
  width: 80px;
  color: #fff;
}

.rank-box .rank-list ul li .money {
  display: block;
  float: left;
  width: 100px;
  font-weight: bold;
  color: #f5c578;
  text-align: right;
}

.othermenu {
  margin: 10px;
  float: left;
  overflow: auto;
  width: 230px;
}

.othermenu ul li {
  margin: 2px;
  float: left;
  background: #464237;
  background-image: url('../images/main/othermenu.png?210727');
}

.othermenu ul li a {
  display: block;
  width: 111px;
  height: 66px;
  background-image: url('../images/main/othermenu.png?210727');
  opacity: 0;
  text-indent: -200px;
  overflow: hidden;
  transition: all ease 0.2s;
}

.othermenu ul li a:hover {
  opacity: 1;
}

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

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

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

.othermenu ul li:nth-child(2) a {
  background-position: -111px bottom;
}

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

.othermenu ul li:nth-child(3) a {
  background-position: -222px bottom;
}

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

.othermenu ul li:nth-child(4) a {
  background-position: -333px bottom;
}

.main-sns-support {
  position: relative;
  float: left;
  width: 400px;
  height: 270px;
  background: url(../images/main/main-img-button-support.png?210727);
  margin: 10px 0 0 10px;
}

.main-sns-support .callnumber .logoff {
  font-size: 18px;
  text-align: center;
  margin: 10px 0 0 0;
}

.main-sns-support .callnumber .logoff a {
  display: block;
  float: left;
  width: 150px;
  border: 1px solid #fff;
  margin: 15px 4px 0;
  padding: 10px 0;
  font-size: 14px;
  line-height: 25px;
}

.main-sns-support .callnumber {
  padding: 20px;
  position: absolute;
  top: 100px;
  left: 20px;
  right: 20px;
  bottom: 22px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  line-height: 34px;
}

.main-sns-support .callnumber span {
  display: inline-block;
  width: 120px;
  text-align: center;
  font-size: 18px;
}

.main-sns-support .callnumber .katalk {
  font-size: 16px;
}

.main-sns-support .telegram-p {
  position: absolute;
  top: 122px;
  left: 76px;
  font-size: 20px;
  color: #fff;
  text-align: left;
}

.main-sns-support .kakao-p {
  position: absolute;
  top: 194px;
  left: 76px;
  font-size: 20px;
  color: #2b2124;
  text-align: left;
}

.bottom-txt-button {
  position: relative;
  float: left;
  margin: 64px 0;
  width: 100%;
  padding: 0;
}

.bottom-txt-button .txt-line {
  margin: 0 10px 0;
  border-bottom: 1px #1f1f1f solid;
  padding: 10px 0;
  height: 30px;
}

.bottom-txt-button .txt-line .name-box {
  background: #222;
  border-radius: 4px;
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #dbcc9a;
  float: left;
  margin: 0 10px 0;
}

.bottom-txt-button .txt-line .txt-button {
  line-height: 30px;
  color: #999;
  cursor: pointer;
  margin: 0 20px 0;
}

.regist-position {
  position: absolute;
  width: 800px;
  padding: 20px 0 100px;
  margin: 0;
  background: #eee;
  box-shadow: #000 0 3px 10px;
  top: 250px;
  left: 50%;
  margin-left: -400px;
}

.regist-wrap {
  position: relative;
  margin: 0 20px 0;
  padding: 0;
}

.regist-wrap h1 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #333;
  margin: 30px 0 0;
}

.regist-wrap h2 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #888;
  margin: 0;
  line-height: 18px;
}

.regist-wrap h2 span {
  color: #ff5252;
  font-weight: 500;
}

.regist-wrap .regist-back {
  position: absolute;
  padding: 10px 20px;
  background: #e9e9e9;
  border-radius: 4px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  top: -30px;
  right: 0;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.regist-wrap .regist-back:hover {
  background: #fff;
}

.input-wrap {
  margin: 20px 200px 0;
}

.input-wrap .inline-box {
  position: relative;
  padding: 0;
  margin: 0;
}

.input-wrap .inline-box .dup-button {
  position: absolute;
  padding: 10px 20px;
  color: #222;
  cursor: pointer;
  top: 0;
  right: 0;
}

.input-wrap .input-type-user {
  width: 100%;
  height: 40px;
  background: url(../images/main/r-user.png?210727) top 9px left 15px no-repeat;
  background-color: #e3e3e3;
  border: 0;
  border-bottom: 2px #222 solid;
  font-size: 14px;
  color: #333;
  margin: 0 0 10px;
  text-indent: 44px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.input-wrap .input-type-user:hover {
  background-color: #fff;
}

.input-wrap .input-type-user:focus {
  background-color: #fff;
}

.input-wrap .input-type-pass {
  width: 100%;
  height: 40px;
  background: url(../images/main/r-pass.png?210727) top 9px left 15px no-repeat;
  background-color: #e3e3e3;
  border: 0;
  border-bottom: 2px #222 solid;
  font-size: 14px;
  color: #333;
  margin: 0 0 10px;
  text-indent: 44px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.input-wrap .input-type-pass:hover {
  background-color: #fff;
}

.input-wrap .input-type-pass:focus {
  background-color: #fff;
}

.input-wrap .input-type-phone {
  width: 100%;
  height: 40px;
  background: url(../images/main/r-phone.png?210727) top 9px left 15px no-repeat;
  background-color: #e3e3e3;
  border: 0;
  border-bottom: 2px #222 solid;
  font-size: 14px;
  color: #333;
  margin: 0 0 10px;
  text-indent: 44px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.input-wrap .input-type-phone:hover {
  background-color: #fff;
}

.input-wrap .input-type-phone:focus {
  background-color: #fff;
}

.input-wrap .input-type-key {
  width: 100%;
  height: 40px;
  background: url(../images/main/r-key.png?210727) top 9px left 15px no-repeat;
  background-color: #e3e3e3;
  border: 0;
  border-bottom: 2px #222 solid;
  font-size: 14px;
  color: #333;
  margin: 0 0 10px;
  text-indent: 44px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.input-wrap .input-type-key:hover {
  background-color: #fff;
}

.input-wrap .input-type-key:focus {
  background-color: #fff;
}

.input-wrap .agree-button {
  background: #2ab3e6;
  padding: 14px 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  display: block;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.input-wrap .agree-button:hover {
  background: #7fdcff;
}

.input-wrap ::-webkit-input-placeholder {
  color: #999;
  font-size: 11px;
}

/* Firefox 18- */
.input-wrap :-moz-placeholder {
  color: #999;
  font-size: 11px;
}

/* Firefox 19+ */
.input-wrap ::-moz-placeholder {
  color: #999;
  font-size: 11px;
}

.input-wrap :-ms-input-placeholder {
  color: #999;
  font-size: 11px;
}

footer {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 0;
  height: 300px;
  background: #181818;
}

footer .center-bnr-img {
  text-align: center;
}

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

footer .copyrights {
  text-align: center;
  margin: 15px 0 0;
  color: #363636;
  font-size: 11px;
  font-weight: 400;
}

/* 레이어 팝업 관련 스타일 시트 TINYbox2 */
.tbox {
  position: absolute;
  display: none;
  z-index: 9000;
}

.tcontent {
  background: #1b1b1b;
}

.tinner {
  /*font-size: 11.5px; background: url(../images/bb.png?210727?190919) no-repeat center;*/
}

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

#tinymask {
  background: #000000;
}

.tclose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url('../images/subpage/red-close-button.png?210727') no-repeat;
}

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

#error {
  background: #ff6969;
  color: #fff;
  text-shadow: 1px 1px #cf5454;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0;
}

#error .tcontent {
  padding: 10px 14px 11px;
  border: 1px solid #ffb8b8;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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

#loadingbox .tcontent {
  background: transparent;
}

#main-popup {
  display: block;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
}

#main-popup .popup-close {
  padding: 4px 10px;
  background: #6b0103;
  position: absolute;
  bottom: -30px;
  left: 0px;
  right: 0px;
  font-size: 12px;
}

#main-popup .popup-close a {
  padding: 0 5px;
  color: #d58c6c;
  line-height: 20px;
  border: solid 1px #d58c6c;
  border-radius: 5px;
}

#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: '오늘 하루 그만보기';
}

#main-popup.popup1 {
  display: block;
  width: 600px;
  height: 800px;
  margin-left: -600px;
  top: 100px;
  background-image: url('../images/popup/Banner_plus_2.png');
  /* background-image: url('../images/popup/20231019_01.jpg'); */
  z-index: 11000;
}

#main-popup.popup2 {
  width: 600px;
  height: 800px;
  margin-left: 1px;
  top: 100px;
  background-image: url('../images/popup/Banner_plus_1.png');
  /* background-image: url('../images/popup/20231019_02.jpg'); */
  z-index: 11000;
}

#main-popup.popup4 {
  width: 600px;
  height: 800px;
  margin-left: -300px;
  top: 100px;
  background-image: url('../images/popup/plusCasino.png');
  z-index: 12000;
}
#main-popup.popup3 {
  width: 600px;
  height: 800px;
  margin-left: -300px;
  top: 100px;
  background-image: url('../images/popup/20240907.jpg');
  z-index: 12000;
}

.popup5-wrap {
  overflow: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 12000;
}

#popup5 {
  display: block;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  width: 600px;
  height: 660px;
  margin-left: -300px;
  top: 50px;
  background-image: url('../images/popup210827.gif');
  z-index: 12001;
}

#popup5 .btn-close {
  position: absolute;
  bottom: 24px;
  left: 50%;
  width: 180px;
  height: 40px;
  margin-left: -90px;
  font-size: 12px;
}

#mainpopup .mainpopup_close {
  margin: 10px 0 0 240px;
  float: left;
  width: 180px;
  height: 30px;
  text-indent: -200%;
  overflow: hidden;
  background: url('../images/mainpopup_close.png');
}

#mainpopup .popup_wrap {
  float: left;
  width: 100%;
  padding: 100px 10px 10px 10px;
  border-radius: 5px;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.9);
  background: url('../images/mainpopup_bg.png?210727');
}

#mainpopup .popup_box {
  margin: 20px auto;
  width: 660px;
}

#mainpopup .popup_box .title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
}

#mainpopup .popup_box .content_box {
  height: 600px;
  overflow-y: scroll;
  color: #ccc;
}

#agreement-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#agreement-popup {
  position: fixed;
  width: 600px;
  height: 300px;
  margin-left: -300px;
  top: 200px;
  left: 50%;
  background: #fff;
  z-index: 11000;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 50px #000;
}

#agreement-popup h1 {
  padding: 15px 0;
  font-size: 24px;
  border-bottom: 1px #eee solid;
  color: #222;
}

#agreement-popup p {
  font-size: 18px;
  padding: 25px 30px;
  color: #444;
}

#agreement-popup .btn-close {
  background: url('../images/main/agreement-close.png') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#agreement-popup .popup-btn {
  padding: 4px 10px;
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0px;
  font-size: 16px;
}

#agreement-popup .btn-style1 {
  display: inline-block;
  width: 150px;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  background: #aaa;
  transition: all ease 0.2s;
}

#agreement-popup .btn01 {
  background: #d54141;
}

#agreement-popup .btn01:hover {
  background: #9c0a0a;
}

#agreement-popup .btn02:hover {
  background: #666;
}

#siteagreement {
  display: block;
}

#siteagreement .siteagreement_close {
  margin: 10px 0 0 240px;
  float: left;
  width: 180px;
  height: 30px;
  text-indent: -200%;
  overflow: hidden;
  background: url('../images/mainpopup_close.png');
}

#siteagreement .popup_wrap {
  float: left;
  width: 100%;
  padding: 100px 10px 10px 10px;
  border-radius: 5px;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.9);
  background: url('../images/mainpopup_bg.png?210727');
}

#siteagreement .popup_box {
  margin: 20px auto;
  width: 660px;
}

#siteagreement .popup_box .title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
}

#siteagreement .popup_box .content_box {
  height: 200px;
  overflow-y: scroll;
  color: #ccc;
}

.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }

  40% {
    transform: scaleY(1.02);
  }

  60% {
    transform: scaleY(0.98);
  }

  80% {
    transform: scaleY(1.01);
  }

  100% {
    transform: scaleY(0.98);
  }

  80% {
    transform: scaleY(1.01);
  }

  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
  }

  40% {
    -webkit-transform: scaleY(1.02);
  }

  60% {
    -webkit-transform: scaleY(0.98);
  }

  80% {
    -webkit-transform: scaleY(1.01);
  }

  100% {
    -webkit-transform: scaleY(0.98);
  }

  80% {
    -webkit-transform: scaleY(1.01);
  }

  100% {
    -webkit-transform: scaleY(1);
  }
}
