#wrap{
	width: 1000px;
	height: 500px;
	margin: 100px auto;
	overflow: hidden;
	border: 1px solid #ddd;
}

.visual{
	position: relative;
	width: 2000px;	
}

.cf:after{
	content:"";
	display: block;
	clear: both;
}

.sc{ 
	/* .sc 박스 값 css */
	width: 200px;
	height: 400px;
	border: 1px solid #ddd;
	float: left;
	margin-top: 50px;
	margin-left: 40px;
	box-sizing: border-box;
}

.section01{
	background: #ff0000;
}

.section02{
	background: #ffff00;
}

.section03{
	background: #0000ff;
}

.section04{
	background: #ff26c9;
}
