.documentFile * {
	border-width: unset; /* 2 */
	border-style: unset; /* 2 */
	/*border-color: unset; !* 2 *!*/
}
/* 문서 폰트 사이즈 medium */
.document__font-medium table tr th {
	font-size: 16px;
	padding: 5px 6px;
	line-height: 1;
}
.document__font-medium table tr td {
	font-size: 13px;
	padding: 1px 6px;
}
.document__font-medium table .item__type-new {
	height: 28px;
	vertical-align: bottom;
}
/* 문서 폰트 사이즈 large */
.document__font-large table tr th {
	font-size: 16px;
	padding: 6px;
}
.document__font-large table tr td {
	font-size: 16px;
	padding: 3px 6px;
}
.document__font-large table .item__type-new {
	height: 33px;
	vertical-align: bottom;
}
/* 스크롤 가능한 테이블 body */
.table__header-fixed {
	/* height: calc((100dvh - 66px - 47px - 82px - 40px) / 2 - 20px - 40px - 26px); */
	overflow-y: auto;
}

.table__header-fixed::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.table__header-fixed::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.table__header-fixed::-webkit-scrollbar-track {
	background-color: #dddddd;
	border-radius: 5px;
}

.table__header-fixed table {
	width: 100%;
	border-collapse: separate;
}

.table__header-fixed thead {
	background-color: #f1f1f1;
	position: sticky;
	top: 0;
	z-index: 1;
}

.table__header-fixed th,
.table__header-fixed td {
	padding: 6px 3px;
}

/* 선수준비 테이블 */
.table__operation {
	max-height: calc(100% - 26px);
	height: auto;
}
.table__operation thead th,
.table__operation tbody td {
	text-align: center;
	font-weight: 500;
	font-size: 10px;
	white-space: nowrap;
}
.table__operation tbody td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.table__operation tbody tr:hover {
	background-color: rgba(243, 244, 255, 0.3);
}
.table__operation tbody tr.tr__selected {
	background-color: #c9caed;
}
.operation_table.table__operation-match-player tbody tr.tr__selected td {
	background-color: #c9caed !important;
}
.table__operation tbody tr.tr__disabled {
	background-color: rgba(0, 0, 0, 0.3);
}
.container__panel .button__panel-operation {
	width: 16px;
	height: 16px;
}
.button__panel-operation.button__fullscreen {
	width: 24px;
	height: 24px;
	background-image: url(/images/icon-full-on.svg);
}
.table__operation.table__match-playing,
.table__operation.table__match-waiting {
	height: calc(100% - 31px);
}
/* full screen panel*/
.container__opertaion-popfull.fullscreen {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	/* padding: 50px; */
}
.container__opertaion-popfull.fullscreen * {
	font-size: 16px;
}
.container__opertaion-popfull.fullscreen .btn__xs {
	font-size: 14px;
}
.container__opertaion-popfull.fullscreen .container__match-table dd {
	font-size: 10px;
}
.container__opertaion-popfull.fullscreen .container__match-table dd p {
	font-size: 9px;
}
.container__opertaion-popfull.fullscreen .container__match-table dt p {
	font-size: 6px;
}

.container__opertaion-popfull.fullscreen .input__search-operation input {
	height: 2.25rem;
	width: 16rem;
}
.container__opertaion-popfull.fullscreen .input__search-operation + button {
	width: 5rem;
	height: 2.25rem;
	margin-right: 1rem;
}
.container__opertaion-popfull.fullscreen .input__search-operation::before {
	display: none;
}
.container__opertaion-popfull.fullscreen .button__panel-operation {
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 0.5rem;
}
.container__opertaion-popfull.fullscreen .button__panel-operation img {
	width: 100%;
}
.container__opertaion-popfull.fullscreen .button__panel-operation.button__fullscreen {
	background-image: url(/images/icon-full-off.svg);
	background-size: cover;
}
.container__opertaion-popfull.fullscreen .table__operation {
	margin-top: 20px;
}
.container__opertaion-popfull.fullscreen .table__operation {
	height: calc(100vh - 166px);
}
.container__opertaion-popfull.fullscreen .table__operation.table__half {
	height: 50%;
}
.container__opertaion-popfull.fullscreen .btn__xs {
	width: 3.5rem;
	height: 1.5rem;
}
.container__opertaion-popfull.fullscreen .input__field-2xs {
	width: 5rem;
	height: 1.5rem;
}
.container__opertaion-popfull.fullscreen .list__status-weight p {
	width: 0.75rem;
	height: 0.75rem;
	margin-right: 0.3rem;
}
.container__opertaion-popfull.fullscreen strong {
	height: 36px;
	font-size: 20px;
	line-height: 36px;
}
.container__opertaion-popfull.fullscreen .table__match-playing,
.container__opertaion-popfull.fullscreen .table__match-waiting {
	height: calc(100% - 50px);
}
/* operation input */
.input__oper-player-info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	cursor: pointer;
}
.input__oper-player-info input {
	display: none;
}
.input__oper-player-info.input__oper-player-info--changing input {
	display: block;
}
.input__oper-player-info.input__oper-player-info--changing span {
	display: none;
}

