@charset "utf-8";
/* *******************************************************
 * filename : layout_responsive.css
 * description : 전체 레이아웃 반응형 CSS
 * date : 2022-07-26
******************************************************** */

/* ========================================================
 * SETTING
======================================================== */

/* Visual :: 서브비주얼 */

.hnaibo {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1400px;
	padding: 0px;
	margin: 0px auto;
}

#subContent {
	width: 1400px;
	margin: 0 auto;
}

#visual {
	width: 100%;
	height: 380px;
	background-size: cover !important;
}

.sub-visual-area {
	max-width: 1320px;
	margin: 0px auto;
}

#visual .visual-txt-con {
	position: relative;
	text-align: left;
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
}

#visual .visual-txt-con .table-cell-layout {
	padding-top: 100px;
}

.table-cell-layout {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#visual .visual-tit {
	font-weight: 900;
	font-size: 80px;
	letter-spacing: 0.5px;
}

/* Login :: 로그인 */

.form_container {
	width: 540px;
	margin: 0 auto;
	padding: 50px 0;
}

.form_container h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	display: block;
	color: #e0ef37;
}

.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: 1px solid #999;
	border-radius: 50px;
	font-size: 20px;
	background-repeat: no-repeat;
	background-size: 41px 30px;
	background-position: 22px 10px;
}

.form_container .error-container {
	width: 100%;
	height: 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.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 .submit_container {
	width: 450px;
	margin: 20px auto;
	padding: 0px;
	border: none;
	overflow: hidden;
}

button.learn {
	float: left;
	width: 50%;
	background-color: #222;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-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: #0ba9b5;
}

.rule {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	border-top: 1px solid #eaeaea;
}

.form_container #remember_account {
	width: 240px;
	min-width: fit-content;
	height: 42px;
	margin: 10px 0px 0px 0px;
	float: left;
	overflow: hidden;
}

.form_container #remember_account input {
	display: none;
}

.form_container #remember_account input[type="checkbox"]+label {
	width: 40px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #bbb;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	float: left;
	display: inline;
}

.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;
	color: #666;
	font-size: 18px;
	display: inline;
	float: left;
}

.form_container p {
	margin: 0px 0px 0px 10px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	display: none;
}

.form_container a#lost_password {
	margin: 22px 0px 0px 0px;
	font-size: 18px;
	color: #666;
	text-decoration: none;
	float: right;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

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

.form_container .error-container.active {
	height: 52px;
}

.form_container .error-dialog {
	width: 100%;
	height: 24px;
	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: #666;
}

.form_container .error-container.active .error-dialog {
	opacity: 1;
	color: red;
	font-size: 2rem;
	line-height: 2rem;
}

.form_container .error-dialog i {
	margin-right: 10px;
	font-size: 3rem;
}

/* Join :: 회원가입 */

.form_container>span {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.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;
	float: left;
	width: 100%;
}

.cryptocurrency {
	display: block;
	text-align: left;
	border: 1px solid #eaeaea;
}

.cryptocurrency li {
	width: 20%;
	display: inline-block;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	transition: all 0.35s;
	position: relative;
}

.cryptocurrency li:hover::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #2bb673 !important;
	z-index: 1;
}

.cryptocurrency li:nth-child(5n) {
	border-right: 0;
}

.cryptocurrency li:nth-child(31),
.cryptocurrency li:nth-child(32) {
	border-bottom: 0;
}

.cryptocurrency li em {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #EEE;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.cryptocurrency li em img {
	width: 40%;
}

.cryptocurrency li em.two img {
	width: 30%;
}

.cryptocurrency li em.two img~img {
	margin-left: 5px;
}

.cryptocurrency li span {
	display: block;
	background-color: #f7f7f7;
	color: #2bb673;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	padding: 15px 0;
}

