@charset "utf-8";

#wrap {
	width: 100%;
	overflow: hidden;
	background: #171717 url(../images/bg.jpg) center top no-repeat;
	background-size: 100%;
	height: 100%;
}

/*-------------------------------------------------------------------------------------*
 *  header                                                                             *
 *-------------------------------------------------------------------------------------*/
.header_wrap {
	float: left;
	width: 100%;
}

.header_top {
	width: 100%;
	height: 114px;
	display: flex;
	align-items: center;
	padding: 0 50px;
	font-size: 14px;
	font-weight: 400;
	flex-shrink: 0;
	transition: all 0.3s;
}

.header_top::-webkit-scrollbar {
	width: 4px;
	height: 3px;
}

.header_top::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 12px;
}

.header_top::-webkit-scrollbar-track {
	display: none;
}

.logo {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%);
	z-index: 3;
}

.top_time {
	margin: 0 0 0 auto;
	font-family: 'EsaManru';
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	width: 100%;
}

.top_time span {
	color: #ffffff;
}

.gnb_wrap {
	float: left;
	width: 100%;
	background: url(../images/bg_gnb.png) center top no-repeat;
	position: relative;
	z-index: 1;
	background-size: 100% 100%;
}

.gnb_box {
	width: 100%;
	height: 63px;
	display: flex;
	align-items: center;
	padding: 0 50px;
}

