@charset "UTF-8";

.mainVisualWrapper{
	width: 100%;
	position: relative;
	height: 475px;
	overflow: hidden;
}
#top-slide {
	position: absolute;
	width: 1366px;
	height: 475px;
	top: 0;
	left: 50%;
	margin-left: -683px;
}
#top-slide .slide {
	position: relative;
	width: 1366px;
	margin: 0 auto;
	height: 475px;
}
#top-slide .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 1366px;
	height: 475px;
}