.wrapper {
	position: relative;
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.img-area {
	height: 180px;
	width: 180px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.wrap {
	position: relative;
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	border-radius: 10px;
}

.wrap,
.wrap .img-area,
.wrapper .img-area {
	background-color: transparent;
	box-shadow: -3px -3px 7px #eaeaea, 3px 3px 5px #bbb;
}

.img-area .inner-area {
	height: calc(100% - 25px);
	width: calc(100% - 25px);
	border-radius: 50%;
}

.inner-area img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.img-area .none {
	display: none;
}

.img-area span {
	display: inline-block;
	position: absolute;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}

.img-area span i {
	display: block;
}

.group {
	position: relative;
	width: 100%;
}

.group input.w78 {
	width: 78% !important;
}

.group span {
	top: -10px;
	font-size: 16px;
	color: #2bb673;
	padding: 0 5px;
	background-color: #fff;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 20px;
}

.group input {
	font-size: 18px;
	padding: 12px 10px;
	display: block;
	width: 100%;
	border: none;
	border: 1px solid #999;
	border-radius: 5px;
	color: #666;
}

.group select {
	font-size: 18px;
	padding: 15px 30px;
	display: block;
	width: 100%;
	border: none;
	border: 1px solid #999;
	border-radius: 5px;
	color: #666;
	background-color: transparent;
	height: 53px;
}

.group textarea {
	font-size: 18px;
	padding: 15px;
	display: block;
	width: 100%;
	border: none;
	border: 1px solid #999;
	border-radius: 5px;
	color: #666;
	height: 150px;
	line-height: 24px;
}

.group select option {
	background-color: #fff;
	line-height: 40px;
}

.group input:focus,
.group textarea:focus,
.group select:focus {
	outline: none;
}

/* LABEL ======================================= */
.group label {
	color: #ccc;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	line-height: 26px;
	left: 20px;
	top: 16px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.none-border {
	border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

/* active state */
input:read-only,
.group input:focus,
.group input:valid,
.group textarea:focus,
.group textarea:valid,
.group select:focus {
	border: 1px solid #2bb673;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

input:read-only~label,
.group input:focus~label,
.group input:valid~label,
.group textarea:focus~label,
.group textarea:valid~label,
.group select:focus~label {
	top: -12px;
	font-size: 16px;
	color: #2bb673;
	padding: 0 5px;
	background-color: #fff;
}

.group select.on {
	border: 1px solid #2bb673;
}

.group select.on~label {
	top: -10px;
	font-size: 16px;
	color: #2bb673;
	padding: 0 5px;
	background-color: #fff;
}

.group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 53px;
	border-radius: 5px;
	background-color: #333;
	color: #fff;
	font-size: 18px;
	width: 20%;
	cursor: pointer;
	border: 0;
}

.form_container .submit_container {
	width: 450px;
	margin: 20px auto;
	padding: 0px;
	border: none;
	overflow: hidden;
	position: relative;
}


.concept-box {
	display: block;
	margin-top: 40px;
	position: relative;
	text-align: center;
}

.concept-box h2 {
	margin-bottom: 20px;
	padding: 0px 0px 10px 0px;
	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 {
	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;
	display: block;
	color: #e0ef37;
	margin-bottom: 30px;
}

.text-box h4 {
	font-size: 22px;
	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;
	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%;
}

/**/
.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;
	border: 1px solid #EEE;
	border-radius: 15px;
}

.thumbnail img {
	width: 100%;
	display: block;
	border-radius: 15px;
}

.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: #FFF;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 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(0, 0, 0, 0.5);
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
	background-color: #FFF;
	width: 100%;
	height: 100%;
}

.mov img {
	width: 100%;
	display: block;
	border-radius: 15px;
}

.mov iframe {
	border-radius: 15px;
	width: 100%;
}

/**/
.my_container {
	width: 100%;
	margin-top: 80px;
}

.my_container>h2 {
	margin-bottom: 50px;
	padding: 0px 0px 10px 0px;
	font-size: 50px;
	text-align: center;
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	display: block;
	color: #2bb673;
}

.tab_content {
	text-align: center;
	font-size: 0;
	margin-bottom: 100px;
}

.tab_content>input[type="radio"] {
	display: none;
}

.tab_content>input[type="radio"]+label {
	display: inline-block;
	padding: 20px;
	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 #2bb673;
	color: #2bb673;
	font-weight: bold;
}

.conbox {
	display: none;
	text-align: left;
	box-sizing: border-box;
	padding: 50px 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;
}

.tm50 {
	margin-top: 50px;
}

.text-box.tm100 {
	margin-top: 100px;
}

.text-box {
	display: block;
	color: #666;
}

.text-box h3 {
	font-size: 30px;
	display: block;
	color: #0ba9b5;
	margin-bottom: 30px;
}

.text-box h4 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #666;
	font-weight: 400;
	line-height: 28px;
}

.text-box>p {
	color: #666;
	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;
	color: #333;
	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;
	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: #666;
	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: #0ba9b5;
}

.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: #666;
	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: #666;
	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: #0ba9b5;
}

.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%;
}

