#content-main .mi-meaning{
	position: absolute;
	top: 100px;
	right: 71px;
	width: 39%;
}
#content-main .mi-list span{
	font-weight: 500;
	font-size: 110%;
	display: block;
	color: #3c2213;
}
#content-main .mi-list li{
	font-size: 85%;
	margin-bottom: 8px;
}

#content-main img.mi-img{
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
#content-main .mi-color{
	position: absolute;
    top: 408px;
    right: 49px;
}
#content-main .mi-color li{
	display: inline-block;
	width: 76px;
	height: 76px;
	text-align: center;
	font-size: 70%;
	font-weight: 500;
	border-radius: 100%;
	background: #ccc;
	color: #fff;
	line-height: 76px;
	margin: 0 25px;
}
#content-main .mi-color li.color1{
	background: #a66b41;
}
#content-main .mi-color li.color2{
	background: #3c2213;
}
#content-main .mi-color li.color3{
	background: #9d8579;
}
#content-main .mi-color li.color4{
	background: #a43136;
}
#content-main .mi-color li.color5{
	background: #23408e;
}
#content-main .mi-color li.color6{
	background: #ffb812;
	color: #545454;
}
#content-main .mi-title{
	font-size: 130%;
	font-weight: 400;
	margin-bottom: 10px;
}
#content-main .mi-text{
	font-size: 90%;
	margin-bottom: 15px;
}
#content-main .content-button {
    margin-top: 20px;
    text-align: center;
}

#content-main img.m-mi-img{
	display:none;
}