
@media ( min-width : 1600px) {
	.modal-30 {
		max-width: 30%;
	}
	.modal-40 {
		max-width: 40%;
	}
	.modal-50 {
		max-width: 50%;
	}
	.modal-60 {
		max-width: 60%;
	}
	.modal-70 {
		max-width: 70%;
	}
	.modal-80 {
		max-width: 80%;
	}
	.modal-90 {
		max-width: 90%;
	}
	.modal-top-5 {
		top: 5%;
	}
	.modal-top-10 {
		top: 10%;
	}
	.modal-top-15 {
		top: 15%;
	}
	.modal-top-20 {
		top: 20%;
	}
}
a { text-decoration:none } 


#ui-datepicker-div {
	z-index: 9999999 !important;
}

.text-gray-400 {
	color: #d1d3e2 !important;
}

.dropdown.no-arrow .dropdown-toggle::after {
	display: none
}

.card-body {
	padding: 0.5rem;
}

.card-header {
	padding: 0.5rem;
}

#id-keyboard, #pw-keyboard {
	font-size: 20px;
	position: absolute;
	margin-left: 87%;
	margin-top: 10.5%;
	font-size: 20px;
}

#car-no-keyboard {
	font-size: 20px;
	position: absolute;
	margin-top: 3px;
	font-size: 20px;
	padding-right: 10%;
	z-index: 5;
	text-align: right;
	width: 100%;
}

.parkingTimeOver {
	color:red;
	font-weight:bold;
}

.discountItemBox {
	border-radisu:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;border:1px solid rgba(0, 0, 0, 0.125);
}

.discountItemName {
	float:left;margin:5px 20px 0 0;font-weight:bold;
}

.excelDownload {
	padding: 5px;
	background : #210B61;
	color: white;
	font-weight:bold;
}

.breadcrumb select {
	border: 1px solid #a9a9a9;
    height: 29px;
    align-items: center;
    vertical-align: middle;
    margin-top: -2px;
}

.qr-container {
	display: flex;
	flex-wrap: wrap;
	max-height: 680px;
	overflow-y: auto;
	justify-content: center;
}
.qr-card {
	width: 350px; /* 카드 너비 */
	border: 1px solid #ccc;
	padding: 60px 50px;
	box-sizing: border-box;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.qr-card .qr-top-info {
	margin-bottom: 10px;
}
.qr-card .qr-top-info p {
	margin: 0 !important;
}
.qr-card .qr-top-info .qr-top-1 {
	font-size: 28px;
	font-weight: bold;
}
.qr-card .qr-top-info .qr-top-2 {
	font-size: 22px;
}
.qr-card .qr-img {
	position: relative;
}
.qr-card .qr-img img {
	width: 200px;
	height: 200px;
}
.qr-card .qr-bottom-info {
	margin-top: 10px
}
.qr-card .qr-bottom-info p {
	margin: 0 !important;
	font-size: 18px;
}
.qr-used {
}
.qr-used .qr-top-info,
.qr-used .qr-bottom-info,
.qr-used .qr-top-info span,
.qr-used .qr-bottom-info span {
	opacity: 0.5;
}
.qr-used img {
	opacity: 0.2;
}
.qr-overlay-icon {
	position: absolute;
	opacity: 0.5;
}