.camp{
	padding: 12rem 1rem 55rem;
	margin-top: -1px;
	position: relative;
	z-index: 98;
	background: url($img_dir + 'learn-more_bg.jpg') no-repeat center top;
			background-size: cover;
		.back{
			background: url($img_dir + 'learn-more_bg.jpg') no-repeat center top;
			background-size: cover;
		}
	.head{
		color: #ffffff;
		font: 4rem/1.3 $KR;
		margin-bottom: 9rem;
		position: relative;
		z-index: 100;
	}
	.text{
		color: #000000;
		font: 2rem/2 $HR;
		margin-bottom: 5.5rem;
		max-width: 555px;
		position: relative;
		z-index: 100;
	}
	.button{
		position: relative;
		z-index: 100;
		a{
			color: #080309;
			font: 2.4rem/1 $KR;
			width: 34.4rem;
			height: 6.3rem;
			border-radius: 3.2rem;
			border: 0.2rem solid #181818;
			@extend %center-flex;
			cursor: pointer;	
			span{
				margin-bottom: 3px;	
			}
			&:hover{
				background: rgba(255,255,255,.3);
			}
		}
	}
}