@charset "utf-8";

.mt00{
	margin-top: 0 !important;
	padding-top: 0 !important;
}



/*--------------------------*/
/* 탭메뉴 */
/*--------------------------*/
#layer_menu{
	width:100%;
	text-align:center;
	}
	#layer_menu ul{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
#layer_menu li {
	float:left;
	cursor: pointer;
	position: relative;
    width: 100%;
    line-height: 1.1;
    font-size: var(--rem-30);
	}
.menu_bg {
	/* width: 33.33333333333333333333333%; */
	line-height:1.1;
	}
.menu_bg a, #sub_menu ul li a{
	display: inline-block;
	width:100%;
	padding:17px 0;
	background:#fff;
	border: 1px solid #ddd;
	border-bottom:1px solid #ff8a00;
	text-decoration: none;
	color: #333;
	font-size:13pt;
	line-height:1.5;
	}
#tabm1 {
		border-radius: 0.5rem 0 0 0.5rem;
	}
#tabm3 {
	border-radius: 0 0.5rem  0.5rem 0;
}
.menu_bg a span {
	display:block;
	font-size:14pt;
	}
#tabm1 {
	background-color:  #ff8a00;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #fff;
	}
#tab1, #tab2, #tab3, #tab4 {
	clear:both;
	min-height:310px;
	padding-top:40px;
	}

/*** 모바일CSS ***/
@media all and (max-width:1000px) {
	.menu_bg a {
		font-size:11pt;
		}
	.menu_bg a span {
		font-size:13pt;
		}
}
@media all and (max-width:640px) {
	.menu_bg a {
		font-size:10pt;
		letter-spacing:-0.5px;
		}
	.menu_bg a span {
		font-size:9pt;
		letter-spacing:-1px;
		}
}
/*--------------------------*/
/* 탭메뉴2 */
/*--------------------------*/
#sub_menu ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 3rem;
}
#sub_menu ul li{
	text-align: center;
}
#sub_menu ul li a.on {
	background-color:  #ff8a00;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #fff
}
#sub_menu ul li:nth-child(1) {
	border-radius: 0.5rem 0 0 0.5rem;
}
#sub_menu ul li:nth-child(2) {
	border-radius: 0 0.5rem 0.5rem 0;
}


/*--------------------------*/
/* 조합소개 */
/*--------------------------*/

/* 사회적협동조합이란 */

.sb_social h4 {
	margin-bottom: 15px;
	font-family: "TmoneyRoundWindRegular";
	font-size: 32px;
	color: #273602;
}

.sb_social div {
	margin-bottom: 60px;
}

.sb_social p {
	margin-bottom: 15px;
}

.sb_social li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.sb_social li::before {
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	background: #e83e17;
	/*-webkit-border-radius:50%;/*Safari, Chrome*/
	/*-moz-border-radius:50%;/*Firefox*/
	border-radius: 50%;
}

@media screen and (min-width:416px) and (max-width:999px) {

	.sb_social h4 {
		font-size: 28px;
	}

	.sb_social div {
		margin-bottom: 40px;
	}

	.sb_social p {
		margin-bottom: 10px;
	}

	.sb_social li {
		margin-bottom: 8px;
		padding-left: 15px;
	}

	.sb_social li::before {
		width: 5px;
		height: 5px;
	}

}

