#container {
	margin-top: -60px!important;
}

.main-slider {
	width: 100%;
	max-height: 800px;
	position: relative;
}
.main-slider .main-slider-cover {
	width: 26.666%;
	max-width: 400px;
	max-height: 800px;
}
.main-slider .main-slider-inner {
	width: 100%;
	max-height: 800px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99
}

#topchart {
	padding: 3em 0;
	background-color: #fcfaf6;
}
#topchart-inner {
	width: 95%;
	margin: 0 auto;
	max-width: 718px;
	text-align: center;
}
#topchart h3 {
	margin: 0 auto 2em;
	width: fit-content;
}

.toptitle01 {
	padding: 0 1.5em;
	box-sizing: border-box;
	border-bottom: 2px solid #c9636f;
	font-size: 198%;
	color: #c9636f;
}

#business-category {
	padding: 5em 0 0;
}
#business-category ul {
	max-width: 1140px;
	width: 95%;
	margin: 0 auto 5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#business-category ul:nth-child(even) {
	flex-direction: row-reverse;
}
#business-category ul .info {
	width: 40%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
#business-category ul .info h3 {
	margin: 0 auto .5em;
	width: fit-content;
	padding: 0 1.5em;
	box-sizing: border-box;
	border-bottom: 2px solid #c9636f;
	font-size: 150%;
	color: #c9636f;
}
#business-category ul .info .icon-business {
	margin: 0 auto 1em;
	text-align: center;
}
#business-category ul .info .icon-business img {
	width: auto;
}
#business-category ul .info h4 {
	font-size: 118%;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #c9636f;
}
#business-category ul .info p {
	font-size: 118%;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#business-category ul .info .btn-business {
	margin: 1em 0 0 auto;
	width: fit-content;
}
#business-category ul .info .btn-business img {
	width: auto;
}
#business-category ul .photo {
	width: 52%;	
}
@media (max-width: 767px) {
	.main-slider .main-slider-cover {
		width: 38.75%;
		max-width: none;
		max-height: none;
	}
	#business-category ul .info,
	#business-category ul .photo {
		width: 100%;
		display: block;
	}
	#business-category ul:nth-child(even) {
		flex-direction: row;
	}
	#business-category ul .info .btn-business {
		margin: 1em auto .2em;
	}
}