@charset "utf-8";
#root {
	width: 100%;
	/* overflow: hidden; */
	background: #131722;
	position: relative;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

table {
	border-spacing: 2px;
	border-collapse: separate;
}

/*-------------------------------------------------------------------------------------*
 *  Header                                                                             *
 *-------------------------------------------------------------------------------------*/

/* .header_wrap {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 0 20px;
} */

/* .header_box {
	height: 90px;
	margin: 0 auto;
	display: flex;
	align-items: center;
} */

.logo {
	float: left;
	margin: 0 10px 0 0;
}

.game {
	float: left;
}

.game ul {
	display: flex;
	align-items: center;
}

.game li {
	float: left;
}

.game li .navLink {
	display: block;
	line-height: 1.4;
	text-align: center;
	padding: 0 15px;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 22px;
	color: #373737;
	transition: all 0.5s;
	white-space: nowrap;
}

.game li .navLink span {
	display: block;
	font-size: 11px;
	color: #aeaeae;
	transition: all 0.5s;
}

.game li .navLink:hover, .game li .activeNavLink {
	color: #1d4eb5;
	font-weight: 300;
}

.game li .navLink:hover span, .game li .activeNavLink span {
	color: #07bfdd;
}

.my_wrap {
	float: left;
	width: 100%;
	background: #f4f4f4;
}