.table__operation tbody tr.status__random-weight {
	background-color: rgba(214, 8, 18, 0.2) !important;
}
.list__status-weight .item__complete {
	background-color: #4efd00;
}
.list__status-weight .item__fail {
	background-color: #fe4941;
}
.list__status-weight p {
	width: 0.5rem;
	height: 0.5rem;
	background-color: #b2b2b2;
}

/* 대기자 화면 팝업 */
.table__match-complete thead th {
	font-weight: 500;
	border-bottom: 1px solid #2a2d48;
}

.table__match-complete td {
	text-align: center;
	padding: 6px;
	height: 30px;
	font-size: 10px;
	font-weight: 500;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.table__match-complete tbody tr:hover {
	background-color: #f3f4ff;
}

.table__match-complete .team__blue p {
	background-color: rgba(66, 41, 255, 0.3);
	color: #000;
	padding: 3px 6px;
	height: 21px;
}

.table__match-complete .team__red p {
	background-color: rgba(227, 24, 27, 0.3);
	color: #000;
	padding: 3px 6px;
	height: 21px;
}

.table__match-complete tr:hover .team__blue p {
	background-color: rgba(66, 41, 255, 1);
	color: #fff;
}

.table__match-complete tr:hover .team__red p {
	background-color: rgba(227, 24, 27, 1);
	color: #fff;
}

.table__match-complete .team__blue.team__blue-noc p,
.table__match-complete .team__red.team__red-noc p {
	border-radius: 3px 0 0 3px;
}

.table__match-complete .team__red.team__red-player p,
.table__match-complete .team__blue.team__blue-player p {
	border-radius: 0 3px 3px 0;
}

.team__red.team__red-noc,
.team__blue.team__blue-noc {
	padding: 3px 0 3px 6px;
}

.team__red.team__red-player,
.team__blue.team__blue-player {
	padding: 3px 6px 3px 0;
}
/* 선수 상세 */
.header__player-info {
	width: 100%;
	height: 50px;
	background-color: rgba(130, 132, 164, 0.1);
	display: flex;
	padding: 0 20px;
	align-items: center;
	gap: 5px;
}
.header__player-info span {
	font-size: 16px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	gap: 3px;
}

.header__player-info span::after {
	content: '|';
	color: rgba(0, 0, 0, 0.4);
	margin-left: 3px;
}
.header__player-info span:last-child::after {
	display: none;
}
.list__player-detail li {
	display: flex;
	height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list__player-detail.en li {
	height: 48px;
}
.list__player-detail dt {
	min-width: 160px;
	background-color: rgba(243, 244, 255, 0.4);
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list__player-detail dd {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
/* 대진표 */
.container__match-table {
	height: calc(100% - 40px);
	margin-top: 20px;
}
.list__match {
	display: flex;
	flex-direction: column;
}
.list__match li {
	display: flex;
	flex-direction: column;
	position: relative;
}
/* 16강 -A */
.list__match li > p {
	position: absolute;
	top: -20px;
}
.list__match dl {
	display: flex;
	gap: 5%;
	padding: 7px 2px;
}

.list__match dl dt {
	width: 15%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.list__match dl dd {
	width: 80%;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 10px;
}
.list__match dl dt img {
	width: 100%;
}
.list__match dl dt p {
	font-size: 6px;
}
.list__match dl dd div {
	height: 0.5px;
	background-color: rgba(255, 255, 255, 0.3);
	width: 95%;
	margin-top: -2px;
}

.list__match li .wrap__player:first-of-type dl {
	background-image: url('/images/match-table-left-top.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.list__match li .wrap__player:last-of-type dl {
	background-image: url('/images/match-table-left-bottom.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 8px 2px 6px;
}

.list__match li .wrap__player {
	display: flex;
	flex-direction: column;
	position: relative;
}
.list__match li .wrap__player.wrap__player-win,
.list__match li .wrap__player.wrap__player-null {
	opacity: 1;
}
.list__match li .wrap__player {
	opacity: 0.5;
}
.list__match li .line__match {
	position: absolute;
	bottom: 0;
	right: 0;
}
.list__match li .wrap__player .line__match {
	border-left: 1px solid #1aff03;
}
.list__match li .wrap__player:last-of-type.wrap__player-win .line__match {
	border-top: 1px solid #1aff03;
}
.list__match li .wrap__player:first-of-type .line__match {
	border-bottom: 1px solid #1aff03;
}
.list__match li .wrap__player:last-child {
	flex-direction: column-reverse;
}

.list__match li .wrap__player:last-of-type .line__match {
	top: 0;
	bottom: unset;
	border-bottom: none;
	border-right: none;
}

.list__match.list__match-reverse .wrap__player {
	align-items: flex-end;
}
.list__match.list__match-reverse li > p {
	position: absolute;
	top: -20px;
	right: 0;
}
.list__match.list__match-reverse li .line__match {
	bottom: 0;
	left: 0;
	right: unset;
	border-left: none;
}
.list__match.list__match-reverse li .wrap__player .line__match {
	border-right: 1px solid #1aff03;
}
.list__match.list__match-reverse dl {
	display: flex;
	flex-direction: row-reverse;
}
.list__match.list__match-reverse dl dd {
	justify-content: flex-end;
}
.list__match.list__match-reverse li .wrap__player:first-of-type dl {
	background-image: url('/images/match-table-right-top.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.list__match.list__match-reverse li .wrap__player:last-of-type dl {
	background-image: url('/images/match-table-right-bottom.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.table__match-left .list__match:last-child li:first-of-type .line__match,
.table__match-right .list__match:first-child li:first-of-type .line__match {
	border-bottom: none;
}
.table__match-left .list__match:last-child li:first-of-type .wrap__player-win .line__match,
.table__match-right .list__match:first-child li:first-of-type .wrap__player-win .line__match {
	border-bottom: 1px solid #1aff03;
}
.container__final {
	display: flex;
	align-items: center;
	justify-content: center;
}
.container__winner-player {
	width: 100px;
	height: 100px;
	border-radius: 4px;
	border: solid 2px #1aff03;
	background-color: #07063e;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}
.container__winner-player > img {
	position: absolute;
	height: 90%;
	top: 0;
	object-fit: contain;
}
.container__winner-player > div {
	width: 95px;
	border: solid 1px #e0f5fd;
	border-radius: 4px;
	background-color: #04101c;
	display: flex;
	z-index: 1;
	padding: 2px 5px;
	gap: 5px;
}
.container__winner-player > div dt {
	width: 20%;
	font-size: 6px;
	line-height: 1;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
}
.container__winner-player > div dd {
	width: calc(80% - 5px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.container__winner-player > div dd p {
	font-size: 9px;
	color: #fff;
	line-height: 1;
}
.scroll__custom {
	overflow: auto;
}
.scroll__custom::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.scroll__custom::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.scroll__custom::-webkit-scrollbar-track {
	background-color: #dddddd;
	border-radius: 5px;
}
.wrap__player dl.focus {
	border: 1px solid red;
}
.button__checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #fff;
	border: 1px solid;
	cursor: pointer;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
	font-weight: 500;
}

input:checked + .button__checkbox {
	color: #6d4dff;
	background-color: #e9eaff;
	border-color: #4229ff;
}
.btn__dropdown-table {
	width: 24px;
	height: 24px;
	background-image: url(/images/icon-drop-plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.btn__dropdown-table.btn__dropdown-table--active {
	background-image: url(/images/icon-drop-minus.svg);
}
.contents__dropdown-table {
	display: none;
	height: 40px;
}
.contents__dropdown-table.contents__dropdown-table--active {
	display: table-row;
}
.pagination.pagination__opertaion button {
	height: 2.25rem;
	min-width: 2.25rem;
	width: fit-content;
	font-size: 14px;
}
.fullscreen .pagination.pagination__opertaion {
	margin-top: 30px;
}
.fullscreen .pagination.pagination__opertaion button {
	height: 2.25rem;
	min-width: 2.25rem;
	width: fit-content;
	font-size: 14px;
}
.list__endlist-filter {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
.list__endlist-filter p {
	font-size: 10px;
	font-weight: 500;
	color: #000;
}
.list__endlist-filter .wrap__select.w-full {
	width: 156px;
}
.list__endlist-filter .wrap__select.w-full select {
	width: 100%;
	height: 30px;
	font-size: 0.625rem;
	line-height: 30px;
	background-color: rgb(243 244 255 / 1);
	padding: 0 0.75rem;
}
.table__operation tbody tr.table__none:hover {
	background-color: transparent;
}
.table__none td {
	border-bottom: none !important;
	height: calc((100vh - 520px) / 2);
}
.table__none td.td__small {
	border: none !important;
	height: 100%;
}

.table__none p {
	margin-top: 8px;
	color: rgba(130, 132, 164, 0.5);
	font-size: 12px;
}
.is-invalid {
	position: relative;
	border: 1px solid #c92512 !important;
}
.is-invalid::placeholder {
	color: #c92512 !important;
}