.box-center {
	margin: 0 auto;
}

.user-id {
	font-size: 24px;
	font-weight: bold;
	color: #2bb673;
	margin: 20px 0 15px;
}

.user-name {
	color: #999;
	font-size: 16px;
	margin-bottom: 15px;
}

.valname {
	border: 1px solid #2bb673;
	font-size: 14px;
	padding: 0 10px;
	display: block;
	width: 100%;
	border-radius: 5px;
	color: #999;
	box-sizing: border-box;
	line-height: 57px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

.dealer-responsive button {
	width: 100%;
	margin-top: 20px;
}

.btinp {
	position: relative;
}

.btinp .group {
	width: 74%;
}

.btinp button {
	position: absolute;
	right: 0;
	top: 15px;
	width: 25%;
	background-color: #2bb673;
	color: #000;
	border-radius: 5px;
	padding: 19px 0;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #FFF;
}

.qr-center {
	text-align: center;
}

.info-code-qr {
	display: inline-block;
	width: 200px;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	padding: 40px;
	background-color: #f7f7f7;
}

.info-code {
	display: block;
	color: #666;
	font-size: 14px;
	margin: 0 auto;
}

.info-code dl dd {
	color: #2bb673;
	margin-bottom: 10px;
	display: block;
	line-height: 24px;
}

.info-code .qr img {
	width: 100%;
}

.info-code .qr {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #e7e7e7;
}

.confirm_btn {
	background-color: #2bb673;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	width: 100%;
}

.info-code .mny-guide {
	background-color: #e7e7e7;
	margin-top: 20px;
	padding: 10px 20px;
}

.info-code dl dt {
	display: block;
	color: #999;
	line-height: 24px;
}

.info-code dl dd textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 80px;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	width: 100%;
	padding: 10px;
}

.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: #666;
}

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

.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: #333;
	border-radius: 25px;
	color: #999;
	font-size: 16px;
	cursor: pointer;
}

.responsive-box .pc-tab li.active {
	background-color: #0ba9b5;
	color: #FFF;
	font-weight: bold;
}

.responsive-box .pc-tab li~li {
	margin-left: 10px;
}

.responsive-box .m-tab {
	display: none;
}

.mny-btn {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 20px 0 50px;
}

button.mny {
	width: 16%;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	display: inline-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;
}

.result-box {
	display: block;
	text-align: center;
	margin-bottom: 100px;
}

button.result {
	width: 250px;
	background-color: #0ba9b5;
	color: #FFF;
	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: 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;
}

.caution-box {
	display: block;
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.7);
	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: 24px;
	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: #2bb673;
	font-weight: bold;
}

.table-list li h3 b {
	color: #666;
}

.table-list table {
	width: 100%;
	color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-list table thead {
	line-height: 80px;
	text-align: center;
	position: relative;
}

.table-list table thead th {
	color: #FFF;
	font-size: 16px;
}

.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(0, 0, 0, 0.5);
	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(0, 0, 0, 0.5);
	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;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

.table-list table tbody tr~tr {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.table-list table tbody tr.table-in {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	background: #EEE;
}

.table-list table tbody tr.table-in~tr.table-in {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

table tbody td.none {
	color: #666;
	text-align: center;
	display: table-cell;
	font-size: 16px;
}

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

.day-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.day-box::before {
	content: "~";
	color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	font-size: 16px;
}

.table-responsive-box {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	width: 100%;
}

.table-responsive-box table {
	width: 100%;
}

.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(0, 0, 0, 0.5);
	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(0, 0, 0, 0.5);
	z-index: -1;
}

.table-responsive-box table thead tr {
	line-height: 20px;
	text-align: center;
	height: 80px;
}

.table-responsive-box table thead tr th {
	padding: 0 10px;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
}

.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(0, 0, 0, 0.2);
}

.table-responsive-box table tbody tr td {
	position: relative;
	padding: 20px 10px;
	vertical-align: middle;
	font-size: 14px;
}

.table-responsive-box table tbody tr td~td {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.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 {
	font-size: 14px;
}

.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(0, 0, 0, 0.25);
	border-radius: 5px;
	color: #666;
	background-color: transparent;
}

.table-responsive-box table tbody tr td select:focus {
	outline: none;
	border: 1px solid #2bb673;
	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: #FFF;
	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;
}

.table-responsive {
	width: 1200px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0px 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: 0px;
	top: 0px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.table-responsive ul.title-txt::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 80px;
	right: 0px;
	top: 0px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.table-responsive ul {
	overflow: hidden;
	display: block;
}

.table-responsive ul li {
	float: left;
	color: #666;
}

.table-responsive ul.title-txt li {
	font-weight: bold;
	color: #FFF;
}

.table-responsive ul.title-txt li:nth-child(1) {
	width: 10%;
	background: url("") center top no-repeat;
}

.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.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%;
}

.complet {
	color: rgb(153, 153, 153) !important;
}

.paging {
	width: 1200px;
	position: relative;
	padding-top: 50px;
	text-align: center;
	margin: 0px auto;
}

.paging a {
	display: inline-block;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
}

.paging a.active {
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.1);
	color: #2bb673;
}

