
div.title {
	background-image: url(images/title_bg.jpg);
}

div.lobot-bg {
	background-color: white;
	border-radius: 20px;
	padding: 30px 30px 40px 30px;
} 

div.robot {
	display: flex;
}

div.robot div.detail {
	padding-left: 20px;
	width: 52%;
}

div.robot div.detail ul:first-of-type {
	padding-bottom: 41px;
}

div.robot div.detail ul:first-of-type li {
	border-bottom: 1px dotted black;
	font-weight: 600;
	padding: 5px;
}

div.robot div.detail ul:first-of-type li:first-child {
	border-top: 1px dotted black;
}

div.robot div.detail ul:first-of-type li span {
	margin-right: 20px;
}

div.robot div.detail ul:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	height: 320px;
	justify-content: start;
}

