#content-main h4.arten-story {
	font-size: 22px;
	margin: 1em 0;
}
#content-main div.overview {
	margin: 39px 0 90px 0;
}
#content-main div.overview p {
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
	width: 330px;
	margin: 0 5% 0 0;
}
#content-main ul.type {
	position: relative;
	top: -60px;
	margin: 50px 0;
}
#content-main ul.type li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin: 0 0 0 60px;
}
#content-main ul.type li.wood {
	margin-left: 0;
}
#content-main ul.type li.steel {
	margin-right: 0;
}
#content-main ul.type li h5 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px 0 25px 0;
	background: url(/images/main/info-h2-icon.png) 0 100% no-repeat;
}

#content-main ul.type li.wood h5 {
	color: #A97801;
}
#content-main ul.type li.stone h5 {
	color: #222;
}
#content-main ul.type li.steel h5 {
	color: #777;
}
#content-main ul.type li dl dt {
	color: #555;
	font-weight: bold;
	margin-bottom: 12px;
}
#content-main ul.type li dl dd {
	color: #666;
}

#content-main ul.type li img.wood-icon,
#content-main ul.type li img.stone-icon,
#content-main ul.type li img.steel-icon {
	position: absolute;
	top: 195px;
	right: 0;
}
ul.type li a {
	display: block;
	text-indent: -9999em;
	width: 280px;
	height: 188px;
}
ul.type li.wood a {
	background: url(/images/open.content/ko/introduct/story/wood-natural.jpg) 0 0 no-repeat;
}
ul.type li.wood a:hover,
ul.type li.wood a:focus {
	background-position: 0 -188px;
}
ul.type li.stone a {
	background: url(/images/open.content/ko/introduct/story/stone-scandinavian.jpg) 0 0 no-repeat;
}
ul.type li.stone a:hover,
ul.type li.stone a:focus {
	background-position: 0 -188px;
}
ul.type li.steel a {
	background: url(/images/open.content/ko/introduct/story/steel-modern-vintage.jpg) 0 0 no-repeat;
}
ul.type li.steel a:hover,
ul.type li.steel a:focus {
	background-position: 0 -188px;
}


@media (max-width: 1000px) {
	#content-main h4.arten-story img {
		width: 100%;
	}
	#content-main div.overview p {
		width: 100%;
	}
	#content-main ul.type li {
		width: 280px;
        margin: 55px 0;
		display: block;
	}
	#content-main div.overview {
		margin: 35px 0 30px 0;
	}
	#content-main ul.type {
		width: 280px;
		margin: auto;
	}
}