.paging button {
	position: absolute;
	top: 40px;
	right: 0px;
	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;
}

.games-tab {
	display: block;
	margin-bottom: 80px;
}

.games-tab ul {
	display: block;
	text-align: center;
}

.games-tab ul li {
	display: inline-block;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.5);
	position: relative;
	width: 7%;
}

.games-tab ul li span {
	display: block;
	font-size: 14px;
	line-height: 16px;
	line-height: 30px;
}

.games-tab ul li img {
	width: 100%;
	opacity: 0.4;
	filter: invert(100%)
}

.games-tab ul li.active {
	color: #333;
	font-weight: bold;
}

.games-tab ul li.active img {
	opacity: 1;
}

.games-tab ul li~li {
	margin-left: 5%;
}

.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}

.games-tab ul li:first-child::before {
	content: '';
	position: absolute;
	left: -150%;
	top: 42%;
	width: 100%;
	height: 1px;
	transform: translateY(-170%);
	background-color: #666;
}

.games-tab ul li:last-child::after {
	content: '';
	position: absolute;
	right: -150%;
	top: 42%;
	width: 100%;
	height: 1px;
	transform: translateY(-170%);
	background-color: #666;
}

.info-box {
	display: block;
	padding: 20px 10px;
	text-align: left;
}

.info-box>span {
	font-size: 14px;
	color: #2bb673;
	margin-bottom: 5px;
	display: block;
	position: relative;
}

.info-box>span div {
	display: inline-block;
	margin-left: 5px;
	padding-left: 12px;
}

.info-box>span div.table7 {
	color: #f1c40f;
	background: url(../img/icon/chair7.png)no-repeat;
	background-size: 50%;
}

.ctime text {
	display: inline-block;
	color: #000;
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 14px;
	margin-right: 130px;
}

.info-box>span div.table9 {
	color: #44ce44;
	background: url(../img/icon/chair9.png)no-repeat;
	background-size: 50%;
}

.info-box>span div b {
	margin-left: 2px;
}

.info-box>span em {
	position: absolute;
	right: 0;
	color: #0ba9b5;
	display: inline-block;
}

.info-box>span em i {
	font-size: 14px;
}

.info-box h3 {
	font-size: 24px;
	color: #333;
	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: #999;
}

.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: #666;
}

.info-box dl dt span b {
	font-size: 14px;
	display: inline-block;
}

.info-box dl dd {
	float: right;
	color: #999;
	text-align: right;
}

.info-box dl dd i {
	margin-right: 5px;
}

.m_viewer {
	display: none;
}

.submit_box {
	text-align: center;
	display: block;
	margin-top: 20px;
}

.btmit {
	float: none !important;
	display: inline-block !important;
}

.mt20 {
	margin-top: 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(0, 0, 0, 0.5);
	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(0, 0, 0, 0.1);
	border-radius: 40px;
	line-height: 28px;
	color: #666;
	font-size: 16px;
	text-align: left;
}

.reply-layout {
	padding: 30px 30px 30px 60px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	line-height: 28px;
	color: #666;
	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(0, 0, 0, 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;
}

.level_tab {
	display: block;
	margin-bottom: 30px;
}

.level_tab ul {
	display: flex;
}

.level_tab ul li {
	flex: 1;
	text-align: center;
	color: #999;
	line-height: 50px;
	border-radius: 10px;
	cursor: pointer;
	border: 1px solid #999;
	font-size: 16px;
}

.level_tab ul li.active {
	background-color: #0ba9b5;
	color: #fff;
	border: 1px solid #0b8b94;
	border-bottom: 0;
}

.level_tab ul li~li {
	margin-left: 1%;
}