:root {
    --main-color: #3699FF;
    --error-color: #F64E60;
}

/* 웹접근성 hide */
.edk_WAI {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    z-index: -1;
    border: none;
    padding: 0;
    margin: 0;
}

.edk_admin_table thead,
.table-color {
    background-color: rgb(54, 153, 255);
    color: #FFF;
}

.admin_info_wrap .admin_info_title {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #3D3C3A;
    color: #3D3C3A;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 20px;
}


/*  */

@media screen and (max-width:991px) {
    .table_row {
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        scrollbar-face-color: #F2ECE6;
    }

    .table_row table {
        width: 100%;
        min-width: 1100px;
    }
}

.link_page {
    font-weight: 600;
    color: firebrick;
    text-decoration: none;
}


.main-count-box p,
.main-pay-box p {
    font-size: 4rem;
    text-align: center;
}


.main-count-box p>span,
.main-pay-box p>span {
    font-weight: bold;
}


/* ==================================== board list ==================================== */
.edk_main_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #333;
    gap: 0 10px;
    padding: 14px 0;
}

.edk_main_title:not(:last-child) {
    border-bottom: 1px solid #E4E6EF;
}

.edk_main_title::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
}

.edk_main_title:hover::before {
    background-color: #0073e9;
}

.edk_main_title span {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* ==================================== board list ==================================== */

/* ==================================== comment ==================================== */

.comment {
    font-size: 18px;
}

.comment>li {
    border-bottom: 1px solid #efefef;
    padding: 20px;
}

.sub_comment {
    margin-top: 20px;
}

.sub_comment li {
    /* display: flex; */
    /* gap: 0 5px; */
    background-color: #F3F6F9;
    border-radius: 5px;
    padding: 20px;
    /* align-items: center; */
}

.sub_comment li:not(:last-child) {
    margin-bottom: 10px;
}

.ri-corner-down-right-line {
    vertical-align: top;
    margin-top: -8px;
}

.comment_name {
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
}


.comment_date {
    margin-top: 16px;
    font-size: 14px;
    color: #555;
}


/* ==================================== comment ==================================== */


/* ==================================== detail profile tab ==================================== */
.edk_profile_aside.active {
    left: 0;
}

.card.card-custom>.card-header .card-title .card-icon .edk_card_title_icon i {
    font-size: 18px;
}

.edk_table_wrap tr th,
.edk_table_wrap tr td {
    vertical-align: middle;
}

.group-title {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #F0F0F0;
}

.group-title>span {
    font-size: 14px;
    font-weight: 700;
}

/* 엑셀 다운로드 */
.btn_excel_wrap {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: 8px 17px;
    border-radius: 8px;
    border: 1px solid #217346;
    max-width: 150px;
    margin-left: auto;
    cursor: pointer;
}

.btn_excel_wrap>span {
    font-size: 14px;
    font-weight: 400;
    color: #217346;
}

.POPUPIMGVIEWER {
    line-height: 0;
}