@media only screen and (min-width:100px) and (max-width:1300px) {
	
	/* roulette s */
	.pa_roulette { text-align:center;  margin: 0 auto; width:330px; height:400px; margin-bottom:40px; }
	.pa_roulette iframe { width:100%; height:400px; }
	/* roulette e */

	/* attendance s */
	.pa_attendance { text-align:center;  margin:15px; font-family:'NanumSquareNeoVariable';  }
	.pa_attendances { width:100%; display:inline-block; }
	/* attendance e */

} 


/* PC ************************************************************************************************************************************************************************/
@media  all and (min-width : 1300px)  {
	
	/* roulette s */
	.pa_roulette { text-align:center;  margin: 0 auto; width:1300px; height:760px; margin-bottom:40px; }
	.pa_roulette iframe { width:100%; height:760px; }
	/* roulette e */

	/* attendance s */
	.pa_attendance { text-align:center;  margin: 0 auto; width:1300px; margin-bottom:40px; font-family:'NanumSquareNeoVariable'; }
	.pa_attendances { width:100%; display:inline-block; }
	/* attendance e */

} /* PC end */
