body {
	background: #F1F5F8;
}

.richtextBox {
	background: white;
	padding: 54px 54px 100px;
	border-radius: 4px;
	margin: 50px 0 80px;
}

.rt_t {
	padding: 0 14px 20px;
	border-bottom: 1px solid #CECECE;
}

.rt_t_title {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 16px;
}

.rt_t_details {
	display: flex;
	align-items: center;
}

.rt_t_details div {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #7F7F7F;
	font-weight: 400;
	margin-right: 90px;
}

.rt_t_details div:last-child {
	margin-right: 0;
}

.rt_t_details div img {
	width: 12px;
	height: 14px;
	margin-right: 5px;
}

.rt_b {
	padding: 28px 14px 0;
}

.rt_b p {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	line-height: 26px;
	padding: 20px 0;
}

.rt_b img {
	width: 988px;
	height: auto;
	margin: 0 auto;
}