.cooperative1_whole{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}
.cooperative_nav{
    width: calc(100% + 32px);
    max-width: 480px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid var(--bgBlue);
    margin: 0 -16px;
}
.dark .cooperative_nav{
    border-color: #616161;
}
.cooperative_nav .display_flex{
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    margin: 0 auto;
    padding: 0 16px;
}
.cooperative_nav .display_flex::-webkit-scrollbar{
    display: none;
}
.cooperative_nav.nav_fixed{
    position: fixed;
    width: 100vw;
    background-color: var(--white);
    top: 121px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    margin: 0 auto;
}
.cooperative_nav li{
    min-width: 100px;
    width: 100%;
    max-width: 50vw;
    height: 48px;
    font-size: 15px;
    line-height: 50px;
    letter-spacing: -0.75px;
    text-align: center;
    border-bottom: 2px solid transparent;
}
.cooperative_nav li a{
    color: var(--textGrey);
}
.cooperative_nav li a{
    height: auto;
}
.cooperative_nav li.nav_active{
    border-bottom: 2px solid var(--mainBlue);
}
.cooperative_nav li.nav_active a{
    color: var(--mainBlue);
}
.cooperative_nav .slider2{
    width: calc(50% - 41px);
}
.cooperative_whole2{display: none;}


/* 대시보드 */
.cooperative_whole1 .card_wrap{gap: 15px;}
.cooperative_whole1 .card{width: calc(100vw/2); min-height: 118px;}
.card .ai_icon{
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-bottom: 4px;
}
.card .ai_num{
    font-size: 32px;
    line-height: 39px;
    font-weight: bold;
    color: var(--defaultText);
    text-align: left;
    letter-spacing: -1.6px;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.card .ai_title{
    font-size: 13px;
    line-height: 19.5px;
    font-weight: normal;
    color: var(--defaultText);
    text-align: left;
    letter-spacing: -0.75;
    opacity: 0.8;
    margin-bottom: 5px;
}

.cooperaive1_table1{width: 100%;}
.cooperative_whole1 table tbody tr td:nth-child(2){min-width: inherit;}
.cooperative_whole1 .horizen_scroll{
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: auto;
}
.cooperative_whole1 .horizen_scroll::-webkit-scrollbar{display: none;}
.cooperative_whole1 .coop_card2 .card{
    width: calc(100vw/3);
    min-height: 187px;
}
.cooperative_whole1 .coop_card2 .ai_title{
    margin-top: auto;
    margin-bottom: 0;
}

.rating_btn_wrap{gap: 10px;}
.rating_btn_wrap button{
    height: 30px;
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 100px;
	border: 1px solid var(--disabledText);
    background-color: var(--card);
    color: var(--disabledText);
}
.rating_btn_wrap .active{
    border: 1px solid var(--mainBlue);
    background-color: var(--mainBlue);
    color: #fff;
}

/* 등급조회 */
.rating_search_btn_wrap{gap: 10px;}
.rating_search_btn_wrap .excel_download{
    height: 30px;
    font-size: 12px;
    color: #fff;
    padding: 6px 16px;
    border-radius: 100px;
    border: 1px solid var(--mainBlue);
    background-color: var(--mainBlue);
}
.list_cunt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25px;
}
.list_cunt p{
    font-size: 14px;
    color: var(--textDarkGrey);

}
.list_cunt p span{
    font-size: inherit;
    font-weight: bold;
    color: var(--mainBlue);
}
.cooperaive2_table1{
    border-spacing: 0;
    border-collapse: separate;
}
.cooperaive2_table1 thead tr th:first-child{
    background-color: var(--bgBlue);
}
.cooperaive2_table1 tbody tr td:first-child{
    background-color: #fff;
}
.cooperaive2_table1 thead tr th:first-child,
.cooperaive2_table1 tbody tr td:first-child{
    position: sticky;
    left: -2px;
    border-right: 1px solid var(--disabledText);
    max-width: 200px;
}
.cooperaive2_table1 tbody tr a{
	text-decoration: underline;
	display: inline-block;
	white-space: break-spaces;
}
.rating_search_pop .select_werap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.rating_search_pop .select_werap .checkbox3{min-width: 52px;}

/* 그래프 차트 모음 */
.graph_box{
    min-width: 50%;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.graph_box p{margin-bottom: 15px;}
.graph_box .no_data_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}
.cooperative_whole1 .graph_box .display_flex{
    padding: 10px;
    border: 1px solid var(--borderGrey);
}