@media only screen and (max-width: 600px) {
	.phoneNone{
		display: none;
	}
	
	.pcNone{
		display: block;
	}
	
	.area1Phone{
		width: 100%;
		margin: 0 auto;
	}
	
	.area2Phone{
		width: 90%;
		margin: 0 auto;
	}
	
	.phoneWord{
		font-size: 0.857142rem;
		line-height: 1.6rem;
	}
	
	.navCont{
		margin-top: -2rem;
	}
	
	.navCont span{
		color: rgb(238,84,82);
	}
	
	.ma20{
		margin-top: 0.714285rem;
		margin-bottom: 0.714285rem;
	}
	
	.swiper-slide1 img{
		border: solid 3px #ea784e;
		width: 96%;
		height: 10rem;
	}
	
	.swiper-slide1{
		padding-top: 0.357142rem;
	}
	
	.swiper-slide1 p{
		font-size: 0.857142rem;
		line-height: 1.2rem;
	}
	
	.swiper-container{
		padding-bottom: 2.428571rem;
	}
	
	.swiper-pagination-bullet{
		width: 0.525rem;
		height: 0.525rem;
	}
	
	.bot{
		margin-top: 1.428571rem;
	}
}
