@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1170px) {
}

@media screen and (max-width: 990px) {
	#navbar > div{padding: 0px 15px; box-sizing: border-box;}
}

@media screen and (max-width: 968px) {
	.exploreBanner .ebSpace{padding-bottom: 30%;}
	.exploreBanner .ebCover > div{padding-bottom: 50%;}
	
	.exploreStep .esList .elItem{display: block;}
	.exploreStep .esList .elItem > div:first-child{margin-bottom: 10px;}
}

@media screen and (max-width: 888px) {
}

@media screen and (max-width: 810px) {
	.exploreInfo{align-items: normal; grid-template-columns: 150px 1fr; grid-gap: 20px;}
}

@media screen and (max-width: 775px) {
	.card_item_grid{grid-template-columns: 1fr 1fr 1fr;}
}

@media screen and (max-width: 730px) {
	.exploreBanner .ebSpace{padding-bottom: 40%;}
	.exploreBanner .ebTitle{font-size: 25px;}
}

@media screen and (max-width: 550px) {	
}

@media screen and (max-width: 380px) {
}

@media screen and (max-width: 361px) {
}