.personnel{
    overflow: hidden;
}
.personnel .carouselText{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 42px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
li{
    list-style: none;
}
#tab2{
    display: none;
}
#p_tab1{
    border-bottom: 1px solid #3CA43C;
}
#tabNav{
    border-bottom: 1px solid #E0E0E0;
}
.tabNav_ul{
    display: flex;
    width: 30%;
    margin: 0 auto;
    justify-content: space-between;

}
.tabNav_ul_li{
    font-size: 1vw;
    color: #666666;
    padding: 1.5vw 0;
    box-sizing: border-box;
}