@charset "utf-8";

/* 귀농자 지원 */
.content_box.support {padding: 2.5em; text-align: center;}
.content_box.support h4:before {display: none;}
.content_box.support img {border-radius: 14px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);}
.content_box.support > ul {position: relative; margin-top: 2.75em;}
.content_box.support > ul:before {content: ''; position: absolute; left: 0; top: -8.5em; width: 100%; height: 8.5em; background: url(../images/content/sub05/img_0500000000.svg); background-size: cover; z-index: 1;}
.content_box.support > ul > li {padding: 1.5em; background: #fff; border-radius: 0.4em; margin-bottom: 0.7em;  text-align: left;}
.content_box.support > ul > li:last-child {margin-bottom: 0;}

@media all and (min-width:1024px){
	.content_box.support img {height: 360px;}
	.content_box.support > ul:before {background-position: top 0% center;}
}
@media all and (max-width:1023px){
	.content_box.support {padding: 1em;}
	.content_box.support img {width: 100%;}
}

/* 귀농인 지원 */
.content_box.farm> ul:before {background: url(../images/content/sub05/img_0506000000.svg) !important; background-size: cover !important;}