@media screen and (max-width:415px) {

	.sb_social h4 {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.sb_social div {
		margin-bottom: 30px;
	}

	.sb_social p {
		margin-bottom: 10px;
	}

	.sb_social li {
		padding-left: 10px;
	}

	.sb_social li::before {
		top: 9px;
		width: 4px;
		height: 4px;
	}

}

/* 연혁 */

.sb_history {
	/* float: left; */
	width: 100%;
	overflow: hidden;
}

.sb_history .category {
	/* float: left;
	width: 100%;*/
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #00c060;
	display: flex;
	justify-content: center;
}

.sb_history .category button {
	position: relative;
	margin-left: 30px;
	font-size: 24px;
	color: #525252;
}

.sb_history .category button:first-child {
	margin-left: 0;
}

.sb_history .category button:first-child::after {
	position: absolute;
	right: -16px;
	bottom: 10px;
	display: block;
	width: 1px;
	height: 22px;
	content: "";
	background: #dddddd;
}

.sb_history .category .on {
	font-family: "notoBold";
	font-size: 32px;
	color: #273602;
}

.sb_history .list {
	/* float: left; */
	padding-top: 1rem;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 60px;
}

/* .sb_history .list div {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dddddd;
} */

.sb_history .list dl {
	position: relative;
	/* float: left; */
	/* width: 50%; */
	padding: 0 25px 0 100px;
}

.sb_history .list dl::after {
	position: absolute;
	content: '';
	display: block;
	bottom: -30px;
	left: 0;
	width: calc(100% + 60px);
	height: 1px;
	background: #dddddd;
}

/* 
.sb_history .list dl:nth-child(even) {
	padding: 0 0 0 125px;
} */

.sb_history .list dt {
	position: absolute;
	left: 0;
	/* top: -7px; */
	font-family: "notoBold";
	font-size: 32px;
	color: #ff8a00;
}

/* .sb_history .list dl:nth-child(even) dt {
	left: 25px;
} */

.sb_history .list dd {
    position: relative;
    margin-bottom: 10px;
    padding-left: 50px;
    word-break: keep-all;
    line-height: 1.3;
}

.sb_history .list dd em {
	position: absolute;
	left: 0;
	/* top: 4px; */
	font-family: "notoMedium";
}
.sb_history .list dd span{
	/* font-family: "notoRegular"; */
}

@media screen and (min-width:416px) and (max-width:999px) {

	.sb_history .category {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.sb_history .category button {
		font-size: 20px;
	}

	.sb_history .category button:first-child::after {
		bottom: 9px;
		height: 18px;
	}

	.sb_history .category .on {
		font-size: 28px;
	}

	.sb_history .list {
		grid-template-columns: repeat(1, 1fr);
		gap: 60px 60px;
	}

	/* 	
	.sb_history .list div {
		margin-bottom: 20px;
		padding-bottom: 20px;
	} */

	.sb_history .list dl {
		padding: 0 20px 0 80px;
	}

	.sb_history .list dl:nth-child(even) {
		/* padding: 0 0 0 100px; */
	}

	.sb_history .list dt {
		top: -5px;
		font-size: 26px;
	}

	.sb_history .list dl:nth-child(even) dt {
		/* left: 20px; */
	}

}

@media screen and (max-width:415px) {

	.sb_history .category {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #00c060;
	}

	.sb_history .category button {
		font-size: 18px;
	}

	.sb_history .category button:first-child::after {
		bottom: 7px;
		height: 16px;
	}

	.sb_history .category .on {
		font-size: 24px;
	}

	.sb_history .list {
		grid-template-columns: repeat(1, 1fr);
		gap: 60px 60px;
	}

	.sb_history .list dl {
		padding: 0;
	}

	.sb_history .list dl dt {
		position: relative;
		font-size: 28px;
	}

	/* .sb_history .list div {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.sb_history .list dl {
		width: 100%;
		margin-bottom: 15px;
		padding: 0 0 15px;
		border-bottom: 1px solid #dddddd;
	}

	.sb_history .list dl:nth-child(even) {
		padding: 0 0 15px;
	}

	.sb_history .list dt {
		position: static;
		font-size: 24px;
	}

	.sb_history .list dd {
		padding-left: 40px;
	} */

}

/* 조직 및 업무소개 */

.sb_group>ul {
	float: left;
	width: 100%;
	margin: 40px 0 80px;
	text-align: center;
}

.sb_group .group01 span {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 50px;
	margin-bottom: 10px;
	padding-top: 7px;
	font-family: "notoBold";
	font-size: 24px;
	color: white;
	background: #273602;
}

.sb_group .group01 span::after {
	position: absolute;
	left: 50%;
	top: 50px;
	display: block;
	width: 1px;
	height: 70px;
	content: "";
	background: #dddddd;
}

.sb_group .group02 {
	position: relative;
	margin-bottom: 10px;
	text-align: right;
}

.sb_group .group02 span {
	position: relative;
	z-index: 9;
	display: inline-block;
	width: 200px;
	height: 50px;
	padding-top: 12px;
	font-family: "notoMedium";
	font-size: 18px;
	text-align: center;
	color: #421301;
	background: #ffb99e;
}

.sb_group .group02::after {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: calc(50% - 100px);
	height: 1px;
	content: "";
	background: #dddddd;
}

.sb_group .group03 span {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 50px;
	margin-bottom: 10px;
	padding-top: 9px;
	font-family: "notoMedium";
	font-size: 22px;
	color: white;
	background: #394d05;
}

.sb_group .group03 span::after {
	position: absolute;
	left: 50%;
	top: 50px;
	display: block;
	width: 1px;
	height: 70px;
	content: "";
	background: #dddddd;
}

.sb_group .group04 {
	position: relative;
	margin-bottom: 10px;
	text-align: right;
}

.sb_group .group04 span {
	position: relative;
	z-index: 9;
	display: inline-block;
	width: 200px;
	height: 50px;
	padding-top: 12px;
	font-family: "notoMedium";
	font-size: 18px;
	text-align: center;
	color: #421301;
	background: #ffb99e;
}

.sb_group .group04::after {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: calc(50% - 100px);
	height: 1px;
	content: "";
	background: #dddddd;
}

.sb_group .group05 span {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 50px;
	margin-bottom: 50px;
	padding-top: 9px;
	font-family: "notoMedium";
	font-size: 22px;
	color: white;
	background: #00c060;
}

.sb_group .group05 span::after {
	position: absolute;
	left: 50%;
	top: 50px;
	display: block;
	width: 1px;
	height: 50px;
	content: "";
	background: #dddddd;
}

.sb_group .group06 {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

.sb_group .group06::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 12.5%;
	height: 1px;
	content: "";
	background: white;
}

.sb_group .group06::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 12.5%;
	height: 1px;
	content: "";
	background: white;
}

.sb_group .group06>ul {
	float: left;
	width: 100%;
	border-top: 1px solid #dddddd;
}

.sb_group .group06>ul>li {
	position: relative;
	float: left;
	width: calc(25% - 20px);
	margin: 50px 10px 0;
}

.sb_group .group06>ul>li::before {
	position: absolute;
	left: 50%;
	top: -50px;
	display: block;
	width: 1px;
	height: 50px;
	content: "";
	background: #dddddd;
}

.sb_group .group06 div span {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	background: #dfebc0;
	border-left: 1px solid #abc762;
	border-right: 1px solid #abc762;
	border-top: 1px solid #abc762;
}

.sb_group .group06>ul ul {
	border: 1px solid #abc762;
}

.sb_group .group06>ul ul li {
	padding: 10px 0;
	border-bottom: 1px solid #abc762;
}

.sb_group .group06>ul ul li:last-child {
	border-bottom: none;
}

.sb_group h4 {
	margin-bottom: 15px;
	font-family: "notoMedium";
	font-size: 32px;
	text-align: left;
}

.sb_group table {
	width: 100%;
}

.sb_group table colgroup col:nth-child(1) {
	width: 22%;
}

.sb_group table colgroup col:nth-child(2) {
	width: 30%;
}

.sb_group table colgroup col:nth-child(3) {
	width: auto;
}


.sb_group th {
	padding: 10px 5px;
	font-family: "notoMedium";
	font-size: 18px;
	color: white;
	background: #1d9353;
}

.sb_group td {
	padding: 10px 30px;
	text-align: center;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.sb_group td.hd {
	background: #dfebc06e;
}

.sb_group td {
	background: #dfebc02c;
}

.sb_group td:last-child {
	text-align: left;
	border-right: none;
	background-color: #fff;
}

@media screen and (min-width:416px) and (max-width:999px) {

	.sb_group>ul {
		margin: 30px 0 50px;
	}

	.sb_group h4 {
		font-size: 28px;
	}

}


@media screen and (max-width:600px) {

	.sb_group table colgroup col:nth-child(1),
	.sb_group table colgroup col:nth-child(2),
	.sb_group table colgroup col:nth-child(3) {
		width: 200%;
	}


	.sb_group thead {
		display: none;
	}

	.sb_group td {
		background: #dfebc06e;
	}

	.sb_group td:last-child {
		background: #fff;
	}

	.sb_group td.hd {
		color: white;
		background: #00c060
	}

	.sb_group td {
		display: block;
	}
}

@media screen and (max-width:415px) {

	.sb_group>ul {
		margin: 10px 0 30px;
	}

	.sb_group .group01 span {
		width: 120px;
		height: 45px;
		padding-top: 9px;
		font-size: 18px;
	}

	.sb_group .group01 span::after {
		top: 45px;
	}

	.sb_group .group02 span {
		width: 150px;
		height: 45px;
		font-size: 15px;
	}

	.sb_group .group03 span {
		width: 120px;
		height: 45px;
		padding-top: 11px;
		font-size: 16px;
	}

	.sb_group .group03 span::after {
		top: 45px;
	}

	.sb_group .group04 span {
		width: 150px;
		height: 45px;
		font-size: 15px;
		letter-spacing: -1px;
	}

	.sb_group .group05 span {
		width: 120px;
		height: 45px;
		margin-bottom: 20px;
		padding-top: 11px;
		font-size: 16px;
	}

	.sb_group .group05 span::after {
		top: 45px;
		height: 20px;
	}

	.sb_group .group06>ul>li {
		width: calc(25% - 4px);
		margin: 20px 2px 0;
		font-size: 14px;
		letter-spacing: -1px;
	}

	.sb_group .group06>ul>li::before {
		top: -20px;
		height: 20px;
	}

	.sb_group h4 {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.sb_group th {
		padding: 8px 5px;
		font-size: 15px;
	}

	.sb_group td {
		padding: 5px;
		font-size: 14px;
		/* display: block; */
	}

}

/* 후원안내 */

.sb_support {
	padding-bottom: 2rem;
    margin-bottom: 2rem;	
	display: flex;
	width: 100%;
	border-bottom: dashed 1px #dddddd;   
	/* background: url("../img/union/support.jpg") 0 0 / 40% no-repeat; */
}
.sb_support .supp_pic{
	margin-right: 2rem;
}
.sb_support img{	
	width: 100%;
	border-radius: 3rem;
}
.supp_box{
	padding-top: 2rem;
}
.supp_tit{
	margin-bottom: 25px;
	padding: 0;		
}
.supp_tit p{
	font-size: 1.5rem;
    padding: 1rem 2rem;
	border-radius: 3rem;
}
.supp_tit span{
	font-size: 1.2rem;
}
.tit_orange{
	background-color: #fdeaca;
}
.tit_green{
	background-color: #83dc8c;
}
.sb_support ul {
	padding-left: 1rem;
}
.sb_support li {
	
	margin-bottom: 20px;
}
.sb_support li dl{
	display: flex;
}
.sb_support li dt{
	position: relative;
	padding-left: 0.8rem;
	width: 120px;
}
.sb_support li dd{
	word-break: keep-all;
}
.sb_support li em {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 15px;
}

.sb_support li em::before {
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	background: #e83e17;
	/*-webkit-border-radius:50%;/*Safari, Chrome*/
	/*-moz-border-radius:50%;/*Firefox*/
	border-radius: 50%;
}

.sb_support li:nth-child(3n) em {
	letter-spacing: 0.24em;
}

@media screen and (max-width:800px) {

	.sb_support {
		display: block;
	}

	.sb_support p {
		margin-bottom: 20px;
	}
	.sb_support .supp_pic{
		margin-right: 0;
	}

	.sb_support ul {
		padding-left: 25px;
	}

	.sb_support li {
		margin-bottom: 15px;
	}

	.sb_support li em {
		padding-left: 12px;
	}

	.sb_support li em::before {
		width: 5px;
		height: 5px;
	}

}

@media screen and (max-width:500px) {

	.sb_support li dt {
		width: 110px;
	}

}

/* 오시는 길 */

.sb_location .link {
	margin-bottom: 30px;
}

.sb_location .link a {
	display: inline-block;
	padding: 10px 40px 10px 20px;
	line-height: 1;
	color: white;
	background: #273602 url("../img/union/arrow_map.png") 90% 50% no-repeat;
}

.sb_location #map1 {
	width: 100%;
	height: 500px;
}

.sb_location .info {
	width: 100%;
	margin-bottom: 60px;
	padding: 30px 0;
	text-align: center;
	color: #151a02;
	background: #e9f5c0;
}

.sb_location .info li {
	display: inline-block;
	margin: 0 20px;
}

.sb_location h4 {
	margin-bottom: 30px;
	position: relative;
	font-family: "notoMedium";
	font-size: 32px;
}

.sb_location h4::after {
	position: absolute;
	right: 0;
	bottom: 10px;
	display: block;
	width: calc(100% - 130px);
	height: 1px;
	content: "";
	background: #dddddd;
}

.sb_location .traffic {
	min-height: 108px;
	margin-bottom: 40px;
	padding: 20px 0 0 140px;
	background: url("../img/union/icon_car.jpg") no-repeat;
}

.sb_location .traffic.opt {
	background: url("../img/union/icon_bus.jpg") no-repeat;
}

.sb_location .traffic h5 {
	margin-bottom: 10px;
	font-family: "notoMedium";
	font-size: 24px;
	color: #4a6308;
}

.sb_location .traffic li {
	position: relative;
	margin-bottom: 5px;
	font-family: "notoLight";
}

.sb_location .traffic em {
	font-family: "notoRegular";
}

.sb_location .traffic.opt li {
	padding-left: 60px;
}

.sb_location .traffic.opt li:nth-child(1) em,
.sb_location .traffic.opt li:nth-child(2) em {
	letter-spacing: 15px;
}

.sb_location .traffic.opt em {
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width:416px) and (max-width:999px) {

	.sb_location #map1 {
		height: 400px;
	}

	.sb_location .info {
		padding: 20px 0;
	}

	.sb_location .info li {
		margin: 0 10px;
	}

	.sb_location h4 {
		margin-bottom: 20px;
		font-size: 28px;
	}

	.sb_location h4::after {
		width: calc(100% - 115px);
	}

	.sb_location .traffic {
		padding: 10px 0 0 80px;
		background-size: 60px;
	}

	.sb_location .traffic.opt {
		background-size: 60px;
	}

	.sb_location .traffic.opt li:nth-child(1) em,
	.sb_location .traffic.opt li:nth-child(2) em {
		letter-spacing: 13px;
	}

}

@media screen and (max-width:415px) {

	.sb_location #map1 {
		height: 250px;
	}

	.sb_location .info {
		margin-bottom: 40px;
		padding: 20px;
		text-align: left;
	}

	.sb_location .info li {
		display: block;
		margin: 0;
	}

	.sb_location h4 {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.sb_location h4::after {
		width: calc(100% - 100px);
	}

	.sb_location .traffic {
		margin-bottom: 20px;
		padding: 10px 0 0 65px;
		background-size: 50px;
	}

	.sb_location .traffic.opt {
		background-size: 50px;
	}

	.sb_location .traffic h5 {
		font-size: 18px;
	}

	.sb_location .traffic em {
		position: static !important;
		display: block;
	}

	.sb_location .traffic.opt li {
		padding-left: 0;
	}

}

/*--------------------------*/
/* 사업안내 */
/*--------------------------*/

/* 시장진입형 + 자활근로사업  */

.sb_workService.cmm_sub .tab{
	margin-bottom: 0;
}

.work_list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-top: 0px;
}

