.list{

}

.list .us-banner{
    background:url("/images/front/pc/banner/banner3.png") center no-repeat;
    background-size: cover;
}

.list .inner-wrap{
    max-width:1380px;
    width: 100%;
    margin: 0 auto;
    padding: 144px 68px 240px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.list .us-board-list .meta .search .us-button{
    font-size: 14px;
    font-weight: 300;
    color: var(--white);
    background: var(--brand-green);
}