@charset "utf-8";

.form_container {
	width: 540px;
}

.box-set {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 1;
	position: relative;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	justify-content: center;
	align-items: center;
}

.box-center {
	margin: 0 auto;
}

.top150 {
	margin-top: 125px;
}

.form_container h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: "Play", sans-serif;
	font-size: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	display: block;
	color: #f60000;
}

.input_container {
	width: 100%;
	height: 50px;
	margin: 10px 0px 0px 0px;
	position: relative;
}

.input_container input#id {
	background-image: url(../img/sub/account_icon.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

.input_container input#pw {
	background-image: url(../img/sub/password_icon.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

.input_container .field {
	width: 100%;
	line-height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 80px;
	border: none;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
	font-family: neue_light;
	font-size: 20px;
	background-repeat: no-repeat;
	background-size: 41px 30px;
	background-position: 22px 10px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}

.input_container .using {
	width: 100%;
	line-height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border: none;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 1);
	font-family: neue_light;
	font-size: 20px;
	background-repeat: no-repeat;
	background-size: 41px 30px;
	background-position: 22px 10px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}

.input_container dl {
	display: block;
	width: 100%;
	overflow: hidden;
}

.input_container dl~dl {
	margin-top: 10px;
}

.input_container dl dt {
	float: left;
	width: 540px;
}

.input_container dl dd {
	float: left;
	width: 210px;
	margin-left: 15px;
}

.input_container.htset {
	height: auto;
}

.form_container .error-container.active {
	height: 52px;
}

.form_container .error-container {
	width: 100%;
	height: 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	transition: height 0.3s;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
}

.submit_container {
	position: relative;
}

.form_container .submit_container {
	width: 100%;
	margin: 20px auto;
	padding: 0px;
	border: none;
	overflow: hidden;
}

.submit_box {
	text-align: center;
	display: block;
	margin-top: 20px;
}

.submit_box button {
	display: inline-block !important;
	float: none !important;
}

.form_container .error-dialog {
	width: 100%;
	height: 32px;
	margin: 20px 0px 0px 0px;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.1);
	border: solid 1px rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition-delay: 0.3s;
	color: #fff;
}

.form_container .error-dialog i {
	margin-right: 10px;
}

.form_container .error-container.active .error-dialog {
	opacity: 1;
	color: red;
}

button.learn {
	float: left;
	width: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0.96, 0.96);
	-moz-transform: scale(0.96, 0.96);
	transform: scale(0.96, 0.96);
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	position: relative;
	-webkit-backdrop-filter: blur(50px) brightness(1.2) saturate(1.2);
	backdrop-filter: blur(50px) brightness(1.2) saturate(1.2);
	cursor: pointer;
}

button.learn:last-child {
	background-color: #f60000;
}

button.set {
	width: 100%;
	background-color: #415365;
	color: #fff;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	position: relative;
	-webkit-backdrop-filter: blur(50px) brightness(1.2) saturate(1.2);
	backdrop-filter: blur(50px) brightness(1.2) saturate(1.2);
	cursor: pointer;
}

button.mny {
	width: 16%;
	background-color: #3465b4;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	position: relative;
	-webkit-backdrop-filter: blur(50px) brightness(1.2) saturate(1.2);
	backdrop-filter: blur(50px) brightness(1.2) saturate(1.2);
	cursor: pointer;
	margin: 3px;
}

button.result {
	width: 250px;
	background-color: #ef4037;
	color: #000;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	position: relative;
	-webkit-backdrop-filter: blur(50px) brightness(1.2) saturate(1.2);
	backdrop-filter: blur(50px) brightness(1.2) saturate(1.2);
	cursor: pointer;
	margin: 5px;
}

.rule {
	width: 100%;
	height: 1px;
	margin-top: 0px;
	background: rgba(255, 255, 255, 0.1);
}

.check span {
	display: inline-block;
	vertical-align: middle;
}

.check .icon {
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.form_container #remember_account {
	width: 210px;
	height: 40px;
	margin: 10px 0px 0px 0px;
	float: left;
}

.form_container #remember_account input {
	display: none;
}

.form_container #remember_account input[type="checkbox"]+label {
	width: 40px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	float: left;
}

.form_container #remember_account input[type="checkbox"]+label.circle img {
	width: 20px;
	height: 16px;
	display: block;
	margin: 12px auto 0px auto;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	transform: scale3d(0, 0, 0);
	-webkit-transform: scale3d(0, 0, 0);
	-moz-transform: scale3d(0, 0, 0);
}

.form_container #remember_account input[type="checkbox"]:checked+label.circle img {
	opacity: 1;
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
}

.form_container #remember_account p {
	margin: 12px 0px 0px 10px;
	font-family: neue_light;
	color: #fff;
	font-size: 18px;
	display: block;
	float: left;
}

.form_container p {
	margin: 0px 0px 0px 10px;
	font-family: neue_light;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	
}

.form_container a#lost_password {
	margin: 22px 0px 0px 0px;
	font-family: neue_light;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	float: right;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.form_container>span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.input_box_container {
	width: 100%;
	margin: 10px 0px 0px 0px;
	position: relative;
}

