.whiteSpacePre { white-space:pre; }

.aPointer a { cursor: pointer; }

.bg-lightgray2-cnps { background: #b5b5b5 !important; }

.date-list .list-tooltip { z-index: 1; }
.list-tooltip:hover { display: block;}

.nav-membermenu .nav-link {
	height: 80px;
	line-height: 80px;
}

summary::-webkit-details-marker { /* Safari 브라우저용 사용자 정의 스타일 */
    display: none;
}
summary {
    list-style-type: none; /* 그 외의 브라우저용 사용자 정의 스타일 */
}

.btn-custom {
    background-color: #F2F3F5;
    border-color: #DCDCDC;
    border-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* @media (max-width: 992px) {
	.seriesList {
		text-align-last: center;
	}
}
 */
.search-focus {
	background-color : rgb(206,212,218,0.7);
}

.section-area .container {
	overflow: hidden;
}

.section-area.section-mymenu .container {
	overflow: unset;
}

@media (max-width: 992px) {
	.table-totalscore tr:first-child th:first-child, .table-totalscore td:first-child {
		z-index: 1;
	}
	.nav-roundmenu a {
		font-size: 1rem;
		padding: 0.25rem 1rem 0.25rem 1rem !important;
	}
	#liveBtn { font-size: 0.875rem; text-align: center; }
}



/* 메인 KGA랭킹 폰트색깔 */
.swiper-caption .fw-bolder {
	color: #002D9C;
}

/* 메인 퀵메뉴 */
.main-quickmenu { grid-template-columns: repeat(9,1fr); }