@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
#wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
	font-family: 'GmarketSansMedium';
}
#header {
	display: none;
}

.txt_purple {
	color: #8B2897!important;
}
.txt_pink {
	color: #9A00AC!important;
}
.txt_blue {
	color: #0010A1!important;
}


.title {
	background: #000;
	color: #fff;
	align-items: center;
	padding: 8px 10px;
	box-sizing: border-box;
}
.title h2 {
	align-items: center;
	justify-content: center;
	width: 100%;
}
.title h2 strong {
	font-size: 20px;
	flex: 1;
	text-align: center;
}
.title h2 span {
	font-size: 14px;
	font-weight: 700;
	padding: 8px 10px;
	border-radius: 5px;
	border: 1px solid #FFF;
	box-sizing: border-box;
}

.court .state_table {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: auto;
}
.court .state_table table {
	/*min-width: 3760px;*/
	border-collapse: separate;
	border-spacing: 0;
}
.court .state_table table tr {
	position: relative;
}
.court .state_table table thead {
	position: sticky;
    top: 0px;
    width: 100%;
    z-index: 2;
}
.court .state_table table thead th {
	border-top: 0;
	border-left: 0;
}
.court .state_table table th {
	/*width: 12.5%;*/
	background: #DCDCDC;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #fff;
	padding: 10px;
}
.court .state_table table th:first-child {
	position: sticky;
    left: 0;
    z-index: 1;
	width: 45px;
	border: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.court .state_table table thead th:last-child,
.court .state_table table td:last-child {
	border-right: 0;
}
.court .state_table table th .time {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-top: 10px;
}
.court .state_table table td {
	/*width: 12.5%;*/
	background: #F5F5F5;
	border: 1px solid #fff;
	border-left: 0;
	border-top: 0;
}
.court .state_table .box {
	padding: 8px 15px;
	box-sizing: border-box;
}
.court .state_table .on .box {
	border: 4px solid #ffe427;
}
.court .state_table .off .box {
	background: #c5c5c5;
}
.court .state_table .box > h4 {
    font-size: 14px;
    margin-bottom: 5px;
}
.court .state_table .box .info {
	align-items: center;
	gap: 10px;
}
.court .state_table .box p {
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 4px;
}
.court .state_table .box p span {
	color: #292D32;
	font-size: 11px;
}
.court .state_table .box p strong {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.court .state_table .box .left,
.court .state_table .box .right {
	flex: 1;
}
.court .state_table .box .mid {
	padding: 0 8px;
}
.court .state_table .box .mid p {
	position: relative;
	color: #4F4F4F;
	font-size: 20px;
	font-family: MICEGothic;
}
.court .state_table .box .mid p:first-child {
    top: -2px;
}
.court .state_table .box .mid p:last-child {
    margin-bottom: 0;
    top: 10px;
}

.court .state_table .box .mid1 {
	padding: 0 8px;
}
.court .state_table .box .mid1 p {
	position: relative;
	color: #4F4F4F;
	font-size: 20px;
	font-family: MICEGothic;
}

.court .state_table .box input {
	display: block;
	width: 100%;
	height: 25px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 5px;
	background: #FFF;
	margin: 3px auto 0;
	text-align: center;
}
.court .state_table .box .btn_area {
	justify-content: space-between;
	opacity: .7;
	margin-top: 5px;
}
.court .state_table .box .btn_area button {
	padding: 1px 6px;
	height: 18px;
	font-size: 12px;
	font-family: inherit;
	border-radius: 3px;
	box-sizing: border-box;
}
.court .state_table .box .btn_area button.start_btn {
	border: 1px solid #027800;
	color: #027800;
}
.court .state_table .box .btn_area button.end_btn {
	background: #027800;
	color: #fff;
}
.court .state_table .box .btn_area button.setting_btn {
	color: #000;
	border: 1px solid #000;
}



.bottom_box .gray_bg {
	background: #DCDCDC;
}
.bottom_box .box {
	padding: 5px;
}
.bottom_box .group {
	gap: 10px;
	align-items: center;
}
.bottom_box .group span {
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 5px;
    color: #000;
    background: #fff;
}
.bottom_box .group span button {
	font-size: 16px;
}
.bottom_box .group .add_btn {
	background: #000;
	color: #fff;
	width: 60px;
    height: 37px;
    color: #fff;
    font-size: 25px;
    
    border-radius: 5px;
}
.bottom_box table {
	margin: 20px 0 0;
}
.bottom_box table th {
    width: 200px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    text-align: left;
}
.bottom_box table td {
	color: #fff;
	padding: 5px 0;
}
.bottom_box table td .load_btn {
    display: block;
    background: #000;
    color: #fff;
    width: 350px;
    height: 50px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
}
.bottom_box table td .list {
	align-items: center;
	gap: 15px;
}
.bottom_box table td .list .item {
    align-items: center;
    gap: 10px;
    font-size: 16px;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #000;
}

.bottom_box .box3 {
	padding: 10px 0 0;
}
.bottom_box .box3 .form {
	gap: 15px;
}
.bottom_box .box3 .form .gray_bg {
	flex: 1;
}


.court_game .btn_form {
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.court_game .btn_group {
	gap: 5px 70px;
}
.court_game .btn_group span {
    font-size: 20px;
    background: #027800;
    color: #fff;
    padding: 7px 11px;
    height: 35px;
    border-radius: 5px;
    box-sizing: border-box;
}
.court_game .btn_form .btn_arrow {
	gap: 10px;
}
.court_game .btn_form .btn_arrow button {
    font-size: 20px;
    background: #027800;
    color: #fff;
    width: 55px;
    padding: 7px 0;
    height: 35px;
    border-radius: 5px;
    box-sizing: border-box;
}
.court_game .btn_form .btn_arrow button.btn_add {}
.court_game .btn_form .btn_arrow button.btn_minus {}
.court_game .state_table table {
	min-width: auto;
}
.court_game .state_table .box input {
	display: none;
}
.court_game .state_table .box .mid p:last-child {
	display: none;
}
.court_game .state_table .box .mid p:first-child {
	top: 0;
}
.court_game .state_table .box .btn_area {
	display: none;
}



.flex {
	flex-wrap: wrap;
}
.court_state .title {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.court_state .top_slide {
	position: fixed;
	top: 84px;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: #f5f5f5;
}
.court_state .top_slide .swiper-slide {
	width: auto;
}
.court_state .top_slide .swiper-slide button {
    font-size: 20px;
    padding: 20px 40px;
}
.court_state .top_slide .swiper-slide button.active {
	background-color: #DCDCDC;
}
.court_state .list {
	gap: 20px;
	padding: 20px;
	margin-top: 150px;
}
.court_state .list .item {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	width: calc(33.333% - 14px);
	border-radius: 5px;
	background: #F5F5F5;
	padding: 16px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	box-sizing: border-box;
}
.court_state .list .item .f1 {
	flex: 1;
}
.court_state .list .item .top {
	gap: 10px;
	align-items: center;
}
.court_state .list .item .top > div {
	height: 67px;
	padding: 10px 16px;
	font-size: 20px;
	border-radius: 5px;
	background: #FFF;
	gap: 5px 10px;
	align-items: center;
	box-sizing: border-box;
}
.court_state .list .item .top > div.flex {
	padding: 0 16px;
}
.court_state .list .item .top strong {
	display: block;
	font-size: 20px;
    font-weight: 500;
}
.court_state .list .item .top .round {
	width: 39px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	background: #F5F5F5;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.court_state .list .item .top p {
	font-size: 16px;
	font-weight: 500;
}
.court_state .list .item .top .time {
	width: 100%;
    color: #E80000;
    font-size: 28px;
    font-weight: 700;
    font-family: 'GmarketSansBold';
    letter-spacing: 0.5px;
}
.court_state .list .item .top .txt {
	font-size: 20px;
}
.court_state .list .item .middle {
	align-items: center;
	width: 100%;
	margin: 10px 0;
	border-radius: 5px;
	background: #FFF;
	gap: 10px;
	padding: 10px;
	box-sizing: border-box;
}
.court_state .list .item .middle .num {
	position: relative;
	width: 100px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
.court_state .list .item .middle .num span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.court_state .list .item .middle > span {
	font-size: 16px;
	font-weight: 500;
}
.court_state .list .item .middle .team {
	border-radius: 5px;
	background: #F5F5F5;
	padding: 10px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.court_state .list .item .middle .team .tit {
	width: 100%;
	background: #F5F5F5;
	text-align: center;
	padding: 6px 4px;
	font-size: 16px;
	background: #fff;
}
.court_state .list .item .middle .team p {
	width: 100%;
	font-size: 20px;
	background-color: #fff;
	border-radius: 5px;
	font-weight: 700;
	padding: 6px 0 2px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: 'GmarketSansBold';
}
.court_state .list .item .bottom {
	align-items: center;
	margin: 0 -16px -16px;
	height: 46px;
	background: #DCDCDC;
}
.court_state .list .item .bottom strong {
	font-size: 16px;
	font-family: 'GmarketSansBold';
	background: #FFCF3E;
	width: 130px;
	padding: 14px 20px;
	text-align: center;
	box-sizing: border-box;
}
.court_state .list .item .bottom div {
	flex: 1;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
.court_state .list .item .bottom span {
	width: 52px;
	font-size: 20px;
    text-align: center;
    font-weight: 500;
	box-sizing: border-box;
}






@media screen and (max-width: 1780px) {
	.court_state .list .item .top .time {
		font-size: 24px;
	}
	.court_state .list .item .top .txt {
	    font-size: 18px;
	}
}
@media screen and (max-width: 1700px) {
	.court_state .list .item .top > div {
		width: calc(50% - 5px);
	}
	.court_state .list .item .middle .num {
		width: 100%;
		height: 35px;
	}
	.court_state .list .item .bottom {
		height: auto;
	}
	.court_state .list .item .bottom strong {
		width: 100%;
	}
	.court_state .list .item .bottom div {
		padding: 10px 0;
	}
}
@media screen and (max-width: 1440px) {
	.court_state .list .item .middle .team p {
		max-width: 100%;
	}
	.court_state .list .item .bottom div {
		font-size: 18px;
	}
	.court_state .list .item .bottom span {
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.court_state .list .item .top > div {
		width: 100%;
		padding: 10px 8px;
	}
	.court_state .list .item .top > div.flex {
	    width: calc(50% - 5px);
	    padding: 0 8px;
	}
	.court_state .list .item .top strong {
		font-size: 16px;
	}
	.court_state .list .item .top .round {
	    width: 34px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 16px;
	}
	.court_state .list .item .top .time {
	    font-size: 22px;
	}
	.court_state .list .item .top .txt {
	    font-size: 16px;
	}

	.court_state .list .item .middle .team {
		flex: none;
		width: 100%;
		box-sizing: border-box;
	}
	.court_state .list .item .middle > span {
	    width: 100%;
	    text-align: center;
	}
	.court_state .list .item .bottom div {
		width: 100%;
	}
	.court_state .list .item .bottom span {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.court_state .list .item {
		width: 100%;
	}

	.court_state .list .item .top > div {
	    width: calc(50% - 5px);
	}
	.court_state .list .item .middle .team {
	    flex: 1;
	    width: auto;
	}
	.court_state .list .item .middle > span {
		width: auto;
	}
	.court_state .list .item .bottom span {
	    width: auto;
	}
}
@media screen and (max-width: 480px) {
	.court_state .list .item .middle .team p {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.title h2 strong {
	    font-size: 30px;
	}

	.court_state .top_slide {
		top: 69px;
	}
	.court_state .top_slide .swiper-slide button {
		font-size: 16px;
		padding: 15px 35px;
	}
	.court_state .list {
		margin-top: 120px;
	}
	.court_state .list .item .middle .team {
		flex: none;
		width: 100%;
	}
	.court_state .list .item .middle .team p {
		font-size: 18px;
	}

	.court_state .list .item .middle > span {
		width: 100%;
	}
	.court_state .list .item .bottom span {
	    width: 100%;
	    font-size: 16px;
	}
	.court_state .list .item .bottom div {
	    font-size: 16px;
	}
}