.input_box_container.w600 {
	width: 600px;
	margin: 0 auto;
}

.input_box_container>ul {
	display: block;
	overflow: hidden;
}

.input_box_container>ul>li {
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 30px;
}

.my_container {
	width: 100%;
	margin-top: 180px;
}

.my_container>h2 {
	margin-bottom: 50px;
	padding: 0px 0px 10px 0px;
	font-family: "Play", sans-serif;
	font-size: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	display: block;
	color: #f60000;
}

.tab_content {
	text-align: center;
	font-size: 0;
	
	border-radius: 55px;
	padding: 30px;
}

.tab_content>input[type="radio"] {
	display: none;
}

.tab_content>input[type="radio"]+label {
	display: inline-block;
	padding: 20px 40px;
	color: #999;
	font-size: 24px;
	cursor: pointer;
	transition: 0.3s all;
}

.tab_content>input[type="radio"]+label.end {
	display: none;
}

.tab_content>input[type="radio"]:checked+label {
	border-bottom: 1px solid #f60000;
	color: #fff;
	font-weight: bold;
}

.conbox {
	display: none;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 0;
}

.tab_content>input[id="tab01"]:checked~.con1 {
	display: block;
}

.tab_content>input[id="tab02"]:checked~.con2 {
	display: block;
}

.tab_content>input[id="tab03"]:checked~.con3 {
	display: block;
}

.mny-btn {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 20px 0 50px;
}

.result-box {
	display: block;
	text-align: center;
	margin-bottom: 100px;
}

.caution-box {
	display: block;
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 30px;
	margin-bottom: 50px;
	width: 50%;
	margin: 0 auto;
}

.caution-box2 {
	display: block;
	padding: 30px 30px;
	border-radius: 30px;
	margin-bottom: 50px;
	width: 50%;
	margin: 0 auto;
}

.caution-box h4 {
	display: block;
	font-size: 24px;
	color: #ec3a3a;
	font-weight: bold;
	margin-bottom: 30px;
}

.caution-box h4 i {
	margin-right: 10px;
}

.caution-box span {
	display: block;
	line-height: 33px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.table-list {
	display: block;
	overflow: hidden;
	text-align: center;
}

.table-list li {
	display: inline-block;
	/*float: left;*/
	width: 48%;
}

.table-list li~li {
	margin-left: 4%;
}

.table-list li h3 {
	font-size: 36px;
	margin-bottom: 30px;
	color: #ef3737;
	font-weight: bold;
}

.table-list li h3 b {
	color: #fff;
}

.table-list table {
	width: 100%;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table-list table thead {
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	position: relative;
}

.table-list table thead::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 80px;
	left: 0;
	top: 0;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: -1;
}

.table-list table thead::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 80px;
	right: 0;
	top: 0;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: -1;
}

.table-list table tbody tr {
	line-height: 20px;
	text-align: center;
	font-size: 16px;
}

.table-list table tbody tr td {
	padding: 20px 0;
}

.table-list table tbody tr.table-in td {
	padding: 10px 0;
}

.table-list table tbody tr~tr {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.table-list table tbody tr.table-in {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.03);
}

