
/* ¸ð¹ÙÀÏ ************************************************************************************************************************************************************************/
@media only screen and (min-width:100px) and (max-width:800px) {

	body { background:#161521; }

	.mgameBetBox { margin-top:70px; padding:20px; }

	#mgame_start {}
	.mgame_start_select { width:100%; display:inline-block; }
	.mgame_start_select li { float:left; text-align:center; width:50%; }
	.mgame_start_select li img { height:50px; }
	.mgame_start_select li span { text-align:center; color:#222; font-size:30px; font-family:SpoqaHanSansNeo_Bold;  }
	.mgameBet_selectIClass_1 { margin:10px; background:#fff; border:7px solid #7e838f; padding:20px; border-radius:30px; cursor:pointer; }
	.mgameBet_selectIClass_2 { margin:10px; background:#fff; border:7px solid #ff0000; padding:20px; border-radius:30px; }
	.mgame_start_msg { width:100%; display:inline-block; margin-top:20px; }
	.mgame_start_msgs {
		background:#292f3d; padding:15px; border-radius:30px; margin-bottom:20px; 
		text-align:center;  font-size:14px; color:#fff; font-family:SpoqaHanSansNeo_Medium; letter-spacing: 0.01em; line-height:1.0em; 
	}
	.mgame_start_msgs b { color:#7575fc; }

	.mgame_ok_img { width:100%; display:inline-block; text-align:center;  }
	.mgame_ok_img img { height:150px; }
	.mgame_ok_msg { width:100%; display:inline-block; }
	.mgame_ok_msgs {
		margin: 0 auto; width:90%;  background:#4f4fd0; padding:14px; border-radius:20px; margin-top:20px;  margin-bottom:20px;
		text-align:center; color:#fff; font-size:18px; font-family:SpoqaHanSansNeo_Bold; 	
	}
	.mgame_ok_msg_2 { color:#ff0000; margin-right:15px; }
	.mgame_ok_msg_1 { color:#fff; margin-right:15px; }


} /* ¸ð¹ÙÀÏ end */

/* PC ************************************************************************************************************************************************************************/
@media  all and (min-width : 800px)  {

	body { background:#161521; }
	
	.mgameBetBox { margin-top:70px; padding:20px; }

	#mgame_start {  }
	.mgame_start_select { width:100%; display:inline-block; }
	.mgame_start_select li { float:left; text-align:center; width:50%; }
	.mgame_start_select li img { height:200px; }
	.mgame_start_select li span { text-align:center; color:#222; font-size:40px; font-family:SpoqaHanSansNeo_Bold;  }
	.mgameBet_selectIClass_1 { margin:10px; background:#fff; border:7px solid #7e838f; padding:20px; border-radius:30px; cursor:pointer; }
	.mgameBet_selectIClass_2 { margin:10px; background:#fff; border:7px solid #ff0000; padding:20px; border-radius:30px; }
	.mgame_start_msg { width:100%; display:inline-block; margin-top:20px; }
	.mgame_start_msgs {
		background:#292f3d; padding:15px; border-radius:30px; margin-bottom:20px; 
		text-align:center;  font-size:14px; color:#fff; font-family:SpoqaHanSansNeo_Medium; letter-spacing: 0.01em; line-height:1.0em; 
	}
	.mgame_start_msgs b { color:#7575fc; }

	.mgame_ok_img { width:100%; display:inline-block; text-align:center;  }
	.mgame_ok_img img { height:300px; }
	.mgame_ok_msg { width:100%; display:inline-block; }
	.mgame_ok_msgs {
		margin: 0 auto; width:90%;  background:#4f4fd0; padding:14px; border-radius:20px; margin-top:20px;  margin-bottom:20px;
		text-align:center; color:#fff; font-size:20px; font-family:SpoqaHanSansNeo_Bold; 	
	}
	.mgame_ok_msg_2 { color:#ff0000; margin-right:15px; }
	.mgame_ok_msg_1 { color:#fff; margin-right:15px; }

} /* PC end */