@charset "utf-8";


/* 컨텐츠 시작 */
.test {}
	/* pc */
	@media only screen and (max-width:1199px){
		
	}
	/* 태블릿 */
	@media only screen and (max-width:1023px){
		
	}
	/* 모바일 */
	@media only screen and (max-width:767px){
		
	}
