/* 1:1 문의 목록 */
#main-content > #bo_list {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 132px 0 110px;
}

#bo_list #bo_cate {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin: 0 0 38px;
}

#bo_list #bo_cate h2 {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    color: #161616;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.08em;
}

#bo_list #bo_cate h2:after {
    content: '궁금한 점을 남겨주시면 확인 후 답변드리겠습니다.';
    display: block;
    margin-top: 14px;
    color: #6e6e73;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.03em;
}

#bo_list #bo_cate ul {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#bo_list #bo_cate li {
    display: block;
    padding: 0;
}

#bo_list #bo_cate a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid #dcdce1;
    border-radius: 14px;
    color: #6e6e73;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

#bo_list #bo_cate a:hover,
#bo_list #bo_cate a:focus-visible,
#bo_list #bo_cate #bo_cate_on {
    border-color: #29302d;
    background: #29302d;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
}

#bo_list #bo_btn_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 18px;
    text-align: center;
}

#bo_list #bo_list_total {
    float: none;
    color: #6e6e73;
    font-size: 13px;
    line-height: 44px;
    text-align: center;
}

#bo_list #bo_list_total span {
    margin-right: 8px;
    color: #161616;
    font-weight: 700;
}

#bo_list .btn_bo_user,
#bo_list .btn_bo_user li {
    float: none;
    margin: 0;
    padding: 0;
}

#bo_list .btn_bo_user {
    display: flex;
    gap: 8px;
    list-style: none;
}

#bo_list .btn_bo_user li {
    display: block;
}

#bo_list .btn_bo_user .btn {
    position: relative;
    display: inline-flex;
    width: auto;
    min-width: 104px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border: 1px solid #dcdce1;
    border-radius: 14px;
    background: #fff;
    color: #55565b;
    font-size: 15px;
    text-align: center;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

#bo_list .btn_bo_user .btn > i {
    position: absolute;
    top: 50%;
    left: 15px;
    margin: 0;
    transform: translateY(-50%);
}

#bo_list .btn_bo_user .btn .sound_only {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

#bo_list .btn_bo_user .btn:hover,
#bo_list .btn_bo_user .btn:focus-visible {
    border-color: #29302d;
    background: #29302d;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

#bo_list .btn_bo_user .btn_admin {
    border-color: #29302d;
    background: #29302d;
    color: #fff;
}

#bo_list .tbl_head01 {
    margin: 0;
    overflow: hidden;
    border: 1px solid #e5e5e7;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(22, 22, 22, .045);
}

#bo_list .tbl_head01 table {
    width: 100%;
    border: 0;
    background: transparent;
}

#bo_list .tbl_head01 thead th {
    height: auto;
    padding: 17px 12px;
    border: 0;
    border-bottom: 1px solid #ededf0;
    background: #fafafa;
    color: #77777e;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
}

#bo_list .tbl_head01 td {
    height: 72px;
    padding: 16px 12px;
    border: 0;
    border-bottom: 1px solid #f0f0f2;
    color: #6e6e73;
    font-size: 13px;
    line-height: 1.5;
}

#bo_list .tbl_head01 tbody tr:last-child td {
    border-bottom: 0;
}

#bo_list .tbl_head01 tbody tr:hover td,
#bo_list .tbl_head01 tbody tr.even td {
    background: #fff;
}

#bo_list .tbl_head01 tbody tr:hover td {
    background: #fafcfb;
}

#bo_list .td_chk,
#bo_list .td_num,
#bo_list .td_name,
#bo_list .td_date,
#bo_list .td_stat {
    text-align: center;
}

#bo_list .td_chk {
    width: 52px;
}

#bo_list .td_num {
    width: 68px;
    color: #a1a1a8;
}

#bo_list .td_name {
    width: 110px;
}

#bo_list .td_date {
    width: 100px;
}

#bo_list .td_stat {
    width: 112px;
}

#bo_list .td_subject {
    text-align: left;
}

