.info_area{
	border: 2px solid rgb(255,255,255);
	box-shadow: 0px 0px 10px -0px rgb(0 0 0 / 2%) inset;
	-webkit-box-shadow: 0px 0px 10px -0px rgb(0 0 0 / 2%) inset;
	-moz-box-shadow: 0px 0px 10px -0px rgb(0 0 0 / 2%) inset;
}
.info_area .title{
	letter-spacing: .25rem;
}
.meeting_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.setting_block{
	position: absolute;
	bottom: 0;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
}
.list_container input[type="radio"] ~ label{
	color: rgb(220, 220, 220);
}
.list_container input[type="radio"]:checked ~ label{
	color: rgb(74, 188, 181);
}