.table-list table tbody tr.table-in~tr.table-in {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

table tbody td.none {
	color: #666;
	text-align: center;
	display: table-cell;
}

.list-none {
	display: block;
	color: #666;
	text-align: center;
	line-height: 40px;
}

.possession {
	display: block;
}

.possession span {
	font-size: 24px;
	line-height: 40px;
	display: inline-block;
	color: #e0ef37;
}

.possession span:last-child {
	color: #ec3a3a;
	margin-left: 5px;
	font-weight: bold;
}

.possession span:last-child b {
	color: #fff;
	margin-left: 10px;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from {
		background: #5264ae;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@-moz-keyframes inputHighlighter {
	from {
		background: #5264ae;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@keyframes inputHighlighter {
	from {
		background: #5264ae;
	}

	to {
		width: 0;
		background: transparent;
	}
}

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.row>.column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
	float: left;
	width: 25%;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 102;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.hnaibo>h2 {
	margin: 50px 0 20px;
	padding: 0px 0px 10px 0px;
	font-family: "Play", sans-serif;
	font-size: 60px;
	color: #fff;
	text-align: center;
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	display: block;
	color: #e0ef37;
}

.hnaibo>h2.tm140 {
	margin-top: 140px;
}

.hnaibo>h2>b {
	color: #fff;
	font-family: "Play", sans-serif;
}

.hnaibo>span {
	margin-bottom: 50px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 20px;
}

.games-layout {
	width: 100%;
}

.games-layout ul {
	display: block;
	text-align: left;
}

.games-layout ul li {
	display: inline-block;
	width: 23.37%;
	margin-bottom: 50px;
	margin-right: 20px;
	position: relative;
}

.games-layout ul li:nth-child(4n) {
	margin-right: 0;
}

.thumbnail {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.thumbnail img {
	width: 100%;
	display: block;
	border-radius: 15px 15px 0 0;
}

.thumbnail.live::before {
	content: "LIVE";
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	background-color: #c13334;
	position: absolute;
	z-index: 1;
	left: -27px;
	top: 0;
	font-size: 14px;
	font-weight: bold;
	transform: rotate(-45deg);
}

.thumbnail.live::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	left: 5px;
	top: 28px;
	z-index: 2;
}

.mov {
	visibility: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #252531;
	box-shadow: 0 0 10px 5px rgba(193, 83, 232, 0.5);
	border-radius: 15px;
	opacity: 0;
}

.mov-scale {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 5;
	box-shadow: 0 0 10px 5px rgba(193, 83, 232, 0.5);
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
	background-color: #252531;
	width: 100%;
	height: 100%;
}

.mov img {
	width: 100%;
	display: block;
	border-radius: 15px;
}

.mov iframe {
	border-radius: 15px;
	width: 100%;
}

.info-box {
	display: block;
	padding: 20px 10px;
	text-align: left;
}

.info-box>span {
	font-size: 14px;
	color: #eb69d6;
	margin-bottom: 5px;
/* 	display: block; */
	position: relative;
    display: flex;
    word-break: break-all;
    justify-content: space-between;
}

.info-box>span div {
	display: inline-block;
	margin-left: 5px;
}

.info-box>span div.table7 {
	color: #f1c40f;
}

.info-box>span div.table9 {
	color: #44ce44;
}

.info-box>span div b {
	margin-left: 2px;
}

.info-box>span em {
	/* position: absolute;
	right: 0;
	color: #e0ef37;
	display: inline-block; */

	position: relative;
    right: 0;
    color: #e0ef37;
    display: inline-block;
    width: 50px;
    text-align: right;
}

.info-box h3 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.info-box h3 span {
	display: inline;
	float: right;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

.info-box h3 span.dark {
	color: #999;
}

.info-box h3 span.red {
	color: #c13334;
}

.info-box dl {
	display: block;
	overflow: hidden;
	font-size: 14px;
}

.info-box dl dt {
	float: left;
	color: #fff;
}

.info-box dl dt em {
	font-style: normal;
	color: #f1c40f;
}

.info-box dl dt em:nth-child(2) {
	color: #44ce44;
}

.info-box dl dt span {
	display: inline-block;
	margin-left: 5px;
	color: #fff;
}

.info-box dl dt span b {
	font-size: 14px;
	display: inline-block;
	padding-left: 15px;
	background: url(/img/icon/timer.png) no-repeat left center;
}

.info-box dl dd {
	float: right;
	color: #999;
	text-align: right;
}

.info-box dl dd i {
	margin-right: 5px;
}

.concept-box {
	display: block;
	margin-top: 50px;
	position: relative;
	text-align: center;
}

.concept-box h2 {
	margin-bottom: 20px;
	padding: 0px 0px 10px 0px;
	font-family: "Play", sans-serif;
	font-size: 60px;
	text-align: center;
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	display: block;
	color: #e0ef37;
}

.form_container .error-container.active .error-dialog .concept-box h2 b {
	font-family: "Play", sans-serif;
	color: #fff;
}

.concept-box>span {
	margin: 100px 0 100px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 20px;
}

.text-box {
	display: block;
}

.text-box.tm100 {
	margin-top: 100px;
}

.text-box h3 {
	font-size: 30px;
	font-family: "Play", sans-serif;
	display: block;
	color: #e0ef37;
	margin-bottom: 30px;
}

.text-box h4 {
	font-size: 22px;
	font-family: "Play", sans-serif;
	color: #fff;
	margin-bottom: 15px;
}

.text-box>p {
	color: rgb(201 199 194);
	line-height: 24px;
	font-size: 16px;
}

.text-box img {
	width: 100%;
}

.tm50 {
	margin-top: 50px;
}

.bm50 {
	margin-bottom: 50px;
}

.text-box>span {
	display: block;
	position: relative;
	padding-left: 45px;
	font-size: 22px;
	font-family: "Play", sans-serif;
	color: #fff;
	line-height: 35px;
}

.text-box>span~span {
	margin-top: 20px;
}

.text-box>span>em {
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: linear-gradient(to right top, rgb(224, 239, 55), rgb(193, 83, 232));
	border: 3px solid #fff;
	line-height: 27px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	left: 0;
	top: 0;
}

.text-box>p span {
	display: block;
	position: relative;
	padding-left: 20px;
}

.text-box>p span::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 7px;
	background: linear-gradient(to right top, rgb(216, 70, 50), rgb(193, 83, 232));
	transform: rotate(45deg);
}

.fb {
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.text-box>p>em {
	display: block;
	position: relative;
	padding-left: 22px;
}

.text-box>p>em::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 5px;
	height: 5px;
	left: 10px;
	top: 10px;
	border-radius: 100%;
	background: #e0ef37;
}

.text-box>p b {
	display: block;
}

.text-box>p strong {
	display: block;
	position: relative;
	padding-left: 20px;
}

.text-box>p strong em {
	position: absolute;
	left: 0;
}

.text-box h5 {
	display: block;
	position: relative;
	padding-left: 20px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.text-box h5::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 5px;
	background: linear-gradient(to right top, rgb(216, 70, 50), rgb(193, 83, 232));
	transform: rotate(45deg);
}

.text-box table {
	width: 100%;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.text-box table thead {
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	position: relative;
}

.text-box table thead::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 80px;
	left: 0;
	top: 0;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: -1;
}

.text-box table thead::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 80px;
	right: 0;
	top: 0;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: -1;
}

.text-box table tbody tr {
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}

.text-box table tbody tr~tr {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.text-box table tbody tr td {
	line-height: 24px;
	padding: 20px 15px;
}

.text-box table tbody tr td b {
	color: #e0ef37;
}

.text-box table tbody tr td~td {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.text-box table tbody tr td:nth-child(2) {
	text-align: left;
}

.text-box table tbody tr td:nth-child(3) {
	width: 10%;
}

.input-blok {
	color: rgba(255, 255, 255, 0.5) !important;
}

.wrap,
.wrap .img-area,
.wrapper .img-area {
	background-color: transparent;
	box-shadow: -3px -3px 7px #404871, 3px 3px 5px #000;
}

.wrapper {
	position: relative;
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.wrap {
	position: relative;
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	border-radius: 10px;
}

.img-area {
	height: 180px;
	width: 180px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.img-area .none {
	display: none;
}

.img-area .inner-area {
	height: calc(100% - 25px);
	width: calc(100% - 25px);
	border-radius: 50%;
}

.img-area span {
	display: inline-block;
	position: absolute;
	font-size: 16px;
	text-align: center;
}

.img-area span.fw {
	color: #fff;
}

.img-area span i {
	display: block;
	font-size: 20px;
}

.inner-area img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.user-id {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0 15px;
}

.user-name {
	color: #999;
	font-size: 16px;
	margin-bottom: 15px;
}

.valname {
	border: 1px solid #ef4037;
	font-size: 14px;
	padding: 16px 10px;
	display: block;
	width: 100%;
	border-radius: 5px;
	color: #999;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.table-responsive {
	width: 1200px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 auto;
}

.table-responsive ul.title-txt {
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	position: relative;
}

.table-responsive ul.title-txt::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 80px;
	left: 0;
	top: 0;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: -1;
}

.table-responsive ul.title-txt::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 80px;
	right: 0;
	top: 0;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: -1;
}

.table-responsive ul {
	overflow: hidden;
	display: block;
}

.table-responsive ul li {
	float: left;
	color: #fff;
}

.table-responsive ul.title-txt li {
	font-weight: bold;
}

.table-responsive ul.title-txt li:nth-child(1) {
	width: 10%;
	background: url() no-repeat top center;
}

.table-responsive ul.title-txt li:nth-child(2) {
	width: 55%;
}

.table-responsive ul.title-txt li:nth-child(3) {
	width: 20%;
}

.table-responsive ul.title-txt li:nth-child(4) {
	width: 15%;
}

.table-responsive ul.type2 li:nth-child(1) {
	width: 8%;
	background: url() no-repeat top center;
}

.table-responsive ul.type2 li:nth-child(2) {
	width: 45%;
}

.table-responsive ul.type2 li:nth-child(3) {
	width: 20%;
	text-align:center;
}

.table-responsive ul.type2 li:nth-child(4) {
	width: 15%;
}

.table-responsive ul.type2 li:nth-child(5) {
	width: 10%;
}

.table-responsive ul.list-txt li {
	line-height: 60px;
	font-size: 16px;
	display: inline-block;
}

.table-responsive ul.list-txt~ul.list-txt {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.table-responsive ul.list-txt li:nth-child(1) {
	width: 10%;
}

.table-responsive ul.list-txt li:nth-child(2) {
	width: 55%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.table-responsive ul.list-txt li:nth-child(3) {
	width: 20%;
}

.table-responsive ul.list-txt li:nth-child(4) {
	width: 15%;
}


.table-responsive ul.list-txt2 li {
	line-height: 60px;
	font-size: 16px;
	display: inline-block;
}

.table-responsive ul.list-txt2~ul.list-txt2 {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.table-responsive ul.list-txt2 li:nth-child(1) {
	width: 8%;
}

.table-responsive ul.list-txt2 li:nth-child(2) {
	width: 45%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.table-responsive ul.list-txt2 li:nth-child(3) {
	width: 20%;
}

.table-responsive ul.list-txt2 li:nth-child(4) {
	min-width: 150px;
	width:15%
}

.table-responsive ul.list-txt2 li:nth-child(5) {
	width: 10%;
}

.complet {
	color: #999 !important;
}


.paging {
	width: 1200px;
	position: relative;
	padding-top: 50px;
	text-align: center;
	margin: 0 auto;
}

.paging a {
	display: inline-block;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.paging a.active {
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	color: #e0ef37;
}

.paging button {
	position: absolute;
	top: 40px;
	right: 0;
	width: 200px;
}

.btn-layout {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.btn-layout button {
	display: inline-block;
	width: 200px;
	float: none;
}

.btn-layout button~button {
	margin-left: 20px;
}

.view-responsive {
	width: 1200px;
	margin: 0 auto;
}

.view-responsive .title-box {
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	position: relative;
	padding: 26px;
	color: #fff;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.view-responsive .day-box-view {
	padding: 10px 20px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.view-responsive .content-box {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 40px;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	text-align: left;
}

.reply-layout {
	padding: 30px 30px 30px 60px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 40px;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
	position: relative;
	text-align: left;
}

.reply-layout em {
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 30px;
	color: #e0ef37;
}

.reply-layout span {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.line-bg {
	margin-top: 30px;
	border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.view-responsive>ul {
	display: block;
	text-align: center;
}

.view-responsive>ul>li {
	display: inline-block;
	margin-bottom: 40px;
	margin-right: 40px;
}

.view-responsive>ul>li:nth-child(4n) {
	margin-right: 0;
}

.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}

.bm0 {
	margin-bottom: 0 !important;
}

.responsive-box {
	display: block;
}

.responsive-box .pc-tab {
	display: block;
	text-align: center;
	margin-bottom: 50px;
	transition: 0.3s all;
}

.responsive-box .pc-tab li {
	display: inline-block;
	width: 200px;
	line-height: 50px;
	text-align: center;
	background-color: #243740;
	border-radius: 25px;
	color: #999;
	font-size: 16px;
	cursor: pointer;
}

.responsive-box .pc-tab li.active {
	background-color: #e0ef37;
	color: #000;
	font-weight: bold;
}

.responsive-box .pc-tab li~li {
	margin-left: 10px;
}

.responsive-box .m-tab {
	display: none;
}

.table-resuts {
	width: 100%;
}

.table-resuts .search-box {
	width: 100%;
	margin-bottom: 30px;
}

.table-resuts .search-box ul {
	display: block;
	overflow: hidden;
}

.table-resuts .search-box ul li {
	float: left;
	width: 350px;
	height: 53px;
	transition: 0.3s all;
}

.table-resuts .search-box ul li .inp-day {
	width: 45%;
	float: left;
}

.table-resuts .search-box ul li .inp-day:last-child {
	float: right;
}

.table-resuts .search-box ul li:last-child {
	position: relative;
	width: 420px;
	float: right;
	transition: 0.3s all;
}

.day-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.day-box::before {
	content: "~";
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	font-size: 16px;
}

.group-box {
	width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
}

.group-box .l-int {
	width: 40%;
	float: left;
}

.group-box .r-int {
	float: right;
	width: 55%;
}

.search-btn {
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 20px;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	color: #fff;
}

.table-responsive-box {
	display: block;
	width: 100%;
}

.table-responsive-box table {
	width: 100%;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table-responsive-box table thead {
	position: relative;
}

.table-responsive-box table thead::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 80px;
	left: 0;
	top: 0;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: -1;
}

.table-responsive-box table thead::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 80px;
	right: 0;
	top: 0;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: -1;
}

.table-responsive-box table thead tr {
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	height: 80px;
}

.table-responsive-box table thead tr th {
	padding: 0 10px;
	vertical-align: middle;
}

.table-responsive-box table tbody tr {
	line-height: 24px;
	text-align: center;
	font-size: 16px;
}

.table-responsive-box table tbody tr~tr {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.table-responsive-box table tbody tr td {
	position: relative;
	padding: 20px 10px;
	vertical-align: middle;
}

.table-responsive-box table tbody tr td~td {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.table-responsive-box table tbody tr td div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.table-responsive-box table tbody tr td h6 span {
	font-size: 14px;
	color: #999;
	margin-right: 5px;
}

.table-responsive-box table tbody tr td h6 em {
	font-size: 12px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #176874;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	margin-left: 5px;
}

.table-responsive-box table tbody tr td select {
	font-size: 16px;
	padding: 0 15px;
	display: block;
	width: 100%;
	border: none;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 5px;
	color: #fff;
	background-color: transparent;
}

.table-responsive-box table tbody tr td select:focus {
	outline: none;
	border: 1px solid #e0ef37;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.table-responsive-box table tbody tr td select option {
	background-color: #252531;
	line-height: 40px;
}

.on-line {
	background: url(/img/icon/connect_on.png) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
}

.off-line {
	background: url(/img/icon/connect_off.png) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
}

.td-red {
	color: #c13334;
}

.td-blue {
	color: #3874b8;
}

.td-yellow {
	color: #face00;
}

.r-t {
	text-align: right;
}

.dealer_container {
	width: 100%;
}

.dealer-responsive button {
	width: 100%;
	margin-top: 20px;
}

.tab_guide {
	width: 100%;
	display: block;
	text-align: center;
}

.tab_guide button {
	background-color: transparent;
	font-size: 50px;
	font-family: "Play", sans-serif;
	color: rgba(255, 255, 255, 0.2);
	width: 49%;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 100px;
	cursor: pointer;
}

.tab_guide button.active {
	color: #e0ef37;
	border-bottom: 1px solid #e0ef37;
}

.lock {
	position: absolute;
	color: red;
	right: 10px;
	top: 130px;
	font-size: 40px;
}

.lock i {
	text-shadow: 2px 2px 6px gray;
}

option {
	padding: 5px 0;
}

.info-code .qr {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background-color: #fff;
	padding: 5px;
}

.info-code .qr img {
	width: 100%;
}

.info-code .mny-guide {
	background-color: #151f2a;
	margin-top: 20px;
	padding: 10px 20px;
}

.popmb10 {
	margin-bottom: 10px !important;
}

.games-tab {
	display: block;
	margin-bottom: 160px;
}

.games-tab ul {
	/* display: block;*/
	display: flex;
	text-align: center;
	justify-content: center;
}

.games-tab ul li {
	display: inline-block;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.2);
	position: relative;
}


.games-tab ul li span {
	display: block;
	font-size: 14px;
	line-height: 16px;
}

.games-tab ul li img {
	width: 100px;
	opacity: 0.4;
}

.games-tab ul li.active {
	color: #fff;
	font-weight: bold;
}

.games-tab ul li.active img {
	opacity: 1;
}

.games-tab ul li~li {
	margin-left: 5%;
}

.games-tab ul li~li::before {
	position: absolute;
    content: '';
    left: -50%;
    top: 50%;
    background-color: #666;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    transform: translate(50%, -50%);
}

.games-tab ul li:first-child::before {
	content: '';
	position: absolute;
	left: -150%;
	top: 50%;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
	background-color: #666;
}

.games-tab ul li:last-child::after {
	content: '';
	position: absolute;
	right: -150%;
	top: 50%;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
	background-color: #666;
}


/* loading */

.game_loading {
	background: url(/images/main/loading.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: absolute;
	top:0;
	left:0;
	z-index: 99;

}


.m_viewer {
	display: none;
}

.tableSNG {
	color: red;
}


.games-tab2 {
	display: block;
	margin-bottom: 80px;
}

.games-tab2 ul {
	/* display: block;*/
	display: flex;
	text-align: center;
	justify-content: center;
}

.games-tab2 ul li {
	display: inline-block;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.2);
	position: relative;
}


.games-tab2 ul li span {
	display: block;
	font-size: 14px;
	line-height: 16px;
}

.games-tab2 ul li img {
	width: 100px;
	opacity: 0.4;
}

.games-tab2 ul li.active {
	color: #fff;
	font-weight: bold;
}

.games-tab2 ul li.active img {
	opacity: 1;
}

.games-tab2 ul li~li {
	margin-left: 5%;
}




@media (max-width: 700px) {


	.box-set {
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
		transition: opacity 0.5s;
		z-index: 1;
		position: relative;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 10px;
	}

	.my_container {
		width: 100%;
		margin-top: 80px;
	}
	
	.form_container {
		width: 100%;
	}

	.form_container .submit_container {
		width: 100%;
	}

	.text-box table tbody tr td:nth-child(3) {
		width: 20%;
	}

	.tab_content>input[type="radio"]+label {
		font-size: 18px;
		padding: 20px 15px;
	}

	.input_box_container.w600 {
		width: 100%;
	}

	.mny-btn {
		width: 100%;
	}

	.mny-btn button {
		margin-right: 10px;
		margin-bottom: 10px;
		width: 30%;
	}

	.mny-btn button:nth-child(3n) {
		margin-right: 0;
	}

	.caution-box {
		width: 100%;
	}

	.table-list li {
		width: 100%;
	}

	.popup {
		width: 90%;
	}

	.pop-contents {
		width: 100%;
		padding: 0 20px 20px;
	}

	.scroll-box {
		width: 100%;
	}

	.games-tab ul li {
		width: 80px;
	}

	.games-tab ul li img {
		width: 100%;
	}

	.games-tab ul li~li::before {
		display:none;
	}

	.games-tab2 ul li {
		width: 80px;
	}

	.games-tab2 ul li img {
		width: 100%;
	}

	.games-tab2 ul li~li::before {
		display:none;
	}

	.game_loading {
		background: url(/images/main/loading_m.jpg) no-repeat center;
		background-size: cover;
		width: 100%;
		height: 100vh;
	}
	
}

@media (max-width: 540px) {

	.my_container {
		width: 100%;
		margin-top: 80px;
	}

	.form_container #remember_account,
	.form_container a#lost_password {
		float: none;
		width: 100%;
		display: block;
	}

	.form_container a#lost_password {
		border: 1px solid rgba(255, 255, 255, 0.3);
		line-height: 50px;
		border-radius: 5px;
	}

	.games-tab ul li {
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 15px;
		width: 18%;
		float: left;
		display: flex;
		flex-direction: column;
	}

	.games-tab2 ul li {
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 15px;
		width: 18%;
		float: left;
		display: flex;
		flex-direction: column;
	}

	.concept-box {
		margin-top: 100px;
	}

	.games-tab ul li span {
		margin-left: 0;
		display: block;
		font-size: 11px;
	}

	.games-tab {
		margin-bottom: 30px;
		display: flex;
    	align-items: center;
    	flex-direction: column;
	}

	.games-tab2 ul li span {
		margin-left: 0;
		display: block;
		font-size: 11px;
	}

	.games-tab2 {
		margin-bottom: 30px;
		display: flex;
    	align-items: center;
    	flex-direction: column;
	}



	button.result {
		width: 100%;
		margin: 2px;
	}

	.scroll-box ul li {
		width: 45%;
	}

	.scroll-box ul li:nth-child(3n) {
		margin-right: 15px;
	}

	.scroll-box ul li:nth-child(2n) {
		margin-right: 0;
	}

	.tab_content {}

	.tab_content>input[type="radio"]+label {
		width: 33.3333%;
		border: 1px solid rgba(255, 255, 255, 0.1);
	}

	.tab_content>input[type="radio"]:checked+label {
		border: 1px solid #e0ef37;
	}

	.tab_content>input[type="radio"]+label.end {
		display: inline-block;
		background-color: rgba(255, 255, 200, 0.03);
	}
}

@media (max-width: 1420px) {
	.games-layout ul {
		text-align: center;
	}

	.games-layout ul li {
		width: 31%;
	}

	.games-layout ul li:nth-child(4n) {
		margin-right: 20px;
	}

	.games-layout ul li:nth-child(3n) {
		margin-right: 0;
	}

	.hnaibo {
		width: 100%;
		padding: 0px 0px;
	}
}

@media (max-width: 1200px) {
	.table-responsive {
		width: 100%;
	}

	.paging {
		width: 100%;
	}

	.view-responsive {
		width: 100%;
	}

	.table-responsive-box {
		overflow-x: scroll;
	}

	.table-responsive-box table {
		width: 1400px;
	}

	.games-tab ul li:first-child::before,
	.games-tab ul li:last-child::after {
		display: none;
	}

	.games-tab2 ul li:first-child::before,
	.games-tab2 ul li:last-child::after {
		display: none;
	}
}

@media (max-width: 1200px) {
	.view-responsive>ul>li:nth-child(4n) {
		margin-right: 30px;
	}

	.view-responsive>ul>li:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 880px) {
	.view-responsive>ul>li:nth-child(3n) {
		margin-right: 30px;
	}

	.view-responsive>ul>li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 940px) {
	.responsive-box .m-tab {
		display: block;
		margin-bottom: 20px;
	}

	.responsive-box .pc-tab {
		display: none;
	}
}

@media (max-width: 900px) {
	.table-responsive {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.table-responsive ul.list-txt li {
		line-height: 30px;
		white-space: nowrap;
	}

	.table-responsive ul.title-txt {
		display: none;
	}

	.table-responsive ul.list-txt {
		padding: 10px;
	}

	.table-responsive ul.list-txt li {
		text-align: left;
	}

	.table-responsive ul.list-txt li:nth-child(1) {
		display: none;
	}

	.table-responsive ul.list-txt li:nth-child(2) {
		width: 100%;
		display: block;
		text-align: left;
		font-weight: bold;
	}

	.table-responsive ul.list-txt li:nth-child(3) {
		width: 80%;
		font-size: 14px;
		color: #999;
	}

	.table-responsive ul.list-txt li:nth-child(4) {
		float: right;
		text-align: right;
	}


	.table-responsive ul.list-txt2 li {
		line-height: 30px;
	}


	.table-responsive ul.list-txt2 {
		padding: 10px;
	}

	.table-responsive ul.list-txt2 li {
		text-align: left;
	}
	
	.table-responsive ul.list-txt2 li:nth-child(1) {
		display: none;
	}
	
	.table-responsive ul.list-txt2 li:nth-child(2) {
		width: 100%;
		display: block;
		text-align: left;
		font-weight: bold;
	}
	
	.table-responsive ul.list-txt2 li:nth-child(3) {
		color: #999;
		min-width:150px;
		text-align:right;
		float: right;
	}
	
	.table-responsive ul.list-txt2 li:nth-child(4) {
		min-width: 150px;
		font-size: 14px;
		color: #999;
	}
	
	.table-responsive ul.list-txt2 li:nth-child(5) {
		min-width:50px;
		text-align: right;
		margin-right:10px;
		position:absolute;
		right:29px;
		color: #999;
	}


	.paging button {
		position: static;
		top: auto;
		right: auto;
		width: 100%;
		margin-top: 30px;
	}

	.table-resuts .search-box ul li {
		float: none;
		width: 100% !important;
	}

	.table-resuts .search-box ul li~li {
		margin-top: 20px;
	}

	.group-box .l-int {
		width: 45%;
	}

	.group-box .r-int {
		width: 50%;
	}

		
	.caution-box2 {
		width: 100%;
		padding:20px 0;
	}
}

@media (max-width: 800px) {
	.games-layout ul li {
		width: 46%;
	}

	.games-layout ul li:nth-child(3n) {
		margin-right: 20px;
	}

	.games-layout ul li:nth-child(2n) {
		margin-right: 0;
	}

	.w1200 {
		width: 100%;
	}

	.btn-layout button {
		display: block;
		width: 100%;
	}

	.btn-layout button~button {
		margin-left: 0;
		margin-top: 15px;	}
	
}

@media (max-width: 550px) {
	.view-responsive>ul>li {
		margin-right: 0 !important;
	}
}

@media (max-width: 500px) {
	.info-box h3 {
		font-size: 18px;
	}

	.games-layout ul li {
		width: 46%;
		margin-right: 10px;
	}

	.games-layout ul li:nth-child(3n) {
		margin-right: 10px;
	}

	.games-layout ul li:nth-child(2n) {
		margin-right: 0;
	}

	.mov-scale {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		z-index: 5;
		box-shadow: 0 0 10px 5px rgba(193, 83, 232, 0.5);
		border-radius: 15px;
		overflow: hidden;
		cursor: pointer;
		background-color: #252531;
		width: 100%;
		height: 100%;
	}

	.m_viewer {
		position: absolute;
		bottom: -100%;
		left: 0;
		width: 100%;
		height: 100vh;
		display: block;
		z-index: 999;
		transition: all 0.3s;
		opacity: 0;
		z-index: -10;
		padding-top: 150px;
		background: url(/img/popup/view_bg.jpg) no-repeat top center;
		background-size: 100%;
	}

	.m_viewer .view_contents {
		position: relative;
		width: 100%;
	}

	.m_viewer .view_contents>button {
		background-color: transparent;
		color: #fff;
		font-size: 36px;
		width: 50px;
		height: 50px;
		right: 0;
		top: 0;
		position: absolute;
		z-index: 10;
	}

	.m_viewer .view_contents .view_mov {
		width: 100%;
	}

	.m_viewer .view_contents .view_mov iframe {
		width: 100vw;
		height: 56vw;
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
		position: relative;
	}

	.m_viewer .view_contents .view_mov .info-box {
		padding: 20px 10px 50px;
		background-color: #332545;
	}

	.m_viewer .view_contents .view_mov .info-box::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100px;
		bottom: 272px;
		left: 0;
		background: linear-gradient(to bottom, transparent, #332545);
		z-index: 10;
	}

	.m_viewer .view_contents .view_mov .info-box::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 200px;
		bottom: -200px;
		left: 0;
		background: linear-gradient(to bottom, #332545, transparent);
		z-index: 10;
	}

	.m_viewer .view_contents .view_mov .info-box button {
		line-height: 60px;
		text-align: center;
		background-color: #fff;
		border-radius: 30px;
		font-size: 24px;
		width: 100%;
		margin: 0 0 30px 0;
		font-weight: bold;
	}

	.m_viewer .view_contents .view_mov .info-box span {
		font-size: 24px;
	}

	.m_viewer .view_contents .view_mov .info-box h3 {
		font-size: 36px;
		margin-bottom: 30px;
	}

	.m_viewer .view_contents .view_mov .info-box h3 span {
		line-height: 36px;
		font-size: 18px;
	}

	.m_viewer .view_contents .view_mov .info-box h3 span.dark {
		color: #999;
	}

	.m_viewer .view_contents .view_mov .info-box h3 span.red {
		color: #c13334;
	}

	.m_viewer .view_contents .view_mov .info-box dl {
		font-size: 24px;
	}

	.info-box dl {
		font-size: 12px;
	}

	.info-box dl dt span b {
		font-size: 12px;
	}

	.btn_box button .top {
		font-size: 12px;
	}
	
	.btn_box button .icon {
		width: 36px;
		height: 36px;
		margin-right: 20px;
	}
	
	.btn_box button.g_btn {
		margin-right: 10px;
	}
	
	.btn_box button.g_btn .icon {
		background: url('http://smartclip.kr/image/main/g_icon.svg') no-repeat center / contain !important;
	}
	
	.btn_box button.a_btn .icon {
		background: url('http://smartclip.kr/image/main/a_icon.svg') no-repeat center / contain !important;
	}
	

	/* etc */
	.animated {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		-webkit-transition: all ease-in-out 1s;
		transition: all ease-in-out 1s;
		transition-timing-function: ease;
	}

	.animated.on {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	.animated_2 {
		opacity: 0;
		-webkit-transform: translateX(80px);
		transform: translateX(80px);
		-webkit-transition: all ease-in-out 1s;
		transition: all ease-in-out 1s;
		transition-timing-function: ease;
	}

	.animated_2.on {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	.animated_3 {
		opacity: 0;
		-webkit-transform: translateX(-80px);
		transform: translateX(-80px);
		-webkit-transition: all ease-in-out 1s;
		transition: all ease-in-out 1s;
		transition-timing-function: ease;
	}

	.animated_3.on {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	.animated_4 {
		opacity: 0;
		-webkit-transform: translateY(-80px) scale(1.3);
		transform: translateY(-80px) scale(1.3);
		-webkit-transition: all ease-in-out 1s;
		transition: all ease-in-out 1s;
		transition-timing-function: ease;
	}

	.animated_4.on {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
		opacity: 1;
	}

	.d-1s {
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
	}

	.d-2s {
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}

	.d-3s {
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}

	.d-4s {
		-webkit-transition-delay: .4s;
		transition-delay: .4s;
	}

	.d-5s {
		-webkit-transition-delay: .5s;
		transition-delay: .5s;
	}

	.d-7s {
		-webkit-transition-delay: .7s;
		transition-delay: .7s;
	}

	.d-9s {
		-webkit-transition-delay: .9s;
		transition-delay: .9s;
	}

	.d-11s {
		-webkit-transition-delay: 1.1s;
		transition-delay: 1.1s;
	}

	.d-13s {
		-webkit-transition-delay: 1.3s;
		transition-delay: 1.3s;
	}
}