.sb_workService .box {	
    padding-bottom: 3rem;
    margin-bottom: 2rem;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 100%;
	border-bottom: dashed 1px #cbcbcb;
}

.sb_workService .box::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	/* background: #d2dabc; */
	bottom: -50px;
	left: 0;
}

.sb_workService .box:last-child::after {
	display: none;
}

.sb_workService .box .left {
	display: grid;
	grid-template-columns: 40% auto;
	gap: 40px;
	align-items: start;
}

.sb_workService .pictureBox {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
}

.sb_workService .pictureBox.num05 {
	grid-template-columns: repeat(5, 1fr);
}


.sb_workService .pictureBox.num03 {
	grid-template-columns: repeat(3, 1fr);
}

.sb_workService .box .left .pictureBox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
}

.sb_workService .box .left .pictureBox.num02 {
	grid-template-columns: repeat(1, 1fr);
}


.sb_workService .box .left .pictureBox li {
	padding: 0;
	margin: 0;
}

.sb_workService .pictureBox img {
	width: 100%;
	display: block;
	border: solid 1px #ddd;
	border-radius: 0.5rem;
}

.sb_workService .box>div {}

.sb_workService .box h4 {
	margin-bottom: 15px;
	font-family: "TmoneyRoundWindRegular";
	font-weight: 600;
	font-size: 32px;
}

