@charset "utf-8";
html {
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1025px;
  margin: 0;
  padding: 0;
  font-family: '굴림', '돋움', dotum, 'Nanum Gothic', Helvetica, sans-serif, 'FontAwesome', 'Material-Design-Iconic-Font';
  font-size: 12px;
  color: #cccccc;
  text-align: center;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
/*#bg {
    position: fixed;
    z-index: -1;
}*/

#wrap {
  position: relative;
  height: auto;
  display: block;
  width: 1025px;
  margin: 0 auto;
  text-align: center;
}
#wrap:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article {
  position: relative;
  height: auto;
  display: block;
  width: 1025px;
  min-height: 500px;
  text-align: center;
  margin: 0 auto;
}
#wrap > article:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article > .submenu-section {
  height: 50px;
  width: 100%;
}
#wrap > article > .submenu-section:after {
  content: "";
  clear: both;
}
#wrap > article > .submenu-section ul.sport {
  display: block;
  height: 100%;
  width: 100%;
}
#wrap > article > .submenu-section ul.sport li {
  float: left;
  height: 50px;
  width: 126px;
}
#wrap > article > .submenu-section ul.sport li a.tab {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-shadow: #010101 0 1px 1px;
  filter: glow(color=#010101, strength=1);
  filter: dropshadow(color=#010101, offX=0, offY=1);
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 600;
  background: url(/images/tabmenu/sport.png) no-repeat 0 0;
}
#wrap > article > .submenu-section ul.sport li a.tab.on,
#wrap > article > .submenu-section ul.sport li a.tab.sel {
  text-shadow: #b5b5b5 -1px 1px 0;
  filter: glow(color=#b5b5b5, strength=1);
  filter: dropshadow(color=#b5b5b5, offX=-1, offY=1);
  color: black;
  background-position-y: -50px;
}
#wrap > article > .submenu-section ul.minigame {
  display: block;
  height: 100%;
  width: 100%;
}
#wrap > article > .submenu-section ul.minigame li {
  float: left;
  height: 50px;
  width: 85px;
}
#wrap > article > .submenu-section ul.minigame li a.tab {
  display: block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-shadow: #010101 0 1px 1px;
  filter: glow(color=#010101, strength=1);
  filter: dropshadow(color=#010101, offX=0, offY=1);
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 600;
  background: url(/images/tabmenu/minigame.png) no-repeat 0 0;
}
#wrap > article > .submenu-section ul.minigame li a.tab.on,
#wrap > article > .submenu-section ul.minigame li a.tab.sel {
  text-shadow: #b5b5b5 -1px 1px 0;
  filter: glow(color=#b5b5b5, strength=1);
  filter: dropshadow(color=#b5b5b5, offX=-1, offY=1);
  color: black;
  background-position-y: -50px;
}
#wrap > article > .submenu-section ul.mypage {
  display: block;
  height: 100%;
  width: 100%;
}
#wrap > article > .submenu-section ul.mypage li {
  float: left;
  height: 50px;
  width: 126px;
}
#wrap > article > .submenu-section ul.mypage li a.tab {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-shadow: #010101 0 1px 1px;
  filter: glow(color=#010101, strength=1);
  filter: dropshadow(color=#010101, offX=0, offY=1);
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 600;
  background: url(/images/tabmenu/sport.png) no-repeat 0 0;
}
#wrap > article > .submenu-section ul.mypage li a.tab.on,
#wrap > article > .submenu-section ul.mypage li a.tab.sel {
  text-shadow: #b5b5b5 -1px 1px 0;
  filter: glow(color=#b5b5b5, strength=1);
  filter: dropshadow(color=#b5b5b5, offX=-1, offY=1);
  color: black;
  background-position-y: -50px;
}
#wrap > article > .document-content {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
  clear: both;
  border: none;
  margin: 0;
  text-align: center;
}
#wrap > article > .document-content:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article > .document-content .content-body {
  position: relative;
  height: auto;
  display: block;
  width: 1025px;
  margin: 0 auto;
}
#wrap > article > .document-content .content-body:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article > .document-content .content-body .content-wrap-outer {
  position: relative;
  height: auto;
  display: block;
  width: 995px;
  padding: 15px;
  text-align: center;
  box-sizing: content-box;
  background-color: #151515;
}
#wrap > article > .document-content .content-body .content-wrap-outer:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article > .document-content .content-body .content-wrap-outer .content-wrap-inner {
  position: relative;
  background: #141414;
  background: rgba(0,0,0,0.6);
  -o-box-shadow: 0 0 6px 1px rgba(0,0,0,0.6);
  -icab-box-shadow: 0 0 6px 1px rgba(0,0,0,0.6);
  -khtml-box-shadow: 0 0 6px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.6);
  box-shadow: 0 0 6px 1px rgba(0,0,0,0.6);
  zoom: 1;
  height: auto;
  display: block;
  width: 100%;
}
#wrap > article > .document-content .content-body .content-wrap-outer .content-wrap-inner:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article > .body-section {
  height: auto;
  display: block;
  width: 100%;
  background-color: #151515;
}
#wrap > article > .body-section:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article > .body-section > .section-left {
  position: relative;
  float: left;
  width: 810px;
  padding-right: 12px;
  height: auto;
  display: block;
}
#wrap > article > .body-section > .section-left:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article > .body-section > .section-left > .document-content {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  clear: both;
  border: none;
  margin: 0;
}
#wrap > article > .body-section > .section-left > .document-content:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article > .body-section > .section-left > .document-content > .content-body {
  height: auto;
  display: block;
  width: 100%;
}
#wrap > article > .body-section > .section-left > .document-content > .content-body:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article > .body-section > .section-left > .document-content > .content-body .content-wrap-outer {
  height: auto;
  display: block;
  background: #141414;
  background: rgba(0,0,0,0.6);
  -o-box-shadow: 0 0 6px 1px rgba(0,0,0,0.6);
  -icab-box-shadow: 0 0 6px 1px rgba(0,0,0,0.6);
  -khtml-box-shadow: 0 0 6px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.6);
  box-shadow: 0 0 6px 1px rgba(0,0,0,0.6);
  zoom: 1;
  width: 800px;
  padding: 10px 14px 30px 14px;
  text-align: center;
  background-color: #151515;
}
#wrap > article > .body-section > .section-left > .document-content > .content-body .content-wrap-outer:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article > .body-section > .section-left > .document-content > .content-body .content-wrap-outer .content-wrap-inner {
  height: auto;
  display: block;
  width: 100%;
  margin: 0 auto;
  background: url(/images/bg/bgControlGradient.gif) repeat 0 0;
}
#wrap > article > .body-section > .section-left > .document-content > .content-body .content-wrap-outer .content-wrap-inner:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article > .body-section > .section-right {
  position: relative;
  float: left;
  width: 201px;
  height: auto;
  display: block;
}
#wrap > article > .body-section > .section-right:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.document-content .content-header-wrap {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
}
.document-content .content-header-wrap:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.document-content .content-header-wrap .page-title {
  width: 100%;
  height: 26px;
  background-color: #151515;
  text-align: left;
}
.document-content .content-header-wrap .page-title div {
  position: relative;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  color: #ffcc00;
  font-size: 12px;
  font-weight: bold;
  text-indent: 20px;
}
.document-content .content-header-wrap .page-title div:after {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/images/common/arrow-yellow-down.gif) no-repeat 0 0;
}
.document-content .content-header-wrap .page-header {
  height: auto;
  display: block;
  width: 100%;
  background-color: black;
  overflow: hidden;
}
.document-content .content-header-wrap .page-header:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.document-content .content-header-wrap .page-header .items {
  width: 100%;
  height: 44px;
}
.document-content .content-header-wrap .page-header .items ul {
  display: block;
  width: 100%;
  height: 100%;
}
.document-content .content-header-wrap .page-header .items ul li {
  float: left;
  width: auto;
  height: 100%;
}
.document-content .content-header-wrap .page-header .items ul li div {
  position: relative;
}
.document-content .content-header-wrap .page-header .items ul li div a.item {
  display: block;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  width: auto;
  padding: 0 8px;
  color: white;
  font-size: 12px;
  text-indent: 16px;
}
.document-content .content-header-wrap .page-header .items ul li div a.item:after {
  position: absolute;
  top: 13px;
  left: 8px;
  width: 18px;
  height: 18px;
  content: "";
  background: url(/images/icon/circle_w.png) no-repeat 0 0;
}
.document-content .content-header-wrap .page-header .items ul li div a.item.on,
.document-content .content-header-wrap .page-header .items ul li div a.item.sel,
.document-content .content-header-wrap .page-header .items ul li div a.item:hover {
  color: #ffcc00;
}
.document-content .content-header-wrap .page-header .items ul li div a.item.on:after,
.document-content .content-header-wrap .page-header .items ul li div a.item.sel:after,
.document-content .content-header-wrap .page-header .items ul li div a.item:hover:after {
  background: url(/images/icon/circle_y.png) no-repeat 0 0;
}
.document-content .content-header-wrap .page-header #sport-entries a.nomatch {
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  *zoom: 1;
}
.document-content .content-header-wrap .page-header #sport-entries a.nomatch.on,
.document-content .content-header-wrap .page-header #sport-entries a.nomatch.sel,
.document-content .content-header-wrap .page-header #sport-entries a.nomatch:hover {
  color: white;
}
.document-content .livegame-frame {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
  text-align: center;
}
.document-content .livegame-frame:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.document-content .livegame-frame .outer {
  padding: 2px;
}
.document-content .livegame-frame .outer .inner {
  padding: 2px;
  border: 2px solid #454545;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
ol,
ul,
dl {
  list-style: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button {
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  color: #dddddd;
  font-family: '굴림', '돋움', dotum, 'Nanum Gothic', Helvetica, sans-serif, 'FontAwesome', 'Material-Design-Iconic-Font';
}
a:hover,
a:focus,
a:active,
a:visited,
a:visited:hover,
a:visited:focus,
a:visited:active {
  outline: 0;
}
/*a.on, a.sel {
    color: @oncolor !important;
}*/

a img {
  outline: none;
}
img {
  border: 0;
}
p {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
hr {
  display: block;
  width: 100%;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-style: inset;
  border-width: 1px;
}
hr.layout {
  display: none;
}
input,
select,
textarea {
  outline: none;
}
.input-group {
  position: relative;
}
.input-group label {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 8px;
  text-align: right;
}
textarea {
  overflow: auto;
  letter-spacing: 0 !important;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  ime-mode: active;
}
select {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
}
input[type="text"].invalid,
input[type="password"].invalid,
input[type="email"].invalid,
input[type="number"].invalid,
select.invalid,
textarea.invalid {
  border-color: #a4a4a4;
}
input[type=checkbox] {
  border: 0;
  padding: 0;
  display: inline-block;
}
.placeholder {
  color: #aaaaaa !important;
}
table {
  border-spacing: 1px;
}
h1 {
  font-family: '굴림', '돋움', dotum, 'Nanum Gothic', Helvetica, sans-serif, 'FontAwesome', 'Material-Design-Iconic-Font';
  font-size: 50pt;
  font-weight: normal;
}
h2 {
  font-family: '굴림', '돋움', dotum, 'Nanum Gothic', Helvetica, sans-serif, 'FontAwesome', 'Material-Design-Iconic-Font';
  font-size: 16pt;
  font-weight: normal;
}
h3 {
  font-size: 30px;
  line-height: 24px;
  font-family: '굴림', '돋움', dotum, 'Nanum Gothic', Helvetica, sans-serif, 'FontAwesome', 'Material-Design-Iconic-Font';
  color: #333333;
  font-weight: bold;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  color: dimgray;
  font-family: '굴림', '돋움', dotum, 'Nanum Gothic', Helvetica, sans-serif, 'FontAwesome', 'Material-Design-Iconic-Font';
  font-weight: bold;
}
h5 {
  font-family: '굴림', '돋움', dotum, 'Nanum Gothic', Helvetica, sans-serif, 'FontAwesome', 'Material-Design-Iconic-Font';
  font-size: 10pt;
  font-weight: normal;
}
ul:after,
li:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.screen-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 91;
  background: black;
  filter: alpha(opacity=60);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.vbar:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  top: 50%;
  right: 0;
  background-color: #888888;
}
.i-user {
  font-family: 'FontAwesome';
}
.i-user:before {
  content: "\F007";
}
.i-passwd {
  font-family: 'FontAwesome';
}
.i-passwd:before {
  content: "\F023";
}
.i-logout {
  font-family: 'FontAwesome';
}
.i-logout:before {
  content: "\F011";
}
.bullet1 {
  font-family: 'icomoon';
}
.bullet1:before {
  content: "\E604";
}
.i-mypage {
  font-family: 'icomoon';
}
.i-mypage:before {
  content: "\E623";
}
.i-bbs {
  font-family: 'icomoon';
}
.i-bbs:before {
  content: "\E681";
}
.i-event {
  font-family: 'icomoon';
}
.i-event:before {
  content: "\E608";
}
.i-notice {
  font-family: 'icomoon';
}
.i-notice:before {
  content: "\E620";
}
.i-care {
  font-family: 'icomoon';
}
.i-care:before {
  content: "\E61C";
}
.i-guide {
  font-family: 'icomoon';
}
.i-guide:before {
  content: "\E620";
}
.i-cashlog {
  font-family: 'icomoon';
}
.i-cashlog:before {
  content: "\E61A";
}
.i-pointlog {
  font-family: 'icomoon';
}
.i-pointlog:before {
  content: "\E620";
}
.i-notebox {
  font-family: 'icomoon';
}
.i-notebox:before {
  content: "\E616";
}
.i-cashback {
  font-family: 'icomoon';
}
.i-cashback:before {
  content: "\E631";
}
.i-card {
  font-family: 'icomoon';
}
.i-card:before {
  content: "\E609";
}
.i-deposit {
  font-family: 'icomoon';
}
.i-deposit:before {
  content: "\E67C";
}
.i-cashout {
  font-family: 'icomoon';
}
.i-cashout:before {
  content: "\E62D";
}
.isport-4 {
  font-family: 'icomoon';
}
.isport-4:before {
  content: "\E64D";
}
.isport-5 {
  font-family: 'icomoon';
}
.isport-5:before {
  content: "\E667";
}
.isport-7 {
  font-family: 'icomoon';
}
.isport-7:before {
  content: "\E63B";
}
.isport-11 {
  font-family: 'icomoon';
}
.isport-11:before {
  content: "\E636";
}
.isport-12 {
  font-family: 'icomoon';
}
.isport-12:before {
  content: "\E654";
}
.isport-16 {
  font-family: 'icomoon';
}
.isport-16:before {
  content: "\E652";
}
.isport-18 {
  font-family: 'icomoon';
}
.isport-18:before {
  content: "\E63C";
}
.isport-23 {
  font-family: 'icomoon';
}
.isport-23:before {
  content: "\E63A";
}
.isport-45 {
  font-family: 'icomoon';
}
.isport-45:before {
  content: "\E656";
}
.isport-303 {
  font-family: 'icomoon';
}
.isport-303:before {
  content: "\E62F";
}
.isport-301 {
  font-family: 'icomoon';
}
.isport-301:before {
  content: "\E64C";
}
.ibet-all {
  font-family: 'FontAwesome';
}
.ibet-all:before {
  content: "\F133";
}
.ibet-open {
  font-family: 'FontAwesome';
}
.ibet-open:before {
  content: "\F274";
}
.ibet-close {
  font-family: 'FontAwesome';
}
.ibet-close:before {
  content: "\F273";
}
.ibet-sport {
  font-family: 'icomoon';
}
.ibet-sport:before {
  content: "\E625";
}
.ibet-live {
  font-family: 'icomoon';
}
.ibet-live:before {
  content: "\E627";
}
.ibet-care {
  font-family: 'icomoon';
}
.ibet-care:before {
  content: "\E67D";
}
.i-cross {
  font-family: 'icomoon';
}
.i-cross:before {
  content: "\E64D";
}
.i-odds {
  font-family: 'icomoon';
}
.i-odds:before {
  content: "\E64D";
}
.i-handicap {
  font-family: 'icomoon';
}
.i-handicap:before {
  content: "\E63B";
}
.i-special {
  font-family: 'icomoon';
}
.i-special:before {
  content: "\E63A";
}
.i-livebet {
  font-family: 'icomoon';
}
.i-livebet:before {
  content: "\E62F";
}
.i-named {
  font-family: 'icomoon';
}
.i-named:before {
  content: "\E637";
}
.i-ladder {
  font-family: 'icomoon';
}
.i-ladder:before {
  content: "\E637";
}
.i-racing {
  font-family: 'FontAwesome';
}
.i-racing:before {
  content: "\F11E";
}
.i-dari {
  font-family: 'FontAwesome';
}
.i-dari:before {
  content: "\F0FD";
}
.i-lowhigh {
  font-family: 'FontAwesome';
}
.i-lowhigh:before {
  content: "\F1A5";
}
.i-powerball {
  font-family: 'icomoon';
}
.i-powerball:before {
  content: "\E662";
}
.i-dice {
  font-family: 'icomoon';
}
.i-dice:before {
  content: "\E686";
}
.i-virtualsoccer {
  font-family: 'icomoon';
}
.i-virtualsoccer:before {
  content: "\E625";
}
.i-mgmbaccarat {
  font-family: 'icomoon';
}
.i-mgmbaccarat:before {
  content: "\E673";
}
.i-mgmoddeven {
  font-family: 'icomoon';
}
.i-mgmoddeven:before {
  content: "\E60A";
}
.scroll-top-wrapper {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  bottom: 10px;
  right: 25%;
  overflow: hidden;
  z-index: 999999;
}
.scroll-top-wrapper div {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.lightbox {
  display: none;
  position: relative;
  overflow: hidden;
  border: 1px solid #444444;
  background-color: #35373a;
  text-shadow: none;
  color: white;
}
.lightbox .lightboxClose {
  position: absolute;
  top: 10px;
  right: 14px;
}
.lightbox .layout-header {
  padding: 8px 20px;
  text-align: left;
  background-color: black;
}
.lightbox .layout-header .title {
  color: #eeeeee;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}
.lightbox .layer-content {
  min-width: 300px;
  min-height: 60px;
  padding: 10px 20px 20px 20px;
  text-align: left;
  font-size: 14px;
}
.lightbox .layer-content table.twoCol {
  width: 80%;
}
.lightbox .layer-content table.twoCol td {
  height: 47px;
  text-align: left;
}
.lightbox .layer-content table.twoCol td label {
  display: block;
  line-height: 47px;
  vertical-align: middle;
}
.lightbox .layer-content table.twoCol td input {
  margin: 0px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
}
.lightbox .layer-content table.twoCol td:first-child {
  text-align: right;
  padding-right: 20px;
}
.lightbox .layout-action {
  padding: 20px 20px;
  text-align: center;
  background-color: #101010;
}
.lightbox .layout-action .btnOK {
  position: relative;
  margin: 0 auto;
  width: 70px;
  padding: 8px 26px;
  color: #bbbbbb;
  text-align: center;
  font: normal 14px/24px '굴림', '돋움', dotum, 'Nanum Gothic', Helvetica, sans-serif, 'FontAwesome', 'Material-Design-Iconic-Font';
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid #303030;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: black;
}
.lightbox .layout-action .btnOK.on {
  color: #de9e50;
}
.lightbox .layout-action .btnCancel {
  position: relative;
  margin: 0 auto;
  width: 70px;
  margin-left: 20px;
  padding: 8px 14px;
  color: #bbbbbb;
  text-align: center;
  font: normal 14px/24px '굴림', '돋움', dotum, 'Nanum Gothic', Helvetica, sans-serif, 'FontAwesome', 'Material-Design-Iconic-Font';
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid #303030;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: black;
}
.lightbox .layout-action .btnCancel.on {
  color: #de9e50;
}
.imglightbox {
  display: none;
  position: relative;
  overflow: hidden;
}
.imglightbox .message-note {
  position: relative;
  width: 310px;
  height: 158px;
  background: url(/images/message/message.png) no-repeat 0 0;
}
.imglightbox .message-note .ok,
.imglightbox .message-note .close {
  position: absolute;
}
.imglightbox .message-note .ok > a,
.imglightbox .message-note .close > a {
  display: block;
  width: 100%;
  height: 100%;
}
.imglightbox .message-note .ok {
  top: 120px;
  left: 78px;
  width: 68px;
  height: 24px;
}
.imglightbox .message-note .close {
  top: 120px;
  left: 165px;
  width: 68px;
  height: 24px;
}
.imglightbox .message-care {
  position: relative;
  width: 310px;
  height: 158px;
  background: url(/images/message/care.png) no-repeat 0 0;
}
.imglightbox .message-care .ok,
.imglightbox .message-care .close {
  position: absolute;
}
.imglightbox .message-care .ok > a,
.imglightbox .message-care .close > a {
  display: block;
  width: 100%;
  height: 100%;
}
.imglightbox .message-care .ok {
  top: 120px;
  left: 78px;
  width: 68px;
  height: 24px;
}
.imglightbox .message-care .close {
  top: 120px;
  left: 165px;
  width: 68px;
  height: 24px;
}
.imglightbox .message-deposit {
  position: relative;
  width: 310px;
  height: 158px;
  background: url(/images/message/deposit.png) no-repeat 0 0;
}
.imglightbox .message-deposit .close {
  position: absolute;
  top: 120px;
  left: 120px;
  width: 72px;
  height: 24px;
}
.imglightbox .message-deposit .close > a {
  display: block;
  width: 100%;
  height: 100%;
}
.imglightbox .message-cashout01 {
  position: relative;
  width: 310px;
  height: 159px;
  background: url(/images/message/cashout01.png) no-repeat 0 0;
}
.imglightbox .message-cashout01 .close {
  position: absolute;
  top: 120px;
  left: 120px;
  width: 72px;
  height: 24px;
}
.imglightbox .message-cashout01 .close > a {
  display: block;
  width: 100%;
  height: 100%;
}
.imglightbox .message-cashout02 {
  position: relative;
  width: 310px;
  height: 159px;
  background: url(/images/message/cashout02.png) no-repeat 0 0;
}
.imglightbox .message-cashout02 .close {
  position: absolute;
  top: 120px;
  left: 120px;
  width: 72px;
  height: 24px;
}
.imglightbox .message-cashout02 .close > a {
  display: block;
  width: 100%;
  height: 100%;
}
.imglightbox .message-point {
  position: relative;
  width: 310px;
  height: 158px;
  background: url(/images/message/point2money.png) no-repeat 0 0;
}
.imglightbox .message-point .ok,
.imglightbox .message-point .close {
  position: absolute;
}
.imglightbox .message-point .ok > a,
.imglightbox .message-point .close > a {
  display: block;
  width: 100%;
  height: 100%;
}
.imglightbox .message-point .ok {
  top: 120px;
  left: 78px;
  width: 68px;
  height: 24px;
}
.imglightbox .message-point .close {
  top: 120px;
  left: 165px;
  width: 68px;
  height: 24px;
}
.notexists {
  padding-top: 40px;
  min-height: 100px;
  font-size: 12px;
  text-align: center;
}
.pagelist_wrap {
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-break: break-all;
  height: auto;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.pagelist_wrap:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.pagelist_wrap .pagelist {
  margin: 0 auto;
  display: block;
  height: 30px;
}
.pagelist_wrap .pagelist .pageitem {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  height: 100%;
  padding: 0 2px;
  line-height: 30px;
  vertical-align: middle;
  /*&:first-child {
                padding: 0;
            }*/

}
.pagelist_wrap .pagelist .pageitem a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  line-height: 30px;
  letter-spacing: -0.05em;
  vertical-align: middle;
  font-size: 16px !important;
  color: #ffcc00;
}
.pagelist_wrap .pagelist .pageitem a.firstpage {
  width: 40px;
  height: 30px;
}
.pagelist_wrap .pagelist .pageitem a.prevpage {
  width: 40px;
  height: 30px;
}
.pagelist_wrap .pagelist .pageitem a.prevpage div {
  background: url(/images/icon/page_prev.png) no-repeat 0 0;
}
.pagelist_wrap .pagelist .pageitem a.prevpage.on div {
  background: url(/images/icon/page_prev_on.png) no-repeat 0 0;
}
.pagelist_wrap .pagelist .pageitem a.nextpage {
  width: 40px;
  height: 30px;
}
.pagelist_wrap .pagelist .pageitem a.nextpage div {
  background: url(/images/icon/page_next.png) no-repeat 0 0;
}
.pagelist_wrap .pagelist .pageitem a.nextpage.on div {
  background: url(/images/icon/page_next_on.png) no-repeat 0 0;
}
.pagelist_wrap .pagelist .pageitem a.lastpage {
  width: 40px;
  height: 30px;
}
.pagelist_wrap .pagelist .pageitem a.on {
  color: white;
}
.pagelist_wrap .pagelist .pageitem a.selectedpage {
  color: white;
  font-weight: bold;
}
.lightnavy {
  color: #101010;
}
.graybox {
  padding: 10px;
  background: #eeeeee;
}
.borderbox {
  border-top: 2px solid dimgray;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.btn0,
.btn1,
.btn2,
.btn3,
.btn4 {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  text-shadow: none;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  text-align: center;
  vertical-align: middle;
}
.btn0 {
  color: white;
  font-family: arial, '돋움', dotum, '굴림', 'Nanum Gothic', sans-serif;
  font-weight: 400;
  background: #2299cc url(/images/button/shade.png) repeat-x center bottom;
}
.btn0.on {
  background: #333333 url(/images/button/shade.png) repeat-x center bottom;
}
.btn1 {
  text-shadow: black -1px -1px 0;
  filter: glow(color=black, strength=1);
  filter: dropshadow(color=black, offX=-1, offY=-1);
  color: #cccccc;
  font-family: '돋움', dotum, '굴림', 'Nanum Gothic', arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  background: url(/images/button/btn.png) no-repeat 0 0;
}
.btn1.on {
  color: white;
  background-position-y: -25px;
}
.btn2 {
  color: #a1b9d0;
  background-color: #1e2c41;
  border: 1px solid #274058;
}
.btn2.on {
  color: #839aaf;
  background-color: #1f3145;
}
.btn3 {
  text-shadow: black -1px -1px 0;
  filter: glow(color=black, strength=1);
  filter: dropshadow(color=black, offX=-1, offY=-1);
  color: #cccccc;
  font-family: '돋움', dotum, '굴림', 'Nanum Gothic', arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  background: url(/images/button/btn_big.png) no-repeat 0 0;
}
.btn3.on {
  color: white;
  background-position-y: -25px;
}
.btn4 {
  text-shadow: black -1px -1px 0;
  filter: glow(color=black, strength=1);
  filter: dropshadow(color=black, offX=-1, offY=-1);
  color: white;
  border: 1px solid #606060;
  font-family: '돋움', dotum, '굴림', 'Nanum Gothic', arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-indent: -0.05em;
  background: #403400;
  /* Old browsers */
  background: -moz-linear-gradient(#403400, #886d00, #251e00);
  /* FF3.6+ */
  background: -webkit-linear-gradient(#403400, #886d00, #251e00);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(#403400, #886d00, #251e00);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(#403400, #886d00, #251e00);
  /* IE10+ */
  background: linear-gradient(#403400, #886d00, #251e00);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#403400, endColorstr=#251e00, GradientType=0);
  /* IE6-9 */

}
.btn4.on {
  color: white;
  border: 1px solid gray;
  background: #403400;
  /* Old browsers */
  background: -moz-linear-gradient(#403400, #9c8219, #251e00);
  /* FF3.6+ */
  background: -webkit-linear-gradient(#403400, #9c8219, #251e00);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(#403400, #9c8219, #251e00);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(#403400, #9c8219, #251e00);
  /* IE10+ */
  background: linear-gradient(#403400, #9c8219, #251e00);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#403400, endColorstr=#251e00, GradientType=0);
  /* IE6-9 */

}
.page_header_btn,
.group_btn {
  overflow: hidden;
}
.page_header_btn .btnLeft,
.group_btn .btnLeft,
.page_header_btn .btnCenter,
.group_btn .btnCenter,
.page_header_btn .btnRight,
.group_btn .btnRight {
  height: auto;
  display: block;
}
.page_header_btn .btnLeft:after,
.group_btn .btnLeft:after,
.page_header_btn .btnCenter:after,
.group_btn .btnCenter:after,
.page_header_btn .btnRight:after,
.group_btn .btnRight:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.page_header_btn .btnLeft > a,
.group_btn .btnLeft > a,
.page_header_btn .btnCenter > a,
.group_btn .btnCenter > a,
.page_header_btn .btnRight > a,
.group_btn .btnRight > a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  margin: 0 4px;
}
.page_header_btn .btnLeft > a.btn0,
.group_btn .btnLeft > a.btn0,
.page_header_btn .btnCenter > a.btn0,
.group_btn .btnCenter > a.btn0,
.page_header_btn .btnRight > a.btn0,
.group_btn .btnRight > a.btn0,
.page_header_btn .btnLeft > a.btn1,
.group_btn .btnLeft > a.btn1,
.page_header_btn .btnCenter > a.btn1,
.group_btn .btnCenter > a.btn1,
.page_header_btn .btnRight > a.btn1,
.group_btn .btnRight > a.btn1,
.page_header_btn .btnLeft > a.btn2,
.group_btn .btnLeft > a.btn2,
.page_header_btn .btnCenter > a.btn2,
.group_btn .btnCenter > a.btn2,
.page_header_btn .btnRight > a.btn2,
.group_btn .btnRight > a.btn2,
.page_header_btn .btnLeft > a.btn3,
.group_btn .btnLeft > a.btn3,
.page_header_btn .btnCenter > a.btn3,
.group_btn .btnCenter > a.btn3,
.page_header_btn .btnRight > a.btn3,
.group_btn .btnRight > a.btn3 {
  width: 80px;
  height: 24px;
  line-height: 24px;
}
.page_header_btn .btnLeft > a.btn3,
.group_btn .btnLeft > a.btn3,
.page_header_btn .btnCenter > a.btn3,
.group_btn .btnCenter > a.btn3,
.page_header_btn .btnRight > a.btn3,
.group_btn .btnRight > a.btn3 {
  width: 114px;
  height: 24px;
  line-height: 24px;
}
.page_header_btn .btnLeft > a.btn4,
.group_btn .btnLeft > a.btn4,
.page_header_btn .btnCenter > a.btn4,
.group_btn .btnCenter > a.btn4,
.page_header_btn .btnRight > a.btn4,
.group_btn .btnRight > a.btn4 {
  width: 140px;
  height: 38px;
  line-height: 38px;
}
.page_header_btn .btnCenter,
.group_btn .btnCenter {
  text-align: center;
}
.page_header_btn .btnLeft,
.group_btn .btnLeft {
  text-align: right;
}
.page_header_btn .btnRight,
.group_btn .btnRight {
  text-align: right;
}
.group_btn {
  padding: 15px 0;
}
.page_header_btn {
  padding: 10px 0;
}
.pagelist-button {
  position: relative;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  text-align: center;
}
.pagelist-button .btnRight {
  position: absolute;
  top: 20px;
  right: 0;
}
.pagelist-button .btnRight > a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  margin: 0 4px;
}
.pagelist-button .btnRight > a.btn0,
.pagelist-button .btnRight > a.btn1,
.pagelist-button .btnRight > a.btn2,
.pagelist-button .btnRight > a.btn3 {
  width: 80px;
  height: 24px;
  line-height: 24px;
}
.pagelist-button .btnRight > a.btn4 {
  width: 140px;
  height: 38px;
  line-height: 38px;
}
.page-notice {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
}
.page-notice:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.page-notice .outer {
  height: auto;
  display: block;
  width: auto;
  margin: 0 auto;
}
.page-notice .outer:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.page-notice .outer .inner {
  height: auto;
  display: block;
  width: auto;
  padding: 26px 30px;
}
.page-notice .outer .inner:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.page-notice .outer .inner .noticetext {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
  font-family: '휴먼모음T', 'HMFMMUEXweb', '나눔고딕', 'Nanum Gothic';
}
.page-notice .outer .inner .noticetext:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.page-notice .outer .inner .noticetext h4 {
  color: #fbe600;
  font-size: 14px;
  text-align: left;
}
.page-notice .outer .inner .noticetext .text-box {
  text-align: left;
}
.page-notice .outer .inner .noticetext .text-box p {
  color: white;
  line-height: 20px;
  font-size: 16px;
  text-indent: -24px;
  margin-left: 24px;
  margin-bottom: 10px;
}
.page-notice .outer .inner .noticetext .text-box p em {
  color: red;
  font-style: normal;
  padding-right: 6px;
}
.page-notice .outer .inner .noticetext .text-box p.sub {
  text-indent: 12px;
}
.page-notice .outer .inner .noticetext .text-center {
  text-align: center;
}
.page-notice .outer .inner .noticetext .text-center p {
  color: red;
  font-size: 24px;
}
.page-notice .outer .inner .noticetext .bank-table {
  height: auto;
  display: block;
  width: 100%;
  text-align: center;
}
.page-notice .outer .inner .noticetext .bank-table:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.page-notice .outer .inner .noticetext .bank-table table {
  height: auto;
  display: block;
  width: 702px;
  margin: 0 auto;
  border: none;
  border-spacing: 2px;
}
.page-notice .outer .inner .noticetext .bank-table table:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
.page-notice .outer .inner .noticetext .bank-table table tr {
  width: 100%;
}
.page-notice .outer .inner .noticetext .bank-table table tr td {
  height: 43px;
}
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: black;
  background-image: none;
}
#bg {
  height: 940px;
}
header {
  display: none;
}
#wrap > article {
  height: auto;
}
#wrap > article #logincontent {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  height: 30px;
  z-index: 504;
}
#wrap > article #logincontent .form {
  position: relative;
  height: auto;
  display: block;
  width: auto;
  padding-left: 356px;
  background: black;
}
#wrap > article #logincontent .form:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article #logincontent .form ul {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap > article #logincontent .form ul li {
  float: left;
  height: auto;
  display: block;
  width: auto;
  padding-left: 6px;
}
#wrap > article #logincontent .form ul li:after {
  content: "";
  clear: both;
  display: block;
  *zoom: 1;
}
#wrap > article #logincontent .form ul li input {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 25px;
  text-indent: 8px;
  background-color: white;
  border: solid 1px #dddddd;
  color: black;
  font-weight: 400;
  font-size: 1.05em;
}
#wrap > article #logincontent .form ul li img {
  width: 75px;
  height: 25px;
}
#wrap > article #logincontent .form ul li img.captcha {
  width: 110px;
  border: 1px solid #606060;
}
#wrap > article #logincontent .kakaotalk {
  position: absolute;
  right: -450px;
  bottom: -50px;
  width: 200px;
  height: 30px;
  text-align: center;
}
#wrap > article #logincontent .kakaotalk p {
  color: #e1ba7e;
  font-size: 1.4em;
  font-weight: bold;
}
