.detailInfo {
    border-top: solid 1px #23837f;
    margin-top: 30px;
}
.teacherInfo {
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #23837f;
	padding: 20px 50px;
	font-size: 1.6rem;
	position: relative;
}
.teacherInfo ul li {
    list-style: none;
	display: flex;
	line-height: 36px;
}

.teacherPhoto img {
	border-radius: 20px 50px 20px 50px;
	width: 245px;
}
.teacherPhoto a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.teacherInfo .teacherName {
    font-size: 2.2rem;
	font-weight: bold;
	white-space: nowrap;
    color: #218282 !important;
}
.teacherInfo span.teacherUnit {
	font-weight: bold;
	white-space: nowrap;
}
.teacherInfo ul li a {
	color: #218282;
	z-index: 999;
    position: relative;
}
.mpgdetailPage .teacherInfo .teacherResume ul {
    border-left: solid 1px #218282;
    padding-left: 20px;
    margin-top: 20px;
}

.detailTab {
    padding: 40px 0;
    position: relative;
}
.detailTab:before{
	content: "";
	background: #f0f0f0;
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.tabs-nav ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.tab-link {
    display: block;
    padding: 2px 15px;
    background-color: #218282;
    border: none;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
}
.mpgdetailPage .teacherInfo {
    border: none;
}
.tab-link.active,
.tab-link:hover {
	color: #fff;
	background-color:#414848;
}

.tab-content {
	display: none;
	padding: 30px 0;
}
.tabsContent .listTB {
    table-layout: auto;
}
.tab-content.active {
	display: block;
}
.detailTab .table > thead > tr > th {
	border-bottom-color: #218282;
	white-space: nowrap;
}
.detailTab .listTB tr>th, .detailTab .listTB tr>td {
	padding: 10px;
    border-bottom: solid 1px #b6b6b6;
    border-top: none;
}
.tabsContent table.listTB.table tbody tr:nth-child(n+8) {
    display: none;
}
.tabsContent .allContent table.listTB.table tbody tr:nth-child(n+8) {
    display: table-row;
}
.tabsContent .expandMore {
    text-align: center;
    font-weight: bold;
    color: #218282;
    cursor: pointer;
}
.tabsContent .allContent .expandMore{
	display: none;
}
@media (min-width: 768px){
	.teacherInfo .teacherResume{
		margin-left: 50px;
		flex:1;
	}
}
ul, ol {
  	padding: 0;
}
@media (max-width: 767px){
.teacherInfo {
		flex-direction: column;
		padding: 20px 0;
	}
	.module-cglist .mpgdetail img {
		width: 100%;
	}
	.teacherInfo ul li {
		margin-left: 0;
	}
	.teacherPhoto img {
		width: 100%;
	}
}
