.event_inner_bt_online { /* ¿Â¶óÀÎ¹®ÀÇ */
	width: 222px;
	height: 64px;
	background: #AC5F5F;
	transition: 0.2s;
	cursor: pointer;
	border-radius: 5px;
	outline: none; /* Å©·Ò¿¡¼­ ¾Æ¿ô¶óÀÎ »ö»ó ¾ø¾Ö±â */
}
.event_inner_bt_online:hover {
	background: #9E4D4D;
}
