.TAB3_LAYOUT_OUTSIDE{
    margin-top: 3vh ;
    margin-left: 1.5vw;
    border-radius: 2px;
    width: 96.5%;
    height: 95%;
    overflow: scroll;
}
.TAB3_LAYOUT_LEFT{
    float: left;
    width: 36vw;
    height: 72vh;
    margin-left: 2vw;
    margin-top: 3vh;
    border-radius: 5px;
    overflow-y: scroll;
    font-weight: bold;
}
.TAB3_LAYOUT_RIGHT{
    float: left;
    width: 36vw;
    height: 72vh;
    margin-left: 2vw;
    margin-top: 3vh;
    border-radius: 5px;
    overflow-y: scroll;
    font-weight: bold;

}
.TAB3_LAYOUT_RESULT{
    overflow-y: scroll;
    height: 95%;
}


.TAB3_LAYOUT_RESULT::-webkit-scrollbar{
    display: block;
    height: 100%;
    width: 12px;
}
.TAB3_LAYOUT_RESULT::-webkit-scrollbar-track {
    background: transparent;
}
    
.TAB3_LAYOUT_RESULT::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    display: block;
}
.TAB3_LAYOUT_RESULT::-webkit-scrollbar-thumb:hover {
    background: #7f8594;
}