
html {
	font-size: 12px;
	height: 100%;
}
body {
	background: #0A0A0A;
	height: 100%;
}

img, fieldset {
	border: none;
	vertical-align: middle;
}

input, textarea, fieldset {
	margin: 0;
	padding-left: 10px;
	border: #CCC solid 1px;
}
input, select, textarea {
	font-weight: normal;
	color: #333;
	vertical-align: middle;
	border-radius: .3rem;
	font-weight: lighter;
	font-size: 13px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
	list-style-type: none;
}

a {
	outline: none;
	select-dummy: expression(this.hideFocus = true);
}
A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:hover {
	text-decoration: none;
}

button {
	cursor: pointer;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	border: none;
	display: inline-block;
	line-height: 1;
	text-align: center;
}

*::selection {
	color: #e52c19;
	background-color: ##232323;
}

.f_left {
	float: left;
}
.f_right {
	float: right;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
.t_center {
	text-align: center;
}
.t_yellow {
	color: #ffea00 !important;
}
.t_red {
	color: #ff5500 !important;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.hand {
	cursor: pointer;
}
.container {
	margin: 0 auto;
}
.logo {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	text-indent: -1000px;
}

.btn_primary {
	height: 30px;
	background: #efbf2d;
	color: #292929;
	border-radius: .3rem;
	padding: 0 1em;
	font-weight:bold;
}
.btn_secondary {
	height: 30px;
	background: #60a9ca;
	color: #292929;
	border-radius: .3rem;
	padding: 0 1em;
	font-weight:bold;
}
.btn_gray {
	width: 120px;
	height: 40px;
	background:linear-gradient(to bottom, #555,  #333);
	color: #fff;
	border:1px #000 solid;
	border-radius: .3rem;
	font-size: 1.1rem;
	box-shadow: 1px 2px 3px #000;
}
.btn_gray:hover {
	background:linear-gradient(to bottom, #333,  #444);
	box-shadow: 0px 0px 0px #000;
}

.form_login {
	width: 30%;
	height: 36px;
	background: #fff;
	color: #292929;
	font-size: 1.2rem;
	padding: 0 .5em;
	border: none;
	vertical-align: top;
}

body.login {
	position: relative;
	width: 100%;
	height: 100%;
}
body.login>section {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	padding:20px 0;
}
body.login>section>h2 {
	margin: 0 auto;
}
body.login>section>div {
	margin: 0 auto;
}
body.login>section>div input {
	width: 300px;
	height: 40px;
	margin: 2px 0;
}
body.login>section>div .btn_primary {
	width: 200px;
	height: 40px;
	margin: 2px 0 0 2px;
	font-weight: bold;
}
body.login>section>div .btn_secondary {
	width: 94px;
	height: 40px;
	margin: 2px 0px 0 0;
	font-weight: bold;
}

.crome_div {
	position: absolute;
	z-index: 999;
	top: 0px;
	width: 100%;
	height: 80px;
	background: #05193a;
	color: #fff;
	text-align: left;
	-webkit-animation: mymove 1s;
	animation: mymove 1s;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.8);
}
.crome_div .contain {
	width:1000px;
	height:100%;
	padding-top:10px;
	margin:0 auto;
}
.crome_div .contain .downchrom {
	width:230px;
	height:61px;
	background: url("../../img/common/ic_crome.png") center center no-repeat;
	cursor:pointer;
	float:right;
}
.crome_div .contain .textchrom {
	width:700px;
	font-size:12px;
	line-height:1.55;
	letter-spacing:0;
	float:left;
}
.crome_div .contain .textchrom span {
	color:#efbf2d;
}

header {
	position: relative;
	z-index: 20;
	width: 100%;
	min-width: 1200px;
	padding: 10px 0 0;
	font-size:1.1rem;
}
header>.container {
	padding: 0 15px;
	width: 1200px;
}
header>.container .logo {
	position:relative;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
header>.container .login {
	text-align: right;
	float: right;
}
header>.container .login>div {
	height:16px;
	line-height:16px;
	margin-right: 15px;
	display: inline-block;
	color: #fff;
}
header>.container .login>div a, header>.container .login>div span {
	min-width: 15px;
	color: #efbf2d;
	font-weight: bold;
	display: inline-block;
}
header>.container .login>div span.level {
	width:16px;
	height:16px;
}
header>.container .login>div span.level img {
	max-width:100%;
	max-height:100%;
	vertical-align:top;
}
header>.container .cs {
	margin-top: 15px;
	color: #efbf2d;
	text-align: right;
	float: right;
}
header>.container .cs dl {
	margin-left: 20px;
	display: inline-block;
}
header>.container .cs dl dt, header>.container .cs dl dd {
	font-size: 1.2em;
	display: inline-block;
}
header>.container .cs dl dt {
	font-weight: bold;
}
header>.container .cs dl dd {
	color: #fff;
}

header nav {
	position:relative;
	z-index:2;
	width: 100%;
	height: 60px;
	border-top: 1px solid #886832;
	text-align: center;
	background: url("../../img/hs/bg_line.jpg") bottom center repeat-x;
}
header nav .menu_on {
	display: none;
}
header nav>ul {
	min-width: 1200px;
	padding: 12px 15px;
	margin: 0 auto;
	font-size: 0px;
}
header nav>ul>li {
	position: relative;
	padding: 7px 25px;
	margin: 0 10px;
	border: 1px #fff solid;
	border-radius: 3px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
header nav>ul>li:hover {
	background: #fff;
	color: #021d22;
	opacity: 1;
}
header nav>ul>li:hover>ul {
	display: block;
}
header nav>ul>li ul {
	position:relative;
	z-index:999;
	padding-top: 10px;
	display: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
header nav>ul>li ul li {
	padding: 8px 0;
	font-size: 1.2rem;
	border-top: 1px #ccc solid;
	background: #fff;
	color: #666;
	display: block;
}
header nav>ul>li:nth-child(2)  {
	width:172px;
}
header nav>ul>li ul li:hover {
	color: #021d22;
}
header nav>ul>li>span {
	position: absolute;
	width: 60px;
	height: 22px;
	line-height: 24px;
	top: -30px;
	font-size: 12px;
	right: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #efbf2d;
	color: #021d22;
}
header nav>ul>li>span:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: hsla(0, 0%, 100%, 0);
	border-top-color: #efbf2d;
	border-width: 5px;
	margin-left: -5px;
}
header .bonus_money {
	position: absolute;
	z-index: 99;
	left: 50%;
	margin-left: 255px;
	top: 55px;
	width: 300px;
	height: 200px;
	padding: 20px;
	background: #fff;
	border: 2px #efbf2d solid;
	border-radius: 10px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
header .bonus_money:before {
	top: -20px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #efbf2d;
	border-width: 10px;
	margin-left: -10px;
}
header .bonus_money h2 {
	border-bottom: 1px #333 solid;
	display: inline-block;
}
header .bonus_money span {
	padding: 10px 5px;
	display: block;
}
header .bonus_money input {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 1px #ccc solid;
	text-align: center;
	margin-bottom: 5px;
}
header .bonus_money .bonus_close {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -2px;
	top: -2px;
	background: #efbf2d;
	border-radius: 50%;
	color: #292929;
	font-weight: bold;
}

header .notice_header {
	position: absolute;
	width:1200px;
	height:30px;
	left:50%;
	margin-left:-600px;
	overflow:hidden;
}
header .notice_header ul {
	margin:0 auto;
}
header .notice_header ul li {
	width:100%;
	line-height:30px;
	color:#ffd400;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.main {
	min-height: 600px;
	padding-top: 10px;
}

.main .notice_text {
	position: relative;
	z-index:1;
	width: 100%;
	margin: 0 auto;
	text-align:center;
	color: #fff;
}
.main .notice_text:after {
	position:absolute;
	top:-10px;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	background:linear-gradient(to bottom, rgba(0,0,0,.5),  rgba(0,0,0,.0));
	content:"";
}

.main .notice_text>div {
	padding: 30px;
	display: block;
}
.main .notice_text>div h2 {
	line-height: 1;
	font-size: 2.5rem;
}
.main .notice_text>div p {
	margin: 15px 0;
	font-size: 1.5rem;
	font-weight: bold;
}
.main .notice_text>div .btn_primary {
	width:200px;
	height:45px;
	background:linear-gradient(to bottom, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	font-weight:bold;
	font-size:1.2rem;
}

.main .container {
	padding: 0px 20px 100px 20px;
}

.main .container .game {
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.main .container .game li {
	position: relative;
	width: 290px;
	height: 290px;
	margin: 3.5px;
	text-align: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	border-top: 1px #fbf9d2 solid;
	border-bottom: 1px #fbf9d2 solid;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow:hidden;
}
.main .container .game li:before, .main .container .game li:after {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
}
.main .container .game li:before {
	background: url(../../img/hs/bg_line_v.jpg) top left no-repeat;
}
.main .container .game li:after {
	background: url(../../img/hs/bg_line_v.jpg) top right no-repeat;
}
.main .container .game li:hover {
	background-size: 120%;
}
.main .container .game li:hover .name {
	top: 45%;
}
.main .container .game li:hover .name  button {
	display: block;
}
.main .container .game li .name {
	position: absolute;
	width: 100%;
	top: 70%;
	padding: 20px 0;
	color: #efbf2d;
	text-shadow: 1px 2px #000;
	background: rgba(0, 0, 0, .0);
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.main .container .game li .name h2 {
	line-height: 1;
	font-size: 3.2rem;
	font-family: Georgia;
	word-break: break-word;
}
.main .container .game li .name h3 {
	line-height:1.5;
	font-size: 1.5rem;
	font-family: Georgia;
}
.main .container .game li .name button {
	margin: 5px auto;
	font-size: 1.2rem;
	font-weight: bold;
	display: none;
}
.main .container .game span {
	position: absolute;
	z-index: 3;
	top: -2px;
	left: -2px;
	width: 100px;
	height: 100px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.main .container .game span.phone {
	background-image: url(../../img/hs/label_phone.png);
}
.main .container .game span.online {
	background-image: url(../../img/hs/label_online.png);
}
.main .container .game li:nth-child(1n) {
	background-image: url(../../img/hs/dealers_dream.png);
}
.main .container .game li:nth-child(2n) {
	background-image: url(../../img/hs/dealers_dream_hotel2.png);
}
.main .container .game li:nth-child(3n) {
	background-image: url(../../img/hs/dealers_og.png);
}
.main .container .game li:nth-child(4n) {
	background-image: url(../../img/hs/dealers_asia.png);
}
.main .container .game li:nth-child(5n) {
	background-image: url(../../img/hs/dealers_asia_euro.png);
}
.main .container .game li:nth-child(6n) {
	background-image: url(../../img/hs/dealers_micro.png);
}
.main .container .game li:nth-child(7n) {
	background-image: url(../../img/hs/dealers_wm.png);
}
.main .container .game li:nth-child(8n) {
	background-image: url(../../img/hs/dealers_bota.png);
}
.main .container .game li:nth-child(9n) {
	background-image: url(../../img/hs/dealers_bbin.png);
}

.main .container_slot {
	position:relative;
	width:1200px;
	min-height:300px;
	margin:-50px auto 50px auto;
	padding-top:130px;
	background: url(../../img/hs/bg_slot_title.png) bottom center no-repeat;
	display:flex;
	justify-content:space-between;
}
.main .container_slot h2.title {
	position:absolute;
	z-index:0;
	top:-10px;
	left:0;
	width:100%;
	height:140px;
	background: url(../../img/hs/slot_title.png)center no-repeat;
	display:block;
}
.main .container_slot > div {
	position:relative;
	width:300px;
	height:150px;
	padding:0 20px;
	border:5px #997d45 solid;
	background: url(../../img/hs/slot_btn_bg.png)center;
	vertical-align:top;
	box-shadow:1px 5px 10px #000;
	text-align:center;
	cursor:pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.main .container_slot > div:hover {
	margin-top:-10px;
	border:5px #ffdc96 solid;
}
.main .container_slot > div:hover p {
	color:#deb460;
}
.main .container_slot > div .slot_logo {
	width:200px;
	height:50px;
	line-height:50px;
	margin:20px auto 5px auto;
	text-align:center;
}
.main .container_slot > div .slot_logo img {
	max-width:100%;
	max-height:100%;
	vertical-align:bottom;
}
.main .container_slot > div p {
	color:#fff;
	font-size:1.5rem;
	font-weight:bold;
}
.main .container_slot > div span {
	width:100%;
	line-height:2;
	color:#d9c5a2;
	font-weight:bold;
	display:block;
}


.main .board {
	width: 100%;
	background:rgba(0,0,0,.5);
	overflow: hidden;
	text-align: center;
	border-top:1px #222 solid;
}
.main .board>ul {
	width: 390px;
	height: 200px;
	margin: 30px 15px 20px 15px;
	padding: 0 25px 0 10px;
	vertical-align: top;
	display: inline-block;
	border-right:1px #222 solid;
}
.main .board>ul:nth-child(4) {
	border-right:none;
}
.main .board>ul h2 {
	width:100%;
	font-size:24px;
	font-family:"Times New Roman";
	color:#fff;
	display:block;
}
.main .board>ul>p {
	width:100%;
	margin-bottom:20px;
	font-size:12px;
	color:#fff;
	display:block;
}
.main .board ul li {
	position: relative;
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding-right: 80px;
	text-align: left;
	cursor: pointer;
	color: #fff;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .board ul li:hover {
	text-decoration: underline;
}
.main .board ul li span {
	position: absolute;
	right: 0;
	font-size: 11px;
	color: #999;
	float: right;
}
.main .board ul li p {
	width: 80px;
	height: 100%;
	float: left;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
}
.main .board ul li strong {
	width: 120px;
	font-size: 13px;
	color: #ffd400;
	text-align: right;
	float: left;
}
.main .board ul .payment {
	position: absolute;
	width: 350px;
	height: 160px;
	margin: 0 auto;
	color: #fff;
}
.main .board ul .payment .navi {
	width: 170px;
	height: 24px;
	line-height: 22px;
	float: left;
	border: 1px #fff solid;
	opacity: .5;
	cursor: pointer;
}
.main .board ul .payment .navi:first-child {
	margin-right: 10px;
}
.main .board ul .payment .on {
	opacity: 1;
}
.main .board ul .payment .navi:hover {
	opacity: 1;
}
.main .board ul .payment div {
	width: 350px;
	height: 110px;
	margin: 0 auto;
	overflow: hidden;
	white-space: normal;
}
.main .board .payment div ul {
	width: 320px;
	left: 15px;
}
.main .board .payment div ul li {
	height: 24px;
	line-height: 24px;
}

section.sub {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-size:cover;
	color: #fff;
}

section.sub .container {
	position: relative;
	width: 1200px;
	min-height: 100px;
	margin: 0 auto;
	padding: 30px;
	background: rgba(0, 0, 0, 0.8);
	border-top: 1px #fbf9d2 solid;
	border-bottom: 1px #fbf9d2 solid;
}
section.sub .container:before, section.sub .container:after {
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 1px;
	height: 100%;
	content: "";
}
section.sub .container:before {
	left: 0px;
	background: url(../../img/hs/bg_line_v.jpg) center left repeat-y;
}
section.sub .container:after {
	right: 0px;
	background: url(../../img/hs/bg_line_v.jpg) center right repeat-y;
}

section.sub .container .btn_primary, section.sub .container .btn_secondary {
	margin: 10px 0;
	height: 44px;
	padding: 0 5rem;
	font-size: 1.2rem;
	font-weight: bold;
}

section.sub .container>.title {
	position: relative;
	font-size: 24px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
section.sub .container .title span {
	position: absolute;
	top: 5px;
	margin-left: 10px;
	height: 28px;
	padding: 0 20px;
	line-height: 28px;
	background: #fff;
	color: #021d22;
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px;
	display: inline-block;
}

section.sub .container .btn_set {
	overflow:hidden;
}

section.sub .container .info p {
	display:block;
}
section.sub .container .info p {
	padding:3px 0;
	font-size:1.3rem;
	font-weight: bold;
}
section.sub .container .info p:before {
	position: relative;
	top: 3px;
	width: 17px;
	height: 17px;
	margin-right:10px;
	content: "";
	background: url(../../img/hs/img_point.png) center center no-repeat;
	background-size: cover;
	display: inline-block;
}


section.sub .container .form_money {
	width: 100%;
	margin: 10px 0;
	padding: 20px;
	text-align: center;
}
section.sub .container .form_money p {
	margin: 10px 0;
	font-size: 14px;
}

section.sub .container .form_money input[type="text"], section.sub .container .form_money input[type="password"] {
	width: 300px;
	height: 40px;
	border: 1px #000 solid;
	text-align: center;
	font-size:1.5rem;
	font-weight:bold;
	color:#111;
}

section.sub .container .form_money .btn_set {
	margin: 10px 0;
	display: block;
}
section.sub .container .form_money .btn_set button {
	min-width: 80px;
}

section.sub .container .form_money dl {
	margin: 0 auto;
	border: 1px #ccc solid;
	border-bottom: none;
	width: 800px;
	overflow:hidden;
}
section.sub .container .form_money dl dt, section.sub .container .form_money dl dd	{
	height: 50px;
	line-height: 50px;
	font-size:1.2rem;
	border-bottom: 1px #ccc solid;
	float:left;
}
section.sub .container .form_money dl dt {
	width: 40%;
	border-right: 1px #ccc solid;
}
section.sub .container .form_money dl dd {
	width: 60%;
	padding-left: 10px;
	text-align: left;
}
section.sub .container .form_money dl dd input[type="text"] {
	width: 100%;
	height:40px;
}

section.sub .container .form_money table {
	margin: 0 auto;
	width:770px;
}
section.sub .container .form_money table td {
	padding:10px;
	border: 1px #ccc solid;
	font-size:1.1rem;
}
section.sub .container .form_money table td .charge_qr {
	width:36%;
	float:left;
}
section.sub .container .form_money table td .info {
	margin-top:35px;
	width:60%;
	text-align:left;
	float:right;
}
section.sub .container .form_money table td div img {
	width:100%;
}
section.sub .container .form_money table td div input {
	width:70% !important;
	height:34px !important;
	padding:0 !important;
	background:#fff;
	color:#000 !important;
	font-size:.9rem !important;
	float:left;
}
section.sub .container .form_money table td div button {
	width:28% !important;
	height:34px !important;
	margin:0;
	padding:0;
	font-size:1rem !important;
	float:right;
}


section.sub .container .nav_sub {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
section.sub .container .nav_sub li {
	width: 120px;
	height: 32px;
	line-height: 30px;
	font-size:1.1rem;
	display: inline-block;
	border: 2px #fff solid;
	cursor: pointer;
	opacity: .6;
}
section.sub .container .nav_sub li:hover {
	opacity: 1;
}
section.sub .container .nav_sub li.on {
	opacity: 1;
}

section.sub .container .info_table {
	width: 100%;
	margin: 0 0 10px 0;
}
section.sub .container .info_table span {
	font-weight: bold;
	color: #ffea00;
}

section.sub .container .table {
	width: 100%;
}
section.sub .container .table tr {
	background: #fff;
}
section.sub .container .table tr:hover {
	background: #f2f2f2;
}
section.sub .container .table th {
	height: 40px;
	text-align: center;
	background: linear-gradient(180deg, #333 10%, #000 90%);
	border: 1px #333 solid;
	line-height: 1.2;
	word-break: break-word;
}
section.sub .container .table td {
	height: 34px;
	padding: 0 5px;
	text-align: center;
	border: 1px #ccc solid;
	color: #333;
}
section.sub .container .table td.subject {
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
section.sub .container .table td a {
	color:#333;
	text-decoration:none;
}

section.sub .container div.processing {
	height:24px;
	line-height:24px;
	margin:0 auto;
	color:#fff;
	background:#666;
	border-radius:.3rem;
	text-align:center;
	display:block;
}
section.sub .container div.completed {
	height:24px;
	line-height:24px;
	margin:0 auto;
	color:#fff;
	background:#419fd9;
	border-radius:.3rem;
	text-align:center;
	display:block;
}
section.sub .container a.delete {
	height:24px;
	line-height:24px;
	padding:0 10px;
	margin:0 auto;
	color:#dbb376 !important;
	background: linear-gradient(to bottom, #0e0e0e 0%,#222222 50%,#0e0e0e 100%);
	border:1px #000 solid;
	border-radius:.3rem;
	text-align:center;
	display:block;
}
section.sub .container a.delete img {
	margin:-2px 3px 0 0;
}
section.sub .container a.delete:hover {
	background: linear-gradient(to bottom, #222222 0%,#0e0e0e 50%,#222222 100%);
}


section.sub .container tr.paging {
	background: none;
}
section.sub .container tr.paging:hover {
	background: none;
}
section.sub .container tr.paging td {
	background: none;
	border: none;
}
section.sub .container .paging td a {
	width: 24px;
	height: 24px;
	line-height: 23px;
	margin: 20px 2px 0 2px;
	text-align: center;
	border: 1px #ccc solid;
	border-radius: .3rem;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}
section.sub .container .paging td a:hover {
	border: 1px #fff solid;
	background: #fff;
	color: #333;
}
section.sub .container .paging td a.on {
	border: 1px #fff solid;
	background: #fff;
	color: #333;
	font-weight: bold;
}

section.sub .container .board tr {
	cursor: pointer;
}
section.sub .container .board tr:hover td.subject {
	font-weight: bold;
	text-decoration: underline;
}

section.sub .container .board_view {
	position: relative;
}
section.sub .container .board_view .subject {
	font-size: 18px;
	line-height: 35px;
	border-bottom: 2px #fff solid;
}
section.sub .container .board_view .subject input {
	width: 100%;
	height: 30px;
	margin: 10px 0;
}
section.sub .container .board_view .info {
	padding: 10px 0;
	border-bottom: 1px #fff solid;
}
section.sub .container .board_view .info span {
	margin-right: 20px;
	display: inline-block;
}
section.sub .container .board_view .content {
	padding: 40px 20px;
	border-bottom: 1px #fff solid;
	overflow-wrap: break-word;
}
section.sub .container .board_view .question {
	border-bottom: 1px #fff dashed;
}
section.sub .container .board_view .content p.title {
	width: 90px;
	height: 20px;
	padding: 0 20px;
	margin-bottom: 10px;
	line-height: 20px;
	background: #fff;
	color: #021d22;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	display: block;
}
section.sub .container .board_view .content p.title:after {
	display: block;
}
section.sub .container .board_view .write {
	padding: 20px 0px;
	line-height: 20px;
	border-bottom: 1px #fff solid;
}
section.sub .container .board_view .write textarea {
	width: 100%;
	height: 250px;
	padding: 10px;
}
section.sub .container .board_view .btn_set {
	padding: 20px 15px;
	text-align: center;
	overflow: hidden;
}
section.sub .container .board_view .btn_set button {
	margin: 0 5px;
}
section.sub .container .board_view .btn_set button.btn_gray {
	height: 36px;
	padding: 0 2rem;
}
section.sub .container .info_write {
	margin-top: 50px;
	width: 100%;
}
section.sub .container .info_write li {
	border-bottom: 1px #fff solid;
}

section.sub .container .info_write li:first-child {
	border-top: 1px #fff solid;
}
section.sub .container .info_write li>div {
	position: relative;
	height: 100% !important;
	line-height: 40px;
	padding-left: 10px;
	vertical-align:middle;
	display:table-cell;
}
section.sub .container .info_write li>div.title {
	width: 150px;
	padding: 0 20px;
	border-right: 1px #fff solid;
	font-weight: bold;
	text-align: right;
}
section.sub .container .info_write li>div.point {
	font-weight: bold;
}
section.sub .container .info_write li>div input[type="text"], section.sub .container .info_write li>div input[type="password"] {
	width: 400px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	margin: 5px 10px 5px 0;
}
section.sub .container .info_write li>div button.btn_primary {
	width: 80px;
	height: 30px;
	margin:0px;
	line-height: 30px;
	padding: 0;
	font-size: 1rem;
	vertical-align: middle;
}
section.sub .container .info_write li>div span.info {
	width: 100%;
	line-height: 1.5;
	color: #efbf2d;
	font-weight: bold;
	margin: 0 0 5px 0;
	display: block !important;
}
section.join .container .info_write li>div {
	position: relative;
	height: 100% !important;
	line-height: 1 !important;
	padding-left: 10px !important;
	vertical-align:middle;
	display:table-cell;
}

section.join .container .info_write li>div span.info {
	margin:0 0 5px 0px;
}

section.sub .container .info_write .btn_set {
	border: none;
	text-align: center;
}

nav.fnb {
	width:100%;
	padding:10px 0;
	text-align:center;
	border-top:1px #222 solid;
	background:#000;
}
nav.fnb li {
	width:120px;
	height:30px;
	line-height:31px;
	margin:0 2px;
	background: linear-gradient(to bottom, #efbf2d 0%,#b28600 100%);
	color: #292929;
	border-radius: .3rem;
	cursor: pointer;
	font-weight: 600;
	display:inline-block;
}
nav.fnb li:hover {
	background: linear-gradient(to bottom, #b28600 0%,#efbf2d 100%);
}

section.sub .container.charge_coin .nav_sub li:hover, section.sub .container.charge_coin .nav_sub li.on {
	border-image:linear-gradient(to right, #7f6000 10%, #ffe79d 20%, #957202 50%, #ffe79d 60%, #957202 70%, #bfb47f 100%);
	border-image-slice:1;
	border-image-width:2px;
	border-style:solid;
}
section.sub .container.charge_coin .manualWrapper {
	text-align:center;
	display:none;
}
section.sub .container.charge_coin .manualWrapper h2 {
	font-size:1.8rem;
	line-height:3;
}
section.sub .container.charge_coin .manualWrapper img.coin_img {
	width:100%;
}

section.sub .container.charge_coin .info2 {
	border:2px #62b02b solid;
}
section.sub .container.charge_coin .info2 p {
	color:#fff;
}
section.sub .container.charge_coin .applink span {
	color:#fff;
}

footer {
	position: relative;
	width: 100%;
	height: 360px;
	background: url(../../img/hs/footer.jpg) top center;
}

.help {

}
.help h2 {
	margin:30px 0 10px 0;
	font-size:15px;
	color:#f9ffa1;
}
.help img {
	margin:30px auto 10px auto;
}
.help .type1 li {
	margin: 5px 0;
	line-height: 16px;
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
	background: url(../../img/hs/bul.gif) 0 8px no-repeat;
}
.help .type2 p {
	margin: 10px 0;
	line-height: 20px;
	padding:0 20px 0 10px;
	font-size: 12px;
	color: #fff;
	background: url(../../img/hs/bul.gif) 0 8px no-repeat;
}
.help .rule {
	margin:30px 0;
	border-top:2px #ccc solid;
}
.help .rule dl {
	padding:20px 0;
	border-bottom:1px #ccc dashed;
}
.help .rule dl dt {
	margin-bottom:10px;
	color:#cbc6b2;
	font-size:14px;
	font-weight:bold;
}
.help .rule table {
	width: 100%;
	background:#fff;
}
.help .rule table th , .help .rule table td {
	padding: 10px 0;
	line-height:20px;
	font-size: 13px;
	color: #4a4a4a;
	text-align: center;
	border: 1px solid #cbc6b2
}
.help .rule table th {
	background: #f3f1ec;
	color: #232323;
}

.faq dl {
	padding:10px 0;
}
.faq dl dt {
	cursor:pointer;
	background: url(../../img/hs/bullet_arrow_down.png) 99% 90% no-repeat;
}
.faq dl dd {
	display:none;
}


.growlUI h1 {
	font-size:18px;
	color:#fff;
	margin-bottom:15px;
}
.growlUI h2 {
	font-size:24px;
	color:#ffd400;
}

.popup {
	position:absolute;
	top:200px;
	left:30%;
	z-index:9999;
	max-width:500px;
	border: 2px #efbf2d solid;
	border-radius:5px;
	background:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow:1px 1px 10px #000;
	overflow:hidden;
}
.popup h2 {
	position:relative;
	top:-10px;
	left:-10px;
	width: calc(100% + 20px);
	line-height:20px;
	padding:10px 20px;
	text-align:center;
	background:#efbf2d;
	border-radius:5px 5px 0 0;
	font-size:14px;
}
.popup .contain {
	min-width:200px;
	max-width:500px;
	max-height:700px;
	padding:10px;
	overflow-y:auto;
	overflow-x:hidden;
}
.popup .btm {
	width:100%;
	height:40px;
	line-height:40px;
	padding-left:10px;
	background:#333;
	color:#fff;
}
.popup .btm input {
	margin-right:5px;
	border:1px #fff solid;
}
.popup .btm button {
	width:60px;
	height:30px;
	padding: 0 1em;
	margin:5px 10px;
	background: #efbf2d;
	color: #292929;
	border-radius: .3rem;
	font-weight:bold;
	float:right;
}


input.error, textarea.error {
	position: relative;
	z-index: 99;
	border: 2px dotted red;
}
label.error {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
label.error span {
	position: absolute;
	top: 5px;
	right: 0;
	height: 30px;
	width: auto;
	line-height: 30px;
	padding: 0 20px;
	z-index: 100;
	background: #E35443;
	color: #fff;
	border-radius: 0.3rem;
	display: inline-block;
}

.lang {
	position:absolute;
	z-index:21;
	top:10px;
	right:10px;
	font-size:1rem;
	color:#fff;
	background: url("../../img/common/lang/ic_arrowD.png") 90px center no-repeat rgba(0,0,0,.5);
	background-size:12px;
}
.lang .now_lang {
	position:relative;
	height:30px;
	line-height:29px;
	padding:0 38px;
	border:1px #333 solid;
	cursor:pointer;
}
.lang :after {
	position:absolute;
	top:2px;
	left:6px;
	width:22px;
	height:22px;
	border:1px #000 solid;
	border-radius:50%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	content:"";
}
.lang .en:after {
	background-image:url("../../img/common/lang/en2.png");
}
.lang .ch:after {
	background-image:url("../../img/common/lang/ch2.png");
	background-position:top left;
}
.lang .jp:after {
	background-image:url("../../img/common/lang/jp2.png");
}
.lang .ko:after {
	background-image:url("../../img/common/lang/ko2.png");
}
.lang ul {
	position:absolute;
	width:100%;
	display:none;
	border:1px #333 solid;
	margin-top:-1px;
}
.lang:hover ul {
	display:block;
}
.lang ul li {
	position:relative;
	margin-top:-1px;
	width:100%;
	height:30px;
	line-height:29px;
	padding-left:38px;
	border-top:1px #333 solid;
	background:#000;
	display:block;
	cursor:pointer;
}
.lang ul li:hover {
	background:#222;
}

.game .under_inspection {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	line-height:50%;
	background:rgba(0,0,0,.8);
	color:#fff;
	font-size:1.5rem;
}

.container_game {
	z-index:1;
}