.my_box {
	height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login ul {
	display: flex;
	align-items: center;
}

.login li {
	float: left;
	margin: 0 15px 0 15px;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 14px;
	color: #8b8b8b;
}

.login li a {
	display: inline-block;
	text-align: center;
	padding: 10px 0px;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 14px;
	color: #8b8b8b;
	transition: all 0.5s;
}

.login li a:hover {
	color: #00b8ff;
}

.my ul {
	display: flex;
	align-items: center;
}

.my li {
	float: left;
	margin: 0 15px 0 15px;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 14px;
	color: #686868;
}

.my li a {
	display: inline-block;
	text-align: center;
	padding: 10px 0px;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 14px;
	color: #686868;
	transition: all 0.5s;
}

.my li span {
	color: #00b8ff;
}

.utill_btn01 {
	background: linear-gradient(#06aede 0%, #1d50b6 100%);
	min-width: 70px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	color: #ffffff !important;
	font-size: 14px;
	letter-spacing: -1pt;
	font-weight: 300;
	border-radius: 3px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.utill_btn02 {
	background: linear-gradient(#525c76 0%, #242a3c 100%);
	min-width: 80px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	color: #ffffff !important;
	font-size: 14px;
	letter-spacing: -1pt;
	font-weight: 300;
	border-radius: 3px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.utill_btn01:hover {
	background: linear-gradient(-45deg, #06aede 0%, #1d50b6 100%);
}

.utill_btn02:hover {
	background: linear-gradient(-45deg, #525c76 0%, #242a3c 100%);
}

/*-------------------------------------------------------------------------------------*
 *  Contents                                                                           *
 *-------------------------------------------------------------------------------------*/

.title_wrap {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	text-align: center;
}

.title_box {
	height: 80px;
	margin: 0 auto;
	border-bottom: 1px solid #97a3c3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title {
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 24px;
	color: #FDD902;
}

.s_title1 {
	padding: 0 0 5px 0;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
}

.contents_wrap {
	float: left;
	width: 100%;
	margin: 40px 0 40px 0;
	padding: 0 5px;
}

.contents_box {
	margin: 0 auto;
	/* height: 100%; */
}

.con_box00 {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	display: flex;
	justify-content: center;
}

.con_box00 tr:nth-child(3) td.list1{
	min-width: 100px;
	
}

.con_box05 {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}

.con_box10 {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

.con_box20 {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

.con_box30 {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}

.con_box40 {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}

.con_box50 {
	float: left;
	width: 100%;
	margin: 50px 0 0 0;
}

.con_box60 {
	float: left;
	width: 100%;
	margin: 60px 0 0 0;
}

/*-------------------------------------------------------------------------------------*
 *  Footer                                                                             *
 *-------------------------------------------------------------------------------------*/

.footer_wrap {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 60px 0 60px 0;
	background: #0a0d14;
	overflow: hidden;
}

.footer_box {
	margin: 0 auto;
}

.f_top {
	float: left;
	width: 100%;
	line-height: 40px;
	margin: 0 0 35px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.f_logo {
	float: left;
}

.f_sns {
	float: right;
}

.f_sns a {
	display: inline-block;
	margin: 0 0 0 5px;
}

.f_sns img {
	width: 40px;
	filter: grayscale(100%);
}

.f_text {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 14px;
	color: #54647a;
}

.f_copy {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 18px;
	color: #54647a;
}

/*-------------------------------------------------------------------------------------*
 *  Main                                                                               *
 *-------------------------------------------------------------------------------------*/

.slide_time {
	position: absolute;
	z-index: 99;
	left: 260px;
	top: 110px;
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 20px;
	color: #ffffff;
}

.slide_notice {
	position: absolute;
	z-index: 99;
	left: 260px;
	top: 150px;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
	width: 300px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	padding: 0 10px;
	height: 46px;
	line-height: 46px;
	white-space: nowrap;
	overflow: hidden;
}

.slide_event {
	position: absolute;
	z-index: 99;
	right: 260px;
	top: 215px;
}

.main_game_wrap {
	float: left;
	width: 100%;
	margin: 60px 0 0 0;
}

.main_game_box {
	margin: 0 auto;
	overflow: hidden;
}

.main_game {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

.main_game li {
	float: left;
	width: 25%;
	height: 339px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.main_game li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.main_game li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.main_game li a img {
	filter: grayscale(100%);
	transition: all 0.5s;
}

.main_game_text1 {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	font-weight: 500;
	font-size: 24px;
	color: #9f9f9f;
	transition: all 0.5s;
}

.main_game_text2 {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	font-weight: 500;
	font-size: 18px;
	color: #687a94;
	transition: all 0.5s;
}

.main_game li a:hover img {
	filter: grayscale(0%);
}

.main_game li a:hover .main_game_text1 {
	color: #00d5ff;
}

.main_game li a:hover .main_game_text2 {
	color: #ffffff;
}

.main_best_wrap {
	float: left;
	width: 100%;
	margin: 50px 0 0 0;
}

.main_best_box {
	margin: 0 auto;
}

.main_best_title {
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: 300;
	color: #97a3c3;
}

.main_best_wrap_box {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	position: relative;
}

.main_best_list {
	float: left;
	width: 100%;
	overflow: hidden;
}

.main_board_wrap {
	float: left;
	width: 100%;
	margin: 60px 0 0 0;
}

.main_board_box {
	margin: 0 auto;
	overflow: hidden;
}

.main_board_box_left {
	float: left;
	width: 50%;
	background: #1c212e;
	padding: 35px 30px;
}

.main_board_box_right {
	float: left;
	width: 50%;
	padding: 35px 0 0 0;
}

.main_board_left_title {
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: 300;
	color: #97a3c3;
}

.main_board {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	transition: all 0.5s;
}

.myTable {
	table-layout: fixed;
}

.myTable4 {
	table-layout: fixed;
}

.main_board td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 16px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.board_font1 {
	color: white;
}

.board_font2 {
	color: #ffde00;
}

.board {
	float: left;
	width: 300px;
	margin: 0 0 0 50px;
	overflow: hidden;
}

.board_title {
	float: left;
	width: 100%;
	font-size: 22px;
	padding: 0 0 10px 0;
	font-weight: 300;
	color: #97a3c3;
	border-bottom: 1px solid #97a3c3;
}

.board_box {
	float: left;
	width: 100%;
	padding: 0 5px;
	margin: 0px 0 0 0;
}

.board_box td {
	color: #8c8c8c;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 14px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -1px;
}

.main_customer_wrap {
	float: left;
	width: 100%;
	margin: 60px 0 0 0;
	background: #ffffff url(../images/bg_customer.jpg) center top no-repeat;
}

.main_customer_box {
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_customer_title {
	float: left;
	margin: 0 80px 0 0;
	font-size: 30px;
	color: #131722;
}

.main_customer_title span {
	display: block;
	font-weight: 500;
}

.ct_s {
	margin: 10px 0 0 0;
	font-weight: 300;
	font-size: 22px;
	color: #a4a4a4;
}

.main_customer {
	float: left;
}

.main_customer li {
	margin: 10px 0 0 0;
	font-size: 18px;
	color: #8c8c8c;
}

.main_customer li img {
	width: 49px;
	display: inline-block;
	margin: 0 15px 0 0;
}

.main_customer li span {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 26px;
	color: #131722;
}

/*-------------------------------------------------------------------------------------*
 *  login                                                                          *
 *-------------------------------------------------------------------------------------*/

.login_box_box {
	margin: 0 auto;
	width: 500px;
	overflow: hidden;
	border-radius: 5px;
	color: #333333;
}

.login_box_title {
	float: left;
	width: 100%;
	/* height: 70px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.login_box_item {
	float: left;
	width: 100%;
	padding: 30px 40px;
}

.login_box_stitle {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	transition: all 0.5s;
}

.login_input {
	text-align: center;
	background-color: #131722;
	border: 1px solid #0a0c12;
	padding: 4px 0 4px 5px;
	margin: 0 0 5px 0;
	color: #ffffff;
	font-size: 14px;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	transition: all 0.5s;
}

.login_input::placeholder {
	color: #757575;
}

.login_btn1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	background: linear-gradient(#06aede 0%, #1d50b6 100%);
	border: none;
	border-radius: 3px;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 5px 0;
	transition: all 0.5s;
}

.login_btn1:hover {
	background: linear-gradient(-45deg, #06aede 0%, #1d50b6 100%);
}

.login_btn2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	background: linear-gradient(#525c76 0%, #242a3c 100%);
	border: none;
	border-radius: 3px;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	transition: all 0.5s;
}

.login_btn2:hover {
	background: linear-gradient(-45deg, #525c76 0%, #242a3c 100%);
}

/*-------------------------------------------------------------------------------------*
 *  out_login                                                                          *
 *-------------------------------------------------------------------------------------*/

/* 로그인 */

.out_login_wrap_wrap {
	float: left;
	width: 100%;
	height: 100vh;
	position: relative;
}

.out_login_wrap_wrap:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/bg_login.jpg") center top no-repeat;
	background-size: cover;
}

.out_login_wrap_box {
	margin: 0px auto;
	width: 720px;
	transition: all 0.5s;
	position: relative;
}

.out_login_logo {
	float: left;
	width: 100%;
	text-align: center;
	margin: 300px 0 50px 0;
	transition: all 0.5s;
}

.out_login_box_wrap {
	float: left;
	width: 100%;
	background: #1c212e;
	box-shadow: 0px 0px 40px 0px rgba(6, 194, 222, 0.7);
	border-radius: 10px;
	padding: 7%;
}

.out_login {
	float: left;
	width: 100%;
}

.out_login li {
	float: left;
	width: 50%;
	padding: 1%;
	transition: all 0.2s;
}

/* ysk 가로 100%로 변경시 세로형 */

.out_login_text {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
}

.out_login_input {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #222222;
	width: 100%;
	height: 56px;
	font-size: 16px;
	font-weight: 300;
	border-radius: 5px;
	padding: 0 0 0 10px;
	font-family: 'EsaManru';
}

.out_login_input::placeholder {
	color: #565656;
	font-size: 14px;
	letter-spacing: 0pt;
}

.out_login_input:focus {
	border: 1px solid #00b8ff;
}

.out_login_btn1 {
	background: linear-gradient(#06aede 0%, #1d50b6 100%);
	width: 100%;
	height: 56px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
	font-weight: 300;
	border-radius: 5px;
	letter-spacing: -1pt;
	font-family: 'EsaManru';
}

.out_login_btn1:hover {
	background: linear-gradient(-45deg, #06aede 0%, #1d50b6 100%);
}

.out_login_btn2 {
	background: linear-gradient(#525c76 0%, #242a3c 100%);
	width: 100%;
	height: 56px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
	font-weight: 300;
	border-radius: 5px;
	letter-spacing: -1pt;
	font-family: 'EsaManru';
}

.out_login_btn2:hover {
	background: linear-gradient(-45deg, #525c76 0%, #242a3c 100%);
}

/* 추천인 */

.out_close {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
}

.out_code_wrap {
	float: left;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
}

.out_code_box {
	margin: 0px auto;
	width: 720px;
	transition: all 0.5s;
}

.out_code_box_wrap {
	float: left;
	width: 100%;
	background: #1c212e;
	box-shadow: 0px 0px 40px 0px rgba(6, 194, 222, 0.7);
	border-radius: 10px;
	padding: 7%;
}

.out_code {
	float: left;
	width: 100%;
}

.out_code li {
	float: left;
	width: 100%;
	padding: 1%;
}

/* ysk 가로 100%로 변경시 세로형 */

.out_code_text {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
}

/* 회원가입 */

.out_join_wrap {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}

.out_join_box {
	margin: 0px auto;
	width: 1300px;
	transition: all 0.5s;
}

.out_join_logo {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}

.out_join_logo img {
	width: 300px;
}

.out_join_box_wrap {
	float: left;
	width: 100%;
	background: #1c212e;
	box-shadow: 0px 0px 40px 0px rgba(6, 194, 222, 0.7);
	border-radius: 10px;
	padding: 3%;
}

.out_join {
	float: left;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0 10px 0;
}

.out_join ul {
	float: left;
	width: 50%;
}

/* ysk 가로 100%로 변경시 세로형 */

.out_join ul li {
	float: left;
	width: 100%;
	padding: 2%;
	line-height: 30px;
}

.phone {
	display: flex;
	align-items: center;
}

.out_join_text {
	float: left;
	width: 100%;
	padding: 0 0 10px 10px;
	font-weight: 400;
	font-family: 'EsaManru';
	font-size: 30px;
	color: #ffffff;
}

.out_join_btn {
	margin: 0px auto;
	width: 300px;
}

.out_join_btn li {
	float: left;
	width: 48%;
	margin: 2% 1% 0 1%;
}

.out_join_input1 {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #222222;
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: 300;
	border-radius: 5px;
	padding: 0 0 0 10px;
	font-family: 'EsaManru';
}

.out_join_input1::placeholder {
	color: #565656;
	font-size: 14px;
	letter-spacing: 0pt;
}

.out_join_input1:focus {
	border: 1px solid #00b8ff;
}

@media screen and (max-width:1300px) {
	.out_join_box {
		width: 90%;
	}
	.out_join_box_wrap {
		padding: 6%;
	}
	.out_join ul {
		width: 100%;
	}
	.out_join_btn {
		width: 320px;
	}
}

@media screen and (max-width:768px) {
	.out_login_wrap_box {
		width: 80%;
	}
	.out_login_logo {
		margin: 50px 0 30px 0;
	}
	.out_login_logo img {
		width: 80%;
	}
	.out_login li {
		width: 100%;
	}
	.out_code_box {
		width: 80%;
	}
}

/*-------------------------------------------------------------------------------------*
 *  out_login animations                                                               *
 *-------------------------------------------------------------------------------------*/

.out_motion111 {
	animation: out_motion111 2.5s;
}

@keyframes out_motion111 {
	0% {
		transform: scale(1.5);
		opacity: 0.1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/*-------------------------------------------------------------------------------------*
 *  out_login animations popup                                                         *
 *-------------------------------------------------------------------------------------*/

/* 한개의 스타일 */

.out_popup111 {
	animation-name: out_popup111;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	visibility: visible !important;
}

@keyframes out_popup111 {
	0% {
		transform: translateY(-300%);
	}
	100% {
		transform: translateY(0%);
	}
}

/* 한개의 스타일 */

.out_popup222 {
	animation-name: out_popup222;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	visibility: visible !important;
}

@keyframes out_popup222 {
	0% {
		transform: translateY(-300%) scaleX(4.0);
	}
	100% {
		transform: translateY(0%) scaleX(1);
	}
}

/* 한개의 스타일 */

.out_popup333 {
	animation-name: out_popup333;
	animation-duration: 1.1s;
	animation-timing-function: ease;
	visibility: visible !important;
}

@keyframes out_poout_popup333pup03 {
	0% {
		transform: translateY(-300%) scaleX(4.0);
	}
	50% {
		transform: translateY(2%) scaleX(1.3);
	}
	100% {
		transform: translateY(0%) scaleX(1);
	}
}

/*-------------------------------------------------------------------------------------*
 *  모달창(팝업)                                                                       *
 *-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------*
 *  베팅정보                                                                              *
 *-------------------------------------------------------------------------------------*/

.contents_box_left {
	float: left;
	width: calc(100% - 620px);
	height: 100%;
}

.contents_box_right {
	float: right;
	width: 310px;
	padding: 0px 0px 30px 5px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

.sport_betting_area {
	float: left;
	width: 100%;
	/* min-height: 600px; */
	margin: 0 0 0 0;
	display: flex;
	height: calc(100vh - 350px);
	overflow-x: hidden;
	overflow-y: auto;
}

.sport_betting_area_box {
	/* float: left; */
	width: 100%;
	padding: 9px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sport_table_head {
	float: left;
	width: 100%;
	background: #71718433;
	border-top: 1px solid #1c212e;
	border-bottom: 1px solid #1c212e;
	transition: all 0.5s;
}

.sport_table_head>ul {
	display: inline-flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.sport_table_head>ul>li {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-self: stretch;
	justify-content: center;
	text-align: center;
	margin: 0 1px 0 0;
	font-weight: 300;
	padding: 8px 5px;
	line-height: 16px;
	vertical-align: middle;
	border-radius: 3px;
	cursor: pointer;
	clear: both;
	font-size: 12px;
	color: #ffffff;
}

iframe .widgets {
	max-width: 100% !important;
}

.sport_table_head>ul>li:last-child {
	margin: 0;
}

.sport_th1 {
	width: calc(4% - 1px);
	transition: all 0.3s;
}

.sport_th2 {
	width: calc(10% - 1px);
	transition: all 0.3s;
}

.sport_th3 {
	width: calc(15% - 1px);
	transition: all 0.3s;
}

.sport_th4 {
	width: calc(10% - 1px);
	transition: all 0.3s;
}

.sport_th5 {
	width: calc(25% - 1px);
	transition: all 0.3s;
}

.sport_th6 {
	width: 10%;
	transition: all 0.3s;
}

.sport_title_wrap {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0 0 3px 0;
	transition: all 0.5s;
}

.sport_title {
	float: left;
	width: 100%;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	font-size: 14px;
	padding: 3px 10px 3px 5px;
}

.sport_league {
	display: flex;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #cccccc;
	align-items: center;
}

.sport_league img {
	width: 40px;
	transition: all 0.5s;
	height: 24px;
}

.sport_title_list {
	float: left;
	width: 100%;
}

.sport_title_list>ul {
	display: flex;
	width: 100%;
	margin: 0 0 1px 0;
	flex-direction: row;
	align-items: center;
	align-self: stretch;
}

.sport_title_list>ul>li {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-self: stretch;
	justify-content: center;
	text-align: center;
	margin: 0 1px 0 0;
	font-weight: 300;
	padding: 8px 5px;
	line-height: 16px;
	vertical-align: middle;
	background: #1c212e;
	border: 1px solid #1c212e;
	border-radius: 3px;
	cursor: pointer;
	clear: both;
	font-size: 11px;
	color: #ececec;
}

.sport_title_list>ul>li:last-child {
	margin: 0;
}

.sport_title_list>ul>li.sport_etc {
	/* margin: 0; */
}

.sport_title_list>ul>li.sport_more {
	background: #4f5a76;
	border-radius: 3px;
	color: #ffffff;
}

.sport_title_list>ul>li.sport_more:hover {
	background: #00b8ff;
	color: #ffffff;
}

.sport_title_list>ul>li.sport_team1:hover {
	border: 1px solid #00b8ff;
}

.sport_title_list>ul>li.sport_tie:hover {
	border: 1px solid #00b8ff;
}

.sport_title_list>ul>li.sport_team2:hover {
	border: 1px solid #00b8ff;
}

/*  배당색상 */

.sport_team1 .team_r {
	color: #00b8ff;
}

.sport_tie .tie_d {
	color: #00b8ff;
}

.sport_team2 .away_team_l {
	color: #00b8ff;
}

.sport_date {
	width: calc(60% - 1px);
	transition: all 0.3s;
}

.sport_etc {
	width: calc(15% - 1px);
	transition: all 0.3s;
}

.sport_team1 {
	width: calc(32% - 1px);
	transition: all 0.3s;
}

.sport_tie {
	width: calc(11% - 1px);
	transition: all 0.3s;
}

.sport_team2 {
	width: calc(32% - 1px);
	transition: all 0.3s;
}

.sport_more {
	width: 10%;
	transition: all 0.3s;
}

.team_l {
	width: 50%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* white-space: normal; 팀명 짤리지않게할때 */
}

.team_r {
	width: 50%;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* white-space: normal; 팀명 짤리지않게할때 */
}

.sport_more_wrap {
	float: left;
	width: 100%;
}

.sport_more_box {
	float: left;
	width: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
	padding: 9px 9px 20px 9px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sport_more_list_wrap {
	float: left;
	width: calc(50% - 2.5px);
	margin: 5px 0 0 0;
	/* background: #; */
	border-bottom: 1px solid rgba(255, 255, 255, 0.0);
	padding: 0 0 3px 0;
	transition: all 0.5s;
}

.sport_more_title {
	float: left;
	width: 100%;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	font-size: 14px;
	padding: 3px 10px 3px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	background: #1c212e;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #cccccc;
}

.sport_more_list {
	float: left;
	width: 100%;
}

.sport_more_list>ul {
	display: inline-flex;
	width: 100%;
	margin: 0 0 1px 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.sport_more_list>ul>li {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-self: stretch;
	justify-content: center;
	text-align: center;
	margin: 0 1px 0 0;
	font-weight: 300;
	padding: 8px 5px;
	line-height: 16px;
	vertical-align: middle;
	background: #131722;
	border: 1px solid #1c212e;
	border-radius: 0px;
	cursor: pointer;
	clear: both;
	font-size: 12px;
	color: #ececec;
}

.sport_more_list>ul>li:last-child {
	margin: 0;
}

.sport_more_list>ul>li.more_team2 {
	margin: 0;
}

.sport_more_list>ul>li.more_team1:hover {
	border: 1px solid #00b8ff;
}

.sport_more_list>ul>li.more_tie:hover {
	border: 1px solid #00b8ff;
}

.sport_more_list>ul>li.more_team2:hover {
	border: 1px solid #00b8ff;
}

.more_team1 .team_r {
	color: #00b8ff;
}

.more_tie .tie_d {
	color: #00b8ff;
}

.more_team2 .team_l {
	color: #00b8ff;
}

.more_team1 {
	width: calc(44% - 1px);
	transition: all 0.3s;
}

.more_tie {
	width: calc(12% - 1px);
	transition: all 0.3s;
}

.more_team2 {
	width: calc(44% - 0px);
	transition: all 0.3s;
}

.team_l {
	width: 75%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* white-space: normal; 팀명 짤리지않게할때 */
}

.away_team_l {
	min-width: 20%;
	width: fit-content;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* white-space: normal; 팀명 짤리지않게할때 */
}

.team_r {
	min-width: 20%;
	width: fit-content;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* white-space: normal; 팀명 짤리지않게할때 */
}

.away_team_r {
	width: 80%;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* white-space: normal; 팀명 짤리지않게할때 */
}

.sports_cart_title {
	float: left;
	width: 100%;
	text-align: center;
	height: 36px;
	line-height: 36px;
	background: #71718433;
	font-size: 16px;
	color: #aaa;
	font-weight: 300;
	letter-spacing: -1pt;
	padding: 0 8px 0 8px;
}

.sports_cart_bet {
	float: left;
	width: 100%;
	padding: 8px 7px 8px 7px;
	background: #282f41;
	border: 1px solid #1c212e;
	transition: all 0.5s;
}

.sports_cart_bet:hover {
	border: 1px solid #00b8ff;
}

.sports_cart_bet td {
	color: var(--color2-basicr);
	font-size: 12px;
	letter-spacing: 0pt;
	font-weight: 300;
	line-height: 22px;
}

.sports_cart_bet_p {
	display: inline-block;
	padding: 0 7px 0 7px;
	font-size: 16px;
	color: #ffcc00;
	font-weight: 500;
}

.sports_cart_bet_font1 {
	color: #97a3c3;
}

.sports_cart_bet_font2 {
	color: #ffffff;
	font-weight: 300;
}

.sports_cart_bet_font3 {
	color: #ffffff;
}

/* .sports_cart_wrap_wrap {
	float: left;
	width: 100%;
	padding: 20px;
} */

/* .sports_cart_wrap {
	float: left;
	width: 100%;
	padding: 5px 5px 10px 5px;
	background: #1c212e;
} */

.sports_cart_close {
	float: left;
	width: 100%;
	text-align: center;
	display: none;
}

.sports_cart_style1 {
	line-height: 25px;
	padding: 4px 3px 4px 3px;
	color: #97a3c3;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* 카트리스트 */

.sports_cart_style2 {
	float: right;
	font-size: 16px;
	color: #ffcc00;
	font-weight: 300;
	letter-spacing: -1pt;
}

.sports_cart_style3 {
	float: right;
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: -1pt;
}

.sports_input1 {
	background-color: #131722;
	border: 1px solid #0a0c12;
	color: #ffffff;
	border-radius: 0px;
	width: 100%;
	height: 34px;
	transition: all 0.5s;
	text-align: right;
	padding: 0 10px 0 10px;
}

.sports_btn1 {
	display: inline-block;
	text-align: center;
	border-radius: 0px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0pt;
	font-weight: 300;
}

.sports_btn2 {
	display: inline-block;
	text-align: center;
	border-radius: 0px;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0pt;
	font-weight: 300;
}

.sports_btn1 {
	background: linear-gradient(#06aede 0%, #1d50b6 100%);
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.sports_btn1:hover {
	background: linear-gradient(-45deg, #06aede 0%, #1d50b6 100%);
}

.sports_btn2 {
	background: linear-gradient(#525c76 0%, #242a3c 100%);
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.sports_btn2:hover {
	background: linear-gradient(-45deg, #525c76 0%, #242a3c 100%);
}

.mini_title_wrap {
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 20px 0 20px;
	background: #00b8ff;
}

.mini_title {
	float: left;
	font-size: 16px;
	font-family: 'EsaManru';
	font-weight: 300;
	color: #ffffff;
}

.mini_round {
	font-weight: 300;
}

.mini_round span {
	font-weight: 500;
	color: #ffffff;
	letter-spacing: -1pt;
}

.mini_list_title {
	float: left;
	width: 100%;
	height: 36px;
	background: #00b8ff;
	transition: all 0.5s;
	display: none;
}

.mini_list_title_li {
	float: left;
	padding: 0 0 0 15px;
}

.mini_list_title_li ul li {
	float: left;
	line-height: 45px;
	font-weight: 300;
	font-size: 12px;
	color: #cfcfcf;
	padding: 0 22px 0 0;
}

.mini_list_title_li ul li a {
	color: #cfcfcf;
}

/* 버튼쪽 */

.mini_game_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mini_power_big_wrap {
	float: left;
	margin: 10px 0 0 0;
	transition: all 0.5s;
}

.mini_power_big_wrap.w50 {
	width: 49.9999%;
}

.mini_power_big_wrap.w30 {
	width: 33.3333%;
}

.mini_power_title {
	text-align: center;
	display: block;
	background: #1c212e;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	border-radius: 0px;
	padding: 8px 0 8px 0;
}

.mini_power_btn1 {
	float: left;
	width: 100%;
	min-height: 54px;
	line-height: 12px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	padding: 4px 0 0 0;
	border-radius: 0px;
	cursor: pointer;
}

.mini_power_btn1 {
	/* background: linear-gradient(#ff1e00 0%, #ff1e00 100%); */
	background: none;
	border: 2px solid #ff1e00;
}

.mini_power_btn1:hover {
	/* background: linear-gradient(#ff1e00 0%, #ff1e00 100%); */
}

.mini_power_btn2 {
	float: left;
	width: 100%;
	min-height: 54px;
	line-height: 12px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	padding: 4px 0 0 0;
	border-radius: 0px;
	cursor: pointer;
}

.mini_power_btn2 {
	/* background: linear-gradient(#0078ff 0%, #0078ff 100%); */
	background: none;
	border: 2px solid #0078ff;
}

.mini_power_btn2:hover {
	background: linear-gradient(#0078ff 0%, #0078ff 100%);
}

.mini_power_btn3 {
	float: left;
	width: 100%;
	min-height: 54px;
	line-height: 12px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	padding: 4px 0 0 0;
	border-radius: 0px;
	cursor: pointer;
}

.mini_power_btn3 {
	/* background: linear-gradient(#00d21e 0%, #00d21e 100%); */
	background: none;
	border: 2px solid #00d21e;
}

/* .mini_power_btn3:hover {
	background: linear-gradient(#00d21e 0%, #00d21e 100%);
} */

.mini_power_btn1.active, .mini_power_btn1:hover {
	/* background: none;
	border: 2px solid #ff1e00; */
	background: linear-gradient(#ff1e00 0%, #ff1e00 100%);
}

.mini_power_btn2.active, .mini_power_btn2:hover {
	/* background: none;
	border: 2px solid #0078ff; */
	background: linear-gradient(#0078ff 0%, #0078ff 100%);
}

.mini_power_btn3.active, .mini_power_btn3:hover {
	/* background: none;
	border: 2px solid #00d21e; */
	background: linear-gradient(#00d21e 0%, #00d21e 100%);
}

.mini_power_font {
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
}

/* 베팅내역 */

.bet_history_tr {
	width: 100%;
	display: flex;
}

.bet_history_title {
	text-align: center;
	padding: 10px 5px 10px 5px;
	line-height: 20px;
	font-size: 12px;
	background: #00b8ff;
	border: 1px solid #131722;
	border-right: none;
	color: #ffffff;
}

.bet_history_title:last-child {
	border: 1px solid #131722;
}

.bet_history_title.title1 {
	width: 7%;
}

.bet_history_title.title2 {
	width: 10%;
}

.bet_history_title.title3 {
	width: 20%;
}

.bet_history_td {
	text-align: center;
	padding: 6px 5px 6px 5px;
	line-height: 20px;
	font-size: 16px;
	background: #1c212e;
	border: 1px solid #131722;
	border-top: none;
	border-right: none;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bet_history_td:last-child {
	border: 1px solid #131722;
	border-top: none;
}

.bet_history_td.td1 {
	width: 7%;
}

.bet_history_td.td2 {
	width: 10%;
}

.bet_history_td.td3 {
	width: 20%;
}

.icon_bet1 {
	border: 1px solid #ffffff;
	display: inline-block;
	text-align: center;
	min-width: 60px;
	padding: 6px 10px 6px 10px;
	line-height: 12px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	border-radius: 0px;
}

.icon_bet2 {
	border: 1px solid #ffc600;
	display: inline-block;
	text-align: center;
	min-width: 60px;
	padding: 6px 10px 6px 10px;
	line-height: 12px;
	color: #ffc600;
	font-size: 12px;
	font-weight: 300;
	border-radius: 0px;
}

.icon_bet3 {
	border: 1px solid #525c76;
	display: inline-block;
	text-align: center;
	min-width: 60px;
	padding: 6px 10px 6px 10px;
	line-height: 12px;
	color: #525c76;
	font-size: 12px;
	font-weight: 300;
	border-radius: 0px;
}

/*-------------------------------------------------------------------------------------*
 *  특별한                                                                             *
 *-------------------------------------------------------------------------------------*/

/* 탑버튼 */

.go-top {
	position: fixed;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	bottom: -50px;
	right: 20px;
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	border-radius: 3px;
	z-index: 999;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 0.3s ease;
}

.go-top.show {
	bottom: 10px;
}

.go-top:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #00fff2;
}

@media screen and (min-width: 2200px) {
	.go-top {
		display: none;
	}
}

.date_wrap {
	background: #1c212e;
	border-bottom: 1px solid rgba(255, 255, 255, 0.0);
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
}

.date1 {
	float: left;
	width: 100%;
	padding: 0 30px 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.date1 ul {
	display: flex;
	align-items: center;
}

.date1 li {
	float: left;
	margin: 0 3px 0 3px;
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	background: #30374b;
	border-radius: 3px;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 14px;
	color: #97a3c3;
	cursor: pointer;
}

.date1 li:hover {
	color: #ffffff;
}

li.no_bg {
	background: none;
	padding: 0;
}

.date_input {
	background: none;
	border: none;
	text-align: center;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 14px;
	color: #97a3c3;
}

.date_input::-webkit-calendar-picker-indicator {
	color-scheme: dark;
}

.select_input {
	background: none;
	border: none;
	text-align: center;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 14px;
	color: #97a3c3;
	background: #30374b;
}

.radio_box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.fix_1 {
	display: none;
}

.fix_1+label {
	display: inline-block;
	width: 120px;
	margin: 0.2%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #97a3c3;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 14px;
	color: #97a3c3;
	transition: all 0.3s;
}

.fix_1+label:hover {
	border: 1px solid #fff600;
	color: #fff600;
}

.fix_1:checked+label {
	border: 1px solid #fff600;
	color: #fff600;
}

.qna_list {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	background: #1c212e;
	border: 1px solid #1c212e;
	padding: 20px;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.qna_list:hover {
	background: #151822;
}

.qna_title {
	float: left;
	width: 10%;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	color: #97a3c3;
	transition: all 0.3s;
}

.qna_text {
	float: left;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px 0 20px;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	transition: all 0.3s;
}

.qna_time {
	float: left;
	width: 20%;
	min-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
	transition: all 0.3s;
}

.qna_view {
	float: left;
	width: 100%;
	background: #30374b;
	border: 1px solid #30374b;
	padding: 35px 20px 35px 20px;
	line-height: 28px;
	display: none;
}

.qna_text2 {
	float: left;
	width: 90%;
	padding: 0 20px 0 20px;
	font-weight: 300;
	font-size: 15px;
	color: #ffffff;
	transition: all 0.3s;
}

.my_tab {
	float: left;
	width: 100%;
}

.my_tab ul {
	display: flex;
	justify-content: center;
}

.my_tab li {
	float: left;
	margin: 0 5px;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #1c212e;
	border: 1px solid #1c212e;
	border-radius: 5px;
	font-weight: 300;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s;
}

.my_tab li.activee {
	border: 1px solid #fff600;
	color: #fff600;
}

.how_point {
	float: left;
	width: 100%;
	padding-left: 10px;
}

.how_point ul li {
	float: left;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: #1c212e;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	height: 80px;
	overflow: hidden;
	padding: 10px;
	margin: 0 15px 0 0;
	font-size: 18px;
	color: #97a3c3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.how_point ul li:nth-child(5n) {
	margin: 0;
}

.how_point ul li span {
	display: block;
	margin: 10px 0 0 0;
	font-weight: 500;
	font-size: 22px;
	color: #ffffff;
}

.game_list {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding:0;
	flex-wrap: wrap; /* Allows items to wrap to the next line */
	margin-top: 40px;
}

.game_list li {
	margin: 0 20px 20px 0;
}

.game_list li:nth-child(4n) {
	margin: 0;
}

.game_list li a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	/* height: 100%; */
}

/* .game_list li a:before, .game_list li a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: #00b8ff;
	transition: 400ms ease all;
} */

.game_list li a:after {
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0;
}

.game_list li a:hover:before, .game_list li a:hover:after {
	width: 100%;
	transition: 800ms ease all;
}

.game_list_wrap ul li a:hover:before, .game_list_wrap ul li a:hover:after {
	width: 100%;
	transition: 800ms ease all;
}

.game_list li img {
	display: block; /* Makes images appear below each other */
	width: 100%; /* Ensures responsiveness */
	max-width: 300px; /* Prevents oversized images */
	height: auto;
	margin: 10px auto; /* Centers the images */
}

.error_wrap {
	float: left;
	width: 100%;
	height: 100vh;
	/* background: ; */
}

.error_text1 {
	float: left;
	width: 100%;
	text-align: center;
	color: #007fff;
	line-height: 230px;
	font-size: 150px;
	font-family: 'EsaManru';
	font-weight: 500;
	margin: 60px 0 0 0;
	text-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
}

.error_text2 {
	float: left;
	width: 100%;
	text-align: center;
	color: #ffffff;
	line-height: 50px;
	font-size: 50px;
	font-family: 'EsaManru';
	margin: 0px 0 0 0;
}

.error_text3 {
	float: left;
	width: 100%;
	text-align: center;
	color: #ffffff;
	line-height: 80px;
	font-size: 20px;
	font-family: 'EsaManru';
	margin: 0px 0 0 0;
}

.pc-mobile-reg {
	display: flex;
}

.border-bottom-reg {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.carousel-indicators li {
	box-sizing: content-box;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 7px;
	margin-left: 7px;
}

.top {
	display: none;
}

.sport_more_list>ul>li.active {
	border: 1px solid #00b8ff!important;
}

.sport_more_list>ul>li span {
	color: #00b8ff;
}

.sport_more_list_anim {
	height: 35px;
	transition: all 0.3s ease 0s;
}

.sport_more_list_anim_none {
	height: 0px!important;
	padding: 0px!important;
	margin: 0px!important;
	border: none!important;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

@media screen and (max-width: 700px) {
	.pc-mobile-reg {
		display: block;
	}
}

.max-50 {
	max-width: 50%;
}

.max-30 {
	max-width: 30%;
}

.sport_more_list_wrap {
	min-width: 320px;
}

@media screen and (max-width: 800px) {
	.f_logo {
		float: none;
	}
	.f_sns {
		float: none;
	}
	.f_img {
		width: 320px;
	}
	.login_box_box {
		width: 100%;
	}
	.login_box_item {
		padding: 10px 0px;
	}
	.write1 {
		padding: 0 20px;
	}
	/* .login_input {
		text-align: left;
	} */
	.main_game li {
		width: 50%;
		margin: auto;
		height: auto;
		border-right: none;
	}
	.main_game li a img {
		width: 100%;
	}
	.main_game_text1 {
		font-size: 20px;
	}
	.main_game_text2 {
		font-size: 16px;
	}
	.main_game li:first-child {
		border-left: none;
	}
	/* .slide_notice, .slide_event, .slide_time{ display: none;}
	.slideshow2_wrap_center{ left: 0!important; margin-left: 0!important;}
	.slideshow2_wrap{ height: auto!important; } */
	.slideshow2_wrap {
		display: none;
	}
	#demo {
		display: block;
		/* margin-top: 90px; */
	}
	/* .header_box {
		display: none;
	} */
	.top {
		display: block;
	}
	.sport_more_list_wrap {
		width: 100%;
	}
	.date1 ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.date1 li {
		float: left;
		width: 23%;
		margin: 0 2px 3px 2px;
		padding: 0 12px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		background: #30374b;
		border-radius: 3px;
		font-family: 'EsaManru';
		font-weight: 300;
		font-size: 12px;
		color: #97a3c3;
		letter-spacing: -1px;
		cursor: pointer;
	}
}

.sport_betting_area {
	display: block;
}

.go-top {
	cursor: pointer;
}

.mini_list li a:before, .mini_list li a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: #00b8ff;
	transition: 400ms ease all;
}

.mini_list li a:after {
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0;
}

.cursor-point {
	cursor: pointer;
}

.mini_power_big_wrap.w100 {
	width: 100%;
}

.modal-back {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000066;
	display: none;
}

.z-index-99 {
	z-index: 99;
}

.cart_open {
	display: none;
}

.table_history>tbody>tr {
	width: 100%;
	display: table-row;
}

.lottery .fundFrame.noticeFrame>div .lottery-min {
	min-height: 450px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lottery .box_lottery {
	width: 90%;
	height: 280px;
	border: 1px solid #00b8ff;
	box-shadow: inset 0px 0px 15px 0px #00b8ff;
	position: relative;
	padding: 70px 20px 10px;
}

.lottery .box_lottery .clip {
	clip-path: polygon(12% 34%, 89% 34%, 100% 0px, 0px 0px);
	background: #00b8ff;
	width: 240px;
	height: 150px;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #353434;
	display: flex;
	justify-content: center;
	padding-top: 15px;
	font-size: 1.1rem;
}

.lottery .box_lottery .result {
	background-color: #1B1B1B;
	box-shadow: inset 0px 0px 10px 5px #262626;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lottery .box_lottery .result {
	width: 100%;
	height: 100px;
	background-color: #1B1B1B;
	margin-bottom: 30px;
	color: #FFF;
}

.lottery .box_lottery .btn-group {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}

.lottery .box_lottery .btn-group .btn {
	width: 40%;
	height: auto;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	background-color: #00b8ff;
	transition: 300ms ease-in-out;
	flex: none;
}

.d-flex {
	display: flex;
}

.h-100 {
	height: 100%;
}

.w-50\% {
	width: 50%;
}

.mb-40px {
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.m-w-100 {
		width: 100%;
	}
}

[data-v-7f3aef84] .main_content_wrap_notice .listZone {
	width: 100%;
	/* margin-top: 30px; */
}

.lottery .noData .pager_block {
	display: block!important;
}

.noData .listZone, .noData .pager_block {
	display: none !important;
}

.pager_block {
	display: flex;
}

.pager_block .page-list {
	text-align: center;
	display: flex;
	margin: 50px auto;
}

.justify-content-center {
	display: flex;
	justify-content: center;
}

.pager_block ul {
	width: auto;
	padding: 0px;
	display: inline-block !important;
}

ul:not(.browser-default) {
	padding-left: 0px;
	list-style-type: none;
}

.btn, .btn-large, .btn-small {
	text-decoration: none;
	color: rgb(255, 255, 255);
	background-color: rgb(38, 166, 154);
	text-align: center;
	letter-spacing: 0.5px;
	transition: background-color 0.2s ease-out 0s;
	cursor: pointer;
}

.white-text {
	color: rgb(255, 255, 255) !important;
}

@media screen and (min-width: 800px) {
	#root {
		/* min-width: 1400px; */
		/* width: 1400px;
		margin: auto; */
	}
	/* .header_box {
		/* min-width: 1400px; */
		/* width: 1400px; */
		/* max-width: 1920px; */
		/* width: 100%; */
	/* } */ */
	.my_box {
		/* width: 1400px; */
		max-width: 1920px;
		width: 100%;
	}
	.title_box {
		/* width: 1400px; */
		max-width: 1920px;
		width: 100%;
	}
	.contents_box {
		/* width: 1400px; */
		max-width: 1920px;
		width: 100%;
	}
	.footer_box {
		/* width: 1400px; */
		max-width: 1920px;
		width: 100%;
	}
	.main_game_box {
		/* width: 1400px; */
		max-width: 1920px;
		width: 100%;
	}
	.main_best_box {
		/* width: 1400px; */
		max-width: 1920px;
		width: 100%;
	}
	.main_board_box {
		/* width: 1400px; */
		max-width: 1920px;
		width: 100%;
	}
	.main_customer_box {
		/* width: 1400px; */
		max-width: 1920px;
		width: 100%;
	}
	.bet_history_td {
		display: revert;
		width: unset;
	}
}

.onlyMobile {
	display: none;
}

@media screen and (max-width: 991px) {
	.contents_wrap {
		padding: 0;
	}
	.onlyPC {
		display: none !important;
	}
	.onlyMobile {
		display: block;
	}
	.m_logo {
		float: left;
		width: 100%;
		line-height: 90px;
		text-align: center;
	}
	.m_menu1 {
		position: absolute;
		top: 10px;
		left: 10px;
		line-height: 60px;
		padding: 0 5px 0 5px;
		z-index: 1;
		cursor: pointer;
	}
	.m_menu2 {
		position: absolute;
		top: 10px;
		right: 10px;
		line-height: 60px;
		padding: 0 5px 0 5px;
		z-index: 1;
		cursor: pointer;
	}
	.my_box {
		height: 140px;
	}
	.my {
		float: left;
		width: 100%;
		background: #f4f4f4;
		padding: 2px 0px;
	}
	.my ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.my ul li {
		text-align: center;
		margin: 0;
		width: 41%;
		border: 1px solid #8b8b8b;
		font-weight: 300;
		color: #686868;
		margin: 0.5%;
		font-size: 12px;
		line-height: 28px;
		white-space: nowrap;
		overflow: hidden;
		transition: all 0.5s;
	}
	.my ul li a {
		color: #686868;
		font-size: 12px;
		padding: 0px 0px;
	}
	.page {
		padding: 5px 5px;
		font-size: 12px;
	}
	.contents_box_left {
		width: 100%;
	}
	.sports_cart_close {
		display: block;
	}
	.sports_cart_wrap {
		float: left;
		width: 100%;
		padding: 5px 5px 10px 5px;
		background: #1c212e;
	}
	.sports_cart_wrap_wrap {
		float: left;
		width: 100%;
		padding: 20px;
	}
	.bettingCard {
		opacity: 1;
		visibility: visible;
		position: fixed;
		overflow: auto;
		z-index: 1000;
		transition: all 0.3s ease 0s;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		text-align: center;
		display: none;
		/* margin: auto; */
	}
	.modal-back {
		opacity: 0.7;
		visibility: visible;
		background-color: black;
		position: fixed;
		inset: 0px;
		/* z-index: -1; */
		transition: all 0.3s ease 0s;
	}
	.cart_open {
		position: fixed;
		display: flex;
		float: left;
		text-align: center;
		width: 80px;
		height: 80px;
		line-height: 56px;
		bottom: 70px;
		left: 30px;
		z-index: 998;
		border-radius: 50%;
		background-color: #fff;
		opacity: 0.6;
		border-radius: 50%;
		justify-content: center;
		align-items: center;
	}
	.cart_count2 {
		width: 25px;
		height: 25px;
		line-height: 25px;
		background: #000000;
		color: var(--normal-color);
		border-radius: 100px;
		position: absolute;
		right: -5px;
		top: -5px;
		font-weight: 300;
		text-align: center;
		z-index: 999;
		font-size: 13px;
		box-shadow: 0px 0px 0px 2px #6f6f6f;
	}
	.sport_more_list>ul>li.more_team1:hover {
		border: none;
	}
	.sport_more_list>ul>li.more_tie:hover {
		border: none;
	}
	.sport_more_list>ul>li.more_team2:hover {
		border: none;
	}
	.table_history>thead {
		/* display: none.; */
	}
	.bet_history_td {
		display: revert;
		font-size: 14px;
	}
	.table_history>tbody>tr {
		/* display: flex; */
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		border-bottom: 5px solid #16161c;
		padding: 5px;
		background-color: #1c212e;
	}
	/* .table_history>tbody>tr>td{
	display: block;
	} */
	.main_board_box_left {
		float: left;
		width: 100%;
		background: #1c212e;
		padding: 20px 10px;
	}
	.main_board_box_right {
		float: left;
		width: 100%;
		padding: 20px 0;
	}
}

.sport_title_list>ul>li.active {
	border: 1px solid #00b8ff;
}

.gameName {
	width: 100%;
	text-align: center;
	display: block;
}

.deposit_radio label {
	display: inline-block;
	width: auto;
	margin: 0.2%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-align: center;
	border-radius: 3px;
	/* border: 1px solid #97a3c3; */
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 16px;
	color: #97a3c3;
	transition: all 0.3s;
	margin-left: 15px;
}

/* .deposit_radio label:before {
	content: ""	;
	background-image: url('../images/checkbox.png');
} */

.deposit_radio input[type=checkbox]:checked+label {
	/* border: 1px solid #fff600; */
	color: #fff600;
}

@media (max-width: 676px) {
	.reg_w_100 {
		width: 100%;
	}
	.reg_p_5 {
		padding: 5px;
	}
	.main_board_box_right .board {
		margin: auto;
		float: none;
	}
	.lottery .box_lottery .btn-group .btn {
		width: 48%;
	}
}

/* -------------- */

.table_history.h-40>tbody>tr>td {
	color: #fff;
	font-weight: 400;
	text-align: center;
	border-collapse: collapse;
	padding: 8px 5px;
	height: 40px;
	overflow: hidden;
}

.table_history>tbody>tr>td {
	color: #fffbff;
	font-weight: 400;
	text-align: center;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-collapse: collapse;
	padding: 8px 5px;
	height: 40px;
	overflow: hidden;
}

.table_history.h-40>tbody>tr>td.border-none, .table_history.h-40>tbody>tr>td.border-none .history-log>.title[data-v-7c26ed95], .table_history.h-40>tbody>tr>td.border-none .history-log .log-wrap .log>div[data-v-7c26ed95] {
	border: none;
	border-bottom: 0px solid #16161c;
}

.history-log[data-v-7c26ed95] {
	width: 100%;
}

.history-log .back-btn[data-v-7c26ed95] {
	flex-shrink: 0;
}

.history-log>.title[data-v-7c26ed95] {
	flex-shrink: 0;
	height: 45px;
	background-color: #1c212e;
	padding: 0px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.history-log .log-wrap[data-v-7c26ed95] {
	flex-shrink: 0;
}

.history-log .log-wrap .log[data-v-7c26ed95] {
	flex-shrink: 0;
	margin-bottom: 10px;
}

.history-log .log-wrap .log[data-v-7c26ed95]:last-child {
	margin-bottom: 0px !important;
}

.history-log .log-wrap .log>div[data-v-7c26ed95] {
	padding: 0px 10px;
	height: 45px;
	background-color: #1c212e;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	align-items: center;
}

/* .history-log .log-wrap .log .pick[data-v-7c26ed95] {
	background-color: rgb(39, 43, 69) !important;
} */

.history-log>.total[data-v-7c26ed95] {
	flex-shrink: 0;
	height: 45px;
	background-color: #1c212e;
	padding: 0px 10px;
}

.history-log>.total>span[data-v-7c26ed95] {
	width: 25%;
}

.text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.text.text-level-1 {
	font-weight: 300;
	font-size: 6rem !important;
	letter-spacing: -0.015625em !important;
}

.text.text-level-2 {
	font-weight: 300;
	font-size: 3.75rem !important;
	letter-spacing: -0.00833333em !important;
}

.text.text-level-3 {
	font-weight: 400;
	font-size: 3rem !important;
	letter-spacing: normal !important;
}

.text.text-level-4 {
	font-weight: 400;
	font-size: 2.125rem !important;
	letter-spacing: 0.00735294em !important;
}

.text.text-level-5 {
	font-weight: 400;
	font-size: 1.5rem !important;
	letter-spacing: normal !important;
}

.text.text-level-6 {
	font-weight: 500;
	font-size: 1.0625rem !important;
	letter-spacing: 0.0125em !important;
}

.text.text-level-7 {
	font-weight: 400;
	font-size: 0.812rem !important;
	letter-spacing: 0.009375em !important;
}

.text.text-level-8 {
	font-weight: 500;
	font-size: 0.75rem !important;
	letter-spacing: 0.00714286em !important;
}

.text.text-level-9 {
	letter-spacing: 0.0178571em !important;
}

.text.text-level-9, .text.text-level-10 {
	font-weight: 400;
	font-size: 0.6875rem !important;
}

.text.text-level-10 {
	letter-spacing: 0.03125em !important;
}

.text.text-level-11 {
	font-weight: 400;
	font-size: 0.625rem !important;
	letter-spacing: 0.0333333em !important;
}

.spacer {
	flex-grow: 1;
}

.tournament-icon img[data-v-3285b224] {
	height: 16px;
	margin-right: 5px;
}

/* ------------- */

.betting-block {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
	z-index: 1;
	border-radius: 3px;
	/* border: solid 1px #fad571; */
	background: #080808bb;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
	backdrop-filter: blur(2px);
}

.betting-block .lock {
	width: 25px;
	height: 25px;
	/* background-color: #030303;
	border: 1px solid #dbb54a; */
	/* border-radius: 50px; */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.betting-block .lock .icon-lock {
	color: #f6c33a;
	width: 100%;
	height: 100%;
	font-size: 17px;
	background-image: url("../images/common/lock.png");
	background-position: center;
	background-size: 100% 100%;
}