@charset "utf-8";

.board-banner {
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 100px;
    /*margin-top: -5rem;*/
}

.board-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.board-banner h2 {
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #4a4a4a;
    letter-spacing: 14px;
}

