/*
 * Custom Bootstrap CSS - by educo.co.kr
 */
@media (max-width: 767px) {
	.order-mobile-0 {
		order: 0 !important;
	}

	.order-mobile-1 {
		order: 1 !important;
	}

	.order-mobile-2 {
		order: 2 !important;
	}

	.order-mobile-3 {
		order: 3 !important;
	}

	.order-mobile-4 {
		order: 4 !important;
	}

	.order-mobile-5 {
		order: 5 !important;
	}

	.order-mobile-6 {
		order: 6 !important;
	}
}

.autocomplete-list-container {
	position: relative;
}

.center-list-group {
	position: absolute;
	z-index: 1000;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	top: -1px;
	border-radius: 0px;
}

.center-list-group > .list-group-item {
	cursor: pointer;
}

.center-list-group > .list-group-item:hover, .center-list-group > .list-group-item.active  {
	background-color: #e9e9e9 !important;
	color: #000 !important;
	border-color: #c5c5c5 !important;
}