.bindu_prediction_detail_p{
    border: #28a48c dashed 1px;
    width: 100%;
}
.TAB2_PREDICT_PROBABILITY{
    margin-top: 0.5vh;
    margin-bottom: 1.5vh;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'MyCustomFont';
    text-align: center;
    border: none;
    background-color: #28a48c;
}

.TAB2_RESULT_LAYOUT{
    margin-top: 1vh ;
    margin-left: 1.5vw;
    margin-bottom: 4vh;
    border-radius: 5px;
    width: 96.5%;
    height: 95%;
}
.TAB5_RESULT_LAYOUT_OUT{
    margin-left: 5.5vw;
    margin-bottom: 4vh;
    border-radius: 5px;
    width: 85.5%;
    height: 72vh;
}

.TAB5_RESULT_LAYOUT{
    margin: auto;
    margin-top: 3vh ;
    margin-bottom: 4vh;
    border-radius: 5px;
    width: 90%;
    height: 72vh;
    overflow-y: auto; /* 높이를 초과하면 스크롤 표시 */
    overflow-x: hidden; /* 가로 스크롤은 숨김 */
    scrollbar-width: thin; /* Firefox 스크롤바 크기 */
    scrollbar-color: #ccc; /* Firefox 스크롤 색상 */
}

.TAB2_GICHUSON_TABLE{
    background-color: #e9f2f0;
    /* border-style: dashed ; */
    border-radius: 5px;
    width: 95%;
    height: 20vh;
    margin: 1vh 0 1vh 0;
}
.TAB2_GICHUSON_TABLE_INSIDE{
    height: 16vh;
}
.TAB2_LINE_GRAPH{
    background-color: #e9f2f0;
    /* border-style: dashed ; */
    border-radius: 5px;
    width: 95%;
    height: 34vh;
    margin: 1vh 0 1vh 0;
}
.TAB2_LINE_GRAPH_INSIDE{
    width: 95%;
    height: 30.5vh;
    margin: auto;
    padding-top: 3.6%;
}
.TAB2_DEFAULT_GRAPH{
    background-color: #cce4db;
}
.TAB2_DEFAULT_GRAPH::-webkit-scrollbar{
    display: none;
}
.TAB2_TABLE_BOTTOM_BORDER {
    border-bottom: 2px solid #7f7e7e !important;
}
.TAB2_GRAPH_TITLE_BOX{
    float: left;
    background-color: #28a48c;
    width: 9vw;
    height: 3vh;
    border-radius: 5px;
    margin-left: 1vw;
    text-align: center;
    color: #e3e8e9;
    font-weight: bold;
    font-size: 0.8vw;
}
.TAB2_GRAPH_BOX{
    height: 3vh;
}
.TAB2_BINDU_GRAPH{
    width: 100%;
    height: 100%;
    float: left;
    border-style: dashed ;
    border-radius: 5px;
    margin-bottom: 3vh;
    background-color: #ffffff;
}
.TAB2_BINDU_GRAPH1{
    width: 60%;
    height: 100%;
    float: left;
}
.TAB2_BINDU_GRAPH2{
    width: 40%;
    height: 100%;
    float: left;
}
.TAB2_BINDU_TABLE{
    background-color: #e9f2f0;
    border-radius: 5px;
    width: 95%;
    height: 55vh;
    margin: 1vh 2vh 0 1vw;
}
.TAB2_BINDU_TABLE_INSIDE{
    width: 100%;
    height: 50.3vh;
    margin: auto;
}
/* .TAB2_EACH_PROBABILITY{
    border: 3px dashed #28a48c;
    width: 80%;
    height: 23vh;
    margin: auto;
    margin-top: 3vh;
    margin-bottom: 0;
} */

.Probability_Modal{
    width: 58vw;
    height: 55vh;
}
.Probability_Modal_Header{
    width: 58vw;
    height: 4vh;
    font-family: 'MyCustomFont';
    color: #000000;

}
.Probability_Modal_Body{
    width: 58vw;
    height: 58vh;
}
.Probability_Modal_Footer{
    width: 58vw;
}

.TAB6_RESULT_LAYOUT {
    display: flex;
    flex-direction: column;
    align-items: stretch; 
    height: 51vh; 
    overflow-y: auto; 
    overflow-x: hidden; 
    scrollbar-width: thin; 
    scrollbar-color: #ccc; 
}

/* .TAB6_RESULT_LAYOUT {
    height: 52vh; 
    overflow-y: auto; 
    overflow-x: hidden; 
    scrollbar-width: thin; 
    scrollbar-color: #ccc; 
} */

/* .TAB6_RESULT_LAYOUT table {
    border-collapse: collapse;
    width: 100%; 
}

.TAB6_RESULT_LAYOUT th, .TAB6_RESULT_LAYOUT td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 8px;
    word-wrap: break-word;
} */

/* .TAB6_RESULT_LAYOUT th {
    position: sticky; 
    top: 0;          
    color: white;    
    font-weight: bold;
    z-index: 10; 
    border: 1px solid;
    border-color: #888;
    height: 35px;
    background-color: #28a48c;  
    color: #e3e8e9;    
} */


.TAB2_EACH_PROBABILITY {
    flex: 1; /* 자식 요소들이 동일한 높이를 가짐 */
    min-height: 23vh; /* 최소 높이를 설정 */
    max-height: 23vh;
    margin: 10px; /* 요소 간 여백 */
    border: 1px solid #ccc; /* 경계선 추가 */
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 내부 내용 중앙 정렬 */
    align-items: center;
    color: #000000;
}