#bo_list > #bo_item_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
#bo_item_table > thead {
    background: var(--yellow200, #F3C615);
    color: var(--white, #FFF);
}
#bo_item_table > thead th {
    padding: 1.1875rem 0;
}

#bo_item_table > tbody tr {
    cursor: pointer;
    transition: background 0.3s;
}
#bo_item_table > tbody tr:hover {
    background: var(--yellow100);
}
#bo_item_table > tbody td {
    padding: 2.25rem 0;
    text-align: center;
    border-bottom: 1px solid var(--gray100, #E3E3E3);
    
    color: var(--gray400, #3A3A3A);
    font-size: var(--static---body5);
    font-weight: 400;
    line-height: 155.556%;
    letter-spacing: -0.0225rem;
}
#bo_item_table > tbody td > a.move_link > i {
    font-size: 2rem;
}

.item-content.view > .item-header {
    padding-bottom: 2.125rem;
    border-bottom: 1px solid var(--gray300, #888);
}
.item-content.view > .item-view > p {
    font-size: var(--static---body2);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.025rem;
}
.lebob-link-btn.table {
    background-color: var(--yellow200);
    font-size: var(--static---body5);
    font-weight: 400;
    line-height: 155.556%;
    letter-spacing: -0.0225rem;
    min-width: unset;
}
.lebob-link-btn.table > i {
    line-height: 190%;
}