@media screen and (max-width: 767px){
	.mainButton{
		display: none !important;
	}

	.pageWrap{
		padding-bottom: 38px;
	}

	.sp_footer{
		display: block;
		width: 100%;
		height: 38px;
		color: #fff;
		font-size: 13px;
		font-weight: 500;
		background-color: #FE96A0;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 999;
	}

	.sp_footer_inner{
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%;
	}


	.sp_footer a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 38px;
	}

	.icon_smile{
		display: block;
		margin-right: 5px;
		width: 23px;
		height: 23px;
		background-image: url(../images/sp_footer/icon_smile.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
	}

	.icon_calendar{
		display: block;
		margin-right: 5px;
		width: 28px;
		height: 22px;
		background-image: url(../images/sp_footer/icon_calendar.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
	}

	
	.sp_footer_menu{
		width: 45px;
		height: 38px;
		border-right: 1px solid #fff;
	}

	.sp_footer_counseling{
		width: calc( 62% - 45px );
		border-right: 1px solid #fff;
	}

	.sp_footer_experience{
		width: calc( 38% - 45px );
	}

	.sp_footer_logowrap{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 45px;
		height: 38px;
		background-color: #fff;
	}

	.sp_footer_logo{
		display: block;
		width: 35px;
		height: 30px;
		background-image: url(../images/sp_footer/sp_footer_logo.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
	}
}
@media screen and (max-width: 360px){
	.sp_footer{
		font-size: 11px;
	}
}

@media screen and (min-width: 768px){
	.sp_footer{
		display: none;
	}
}