.set {
    border: 1px solid #ccc;
    margin-bottom: 1em;
}
.set p {
    background: #ccc;
    padding: 0.5em;
    text-align: center;
}
.set ul {
    padding: 1em;
    font-size: 1rem;
    list-style: none;
  display: flex;
}
.set ul li {
    width: 25%;
    font-size: 80%;
    list-style: none;
    margin-bottom: 0.5em;
}
.set ul li::before {
    content: "¡ü";
    color: #0cb2b4;
    font-size: 60%;
    padding-right: 0.5em;
}

#item_detail table.spec {
	color: #333;
	line-height: 1.4em;
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
	margin: 0 0 20px 0;
    width: 100%;
}
#item_detail table.spec th {
	border: 1px solid #c1c1c1;
	background: #eee;
	padding: 8px;
	font-weight: bold;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(248,248,248,1)));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0 );
}
#item_detail table.spec td {
	width: 70%;
	padding: 10px;
	border: 1px solid #c1c1c1;
	text-align: left;
	background: #fff;
}
#item_detail .tit a {
	color: red;
}
#item_detail ul,
#item_detail ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
}
#item_detail ul li {
    list-style: disc;
    list-style-position: inside;
    margin: 0.5em 0;
    padding-left: 0.5em;
    }

#item_detail dl dt {
    font-weight: bold;
    color: #0cb2b4;
    border-bottom: 1px dotted #0cb2b4;
    padding: 0.5em;
    margin-bottom: 1em;
}