#bo_list .bo_cate_link {
    float: none;
    display: inline-flex;
    height: auto;
    margin: 0 8px 0 0;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eef3ee;
    color: #6c846f;
    font-size: 11px;
    line-height: 1;
    vertical-align: middle;
}

#bo_list .bo_tit {
    display: inline;
    color: #29302d;
    font-size: 15px;
    font-weight: 600;
}

#bo_list .bo_tit:hover {
    color: #6c846f;
    text-decoration: underline;
    text-underline-offset: 4px;
}

#bo_list .txt_done,
#bo_list .txt_rdy {
    display: inline-flex;
    height: auto;
    align-items: center;
    padding: 8px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

#bo_list .txt_done {
    background: #e5efe7;
    color: #5c7e62;
}

#bo_list .txt_rdy {
    background: #f3eee4;
    color: #947b54;
}

#bo_list .empty_table {
    height: 220px !important;
    padding: 70px 20px !important;
    color: #8b8b91 !important;
    background: #fff !important;
    font-size: 14px;
    text-align: center;
}

#bo_list .pg_wrap {
    float: none;
    display: block;
    margin: 30px 0 34px;
    text-align: center;
}

#bo_list .pg_page,
#bo_list .pg_current {
    min-width: 38px;
    height: 38px;
    margin: 0 2px;
    border-radius: 12px;
    line-height: 36px;
    font-size: 13px;
}

#bo_list .pg_page {
    border-color: #e5e5e7;
    background: #fff;
    color: #77777e;
}

#bo_list .pg_current {
    border-color: #29302d;
    background: #29302d;
}

#bo_list .bo_fx {
    display: flex;
    justify-content: flex-end;
    float: none;
    margin: 24px 0 0;
}

#bo_list .bo_fx .btn_bo_user {
    float: none;
}

#bo_list .bo_sch_wrap {
    background: rgba(22, 22, 22, .38);
}

#bo_list .bo_sch {
    top: 50%;
    left: 50%;
    z-index: 2;
    width: min(460px, calc(100% - 32px));
    max-height: none;
    margin: 0;
    padding: 30px;
    overflow: visible;
    border: 1px solid #e5e5e7;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(22, 22, 22, .18);
    transform: translate(-50%, -50%);
}

#bo_list .bo_sch h3 {
    margin: 0 0 22px;
    padding: 0;
    color: #161616;
    font-size: 22px;
    letter-spacing: -.05em;
}

#bo_list .bo_sch legend {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

#bo_list .bo_sch form {
    padding: 0;
}

#bo_list .bo_sch select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #dcdce1;
    border-radius: 12px;
    background: #fff;
    color: #55565b;
    box-shadow: none;
}

#bo_list .bo_sch .sch_bar {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    margin-top: 12px;
    border: 1px solid #dcdce1;
    border-radius: 12px;
    box-shadow: none;
}

#bo_list .bo_sch .sch_input {
    flex: 1;
    width: auto;
    height: 48px;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #161616;
}

#bo_list .bo_sch .sch_btn {
    width: 48px;
    height: 48px;
    color: #29302d;
}

#bo_list .bo_sch .bo_sch_cls {
    top: 22px;
    right: 22px;
    padding: 6px;
    border: 0;
    background: transparent;
    color: #8b8b91;
}

#bo_list > noscript {
    display: block;
    margin-top: 18px;
    color: #8b8b91;
    font-size: 12px;
}

@media (max-width: 760px) {
    #main-content > #bo_list {
        width: calc(100% - 32px);
        padding: 106px 0 72px;
    }

    #bo_list #bo_cate {
        display: block;
        margin-bottom: 28px;
    }

    #bo_list #bo_cate h2 {
        font-size: 34px;
    }

    #bo_list #bo_cate ul {
        margin-top: 22px;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    #bo_list #bo_btn_top {
        align-items: flex-start;
    }

    #bo_list #bo_list_total {
        line-height: 44px;
    }

    #bo_list .tbl_head01 {
        overflow-x: auto;
    }

    #bo_list .tbl_head01 table {
        min-width: 760px;
    }

    #bo_list .bo_fx {
        margin-top: 20px;
    }
}
