/****************************************************
 * MRBAS CORPORATE BOARD DESIGN
 ****************************************************/

/* --------------------------- */
/* ��� ��Ÿ�� */
/* --------------------------- */

.board_list table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
    color: #2e2e2e;
    font-family: 'Segoe UI','Apple SD Gothic Neo','Noto Sans KR',sans-serif;
}

/* ���̺� ��� */
.board_list table thead th {
    background: #f3f5f9;
    border-bottom: 2px solid #d6d9df;
    padding: 14px 10px;
    text-align: left;
    font-weight: 600;
    color: #1f2e4b;
    font-size: 14px;
}

/* �Ϲ� �� */
.board_list table tbody td {
    padding: 14px 10px;
    border-bottom: 1px solid #eceef3;
    line-height: 1.45;
}

/* ���� */
.board_list table tr.notice {
    background: #f9fbff;
    font-weight: 600;
    color: #1a4fb3;
}

.board_list table td.title a {
    color: #1f2e4b;
    font-weight: 500;
    text-decoration: none;

    /* �۾� ó�� �ذ� */
    line-height: 1.4 !important;
    display: inline-block;
    padding-top: 2px;
}

/* hover */
.board_list table tbody tr:hover {
    background: #eef5ff;
}

/* --------------------------- */
/* ī�װ�� + �����ϱ� */
/* --------------------------- */

/* �� �� ���� */
.as-category-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

/* �����ϱ� ��ư */
.as-top-write .as-write-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 14px 26px;
    background: #1a73e8;
    color: white;
    border-radius: 10px;

    font-size: 18px;
    font-weight: 700;

    box-shadow: 0 4px 8px rgba(0,0,0,0.18);
    transition: .2s ease;
}

.as-top-write .as-write-btn:hover {
    background: #0f5ec6;
    transform: translateY(-2px);
}

/* cTab �⺻ */
.cTab {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

.cTab > li > a {
    display: flex;
    align-items: center;

    padding: 10px 18px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background: #fff;
    transition: .2s ease;
}

.cTab > li > a:hover {
    background: #f4f6fb;
    border-color: #A3B6FF;
    color: #2A4BD0;
}

.cTab > li.on > a {
    background: #2A4BD0;
    color: #fff !important;
    border-color: #2A4BD0;
    font-weight: 600;
}

/* ī�װ�� �Ʒ� ����Ʈ ���̱� */
.as-category-wrap + .board_list {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.cTab {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.cTab > li > a {
    margin-left: 3px !important;
    margin-right: 3px !important;
}
.nick-name.is-login {
    font-weight: 700;
    color: #1d6ec9;
}
.nick-name.is-member {
    font-weight: 700;
    color: #1d6ec9;
}

.nick-name.is-guest {
    font-weight: 400;
    color: #666;
}
.reply-done {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    background: #2d7ed6;
    border-radius: 999px;
    vertical-align: middle;
}
