@charset "utf-8";

.body-wrap{
	position: relative;
}

.c-link{
	display: none;
}

@media screen and (max-width:768px){

	.c-link{
		width: 100%;
		text-align: center;
		position: fixed;
		bottom: 0%;
		background-color: #000;
		color: #fff;
		padding: 10px 0;
		z-index: 100000;
		font-size: 14px;
		border-radius: 30px 30px 0px 0px;
	}
	.c-link h6{
		padding-bottom: 10px;
		font-weight: 500;
	}
	.show{
		display: block;
	}
	
}