/****************************************************
 * 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;
}
