@charset "utf-8";
.management_lead {
		line-height: 2.2;
		font-weight: 600;
		margin: 0 0 80px;
		text-align: justify;
}
.section_col {
		margin-bottom: 60px;
}
.section_col p {
		line-height: 2.0;
		text-align: justify;
}
.management_sb {
		font-size: 20px;
		font-weight: 500;
		color: #3DAE35;
		margin: 60px 0 5px;
}
.management_sb.extra {
		font-size: 22px;
		color: #3DAE35;
		margin: 60px 0 30px;
}
.management_flex {
		display: flex;
		justify-content: space-between;
}
.management_flex .management_item {
		width: calc(50% - 30px);
		position: relative;
}
.management_flex .management_item:first-child::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(calc(50% - 20px) + 15px);
		right: -40px;
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 18px solid #3DAE35;
		border-right: 0;
		z-index: 10
}
.management_item .extra {
		position: absolute;
		bottom: -1.5em;
		left: 0;
		width: 100%;
		text-align: right;
		height: 1em;
		font-size: 14px;
}
.management_item .extra p {
		margin: 0 !important;
		padding: 0 !important
}
.management_year {
		font-size: 15px;
		margin: 0 0 3px
}
.management_name {
		color: #3DAE35;
		font-weight: 500;
		margin: 0 0 3px
}
.management_pic img {
		width: 100%;
		height: auto;
		border-radius: 8px;
}
.management_grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 35px 30px;
		margin-top: 40px;
}
.park_flex {
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
}
.park_item {
		width: calc(50% - 10px);
}
.park_item img {
		width: 100%;
		height: auto;
		border-radius: 8px;
}
.garden_flex {
		display: flex;
}
.garden_flex p {
		flex: 1;
		line-height: 2.0;
		text-align: justify;
}
.garden_pic_gr {
		width: 380px;
		display: flex;
		justify-content: space-between;
		margin-left: 25px;
}
.garden_pic {
		width: calc(50% - 10px);
}
.garden_pic img {
		width: 100%;
		height: auto;
		border-radius: 10px;
}
.hr {
		height: 1px;
		background: #B4B4B4;
		margin: 70px 0;
}
@media(max-width: 1100px) {
		.garden_pic_gr {
				width: 50%;
				margin-left: 20px;
		}
		.management_grid {
				display: grid;
				grid-template-columns: repeat(2, 1fr);
				gap: 35px 20px;
				margin-top: 40px;
		}
}
@media(max-width: 767px) {
		.management_flex {
				display: block;
		}
		.management_flex .management_item {
				width: 100%;
				margin: 0 0 25px;
		}
		.management_flex .management_item:first-child::after {
				top: inherit;
				bottom: -38px;
				right: inherit;
				left: calc(50% - 21px);
				width: 0;
				height: 0;
				border-style: solid;
				border-right: 21px solid transparent;
				border-left: 21px solid transparent;
				border-top: 18px solid #3DAE35;
				border-bottom: 0;
		}
		.management_sb {
				margin-top: 70px;
		}
		.hr {
				margin: 60px 0;
		}
		.garden_flex {
				display: block;
		}
		.garden_pic_gr {
				width: 100%;
				margin: 20px 0 0;
		}
		.garden_pic {
				width: calc(50% - 5px);
		}
		.management_grid:not(.extra) {
				display: block;
				gap: 0px;
				margin-top: 40px;
		}
		.management_item {
				margin-bottom: 25px;
		}
		.management_grid.extra {
				display: flex;
				justify-content: center;
				flex-wrap: wrap;
				gap: 0;
		}
		.management_grid.extra .management_item {
				width: calc(50% - 5px);
				margin: 0 0 10px;
		}
		.management_grid.extra .management_item:first-child {
				margin-right: 5px;
		}
		.management_grid.extra .management_item:nth-child(2) {
				margin-left: 5px;
		}
}