.admin .input_box.mini .slc_box.sml {
    width: fit-content;
}

.admin .input_box .slc_box .opt_list {
    border-radius: 0 0 8px 8px;
    box-shadow: 0 3px 6px #00000029;
}

.admin .partner_ch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1080px;
    padding: 9px 0 0 6px;
}

.admin .search_box .partner_ch {
    padding: 0;
    margin: -14px 0 4px;
}

.admin .partner_ch p {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: #2e2e2e;
}

.admin .partner_ch button {
    padding: 0 27px;
    line-height: 42px;
    font-weight: normal;
    border-radius: 50px;
}

.aPartner .partner_ch+.wh_box {
    gap: 20px;
    margin-top: 25px;
}

.aPartner .wh_box .input_wrap {
    margin-top: 10px;
}

.aPartner .wh_box .input_wrap .input_box {
    display: flex;
    gap: 20px;
}

.aPartner .wh_box .input_wrap .input_box+.input_box {
    margin-top: 20px;
}

.aPartner .wh_box .input_wrap .input_box label {
    width: 50px;
    font-weight: 500;
    color: #31588b;
}

.aPartner .wh_box .input_wrap .input_box input {
    background-color: #f5f6fa;
}

.aPartner .wh_box .note-editor.note-airframe .note-statusbar,
.aPartner .wh_box .note-editor.note-frame .note-statusbar {
    display: none;
}


/* 파트너 팝업 */

.adminPrtDetail .btnSqr {
    width: 160px;
    line-height: 43px;
    font-size: 15px;
    letter-spacing: -0.38px;
    border-radius: 4px;
}

.adminPrtDetail .cate_list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 23px 20px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.adminPrtDetail .input_wrap .input_box .cate_list li {
    min-width: 190px;
    padding: 0 14px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.07px;
    color: #c1c1c1;
    background-color: #f9f9f9;
    border-radius: 50px;
}

.adminPrtDetail .input_wrap .input_box .cate_list li+li {
    margin: 0;
}

.adminPrtDetail .input_wrap .input_box .ipt_txt a {
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: -0.07px;
    text-decoration: underline;
    color: #536dfe;
}


/* 통계 */

.admin .cont_tit {
    height: 40px;
    padding: 12px 12px 0;
    margin-bottom: 24px;
    line-height: 27px;
    font-family: 'Noto Sans KR';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
}

.aStats .cont_wrap {
    display: flex;
    gap: 20px;
}

.aStats .cont_wrap .chart_wrap {
    display: flex;
    flex-direction: column;
    width: 380px;
}

.aStats .cont_wrap .chart_wrap:first-child {
    width: 680px;
}

.aStats .chart_wrap .wh_box {
    position: relative;
    flex: 1;
    gap: 20px;
    padding: 24px 30px 30px;
}

.aStats .chart_wrap .input_wrap {
    display: flex;
    margin: 0;
}

.aStats .chart_wrap .input_wrap label {
    padding-left: 6px;
    margin-bottom: 13px;
    line-height: 17px;
    font-weight: bold;
}

.aStats .chart_wrap .input_wrap .slc_box {
    box-shadow: 0 3px 6px #00000029;
}

.aStats .chart_wrap .input_wrap .slc_btn {
    min-width: 146px;
    width: max-content;
    padding: 0 40px 0 14px;
    border-radius: 8px;
}

.aStats .chart_wrap .chart_box {
    flex: 1;
}

.aStats .chart_wrap .apexcharts-legend {
    flex-direction: column;
    gap: 8px 30px;
    padding: 0;
}

.aStats .chart_wrap .apexcharts-legend .apexcharts-legend-series {
    display: flex;
    margin: 0 !important;
}

.aStats .chart_wrap .apexcharts-legend .apexcharts-legend-text {
    display: flex;
    justify-content: space-between;
    flex: 1;
    letter-spacing: -0.33px;
}

.aStats .chart_wrap .apexcharts-tooltip {
    color: #676767;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 6px #00000029;
}

.aStats .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    padding-bottom: 0;
    margin: 0;
    color: #8f9fe8;
    background-color: #fff;
    border: none;
}

.aStats .chart_wrap+.cont_tit {
    margin-top: 60px;
}

.aStats .cont_wrap .board_wrap {
    gap: 0;
    width: 100%;
    margin: 0;
}

.aStats .board_wrap .table_wrap {
    display: flex;
    flex-direction: column;
}

.aStats .board_wrap table td {
    height: 40px;
    font-weight: 500;
}

.aStats .chart_box .ch_list {
    max-height: 305px;
    margin-top: 15px;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

.aStats .chart_box .ch_list::-webkit-scrollbar,
.aStats .chart_box .ch_list::-webkit-scrollbar-track {
    background-color: transparent;
}

.aStats .chart_box .ch_list::-webkit-scrollbar {
    width: 10px;
}

.aStats .chart_box .ch_list::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 30px;
}

.aStats .chart_box .ch_list li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.33px;
    color: #676767;
}

.aStats .chart_box .ch_list li+li {
    border-top: 1px solid #f5f5f5;
}

.aStats .search_box {
    padding-top: 20px;
}

.aStats .search_box .input_wrap {
    display: flex;
    gap: 45px;
    min-width: 1080px;
    width: max-content;
    padding: 0 20px 0 8px;
}

.aStats .search_box .input_wrap .input_box {
    margin-top: 0;
}

.aStats .search_box .input_wrap .btnSqr {
    margin-left: auto;
}

.aStats .search_box .input_box.mini .slc_box.sml {
    width: fit-content;
}

.aStats .search_box .input_box .slc_box.sml {
    width: 148px;
}

.aStats .search_box .input_box .slc_box+.check_btn {
    margin-left: 4px;
}

.aStats .chart_wrap .wh_box .blank_data img {
    margin: 0;
}


/* 관리자 솔루션 */

.aSolution .board_wrap .table_wrap .slc_box .slc_btn {
    min-width: 80px;
    padding-right: 25px;
}

.aSolution .board_wrap .table_wrap strong {
    font-weight: 500;
    color: #000;
}

.adminSolPop .input_wrap .input_box.hlf {
    width: calc((100% - 27px) / 2);
}

.adminSolPop .input_wrap .input_box .slc_box .opt_list .radio_list {
    height: 40px;
}

.adminSolPop .input_wrap .input_box .slc_box .opt_list .radio_list label {
    line-height: 40px;
}