.sb_workService .box h5 {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	font-weight: 200;
	font-size: 25px;
}

.sb_workService .box h5::before {
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 7px;
	height: 18px;
	content: "";
	background: #00c060;
	border-radius: 6px;
}

.sb_workService .box>div p,
.sb_workService .box p.tit {
	margin-bottom: 30px;
	font-size: 24px;
	color: #00c060;
	word-break: keep-all;
	line-height: 1.4;
}

.sb_workService .box>div p span {
	display: block;
}

.sb_workService .box>div p em,
.sb_workService .box p.tit em {
	font-family: "notoBold";
}

.sb_workService .box h6 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #4a6308;
}

.sb_workService .box>div li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
}

.sb_workService .box>div li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 100px;
	line-height: 1.5;
	word-break: keep-all;
}

.sb_workService .box>div li em {
	padding-left: 0.8rem;
	position: absolute;
	left: 0;
	top: 0;
	/* background-color: #00c060;
    border-radius: 5rem; */
   
}

.sb_workService .box>div li em::before {
	position: absolute;
	left: 0;
	top: 8px;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	background: #ff8a00;
	border-radius: 50%;
}

.sb_workService .box>div li:last-child em {
	letter-spacing: 0.2em;
}

.nursing{
	display: inline-block;
}
.nursing ul{
	margin-bottom: 2rem;
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	gap: 0.5rem;
}
.nursing ul li img{
	width: 100%;
	border-radius: 1rem;
}
.nursing dl{
	padding-top: 1rem;
	display: flex;
	align-items: baseline;
}
.nursing dl dt{	
    margin-right: 1rem;
	padding: 0 2rem 0 2rem;
	width: 200px;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #fff;
    text-align: center;
    background-color: #00c060;
    border-radius: 5rem;
}
.nursing dl dd{
	width: 85%;
	line-height: 1.5;
	word-break: keep-all;
}
.sb_workService .icon_clean {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.sb_workService .icon_clean li {
	display: flex;
	align-items: center;
	font-family: "notoRegular";
	height: 80px;
	padding-left: 100px;
	word-break: keep-all;
}


.sb_workService .icon_clean li:nth-child(1) {
	background: url('../img/business/icon_clean01.jpg?v=240320') no-repeat;
	background-size: 80px 80px;
}

.sb_workService .icon_clean li:nth-child(2) {
	background: url("../img/business/icon_clean02.jpg?v=240320") no-repeat;
	background-size: 80px 80px;
}

.sb_workService ul.company {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sb_workService ul.company li {
	padding: 0;
	margin: 0;
}

.sb_workService ul.company li span {
	display: inline-block;
	min-height: 32px;
	padding: 5px 20px;
	font-size: 14px;
	background: #ffb18e;
	border-radius: 16px;
}

.sb_workService ul.company.clean {
	flex-direction: row;
	gap: 10px;
}

.sb_workService ul.company.clean li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95px;
	height: 95px;
	font-size: 18px;
	text-align: center;
	color: white;
	background: #00c060;
	border: 1px solid #00c060;
	border-radius: 50%;
}

.sb_workService ul.company.clean li span {
	padding: 0;
	font-size: 18px;
	background: none;
}
@media screen and (max-width:1100px) {

.sb_workService .icon_clean {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.sb_workService .box>div p span {
	display: inline;
}
}

@media screen and (max-width:900px) {

	.work_list {
		gap: 50px;
		padding-top: 16px;
	}

	.sb_workService .pictureBox {
		grid-template-columns: repeat(2, 1fr);
	}

	.sb_workService .box {
		padding-top: 50px;
	}

	.sb_workService .box .left {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding-top: 0px;
	}

	.sb_workService .box .left .pictureBox.num02,
	.sb_workService .box .left .pictureBox.num03 {
		grid-template-columns: repeat(2, 1fr);
	}

	.sb_workService .pictureBox.num05 {
		grid-template-columns: repeat(3, 1fr);
	}

	.sb_workService .box>div p {
		font-size: 18px;
	}

	.sb_workService .box>div p span {
		letter-spacing: -0.8px;
		display: inline;
	}

	.sb_workService ul.company li {
		padding: 0;
	}



}
@media screen and (max-width:800px){
	.nursing ul {
		grid-template-columns: repeat(2, 2fr);
	}
	.nursing dl {
		display: block;
	}
	.nursing dl dt{
		width: 100%;
	}
	.nursing dl dd{
		width: 100%;
		padding-top: 0.5rem;
        text-align: center;
	}
}

@media screen and (max-width:415px) {

	.sb_workService .box {
		padding-top: 40px;
	}

	.sb_workService .box::before {
		display: none;
	}


	.sb_workService .box>div {
		width: 100%;
	}

	.sb_workService .box h4 {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.sb_workService .box>div p {
		margin-bottom: 20px;
		font-size: 18px;
	}



	.sb_workService .box>div li em::before {
		top: 9px;
		width: 4px;
		height: 4px;
	}

	.sb_workService ul.icon_clean li {
		height: 50px;
		padding-left: 60px;
	}

	.sb_workService .icon_clean li:nth-child(1) {
		background-size: 50px 50px;
	}

	.sb_workService .icon_clean li:nth-child(2) {
		background-size: 50px 50px;
	}
}

/* 사례관리 > Gateway 과정 */

.sb_case .titleBox {
	position: relative;
	float: left;
	width: 100%;
	height: 290px;
	margin-bottom: 40px;
	background: #00c060 url("../img/business/case.jpg") 100% 0 / auto 100% no-repeat;
	border-radius: 1rem;
}

.sb_case .titleBox h4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	padding: 180px 0 0 30px;
	font-family: "notoBold";
	font-size: 52px;
	line-height: 1.2em;
	color: white;
	background: #00c060;
    border-radius: 1rem 0 0 1rem;
}

.sb_case .titleBox h4::before {
	position: absolute;
	left: 35px;
	top: 170px;
	display: block;
	width: 80px;
	height: 1px;
	content: "";
	background: white;
}

.sb_case .box01 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.sb_case .box02 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.sb_case .box02 .left {
	float: left;
	width: 66%;
	padding-right: 30px;
}

.sb_case .box02 .right {
	float: left;
	width: 34%;
	padding-left: 30px;
}

.sb_case .box03 {
	float: left;
	width: 100%;
	margin-bottom: 80px;
	padding: 25px;
	border: 1px solid #dbdbdb;
	border-radius: 1rem;
}

.sb_case .box03>div {
	float: left;
	width: 33.3%;
	padding-right: 30px;
}

.sb_case .box03>div:nth-child(3) {
	width: 33.4%;
}

.sb_case h5 {
	margin-bottom: 5px;
	font-family: "notoRegular";
	font-size: 24px;
	color: #00c060;
}

.sb_case .list {
	position: relative;
}

.sb_case p.list {
	padding-left: 15px;
}

.sb_case .list li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 15px;
}

.sb_case p.list::before,
.sb_case .list li::before {
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	background: #e83e17;
	/*-webkit-border-radius:50%;/*Safari, Chrome*/
	/*-moz-border-radius:50%;/*Firefox*/
	border-radius: 50%;
}

@media screen and (min-width:416px) and (max-width:999px) {

	.sb_case .titleBox {
		height: 170px;
	}

	.sb_case .titleBox h4 {
		padding: 90px 10px 0 20px;
		font-size: 32px;
	}

	.sb_case .titleBox h4::before {
		left: 25px;
		top: 80px;
		width: 40px;
	}

	.sb_case .box01 {
		margin-bottom: 15px;
	}

	.sb_case .box02 {
		margin-bottom: 20px;
	}

	.sb_case .box02 .left {
		padding-right: 15px;
	}

	.sb_case .box02 .right {
		padding-left: 15px;
	}

	.sb_case .box03 {
		margin-bottom: 40px;
	}

	.sb_case h5 {
		font-size: 20px;
	}

	.sb_case p.list,
	.sb_case .list li {
		padding-left: 12px;
	}

	.sb_case .list li {
		margin-bottom: 5px;
	}

	.sb_case p.list::before,
	.sb_case .list li::before {
		width: 5px;
		height: 5px;
	}

}

@media screen and (max-width:415px) {

	.sb_case .titleBox {
		height: 100px;
	}

	.sb_case .titleBox h4 {
		width: 180px;
		padding: 38px 0 0 15px;
		font-size: 24px;
	}

	.sb_case .titleBox h4::before {
		left: 20px;
		top: 28px;
		width: 30px;
	}

	.sb_case .box02 {
		margin-bottom: 20px;
	}

	.sb_case .box02 .left {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}

	.sb_case .box02 .right {
		width: 100%;
		padding-left: 0;
	}

	.sb_case .box03 {
		margin-bottom: 0px;
	}

	.sb_case .box03>div {
		width: 100% !important;
		margin-bottom: 15px;
		padding-right: 0 !important;
	}

	.sb_case h5 {
		margin-bottom: 5px;
		font-size: 18px;
	}

	.sb_case p.list,
	.sb_case .list li {
		padding-left: 10px;
	}

	.sb_case .list li {
		margin-bottom: 5px;
	}

	.sb_case p.list::before,
	.sb_case .list li::before {
		top: 9px;
		width: 4px;
		height: 4px;
	}

}

/* 사례관리 > 자활사례관리 */

.sb_supportCase .titleBox {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.sb_supportCase .titleBox>p {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.sb_supportCase .titleBox>p img {
	width: 100%;
	border-radius: 1rem;
}

.sb_supportCase .titleBox div {
	float: right;
	width: 50%;
	padding: 60px 0 0 40px;
}

.sb_supportCase .titleBox h4 {
	margin-bottom: 10px;
	/* font-family: "notoMedium"; */
	font-size: 36px;
	color: #00c060;
}

.sb_supportCase .box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.sb_supportCase .box h5 {
	margin-bottom: 10px;
	/* font-family: "notoMedium"; */
	font-size: 28px;
}

.sb_supportCase .box p span {
	display: block;
}

.sb_supportCase .list {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 80px;
}

.sb_supportCase .list::after {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 140px;
	height: 140px;
	margin: -70px 0 0 -70px;
	content: "";
	background: url("../img/business/diagram.png") 0 / cover no-repeat;
}

.sb_supportCase .list li {
	float: left;
	width: 50%;
	margin-bottom: 50px;
	padding: 0 30px;
}

.sb_supportCase .list li:nth-child(3),
.sb_supportCase .list li:nth-child(4) {
	margin-bottom: 0;
}

.sb_supportCase .list li:nth-child(3) {
	float: right;
}

.sb_supportCase .list li:nth-child(4) {
	float: left;
}

.sb_supportCase .list dl {
	position: relative;
	float: left;
	width: 100%;
	min-height: 130px;
	padding: 30px 20px 30px 90px;
	background: #c8f5c0;
	border-radius: 1rem;
}

.sb_supportCase .list li:nth-child(even) dl {
	background: #fad4c9;
}

.sb_supportCase .list dt {
	position: absolute;
	left: 30px;
	top: 30px;
	font-family: "notoMedium";
	font-size: 24px;
	line-height: 1.2em;
}

.sb_supportCase .list dd {
	float: left;
	width: 50%;
	margin-bottom: 5px;
	padding-right: 5px;
	font-size: 16px;
}

@media screen and (min-width:416px) and (max-width:999px) {

	.sb_supportCase .titleBox {
		margin-bottom: 40px;
	}

	.sb_supportCase .titleBox div {
		padding: 10px 0 0 30px;
	}

	.sb_supportCase .titleBox h4 {
		font-size: 28px;
	}

	.sb_supportCase .box {
		margin-bottom: 30px;
		padding: 0 50px;
	}

	.sb_supportCase .box h5 {
		font-size: 24px;
	}

	.sb_supportCase .box p span {
		display: inline;
	}

	.sb_supportCase .list {
		padding: 0 40px;
	}

	.sb_supportCase .list::after {
		width: 100px;
		height: 100px;
		margin: -50px 0 0 -50px;
	}

	.sb_supportCase .list li {
		margin-bottom: 30px;
		padding: 0 15px;
	}

	.sb_supportCase .list dl {
		min-height: 170px;
	}

	.sb_supportCase .list dt {
		font-size: 22px;
	}

	.sb_supportCase .list dd {
		width: 100%;
	}

}

@media screen and (min-width:416px) and (max-width:710px) {

	.sb_supportCase .titleBox div {
		padding: 0 0 0 30px;
	}

	.sb_supportCase .box {
		padding: 0 20px;
	}

	.sb_supportCase .list {
		padding: 0;
	}

	.sb_supportCase .list dl {
		padding: 30px;
	}

	.sb_supportCase .list dt {
		position: static;
		margin-bottom: 5px;
		font-size: 20px;
	}

	.sb_supportCase .list dd {
		padding-right: 0;
	}

}

@media screen and (max-width:415px) {

	.sb_supportCase .titleBox {
		margin-bottom: 40px;
	}

	.sb_supportCase .titleBox>p {
		width: 100%;
		margin-bottom: 15px;
	}

	.sb_supportCase .titleBox div {
		width: 100%;
		padding: 0;
	}

	.sb_supportCase .titleBox h4 {
		font-size: 24px;
	}

	.sb_supportCase .box {
		text-align: left;
	}

	.sb_supportCase .box h5 {
		font-size: 18px;
		text-align: left;
	}

	.sb_supportCase .box p span {
		display: inline;
	}

	.sb_supportCase .list {
		padding: 0;
	}

	.sb_supportCase .list::after {
		width: 70px;
		height: 70px;
		margin: -35px 0 0 -35px;
	}

	.sb_supportCase .list li {
		margin-bottom: 10px;
	}

	.sb_supportCase .list li:nth-child(1),
	.sb_supportCase .list li:nth-child(4) {
		padding: 0 5px 0 0;
	}

	.sb_supportCase .list li:nth-child(2),
	.sb_supportCase .list li:nth-child(3) {
		padding: 0 0 0 5px;
	}

	.sb_supportCase .list dl {
		padding: 20px;
	}

	.sb_supportCase .list dt {
		position: static;
		margin-bottom: 5px;
		font-size: 20px;
	}

	.sb_supportCase .list dd {
		width: 100%;
		padding-right: 0;
		font-size: 14px;
	}

}


/* 자상형성관리 */

.sb_assets h4 {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-family: "notoRegular";
	font-size: 24px;
	color: #00c060;
}

.sb_assets h4.opt {
	margin-bottom: 12px;
}

.sb_assets .list {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.sb_assets p.list,
.sb_assets .list li {
	position: relative;
	padding-left: 15px;
}

.sb_assets p.list::before,
.sb_assets .list li::before {
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	background: #e83e17;
	/*-webkit-border-radius:50%;/*Safari, Chrome*/
	/*-moz-border-radius:50%;/*Firefox*/
	border-radius: 50%;
}

.sb_assets .box {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	padding-right: 50%;
	background: url("../img/business/assets.jpg") 100% 0 / 48% auto no-repeat;
}

.sb_assets .tableBox {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.sb_assets .tableBox>div {
	width: 100%;
	margin-bottom: 10px;
}

.sb_assets .tableBox table {
	width: 100%;
	border-top: 2px solid #00c060;
}

.sb_assets .tableBox table th {
	font-family: "notoMedium";
	background: #00c060;
    color: #fff;
}

.sb_assets .tableBox table th:nth-child(1) {
	width: 15%;
}

.sb_assets .tableBox table th:nth-child(2),
.sb_assets .tableBox table th:nth-child(3) {
	width: 25%;
}

.sb_assets .tableBox table th:nth-child(4) {
	width: 35%;
}

.sb_assets .tableBox table th,
.sb_assets table td {
	padding: 10px;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.sb_assets .tableBox table th:first-child,
.sb_assets table td:first-child {
	border-left: none;
}

.sb_assets .tableBox table td {
	font-size: 16px;
	text-align: center;
}

.sb_assets .tableBox p {
	color: #a10606;
}

.sb_assets .bottomBox {
	float: left;
	width: 100%;
	background: url("../img/business/assets01.jpg") 100% 100% no-repeat;
}

.sb_assets .bottomBox .list:last-child {
	margin-bottom: 0;
}

.sb_assets .bottomBox .list .contents {
	margin-bottom: 20px;
}

.sb_assets .bottomBox p {
	font-size: 20px;
	color: #00c060;
}

.sb_assets .bottomBox dd {
	line-height: 1.5em;
	padding-left: 10px;
}

/*.sb_assets bottomBox em::before {content:""; position:absolute; top:50%;width:3px; height:3px; border-radius: 50%; background-color:rgb(89, 89, 89);}*/

@media screen and (min-width:416px) and (max-width:999px) {

	.sb_assets h4 {
		font-size: 20px;
	}

	.sb_assets .list {
		margin-bottom: 20px;
	}

	.sb_assets p.list,
	.sb_assets .list li {
		padding-left: 12px;
	}

	.sb_assets p.list::before,
	.sb_assets .list li::before {
		width: 5px;
		height: 5px;
	}

	.sb_assets .tableBox table th {
		font-size: 16px;
	}

	.sb_assets .tableBox table td {
		font-size: 15px;
	}

	.sb_assets .bottomBox {
		padding-right: 35%;
		background-size: 50%;
	}

}

@media screen and (max-width:415px) {

	.sb_assets h4 {
		font-size: 18px;
	}

	.sb_assets .box {
		float: left;
		width: 100%;
		padding-top: 25vh;
		padding-right: 0;
		background: url("../img/business/assets.jpg") 0 0 / 100% no-repeat;
	}

	.sb_assets .list {
		margin-bottom: 20px;
	}

	.sb_assets p.list,
	.sb_assets .list li {
		padding-left: 10px;
	}

	.sb_assets p.list::before,
	.sb_assets .list li::before {
		top: 9px;
		width: 4px;
		height: 4px;
	}

	.sb_assets .tableBox {
		margin-bottom: 20px;
	}

	.sb_assets .tableBox>div {
		position: relative;
		overflow: auto;
		height: 440px;
		margin-bottom: 0;
	}

	.sb_assets .tableBox table {
		position: absolute;
		left: 0;
		top: 0;
		width: 800px;
	}

	.sb_assets .tableBox table th {
		font-size: 15px;
	}

	.sb_assets .tableBox table td {
		font-size: 14px;
	}

	.sb_assets .bottomBox {
		background: none;
	}

}

/*--------------------------*/
/* 직영사업 */
/*--------------------------*/

/* 재가장기요양기관 */

.sb_old {
	/* float: left;
	width: 100%; */
}

.sb_old .picture {
	/* float: left;
	width: 50%; */
}

.sb_old .picture li {
	/* float: left;
	width: 50%;
	padding: 0 4px 4px 0;
	line-height: 0; */
}

.sb_old .picture li img {
	width: 100%;
}

.sb_old .list {
	/* float: left;
	width: 50%;
	padding: 60px 0 0 50px; */
}

.sb_old .list li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 100px;
}

.sb_old .list li em {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 15px;
}

.sb_old .list li em::before {
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	background: #e83e17;
	/*-webkit-border-radius:50%;/*Safari, Chrome*/
	/*-moz-border-radius:50%;/*Firefox*/
	border-radius: 50%;
}

.sb_old .list li:last-child em {
	letter-spacing: 0.24em;
}

@media screen and (min-width:416px) and (max-width:999px) {

	.sb_old .list {
		padding: 0 0 0 25px;
	}

	.sb_old .list li {
		padding-left: 90px;
	}

	.sb_old .list li em {
		padding-left: 12px;
	}

	.sb_old .list li em::before {
		width: 5px;
		height: 5px;
	}

}

@media screen and (max-width:415px) {

	.sb_old .picture {
		width: 100%;
		margin-bottom: 30px;
	}

	.sb_old .picture li {
		padding: 0 1px 2px;
	}

	.sb_old .list {
		width: 100%;
		padding: 0;
	}

	.sb_old .list li {
		margin-bottom: 10px;
		padding-left: 85px;
	}

	.sb_old .list li em {
		padding-left: 10px;
	}

	.sb_old .list li em::before {
		top: 9px;
		width: 4px;
		height: 4px;
	}

}

/* 가사·간병방문지원사업 */

.sb_voucher .picture {
	margin-bottom: 40px;
	text-align: center;
}

.sb_voucher .picture img {
	width: 100%;
	border-radius: 1rem;
}

.sb_voucher .title {
    margin-bottom: 10px;
    /* padding-left: 15px; */
    /* font-family: "notoRegular"; */
    font-size: 1.3rem;
    text-align: left;
    color: #fff;
    background-color: #00c060;
    width: 30%;
    text-align: center;
    border-radius: 3rem;
    padding: 0.5rem 0;
	line-height: 1.5;
}

.sb_voucher .title::before {
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	background: #e83e17;
	border-radius: 50%;
}

.sb_voucher .text01 {
	margin-bottom: 40px;
}

.sb_voucher .text02 {
	margin-bottom: 20px;
}

.sb_voucher .list01 {
	margin-bottom: 40px;
}

.sb_voucher .list01 li {
	margin-bottom: 5px;
}

.sb_voucher .list02 {
	position: relative;
	margin-bottom: 40px;
}

.sb_voucher .list02::after {
	position: absolute;
	right: 0;
	top: calc(50% - 100px);
	z-index: -9;
	display: block;
	width: 183px;
	height: 201px;
	content: "";
	background: url("../img/direct/voucherBg.jpg") 50% 50% / cover no-repeat;
}

.sb_voucher .list02 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
}

.sb_voucher .list02 li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "·";
}

.sb_voucher table {
	width: 100%;
	margin-bottom: 40px;
}

.sb_voucher th {
	padding: 10px 5px;
	font-family: "notoMedium";
	font-size: 18px;
	color: white;
	background: #00c08c;
	border-right: 1px solid #fff;
}

.sb_voucher td {
	padding: 10px 30px;
	text-align: center;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.sb_voucher td:last-child {
	border-right: none;
}


.sb_voucher td.left {
	text-align: left;
}

@media screen and (min-width:416px) and (max-width:999px) {

	.sb_voucher .title {
		font-size: 22px;
		width: 100%;
	}

	.sb_voucher th {
		font-size: 16px;
	}

	.sb_voucher td {
		font-size: 15px;
	}

}

@media screen and (max-width:415px) {

	.sb_voucher .picture {
		margin-bottom: 20px;
	}

	.sb_voucher .title {
		margin-bottom: 5px;
		font-size: 20px;
	}

	.sb_voucher .title::before {
		top: calc(50% - 2px);
		width: 4px;
		height: 4px;
	}

	.sb_voucher .list02::after {
		display: none;
	}

	.sb_voucher .list02 li {
		padding-left: 12px;
	}

	.sb_voucher th {
		padding: 5px;
		font-size: 15px;
	}

	.sb_voucher td {
		padding: 5px;
		font-size: 14px;
	}

}

/* 노인맞춤돌봄서비스사업 */

.sb_service .picture {
	margin-bottom: 30px;
	/* padding: 0 10%; */
	text-align: center;
}

.sb_service .picture li {
	display: inline-block;
	width: 32%;
}

.sb_service .picture img {
	width: 100%;
	max-width: 380px;
	border-radius: 1rem;
}

.sb_service .list {
	margin-bottom: 50px;
	padding: 0 2%;
	background: url("../img/direct/serviceBg.jpg") 88% 100% no-repeat;
}

.sb_service .list>li {
	/* position: relative; */
	margin-bottom: 20px;
	/* padding-left: 120px; */
}

.sb_service .list>li em {
	left: 0;
    top: 0;
    /* padding-left: 15px; */
    /* margin-bottom: 0.5rem; */
    padding: 0.5rem 2rem 0.5rem 2rem;
    /* width: 200px; */
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    background-color: #00c060;
    border-radius: 5rem;
}

.sb_service .list>li em::before {
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	background: #e83e17;
	border-radius: 50%;
}

.sb_service .list>li ul {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
}
.sb_service .list>li ol{
	line-height: 1.5;
}
.sb_service h4 {
	margin-bottom: 10px;
	padding: 0 2%;
	font-family: "notoBold";
	font-size: 24px;
	color: #273602;
}

.sb_service dl {
	padding: 0 2%;
}

.sb_service dt {
	margin-bottom: 10px;
	font-family: "notoMedium";
	font-size: 20px;
}

.sb_service dd {
	padding: 25px;
	border: 3px solid #dde1d3;
	border-radius: 10px;
}

@media screen and (max-width:999px) {

	.sb_service .picture {
		/* padding: 0 5%; */
	}

	.sb_service .list {
		margin-bottom: 40px;
		/* padding: 0 7%; */
	}

	.sb_service .list>li {
		
	}

	.sb_service .list>li em {
		/* padding-left: 12px; */
	}

	.sb_service .list>li em::before {
		width: 5px;
		height: 5px;
	}

	.sb_service .list>li ul {
		margin-top: 8px;
		font-size: 15px;
	}

	.sb_service h4 {
		margin-bottom: 5px;
		padding: 0 7%;
		font-size: 22px;
	}

	.sb_service dl {
		/* padding: 0 7%; */
	}

	.sb_service dt {
		margin-bottom: 5px;
		font-size: 18px;
	}

	.sb_service dd {
		padding: 20px;
	}

}

@media screen and (max-width:900px) {

	.sb_service .list {
		background: none;
	}

}

@media screen and (max-width:415px) {

	.sb_service .picture {
		margin-bottom: 20px;
		padding: 0;
	}

	.sb_service .list {
		margin-bottom: 30px;
		padding: 0;
	}

	.sb_service .list>li {
		margin-bottom: 10px;
		padding: 22px 0 0;
	}

	.sb_service .list>li em {
		padding-left: 10px;
	}

	.sb_service .list>li em::before {
		top: 9px;
		width: 4px;
		height: 4px;
	}

	.sb_service .list>li ul {
		font-size: 14px;
	}

	.sb_service h4 {
		padding: 0;
		font-size: 20px;
	}

	.sb_service dl {
		padding: 0;
	}

	.sb_service dt {
		font-size: 16px;
	}

	.sb_service dd {
		padding: 15px;
	}

}

/* 아이돌봄지원사업 */

.sb_child .picture {
	margin-bottom: 30px;
	padding: 0 10%;
	text-align: center;
}

.sb_child .picture li {
	display: inline-block;
	width: 32%;
}

.sb_child .picture img {
	width: 100%;
	max-width: 320px;
}

.sb_child .list {
	padding: 0 35% 0 12%;
	min-height: 210px;
	background: url("../img/direct/childBg.jpg") 85% 50% no-repeat;
}

.sb_child .list li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 100px;
}

.sb_child .list li em {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 15px;
}

.sb_child .list li em::before {
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	background: #e83e17;
	/*-webkit-border-radius:50%;/*Safari, Chrome*/
	/*-moz-border-radius:50%;/*Firefox*/
	border-radius: 50%;
}

.sb_child .list li:last-child em {
	letter-spacing: 0.24em;
}

@media screen and (min-width:416px) and (max-width:999px) {

	.sb_child .picture {
		padding: 0 5%;
	}

	.sb_child .list {
		padding: 0 30% 0 7%;
	}

	.sb_child .list li {
		padding-left: 90px;
	}

	.sb_child .list li em {
		padding-left: 12px;
	}

	.sb_child .list li em::before {
		width: 5px;
		height: 5px;
	}

}

@media screen and (max-width:800px) {

	.sb_child .list {
		padding: 0;
		background: none;
	}

}

@media screen and (max-width:415px) {

	.sb_child .picture {
		margin-bottom: 20px;
		padding: 0;
	}

	.sb_child .picture img {
		width: 100%;
	}

	.sb_child .list {
		padding: 0;
	}

	.sb_child .list li {
		margin-bottom: 10px;
		padding-left: 85px;
	}

	.sb_child .list li em {
		padding-left: 10px;
	}

	.sb_child .list li em::before {
		top: 9px;
		width: 4px;
		height: 4px;
	}

}