.courseDetailContent .main > .tabContent > .tab{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.courseDetailContent .main > .tabContent > .tab p{
    display: inline-block;
    float: none;
}
::-webkit-scrollbar {
    /* width: 15px;
    height: 5px; */
}