#content-main .ci-list li {
	background: none;
	height: 4em;
	padding: 0 0 0 3.5em;
}
#content-main .ci-list li.blue {
	background:  url(/images/ko/must/ci/blue-color.png) no-repeat 0 4px;
}
#content-main .ci-list li.red {
	background:  url(/images/ko/must/ci/red-color.png) no-repeat 0 4px;
}
#content-main .ci-list li.yellow {
	background:  url(/images/ko/must/ci/yellow-color.png) no-repeat 0 4px;
}
#content-main .ci-list li.white {
	height: 3em;
	padding-top: 0.75em;
	background:  url(/images/ko/must/ci/white-color.png) no-repeat 0 4px;
}
#content-main .ci-list li.black {
	height: 3em;
	padding-top: 0.75em;
	margin-top: 0;
	background:  url(/images/ko/must/ci/black-color.png) no-repeat 0 4px;
}
#content-main .solution-box .box-content {
	padding-bottom: 3em;
	margin-bottom: 1em;
	border-bottom: 2px solid #dbdbdb;
}
#content-main .solution-box dl {
	display: inline-block;
	width: 12.8em;
	margin-right: 1em;
	padding: 0;
}

#content-main ul.window8-app-list {
	margin: 2em 0 0 0;
}
#content-main ul.window8-app-list li {
	display: inline-block;
	vertical-align: top;
	width: 225px;
	margin: 15px 5px 0 5px;
	padding: 0;
	background: transparent;
	text-align: center;
}
.lte7 #content-main ul.window8-app-list li {
	display: inline;
}
#content-main ul.window8-app-list li img {
	display: block;
}

.lte7 #content-main .solution-box dl {
	display: inline;
}
#content-main .solution-box dl.last {
	margin-right: 0;
}
#content-main .solution-box dl dt {
	text-align: center;
	padding: 0;
	margin: 0;
}
#content-main .solution-box dl dd {
	background: none;
	text-align: center;
	font-weight: bold;
	padding: 1em 0 0 0;
	margin: 0;
	border-top: 1px dotted #e4e4e4;
}