/*  공통사항------------------------------------------------------------------------------------------------------------------------------------------------------ */






@media screen and (max-width:768px) {/* 최대 767 ------------------------------------------------------------------------------------------------------------------------------------------------------ */
	.pc{ display:none;}
}

@media all and (min-width:769px) {/* 최소 769 ~ 1199 ------------------------------------------------------------------------------------------------------------------------------------------------------ */
	.mobile{ display:none;}
	.process{
		position:relative;
	}
	.process .proce_02{
		position:absolute;
		bottom:10px;
		width:50%;
	}
}