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

	.mobile{
		display: block;
	}

	.p-button{
		margin-bottom: 60px;
	}

	.header-title{
		margin-bottom: 60px;
		text-align: center;
	}

	.header-content{
		padding: 10px 0;
	}

	.header-title h1{
		font-size: 24px;
		font-weight: bold;
	}

	.header-title h3{
		font-size: 18px;
	}

	.moim{
		margin: 30px 0;
	}

	.old .text{
		font-size: 16px;
		line-height: 15px;
	}

	.new .text{
		font-size: 16px;
		line-height: 15px;
	}

	.old .sum{
		font-size: 27px;
	}

	.new .sum{
		font-size: 27px;
	}
	.media-pm{
		margin: 0 auto;
		padding: 0;
	}
	.container{
		padding: 0;
	}



}