@charset "utf-8";
/*-------------------------------------------------------------------------------------*
 *  게시판                                                                             *
 *-------------------------------------------------------------------------------------*/

.list_box {
	width: 100%;
}

.list_tr {
	width: 100%;
	font-size: 0;
	display: flex;
}

.list_tr>* {
	width: 130px;
}

.list_tr>*:nth-child(2) {
	max-width: 100%;
	width: calc(100% - 520px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_tr:not(.trfirst)>*:nth-child(2) {
	padding-left: 50px;
	font-weight: 500;
	justify-content: flex-start;
}

.list_title1 {
	background: url(../images/bg_left_pattern.jpg);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #efefef;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 44px;
}

.list_notice1 {
	background: rgba(39, 31, 22, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #efefef;
	font-size: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px 10px 5px;
	cursor: pointer;
}

.list1 {
	background: rgba(39, 31, 22, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #efefef;
	font-size: 13px;
	width: 130px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px 10px 5px;
	cursor: pointer;
}

.listview {
	background: rgba(39, 31, 22, 0.99);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #efefef;
	font-size: 13px;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 30px;
}

.list_tr2 {
	width: 100%;
	font-size: 0;
	display: flex;
}

.list_tr2>* {
	width: calc(100% / 7);
}

/* 비율이같은 게시판일경우 사용 열숫자에 맞게 숫자만수정해주세요 */

.list_title2 {
	background: url(../images/bg_left_pattern.jpg);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #efefef;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 44px;
}

.list_notice2 {
	background: rgba(39, 31, 22, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #efefef;
	font-size: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px 10px 5px;
}

.list2 {
	background: rgb(0 0 0 / 50%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #efefef;
	font-size: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px 10px 5px;
}

.list_tr4 {
	width: 100%;
	font-size: 0;
	display: flex;
}

.list_tr4>* {
	width: 160px;
	transition: all 0.4s;
}

.list_tr4>*:nth-child(2) {
	max-width: 100%;
	width: calc(100% - 475px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_tr4:not(.trfirst)>*:nth-child(2) {
	padding-left: 15px;
	font-weight: 500;
	justify-content: center;
	color: #ffffff;
}

.list_title4 {
	background: url(../images/bg_left_pattern.jpg);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #efefef;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 44px;
}

.list_notice4 {
	background: rgb(14 14 14 / 80%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #efefef;
	font-size: 13px;
	text-align: center;
	display: block;
	align-items: center;
	justify-content: center;
	padding: 10px 5px 10px 5px;
	cursor: pointer;
}

.list4 {
	background: rgba(39, 31, 22, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #efefef;
	font-size: 13px;
	width: 130px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px 10px 5px;
	cursor: pointer;
}

.list4_question {
	background: rgb(0 0 0 / 50%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #efefef;
	font-size: 13px;
	width: 160px;
	text-align: center;
	display: block;
	align-items: center;
	justify-content: center;
	padding: 10px 5px 10px 5px;
	cursor: pointer;
}

.write_box {
	width: 100%;
}

.write_tr {
	width: 100%;
	display: flex;
}

.write_title_top {
	border-top: 1px solid #eb270c;
}

.write_title {
	background: url(../images/bg_left_pattern.jpg);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-top: none;
	color: #efefef;
	width: 200px;
	font-weight: 500;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.write_basic {
	background: rgb(0 0 0 / 80%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #efefef;
	padding: 12px 20px 12px 20px;
	width: calc(100% - 200px);
}

.write_basic input::placeholder, .write_basic textarea::placeholder {
	color: #776b5b;
	transition: all 0.5s;
}

.write_basic input:focus, .write_basic textarea:focus {
	border: 1px solid #776b5b;
}

.view_box {
	width: 100%;
}

.view_tr {
	width: 100%;
	font-size: 0;
}

.view_tr>* {
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.view_tr>*:nth-child(1) {
	max-width: 100%;
	font-size: 14px;
	width: calc(100% - 450px);
	text-align: left;
	padding-left: 20px;
}

.view_tr>.view1_title {
	font-size: 16px;
	font-family: 'EsaManru';
	font-weight: 500;
	width: 100%;
	text-align: left;
	padding-left: 20px;
}

.view1 {
	background: url(../images/bg_left_pattern.jpg);
	color: #efefef;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 44px;
}

.view1_title {
	background: rgba(39, 31, 22, 0.8);
	color: #efefef;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 48px;
}

.view2 {
	background: rgba(39, 31, 22, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 12px 20px 10px 20px;
	width: 100%;
	line-height: 26px;
	min-height: 150px;
	color: #efefef;
	font-size: 12px;
}

.view1_po {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	padding: 5px 8px 3px 8px;
	line-height: 12px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	margin: 0 5px 0 0;
	font-weight: 300;
	border-radius: 100px;
}

.view2_l {
	float: left;
}

.view2_r {
	float: left;
	padding: 0 0 0 50px;
}

.page_wrap {
	float: left;
	width: 100%;
	height: 40px;
	text-align: center;
	clear: both;
}

.page_wrap ul li {
	display: inline;
}

.page {
	background: rgb(0 0 0 / 50%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fafafa;
	display: inline-block;
	padding: 12px 17px 12px 17px;
	border-radius: 100px;
	cursor: pointer;
}

.pageArrow {
	font-size: 40px;
}

.pageon {
	background: linear-gradient(to right, #950000 0%, #cf0b0b 20%, #fc3131 35%, #f77676 50%, #fc3131 65%, #cf0b0b 80%, #950000 100%);
	color: #ffffff;
	display: inline-block;
	padding: 12px 17px 12px 17px;
	font-weight: 500;
	border-radius: 100px;
	cursor: pointer;
}

.info_wrap {
	background: #303030;
	float: left;
	width: 100%;
	padding: 15px 0 20px 0;
	border-radius: 0px;
}

.result_wrap {
	flex-direction: row;
	font-weight: 500;
	height: auto;
	justify-content: start;
	padding: 15px 0 20px 15px;
	flex-wrap: wrap;
}

.info1 {
	float: left;
	width: 100%;
	line-height: 28px;
	color: #ffffff;
	padding: 0 20px 0 20px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -1pt;
	font-family: 'EsaManru';
}

.info2 {
	float: left;
	width: 100%;
	line-height: 32px;
	color: #fff600;
	padding: 5px 20px 0 20px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -1pt;
	font-family: 'EsaManru';
}

.info3 {
	float: left;
	width: 100%;
	line-height: 26px;
	color: #ffffff;
	padding: 5px 20px 0 23px;
	font-size: 14px;
	font-weight: 300;
	font-family: 'EsaManru';
}

@media (hover: hover) {}

@media screen and (max-width:1280px) {
	.list_tr>* {
		width: 110px;
	}
	.list_tr>*:nth-child(4) {
		display: none;
	}
	.list_tr>*:nth-child(2) {
		width: calc(100% - 330px);
	}
	.list_tr:not(.trfirst)>*:nth-child(2) {
		padding-left: 30px;
	}
	.list_tr4>* {
		width: 110px;
	}
	.list_tr4>*:nth-child(5) {
		display: none;
	}
	.list_tr4>*:nth-child(2) {
		width: calc(100% - 330px);
	}
	.list_tr4:not(.trfirst)>*:nth-child(2) {
		padding-left: 30px;
	}
}

@media screen and (max-width:1024px) {
	.list_tr3>* {
		width: calc(100% / 5);
	}
	.list_tr3>*:nth-child(1) {
		display: none;
	}
	.write_tr {
		flex-wrap: wrap;
	}
	.write_title {
		width: 30%;
	}
	.write_basic {
		width: 70%;
		padding: 8px 12px 8px 12px;
	}
	.table-bbs .hidden-1024 {
		display: none
	}
	/* 수정 */
	.page_wrap ul li span {
		padding: 5px 8px 5px 8px;
	}
}

@media screen and (max-width:768px) {
	.list_tr>* {
		width: 100px;
	}
	.list_tr>*:nth-child(3) {
		display: none;
	}
	.list_tr>*:nth-child(2) {
		width: calc(100% - 200px);
	}
	.list_tr:not(.trfirst)>*:nth-child(2) {
		padding-left: 10px;
	}
	.list_tr4>* {
		width: 100px;
	}
	.list_tr4>*:nth-child(1) {
		display: none;
	}
	.list_tr4>*:nth-child(2) {
		width: calc(100% - 200px);
	}
	.list_tr4:not(.trfirst)>*:nth-child(2) {
		padding-left: 10px;
	}
	.list_tr6>* {
		width: 100px;
		font-size: 13px;
	}
	.list_tr6>*:nth-child(1) {
		display: none;
	}
	.list_tr6>*:nth-child(2) {
		width: calc(100% - 100px);
	}
	.list_tr6:not(.trfirst)>*:nth-child(2) {
		padding-left: 10px;
	}
	.write_tr>* {
		width: 100%;
	}
	.bonuslist {
		width: calc(100% - 0px) !important;
	}
	.write_title {
		padding: 12px 12px 5px 12px;
		justify-content: flex-start;
	}
	.write_basic {
		background: rgb(0 0 0 / 80%);
		;
		border-left: 1px solid #49433b;
		border-right: 1px solid #49433b;
	}
	.write_basic input {
		width: 100%;
	}
	.mobile_write_basic input {
		width: 70%;
	}
	.write_basic input.input1_view {
		margin: 2px 0 0 0;
	}
	.view_tr>* {
		width: 33.33333%;
		text-align: left;
		font-size: 13px;
		padding-left: 5px;
	}
	.view_tr>*:nth-child(1) {
		width: 100%;
		padding-left: 5px;
	}
	.view2 {
		padding: 5px;
	}
	.view2_l {
		width: 100%;
		text-align: center;
	}
	.view2_l img {
		width: 100%;
	}
	.view2_r {
		width: 100%;
		padding: 0 0 0 0px;
	}
}

.no_data {
	font-size: 16px;
	padding-top: 250px;
}

@media screen and (max-width:600px) {
	.list_tr>*:nth-child(1) {
		display: none;
	}
	.list_tr2>* {
		width: calc(100% / 3);
		font-size: 12px;
	}
	/* .list_tr2>*:last-child {
		display: none;
	} */
	.list_tr>*:nth-child(2) {
		width: calc(100% - 100px);
	}
	/* .list_tr4>*:nth-child(4) {
		display: none;
	} */
	.list_tr4>*:nth-child(2) {
		width: calc(100% - 100px);
	}
	.info3 {
		font-size: 12px;
	}
	.list_box {
		overflow-x: auto;
	}
	.list_tr2 {
		min-width: 600px;
	}
	.list_tr3 {
		min-width: 600px;
	}
}

@media screen and (max-width:480px) {
	.list_tr>* {
		width: 90px;
	}
	.list_tr>*:nth-child(2) {
		width: calc(100% - 90px);
	}
	.list_tr:not(.trfirst)>*:nth-child(2) {
		padding-left: 10px;
	}
}

@media screen and (max-width:480px) {}

/*-------------------------------------------------------------------------------------*
 *  버튼                                                                               *
 *-------------------------------------------------------------------------------------*/

.btn1_1 {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	color: #ffffff;
	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;
}

.btn1_2 {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	color: #ffffff;
	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;
}

.btn2_1 {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	color: #ffffff;
	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;
}

.btn2_2 {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	color: #ffffff;
	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;
}

.btn3_1 {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	color: #000000;
	font-size: 16px;
	letter-spacing: -1pt;
	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;
}

.btn3_2 {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	color: #000000;
	font-size: 16px;
	letter-spacing: -1pt;
	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;
}

.btn_wrap_right {
	float: left;
	width: 100%;
	text-align: right;
}

.btn_wrap_right ul li {
	display: inline;
}

.btn_wrap_center {
	float: left;
	width: 100%;
	text-align: center;
}

.btn_wrap {
	float: left;
	width: 100%;
}

.btn_wrap_center ul li {
	display: inline;
}

.btn1_1 {
	background: linear-gradient(#ee280c 30%, #c11510 80%);
	min-width: 85px;
	min-height: 34px;
	padding: 0 15px 0 15px;
	line-height: 34px;
	cursor: pointer;
}

.btn1_2 {
	background: linear-gradient(#5b5b5b 30%, #282828 80%);
	min-width: 85px;
	min-height: 34px;
	padding: 0 15px 0 15px;
	line-height: 34px;
	cursor: pointer;
}

.btn2_1 {
	background: linear-gradient(#ee280c 30%, #c11510 80%);
	min-width: 110px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.btn2_2 {
	background: linear-gradient(#5b5b5b 30%, #282828 80%);
	min-width: 110px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.btn3_1 {
	background: linear-gradient(to right, #3d2a12 0%, #bb773b 20%, #f1cd6e 35%, #ffffb0 50%, #f1cd6e 65%, #bb773b 80%, #3d2a12 100%);
	min-width: 220px;
	height: 46px;
	line-height: 46px;
}

.btn3_2 {
	background: linear-gradient(to right, #383838 0%, #b6b6b6 20%, #eeeeee 35%, #ffffff 50%, #eeeeee 65%, #b6b6b6 80%, #383838 100%);
	min-width: 220px;
	height: 46px;
	line-height: 46px;
}

.btn2_3 {
	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;
	filter: hue-rotate(134deg);
}

.btn2_4 {
	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;
	filter: hue-rotate(297deg);
}

.btn2_3 {
	background: linear-gradient(to right, #3d2a12 0%, #bb773b 20%, #f1cd6e 35%, #ffffb0 50%, #f1cd6e 65%, #bb773b 80%, #3d2a12 100%);
	min-width: 110px;
	height: 40px;
	line-height: 40px;
}

.btn2_4 {
	background: linear-gradient(to right, #3d2a12 0%, #bb773b 20%, #f1cd6e 35%, #ffffb0 50%, #f1cd6e 65%, #bb773b 80%, #3d2a12 100%);
	min-width: 110px;
	height: 40px;
	line-height: 40px;
}

.division1 {
	background: rgba(255, 255, 255, 0.2);
	display: inline-block;
	text-align: center;
	min-width: 70px;
	padding: 6px 8px 6px 8px;
	line-height: 12px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	border-radius: 100px;
}

.division2 {
	background: #79ee4b;
	display: inline-block;
	text-align: center;
	min-width: 70px;
	padding: 6px 8px 6px 8px;
	line-height: 12px;
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	border-radius: 100px;
}

.division3 {
	background: linear-gradient(to right, #3d2a12 0%, #bb773b 20%, #f1cd6e 35%, #ffffb0 50%, #f1cd6e 65%, #bb773b 80%, #3d2a12 100%);
	display: inline-block;
	text-align: center;
	min-width: 70px;
	padding: 4px 8px 4px 8px;
	line-height: 12px;
	color: #000000;
	font-size: 12px;
	font-weight: 500;
	border-radius: 100px;
}

.write_basic_btn {
	display: inline-block;
	margin: 3px 0 0 0px;
}

[class*="btn1_"] {
	margin: 0 0 2px;
}

@media screen and (max-width:1250px) {
	.write_basic_btn {
		margin: 5px 0 0 0;
	}
}

@media screen and (max-width:768px) {
	.display_flex {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
	}
	.display_flex li {
		width: 100%;
		margin: 0 2px 0 2px;
	}
	[class*="btn2_"] {
		min-width: 100%;
		margin-bottom: 5px;
		width: 80px;
	}
	.mobile_btn_1 {
		min-width: 80px !important;
	}
	[class*="btn3_"] {
		min-width: 100%;
	}
	.division1 {
		min-width: 70px;
	}
	.division2 {
		min-width: 70px;
	}
	.division3 {
		min-width: 70px;
	}
}

@media screen and (min-width:991px) {
	.btn1_1:hover, .btn1_2:hover, .btn2_1:hover, .btn2_2:hover, .btn3_1:hover, .btn3_2:hover {
		-webkit-animation: mouseover03 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
		animation: mouseover03 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	}
}

@keyframes mouseover03 {
	0% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-filter: blur(1px);
		filter: blur(1px);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
}

/*-------------------------------------------------------------------------------------*
 *  탭                                                                                 *
 *-------------------------------------------------------------------------------------*/

.tab_wrap {
	float: left;
	margin: 10px 0 0 0;
	transition: all 0.5s;
}

.tab_wrap ul li {
	float: left;
	margin: 0 1px 3px 0;
}

.tab {
	background: linear-gradient(#272727 0%, #171717 100%);
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	color: #989898;
	font-weight: 400;
	border-radius: 5px;
}

.tab:hover {
	background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
	color: #000000;
}

.tabon {
	background: linear-gradient(#efe7a6 30%, #dbbd85 80%);
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	color: #000000;
	font-weight: 400;
	border-radius: 5px;
}

.tab:hover img {
	filter: brightness(100);
}

/* 경기결과탭 */

.sports_tab_wrap {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

.sports_tab_wrap ul {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.sports_tab_wrap ul li {
	float: left;
	width: calc(100% / 9);
	padding: 0.5px;
}

.sports_tab_wrap ul li a {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #251e16;
}

.sports_tab_wrap ul li.active a {
	background: #3e3325;
}

.sports_tab_wrap ul li:hover a {
	background: #3e3325;
}

/* 스포츠탭 */

.sports_tab_wrap1 {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	height: 100%;
}

.sports_tab_wrap1 ul {
	float: left;
	width: 100%;
	display: flex;
}

.sports_tab_wrap1 ul li {
	float: left;
	width: calc(100% / 11);
	padding: 1.5px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.gameCount {
	position: absolute;
	top: 4px;
	right: 8px;
	color: #f9ff00;
}

.gameCount_imgages {
	width: 20px;
}

.sports_tab_wrap1 ul li a {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #000000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px 0 0;
	border: 1px solid #c21510;
	border-radius: 5px;
}

.sports_tab_wrap1 ul li.active a {
	background: #c21510;
}

.sports_tab_wrap1 ul li:hover a {
	background: #c21510;
}

.sub_tab_wrap {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

.sub_tab_wrap ul {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.sub_tab_wrap ul li {
	float: left;
	width: calc(100% / 2);
	padding: 0.5px;
	cursor: pointer;
}

.sub_tab_wrap ul li a {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #000000;
	border: 1px solid #c21510;
}

.sub_tab_wrap ul li.active a {
	background: #c21510;
}

.sub_tab_wrap ul li:hover a {
	background: #c21510;
}

/* 미니게임 */

.mini_tab_wrap {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

.mini_tab_wrap ul {
	float: left;
	width: 100%;
	display: flex;
}

.mini_tab_wrap ul li {
	float: left;
	width: 100%;
	padding: 0.5px;
}

.mini_tab_wrap ul li a {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #000000;
	border: 1px solid #c21510;
}

.mini_tab_wrap ul li.active a {
	background: #c21510;
}

.mini_tab_wrap ul li:hover a {
	background: #c21510;
}

.mini_tab_wrap ul li.active a {
	background: #c21510;
}

@media screen and (max-width:1024px) {
	.sports_tab_wrap ul li {
		width: calc(100% / 6);
	}
	.sports_tab_wrap1 ul li {
		width: calc(100% / 6);
	}
	.sports_tab_wrap1 ul {
		flex-wrap: wrap;
	}
	.mini_tab_wrap ul {
		flex-wrap: wrap;
	}
	.mini_tab_wrap ul li {
		width: calc(100% / 6);
	}
}

@media screen and (max-width:768px) {
	.tab_wrap {
		width: 100%;
		margin: 0;
	}
	.tab_wrap ul li {
		width: 33%;
		margin: 0 0.5% 0.5% 0;
	}
	.tab_wrap ul li:nth-child(3n) {
		margin: 0 0 0.5% 0;
	}
	.tab {
		width: 100%;
	}
	.tabon {
		width: 100%;
	}
	.sports_tab_wrap ul li {
		width: calc(100% / 4);
	}
	.sports_tab_wrap1 ul li {
		width: calc(100% / 4);
	}
	.mini_tab_wrap ul li {
		width: calc(100% / 4);
	}
}

/*-------------------------------------------------------------------------------------*
 *  폰트                                                                               *
 *-------------------------------------------------------------------------------------*/

.font01 {
	color: #ffffff;
	font-weight: 500;
}

.font02 {
	color: #000000;
	font-weight: 500;
}

.font03 {
	color: #929292;
}

.font04 {
	color: #72b12c;
}

.font05 {
	color: #ffcf00;
	font-weight: 500;
}

.font06 {
	color: #31ff00;
	font-weight: 500;
}

.font07 {
	color: #fee599;
	font-weight: 500;
}

.font08 {
	color: #828282;
	font-weight: 500;
}

.font09 {
	color: #0048ff;
	font-weight: 500;
}

.font10 {
	color: #fee900;
	font-weight: 500;
}

.font11 {
	color: #fff600;
	font-weight: 500;
	font-size: 16px;
	font-family: 'EsaManru';
}

.font12 {
	color: #eaeaea;
	font-weight: 500;
	font-size: 16px;
	font-family: 'EsaManru';
}

.font13 {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	font-family: 'EsaManru';
}

.font14 {
	color: #00ff54;
	font-weight: 500;
	font-size: 20px;
	font-family: 'EsaManru';
}

/*-------------------------------------------------------------------------------------*
 *  인풋                                                                               *
 *-------------------------------------------------------------------------------------*/

.input1 {
	background-color: #00000059;
	border: 1px solid #eb270c;
	padding: 4px 0 4px 5px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 10px;
	height: 34px;
	transition: all 0.5s;
}

.input2 {
	background-color: #353535;
	border: 1px solid #000000;
	padding: 4px 0 4px 5px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 3px;
	transition: all 0.5s;
}

.input3 {
	background-color: #353535;
	border: 1px solid #000000;
	padding: 10px 5px 10px 5px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 3px;
	transition: all 0.5s;
	width: 100%;
	text-align: right;
}

.input4 {
	background-color: #23222259;
	/* border: 1px solid #eb270c; */
	padding: 4px 0 4px 5px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 10px;
	height: 34px;
	transition: all 0.5s;
}

.error-text_style {
	margin-left: 10px;
}

.select {
	background-color: transparent;
	padding: 0 10px;
	color: #ffff;
	height: 40px;
	text-align: center;
	transition: all 0.5s;
	position: absolute;
	left: 8px;
	top: -2px;
	width: 85%;
}

@media screen and (max-width:768px) {
	.select {
		left: 5px;
		top: -2px;
	}
	.font11 {
		font-size: 12px;
		font-family: 'EsaManru';
	}
}

.select option {
	background-color: #353535;
	;
	color: #ffffff
}

.isoContentLoader {
	width: 50px;
	height: 50px;
	animation: svgSpinner 1.4s linear infinite;
}

.list_notice4.m-d-flex img {
	max-width: 100% !important;
}

@keyframes svgSpinner {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loading-back {
	position: fixed;
	background-color: #00000088;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999999999;
}

.isoContentLoaderCircle {
	-webkit-animation: svgSpinnerCircle 1.4s ease-in-out infinite;
	animation: svgSpinnerCircle 1.4s ease-in-out infinite;
	stroke-dasharray: 80px, 200px;
	stroke-dashoffset: 0px;
	stroke: #ffa400;
	stroke-linecap: round;
}

@keyframes svgSpinnerCircle {
	0% {
		stroke-dasharray: 1px, 200px;
		stroke-dashoffset: 0px;
	}
	50% {
		stroke-dasharray: 100px, 200px;
		stroke-dashoffset: -15px;
	}
	100% {
		stroke-dasharray: 100px, 200px;
		stroke-dashoffset: -120px;
	}
}

.flex_1dan .title_bet_s {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 0.9375rem;
}

.mini_bet_close {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.mini_bet_close, .mini_bet_close:after {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mini_bet_close:after {
	content: "";
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background: rgba(0, 0, 0, .6) url(/images/icon_key_close.svg) no-repeat 50%;
	background-size: 60% auto;
}

.list_notice4 p img {
	width: 100%;
}

@media screen and (min-width:991px) {
	/* .btn2_2:hover {
		border-radius: 2px;
		box-shadow: #eeeeee 1px 1px 15px -1px;
	}

	.btn2_1:hover {
		border-radius: 2px;
		box-shadow: #ee4242 1px 1px 15px -1px;
	}

	.btn1_2:hover {
		border-radius: 2px;
		box-shadow: #eeeeee 1px 1px 15px -1px;
	}

	.btn3_1:hover {
		border-radius: 2px;
		box-shadow: #ffffb0 1px 1px 15px -1px;
	}

	.btn3_2:hover {
		border-radius: 2px;
		box-shadow: #eeeeee 1px 1px 15px -1px;
	}

	.btn2_3:hover {
		border-radius: 2px;
		box-shadow: #ffffb0 1px 1px 15px -1px;
	}

	.btn2_4:hover {
		border-radius: 2px;
		box-shadow: #ffffb0 1px 1px 15px -1px;
	}

	.btn1_1:hover {
		border-radius: 2px;
		box-shadow: #ee4242 1px 1px 15px -1px;
	} */
}