.gnb {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.gnb ul:first-child {
	margin: 0 0 0 0;
}

.gnb ul li {
	float: left;
	margin: 0 20px;
}

.gnb ul li a {
	display: block;
	padding: 10px;
	font-family: 'EsaManru';
	font-weight: 700;
	font-size: 16px;
	/* background-image: linear-gradient(#efe7a6 30%, #dbbd85 80%); */
	color: #ff2c15;
	-webkit-background-clip: text;
	position: relative;
	z-index: 1;
}

.gnb ul li a:hover {
	filter: brightness(1);
}

.lnb_wrap {
	float: left;
	width: 100%;
	padding: 0 50px;
}

.lnb_box {
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	padding: 0 50px;
	background: url(../images/bg_lng.png) center top no-repeat;
	/* background-size: 100% 100%; */
	justify-content: center;
}

.notice {
	float: left;
	max-width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

/* .lnb {
	float: left;
	margin: 0 0 0 auto;
} */

.lnb li {
	float: left;
	margin: 0 0 0 40px;
}

.lnb li a {
	display: block;
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.lnb li:hover a {
	color: #fb2222;
}

.utill {
	float: left;
	margin: 0 0 0 20px;
}

.utill li {
	float: left;
	margin: 0 0 0 5px;
}

.utill li a {
	display: block;
	text-align: center;
}

.utill li a:hover {
	filter: brightness(1.2);
}

.mobile_menu {
	display: none;
	width: 100%;
	justify-content: center;
}

.mobile_menu i {
	color: #fff6b1;
}

.m_logo {
	margin: 0 auto;
}

.mobile_menu1 {
	font-size: 2em;
	background: transparent;
	color: #ffffff;
}

.mobile_menu2 {
	font-size: 2em;
	background: transparent;
	color: #ffffff;
}

.mobile_menu3 {
	font-size: 2em;
	background: transparent;
	color: #ffffff;
}

.m_my {
	display: none;
	float: left;
	width: 100%;
	height: 40px;
	background: linear-gradient(#272727 0%, #090909 100%);
	justify-content: space-between;
	padding: 0 10px;
}

.m_my ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 12px;
}

.m_my ul span {
	color: #fff600;
}

.m_login {
	display: none;
	float: left;
	width: 100%;
	height: auto;
	background: linear-gradient(#272727 0%, #090909 100%);
	justify-content: space-between;
	padding: 2px 5px;
}

.m_login ul {
	width: 100%;
	display: flex;
	align-items: center;
}

.m_login li {
	float: left;
	width: 25%;
	padding: 1px;
}

.input_login {
	background-color: #353535;
	border: 1px solid #000000;
	padding: 4px 0 4px 5px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 3px;
	height: 36px;
	transition: all 0.5s;
	width: 100%;
}

.input_login::placeholder {
	color: #777777;
	transition: all 0.5s;
}

.top_my_btn1 {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	color: #000000;
	font-size: 12px;
	letter-spacing: 0pt;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
	box-shadow: rgba(0, 0, 0, 0.0) 2px 2px 2px -1px;
	background: linear-gradient(to right, #3d2a12 0%, #bb773b 20%, #f1cd6e 35%, #ffffb0 50%, #f1cd6e 65%, #bb773b 80%, #3d2a12 100%);
	width: 100%;
	min-height: 36px;
	padding: 0 5px 0 5px;
	line-height: 36px;
}

.top_my_btn2 {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	color: #000000;
	font-size: 12px;
	letter-spacing: 0pt;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
	box-shadow: rgba(0, 0, 0, 0.0) 2px 2px 2px -1px;
	background: linear-gradient(to right, #383838 0%, #b6b6b6 20%, #eeeeee 35%, #ffffff 50%, #eeeeee 65%, #b6b6b6 80%, #383838 100%);
	width: 100%;
	min-height: 36px;
	padding: 0 5px 0 5px;
	line-height: 36px;
}

@media screen and (max-width:1600px) {
	.gnb ul:first-child {
		margin: 0 300px 0 0;
	}

	.gnb ul li {
		margin: 0 10px;
	}

	.gnb ul li a {
		font-size: 16px;
	}

	.notice {
		display: none;
	}

	.lnb_box {
		justify-content: center;
	}

	.lnb {
		margin: 0 0 0 0;
	}
}

/* 24-01 추가 시작 */
@media screen and (max-width:1440px) {
	/* .top_time {
		display: none;
	} */

	.mobile_menu {
		display: flex;
		align-items: center;
	}

	.m_logo {
		visibility: hidden;
	}

	.header_wrap {
		position: fixed;
		z-index: 99;
		background: url(../images/bg.jpg) center top no-repeat;
		background-size: 100%;
	}

}

/* 24-01 추가 끝 */

@media screen and (max-width:1240px) {
	.gnb {
		justify-content: space-between
	}

	.gnb ul:first-child {
		margin: 0 0 0 0;
	}
}

@media screen and (max-width:1440px) {
	.header_top {
		height: 70px;
		width: 100%;
		overflow: hidden;
		padding: 0 15px;
	}

	.logo {
		display: none;
	}

	.gnb_wrap {
		display: none;
	}

	.top_time {
		display: none;
	}

	.header_bottom {
		height: 60px;
	}

	.my_wrap {
		display: none;
	}

	.lnb_wrap {
		display: none;
	}

	.mobile_menu {
		display: flex;
		align-items: center;
	}

	.m_my {
		display: flex;
		align-items: center;
	}

	.m_login {
		display: flex;
		align-items: center;
	}

	/* 24-01 추가 시작 */
	.m_logo {
		visibility: visible;
	}

	/* 24-01 추가 끝 */

	/* 24-02 추가 시작 */


	/* 24-02 추가 끝 */
}

.title_wrap {
	float: left;
	width: 100%;
	background: url(../images/bg_title.jpg) center top no-repeat;
	background-size: 100% 100%;
	padding: 0 15px;
	/* position: fixed; */
}

.title {
	float: left;
	line-height: 50px;
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.s_title1 {
	float: left;
	line-height: 30px;
	padding: 3px 10px;
	border-left: 3px solid #efe7a6;
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

/*-------------------------------------------------------------------------------------*
 *  contents                                                                           *
 *-------------------------------------------------------------------------------------*/

.contents_wrap {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	display: flex;
	height: calc(100% - 245px);
	position: relative;
}

.hide-prematch-mask{
	width: 110px;
	height: 49px;
	position: absolute;
	left: 530px;
	top: 0px;
	background: rgb(0, 0, 0);
}

@media (max-width: 991px){
	.hide-prematch-mask{
				width: 200px;
				height: 38px;
				position: absolute;
				left: calc(75% - 100px);
				top: 60px;
	}
}

@media (min-width: 991px){
	.contents_wrap {
		height: calc(100vh - 115px);
	}
}

@media (min-width: 1441px){
	.contents_wrap {
		height: calc(100vh - 245px);
	}
}

.contents_left {
	float: left;
	width: 250px;
	height: 100%;
	padding: 3px 5px 20px;
	background: rgb(0 0 0 / 50%);;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
	transition: all 0.2s;
	/* overflow: auto; */
}

.contents_center {
	float: left;
	margin: 0 10px;
	width: calc(100% - 520px);
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 0.2s;
	/* background: url(../images/fire.gif) center top no-repeat;
	background-size: 100% 100%; */
	/* background: url(../images/bg1.jpg) center top no-repeat;
    background-size: 100% 100%;*/
}

.contents_center_up {
	float: left;
	/* margin: 0 10px; */
	width: calc(100% - 520px);
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 0.2s;
	/* background: url(../images/fire.gif) center top no-repeat;
	background-size: 100% 100%; */
	/* background: url(../images/bg1.jpg) center top no-repeat;
    background-size: 100% 100%;*/
}

.contents_right {
	float: right;
	width: 250px;
	height: 100%;
	padding: 3px 5px 20px;
	background: rgb(0 0 0 / 50%);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
	transition: all 0.2s;
	overflow-y: auto;
}

.contents_center_in {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

.contents_center_login {
	background: rgb(0 0 0 / 67%);
    padding: 25px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #e1240d;
    border-top: none;
}

.contents_center_register{
	width: 600px;
	height: 750px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: rgb(0 0 0 / 67%);
	padding: 25px;
	overflow: auto;
	border-radius: 10px;
}

.label_title{
	margin-bottom: 5px;
}

/* @media screen and (max-width:921px){
	.contents_center_login {
		width: 330px;
	}
} */

@media screen and (max-width:630px){
	.contents_center_register{
		width: 90%;
		height: 650px;
	}
}

.logoimg_wrap{
	margin: 0 0 20px 0;
}

.logoimg_wrap_regi{
	margin: 0 0 20px 0;
}

.logo_img{
	text-align: center;
}

.login_row{
	display: block;
	margin-bottom: 15px;
}
.login_container{
	width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:921px)
{
	.login_container{
		width: 330px;
	}
}

.login_row1{
	display: block;
	margin-bottom: 10px;
}

.contents_center_in2 {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

.con_box00 {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

.con_box05 {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}

.con_box10 {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
.con_box11 {
	float: left;
	width: 100%;
	margin: 5px 0 5px 0px;
}

.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;
}

/* 왼쪽메뉴 */
.left_game_title {
	width: 100%;
	margin: 0 0 5px 0;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 16px;
	color: #ee280c;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.left_game_title {
	border-radius: 3px;
	border: 1px solid transparent;
	background-image: url(../images/bg_left_pattern.jpg), linear-gradient(#eb270c 0%, #730303 50%, #7a0603 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
}

.left_game_title img {
	display: inline-block;
	margin: 0 5px 0 10px;
}


/* 오늘의 경기 */
.left_game_today_box {
	width: 100%;
	margin: 0 0 5px 0;
}

.left_game_today {
	width: 100%;
	margin: 3px 0 0 0;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background: rgba(0, 0, 0, 0.5);
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
}

.lgb_odd {
	float: left;
	min-width: 45px;
	height: 24px;
	line-height: 26px;
	text-align: center;
	border-radius: 3px;
	background: #c21510;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	font-family: 'EsaManru';
	font-weight: 100;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.left_game_today_list_box {
	width: 100%;
	margin: 3px 0 0 0;
}

.left_game_today_list {
	width: 100%;
	margin: 3px 0 0 0;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	background: #1c1c1cf7;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	position: relative;
	cursor: pointer;
}

.left_game_today_list:hover {
	background: #14100c;
}

.lgb_odd2 {
	float: left;
	min-width: 44px;
	height: 24px;
	line-height: 26px;
	text-align: center;
	border-radius: 3px;
	background: #c21510;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

/* 최신인기게임 */
.left_game_best_b_box {
	width: 100%;
	margin: 0 0 10px 0;
}

.left_game_best_b {
	width: 100%;
	margin: 3px 0 0 0;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	cursor: pointer;
}

.lgb_time {
	margin: 0 15px 0 0;
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 13px;
	color: #efe7a6;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.lgb_list_box {
	overflow: hidden;
}

.lgb_list {
	width: 100%;
	padding: 3px 2px;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 최신인기리그 */
.left_game_best_l_box {
	width: 100%;
	margin: 0 0 5px 0;
}

.left_game_best_l {
	width: 100%;
	margin: 3px 0 0 0;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.3);
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.lgb_img1 {
	display: inline-block;
	width: 20px;
	margin: 0 10px 0 0;
}

.lgb_img2 {
	display: inline-block;
	width: 16px;
	margin: 0 10px 0 0;
}

.lgb_img2 {
	display: inline-block;
	width: 16px;
	margin: 0 10px 0 0;
}

@media (hover: hover) {
	.left_game_today:hover {
		background: rgba(0, 0, 0, 0.5)
	}

	.left_game_best_b:hover {
		background: rgba(0, 0, 0, 0.5)
	}

	.left_game_best_l:hover {
		background: rgba(0, 0, 0, 0.5)
	}
}

/* 오른쪽커스텀 */
.right_my {
	float: left;
	width: 100%;
}

.right_my_title {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-indent: 10px;
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 16px;
	color: #ee280c;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.right_my_title {
	border-radius: 3px;
	border: 1px solid transparent;
	background-image: url(../images/bg_left_pattern.jpg), linear-gradient(#eb270c 0%, #730303 50%, #7a0603 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
}

.right_my_list {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	/* border-radius: 5px; */
	background: #000000bd;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.right_my_list span {
	float: right;
	font-weight: 500;
	color: #03d2f0;
}

.right_btn_box {
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.right_btn1 {
	display: block;
	float: left;
	width: 49.6%;
	margin: 0 0 0.4% 0;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	text-align: center;
	padding: 0 5px;
	background: linear-gradient(#ee280c 30%, #c11510 80%);
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 13px;
	color: #ffffff;
	/* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7); */
}

.right_btn2 {
	display: block;
	float: left;
	width: 49.6%;
	margin: 0 0 0.4% 0;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	text-align: center;
	padding: 0 5px;
	background: linear-gradient(to right, #383838 0%, #b6b6b6 20%, #eeeeee 35%, #ffffff 50%, #eeeeee 65%, #b6b6b6 80%, #383838 100%);
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 13px;
	color: #ffffff;
	/* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7); */
	background: linear-gradient(#5b5b5b 30%, #282828 80%);
	cursor: pointer;
}

.right_btn3 {
	display: block;
	float: left;
	width: 49.6%;
	margin: 0 0 0.4% 0;
	height: 33px;
	line-height: 30px;
	border-radius: -2px;
	text-align: center;
	padding: 0 5px;
	/* background: #000000; */
	border: 1px solid rgb(0 0 0);
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
	background: linear-gradient(#8d1100 30%, #c30600 80%); 
}

.right_btn4 {
	display: block;
	float: left;
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-radius: 5px;
	text-align: center;
	padding: 0 5px;
	background: linear-gradient(to right, #3d2a12 0%, #bb773b 20%, #f1cd6e 35%, #ffffb0 50%, #f1cd6e 65%, #bb773b 80%, #3d2a12 100%);
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 13px;
	color: #000000;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

.right_btn5 {
	display: block;
	float: left;
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-radius: 5px;
	text-align: center;
	padding: 0 5px;
	background: linear-gradient(to right, #383838 0%, #b6b6b6 20%, #eeeeee 35%, #ffffff 50%, #eeeeee 65%, #b6b6b6 80%, #383838 100%);
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 13px;
	color: #000000;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

.my_lv_img {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 30px;
}

.right_customer {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}
/* 
.right_customer:last-child {
	margin: 0 0 0 0;
} */

.right_customer img {
	width: 100%;
	max-width: 250px;
}


.right_login_title {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-family: 'EsaManru';
	font-weight: 700;
	font-size: 20px;
	background-image: linear-gradient(#efe7a6 30%, #dbbd85 80%);
	color: transparent;
	-webkit-background-clip: text;
}

.right_join_list {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	cursor: pointer;
}

.login_input {
	background-color: #353535;
	border: 1px solid #000000;
	padding: 4px 0 4px 5px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 3px;
	height: 40px;
	transition: all 0.5s;
	width: 100%;
}

.login_input::placeholder {
	color: #777777;
	transition: all 0.5s;
}

/* 24/1 커스터머 추가 */
.right_customer {
	position: relative;
}

.rc_text1 {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-33%);
	font-family: 'EsaManru';
	font-weight: 700;
	font-size: 20px;
	color: #ffebc3;
	text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
}

.rc_text2 {
	position: absolute;
	bottom: 45%;
	left: 50%;
	transform: translate(-50%);
	white-space: nowrap;
	font-family: 'EsaManru';
	font-weight: 700;
	font-size: 36px;
	color: #ffffff;
	-webkit-background-clip: text;
}

@media screen and (max-width:1440px) {
	/* .contents_left {
		display: none;
	} */

	.contents_center {
		width: 100%;
		margin: 0 0px;
		padding: 0 3px;
		/* background: url(../images/bg.jpg) center top no-repeat;
		background-size: 100% 100%; */
	}

	.contents_right {
		display: none;
	}

	.sports_main_center{
		width: 100%!important;
	}

	.contents_wrap {
    margin: 120px 0 0 0;
}
}

@media screen and (max-width:1024px) {
	.contents_wrap {
		margin: 120px 0 0 0;
		height: calc(100% - 125px);
	}

	

	.contents_center_in2 {
		/* height: 100%; */
		overflow: auto;
	}
}

/*-------------------------------------------------------------------------------------*
 *  footer                                                                             *
 *-------------------------------------------------------------------------------------*/
.footer_wrap {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 20px 20px 40px;
	text-align: center;
}

.footer_partners1 {
	width: 100%;
}

.footer_partners1 img {
	width: 100%;
	max-width: 1400px;
}

.footer_partners2 {
	width: 100%;
	margin: 30px 0 0 0;
}

.footer_partners2 img {
	width: 100%;
	max-width: 1400px;
}

.f_logo {
	width: 100%;
	margin: 30px 0 0 0;
}

.f_copy {
	width: 100%;
	margin: 30px 0 0 0;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 16px;
	color: #737373;
}

@media screen and (max-width:1024px) {}

/*-------------------------------------------------------------------------------------*
 *  Main                                                                                *
 *-------------------------------------------------------------------------------------*/
.main_center {
	width: calc(100% - 520px);
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
	overflow-y: auto;
}

.main_visual_zone {
	display: flex;
	justify-content: space-between;
}

.main_game {
	display: flex;
	width: 22.86%;
}

.main_game ul {
	display: flex;
	flex-direction: column;
	justify-content: start;
	height: 100%;
}

.main_game ul li img {
	width: 100%
}

.main_game ul li a {
	display: block;
}

.main_visual_img {
	width: 52.86%;
}

.main_visual_img img {
	width: 100%;
	max-width: 740px;
}

.main_board {
	float: left;
	width: 100%;
	margin: 50px 0 0 0;
	display: flex;
}

.borad_box {
	float: left;
	width: 49.5%;
	height: auto;
	margin: 0 1% 0 0;
}

.borad_box:last-child {
	margin: 0;
}

.board_title {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 10px 0 20px;
	border-radius: 0;
	background: linear-gradient(#ea270c 0%, #ff3636 100%);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.44) inset;
	text-align: left;
	font-family: 'EsaManru';
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
}

.board_title span {
	float: left;
	/* background-image: linear-gradient(#efe7a6 50%, #dbbd85 80%); */
	color: #ffffff;
	-webkit-background-clip: text;
}

.board_title div {
	margin: 0 0 0 10px;
	font-weight: 300;
	font-size: 13px;
	color: #d5bbbb;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.board_title p {
	margin: 0 0 0 auto;
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.myTable {
	table-layout: fixed;
}

.board {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 20px 20px;
	background: rgba(0, 0, 0, 0.4);
}

.board td {
	font-family: 'EsaManru';
	font-weight: 500;
	color: #636463;
	font-size: 14px;
	line-height: 47px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s;
}

.board td:first-child {
	font-weight: 300;
	color: #ffffff;
}

@media screen and (max-width:1440px) {
	.main_center {
		width: 100%;
		padding: 0 5px;
	}

	.main_board {
		margin: 20px 0 0 0;
	}

	.slide_visual_item {
		display: none;
	}
}

@media screen and (max-width:1240px) {
	.main_board {
		flex-wrap: wrap;
	}

	.borad_box {
		width: 100%;
		height: auto;
		max-height: 230px;
		overflow: hidden;
		margin: 0 0 10px 0
	}

	.board {
		height: auto;
	}

	.board td {
		font-size: 14px;
		line-height: 40px;
	}
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {
	.board_title {
		height: 40px;
		line-height: 40px;
		font-weight: 500;
		font-size: 16px;
	}

	.main_visual_zone {
		flex-wrap: wrap;
	}

	.main_visual_img {
		width: 100%;
		order: 1;
	}

	.main_game {
		width: 100%;
		order: 2;
	}

	.main_game ul {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.main_game ul li {
		width: 50%;
		padding: 3px;
	}
}

@media screen and (max-width:430px) {}

/*-------------------------------------------------------------------------------------*
 *  page                                                                               *
 *-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------*
 *  login                                                                              *
 *-------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------*
 *  이벤트페이지                                                                         *
 *-------------------------------------------------------------------------------------*/
.event_list {
	float: left;
	width: 100%;
}

.event_list li {
	float: left;
	width: 24.25%;
	margin: 0 1% 1% 0;
}

.event_list li:nth-child(4n) {
	margin: 0 0 1% 0;
}

.event_list li a {
	display: block;
}

.event_list li a img {
	width: 100%;
}

@media screen and (max-width:1420px) {
	.event_list li {
		width: 33%;
		margin: 0 0.5% 1% 0;
	}

	.event_list li:nth-child(4n) {
		margin: 0 0.5% 1% 0;
	}

	.event_list li:nth-child(3n) {
		margin: 0 0 1% 0;
	}
}

@media screen and (max-width:768px) {
	.event_list li {
		width: 49.5%;
		margin: 0 1% 1% 0;
	}

	.event_list li:nth-child(4n) {
		margin: 0 1% 1% 0;
	}

	.event_list li:nth-child(3n) {
		margin: 0 1% 1% 0;
	}

	.event_list li:nth-child(2n) {
		margin: 0 0 1% 0;
	}
}

/*-------------------------------------------------------------------------------------*
 *  특별한                                                                              *
 *-------------------------------------------------------------------------------------*/
/* 출석부 */
.att_title1 {
	background: url(../images/bg_left_pattern.jpg);
	color: #ffffff;
	line-height: 44px;
	text-align: center;
	font-weight: 700;
}

.att1 {
	background: rgb(0 0 0 / 80%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #eeeeee;
	height: 110px;
	padding: 10px 5px;
	text-align: center;
	position: relative;
}

.att2 {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.att_table table {
	table-layout: fixed;
}

.att_table table td {
	width: calc(100% / 7);
}

.att_style td {
	font-size: 16px;
	font-weight: 500;
}

.att_table img {
	width: 90%;
	max-width: 100px;
}

@media screen and (max-width:768px) {
	.att1 {
		height: 80px;
	}
}

@media screen and (max-width:375px) {
	.att1 {
		height: 60px;
	}
}

/* 카지노 */

.game_list {
	float: left;
	width: 100%;
	/* margin: 50px 0 0 0; */
}

.game_list:hover li{
	transform: skew(5deg, 1deg) scale(0.95) scaleX(0.95);
	filter: grayscale(100%);
	opacity: 0.4;
}

.game_list li:hover{
	transform: scale(1.05);
	filter: grayscale(0%);
	opacity: 1;
}

.game_list li {
	float: left;
	width: calc(100% / 5);
	padding: 5px;
	transition: all 0.5s;
}

.game_list li a {
	display: block;
}

.game_list li a img {
	width: 100%;
}

.casino_info {
	float: left;
	width: 100%;
	background: #1b1c2091;
	text-align: center;
	padding: 30px 20px 20px 20px;
	border-radius: 0px;
	line-height: 28px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}

.casino_info span {
	font-weight: 700;
	color: #fff600;
}

.casino_money {
	float: left;
	width: 100%;
}

.casino_money ul {
	padding: 20px;
	border: 1px solid #127a46;
	background: #1b1c2091;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.casino_money ul li {
	min-width: 320px;
	line-height: 48px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.casino_money ul li div {
	margin: 0 5px 0 auto;
	font-size: 18px;
	font-weight: 700;
	color: #fff600;
}

@media screen and (max-width:1920px) {
	.game_list li {
		width: calc(100% / 5);
	}

	.game_list li.minigame_li {
		width: calc(100% / 4);
	}
}

@media screen and (max-width:1420px) {
	.game_list li {
		width: calc(100% / 5);
	}
}

@media screen and (max-width:768px) {
	.game_list li {
		width: calc(100% / 2);
	}

	.casino_info {
		font-size: 16px;
	}

	.game_list li.minigame_li {
		width: calc(100% / 2);
	}
}


/*-------------------------------------------------------------------------------------*
 *  login                                                                          *
 *-------------------------------------------------------------------------------------*/
.pop_login_wrap {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login_box {
	width: 580px;
	margin: 0 auto;
	padding: 60px 60px 80px 60px;
	background: url(../images/bg.jpg) center top no-repeat;
	background-size: cover;
	border: 1px solid #efe7a6;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	transition: all 0.5s;
}

.login_logo {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}

.login_logo img {
	width: 100%;
}

.login_title {
	width: 100%;
	text-align: center;
	font-family: 'EsaManru';
	font-weight: 300;
	font-size: 18px;
	line-height: 2;
	line-height: 20px;
}

.login_write_box {
	width: 100%;
	margin: 60px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: all 0.5s;
}

.login_write_tr {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 0 30px;
}

.login_write_tr.small {
	width: 48%;
}

.login_write_title {
	color: var(--color1-basic);
	width: 100%;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'EsaManru';
	font-weight: 300;
	padding: 0 0 10px;
}

.login_write_basic {
	color: var(--color2-basic);
	width: 100%;
}
.dialog {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 998;
    background: rgb(0 0 0 / 54%);
}
.dialog>.container {
    position: relative;
    margin: auto;
    width: 95%;
    max-height: 100%;
    max-width: 500px;
    z-index: 999;
    background-color: #0e0e0e;
    border-radius: 15px;
}
.betting_modal_text {
    color: #ffff;
}
.popup-btn1 {
	display: block;
    float: left;
    width: 100px;
    margin: 0 0 0.4% 0;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px;
	background: linear-gradient(#5b5b5b 30%, #282828 80%);
    font-family: 'EsaManru';
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    /* text-shadow: 1px 1px 1px rgb(255 255 255 / 70%); */
    cursor: pointer;
	margin-left: 15px;
}
.popup-btn2{
	display: block;
    float: left;
    width: 100px;
    margin: 0 0 0.4% 0;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px;
	background: linear-gradient(#ee280c 30%, #c11510 80%);
    font-family: 'EsaManru';
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    /* text-shadow: 1px 1px 1px rgb(255 255 255 / 70%); */
	margin-right: 15px;
	cursor: pointer;
}

.betting_modal_text_yes_no{
	padding:30px;
	width: 100%;
}
.img_question{
	padding: 20px;
}

.date_title{
	text-align: center;
	font-size: 28px;
	margin: 30px 0 0;
}

@media screen and (max-width:1440px) {
	.join_box {
		width: 90%;
	}
}

@media screen and (max-width:1024px) {
	.pop_login_wrap {
		padding: 80px 0 0 0;
	}

	.login_box {
		width: 90%;
		padding: 30px 30px 40px 30px;
	}

	.join_box {
		padding: 30px 30px 40px 30px;
	}

	.login_write_box {
		margin: 30px 0 0 0;
	}

	.login_title {
		font-size: 16px;
		letter-spacing: -1pt;
	}

	.login_write_title {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.pop_login_wrap {}

	.login_box {
		max-width: 320px;
		margin: -40px 0 0 0;
	}

	.login_write_tr {
		margin: 0 0 10px;
	}

	.login_write_tr.small {
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	.login_logo img {
		width: 160px;
	}

	.pop_login_wrap {}
	.dialog>.container {
		width: 85%;
		height: 200px;
	}
	.betting_modal_text_yes_no{
		padding:15px;
		width: 100%;
	}
	.img_question{
		padding: 10px;
	}
}



.lv_img {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 40px;
}

/*******captcha***********/

/* .captcha_img{
	position: absolute;
	top: 9px;
	right: 40px;
  } */
  
  .captchaImg {
    /* width: 220px; */
    width: 100%;
    height: 50px;
    border-radius: 10px 0 0 10px;
    filter: invert(1);
}
  
  .captcha_refresh{
    width: 55px;
    height: 50px;
    background-color: #ee280c;
    color: #fff;
    font-size: 13px;
    border-radius: 0 10px 10px 0;
    /* box-shadow: #8d8c8c 0 0 5px; */
    cursor: pointer;
    text-align: center;
    line-height: 50px;
  }

  .captcha_contain{
	justify-content: center;
    width: 100%;
    border: 1px solid #0e0e0e;
    border-radius: 10px;
  }

	.bonuslist {
		width: calc(100% - 200px);

	}
  
  /* @media screen and (max-width:991px){
	.captcha_refresh{
		top: 35px;
	}
  
	.captcha_img{
		top: 35px;
	}
  
  } */