.tabmenu-list {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 50px;
	margin-bottom: 25px;
	border-radius: 6px;
	background-color: #F8F8F8;
	overflow-x: scroll;
}
@media (min-width: 1200px) {
	.tabmenu-list {
		height: 60px;
		padding: 0 10px;
		margin-bottom: 35px;
		overflow: hidden;
	}
}
.tabmenu-list ul {
	flex-wrap: nowrap;
	margin: 0;
	border: none;
}
@media (min-width: 1200px) {
	.tabmenu-list ul {
		display: flex;
		width: 100%;
	}
}
.tabmenu-list ul li {
	margin: 0 15px;
	white-space: nowrap;
}
@media (min-width: 1200px) {
	.tabmenu-list ul li {
		position: relative;
		display: inline-flex;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
		height: 50px;
		margin: 0;
		padding: 0;
		font-size: 17px;
	}
	.tabmenu-list ul li+li::after {
		content: '';
		position: absolute;
		top: 15px;
		left: 0;
		display: block;
		height: 16px;
		border-right: 1px solid #D8D8D8;

	}
}
.tabmenu-list ul li button {
	color: #1D1D1D;
	padding-left: 0;
	padding-right: 0;
	border: none;
	transition: none;
}
@media (min-width: 1200px) {
	.tabmenu-list ul li button {
		height: 50px;
	}
}
.tabmenu-list .nav-tabs .nav-link:focus, .tabmenu-list .nav-tabs .nav-link:hover {
	border: none;
}
.tabmenu-list ul li button.active {
	color: #1D1D1D;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px solid #1D1D1D !important;
	background-color: transparent !important;
}
@media (min-width: 1200px) {
	.tabmenu-list ul li button.active {
		border-radius: 8px 8px 0 0;
		border: none !important;
		background-color: #fff !important;
	}
}


.org-chart {
	position: relative;
	margin: 50px 0;
}
.org-chart .depart-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
.org-chart .depart-wrap .root-depart {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 240px;
	height: 64px;
	border-radius: 8px;
	background-color: #003660;
	color: #fff;
	font-weight: 700;	
}
.org-chart .depart-wrap .root-depart::before {
	content: '';
	width: 1px;
	height: 105px;
	border-left: 1px solid #d8d8d8;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
}
.org-chart .childs-wrap {
	position: relative;
}
.org-chart .childs-wrap ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
@media (min-width: 1200px) {
	.org-chart .childs-wrap ul {
		flex-wrap: nowrap;
	}
}
.org-chart .childs-wrap ul li {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: calc( 50% - 4px );
	height: 76px;
	margin-right: 4px;
	margin-bottom: 8px;
	border: 1px solid #99aec0;
	border-radius: 8px;
	background-color: #e6ebef;
	color: #003660;
	font-weight: 700;
	padding: 0 5px;
}
@media (min-width: 1200px) {
	.org-chart .childs-wrap ul li {
		width: 100%;
		margin-right: 8px;
		margin-bottom: 0;
	}
}
.org-chart .childs-wrap ul li:nth-of-type(2n) {
	margin-right: 0;
	margin-left: 4px;
}
@media (min-width: 1200px) {
	.org-chart .childs-wrap ul li:nth-of-type(2n) {
		margin-right: 8px;
		margin-left: 0;
	}
	.org-chart .childs-wrap ul li:last-child {
		margin-right: 0;
	}
}
.org-chart .childs-wrap ul li:nth-of-type(1)::before,
.org-chart .childs-wrap ul li:nth-of-type(2)::before  {
	content: '';
	width: 1px;
	height: 40px;
	border-left: 1px solid #d8d8d8;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: -40px;
}
@media (min-width: 1200px) {
	.org-chart .childs-wrap ul li::before  {
		content: '';
		width: 1px;
		height: 40px;
		border-left: 1px solid #d8d8d8;
		position: absolute;
		z-index: -1;
		left: 50%;
		top: -40px;
	}
}
.org-chart .childs-wrap ul li:nth-of-type(1)::after {
	content: '';
	width: calc( 50% + 5px );
	height: 1px;
	border-top: 1px solid #d8d8d8;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: -41px;
}
@media (max-width: 1199px) {
	.org-chart .childs-wrap ul li:nth-of-type(2)::after {
		content: '';
		width: calc( 50% + 5px );
		height: 1px;
		border-top: 1px solid #d8d8d8;
		position: absolute;
		z-index: -1;
		right: 50%;
		top: -41px;
	}
}
@media (min-width: 1200px) {
	.org-chart .childs-wrap ul li::after {
		content: '';
		width: calc( 100% + 10px );
		height: 1px;
		border-top: 1px solid #d8d8d8;
		position: absolute;
		z-index: -1;
		right: -5px;
		top: -41px;
	}
	.org-chart .childs-wrap ul li:last-child::after {
		content: '';
		width: calc( 50% + 5px );
		height: 1px;
		border-top: 1px solid #d8d8d8;
		position: absolute;
		z-index: -1;
		right: 50%;
		top: -41px;
	}
}

.table-list {
	margin-bottom: 40px;	
}

