.bodWrap{
    padding: 100px 0;
}

.tabList{
    padding-left: 0 !important;
    margin-bottom: 55px !important;
}
.tabList{
    display: flex;
    list-style: none !important;
    align-items: center !important;
    justify-content: center !important;
}
.tabList li{
    width: 275px !important;
    height: 60px !important;
    margin: 0 13px !important;
    padding: 5px 0 !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #747474 !important;
    line-height: 50px !important;
    text-align: center !important;
    border-radius: 12px !important;
    border: 1px solid #00000025 !important;
    cursor: pointer;
}
.tabList li::before {
	background-color: unset !important;
}
.tabList li.active,
.tabList li:hover {
    color: #fff !important;
    font-weight: 700 !important;
    border-color: #D40404 !important;
    background-color: #D40404 !important;
}

.listContBox .tab_content{
    display: none;
}
.listContBox .tab_content.active{
    display: inline-block;
}
.eachMemberBox{
    margin-bottom: 30px;
    padding: 0 0.75rem;
}
.eachMemberBoxInner{
    overflow: hidden;
    position: relative;
}
.eachMemberBox .eachMemberInner .memImgBox{
    width: 100%;
    height: 510px;
    margin-bottom: 15px;
}
.eachMemberBox .eachMemberInner .memImgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.memInfoBox .memTitle{
    font-size: 24px;
    color: #D40404;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}
.memInfoBox .memDes{
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}
.eachMemberInner{
    overflow: hidden;
}
.eachMemberHover{
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.6s;
    padding: 35px 25px;
    position: absolute;
    transform: translateY(100%);
    background-color: #D40404;
}
.eachMemberHover .memInfoBox .memTitle,
.eachMemberHover .memInfoBox .memTitle a{
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}
.eachMemberHover .memInfoBox .memDes{
    color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
}
.eachMemberHover p{
    color: #ffffff;
}
.eachMemberHover .hoverCont a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.eachMemberHover .hoverCont button {
	border: none !important;
	color: #fff;
	font-size: 18px;
	margin-top: 1rem !important;
	text-decoration: none;
	background: unset;
	border-radius: 0 !important;
	font-family: "MyriadPro-Bold";
	line-height: 0 !important;
	padding: 0 !important;
	transition: unset;
}
.eachMemberHover .hoverCont button:hover {
	color: #fff;
}
.eachMemberBox:hover .eachMemberHover{
    transform: translateY(0);
}
.bodWrap .modal-body .dirTitle{
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.modal-body .dirTitle {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}
.modal-body .dirContBox p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}
.modal-body .dirContBox table {
	color: #000 !important;
}
.memInfoBox .dirContBox p{
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    text-align: justify;
}
.tabDiv{
    margin-top: 30px;
}
.tabDiv table{
    width: 100%;
    border: 1px solid #EFEFEF;
}
.tabDiv table:not(:last-child){
    margin-bottom: 20px;
}
.tabDiv table th{
    background-color: #EFEFEF;
}
.tabDiv table th,
.tabDiv table td{
    padding: 10px;
    text-align: center;
}
.tabDiv table th:first-child,
.tabDiv table td:first-child{
    text-align: left;
}
.modal-header h1 {
	display: none;
}
@media screen and (max-width: 1024px){
    .eachMemberBox .eachMemberInner .memImgBox {
        height: 350px !important;
    }
}
@media screen and (max-width: 767px){
    .eachMemberBox .eachMemberInner .memImgBox {
        height: 560px !important;
    }
    .tabList li{
        font-size: 18px !important;
    }
}
@media screen and (max-width: 767px){
    .tabList {
        margin-bottom: 25px;
    }
    .tabList li {
        margin: 0 3px !important;
        font-size: 16px !important;
        width: calc(50% - 6px) !important;
    }
    .tabList li:first-child{
        margin-left: 0 !important;
    }
    .tabList li:last-child{
        margin-right: 0 !important;
    }
}