/* public 정적 서빙 (전역 CSS 번들 축출) — routeRules 1년 캐시라 수정 시 파일명 버전업 필요 */
.essentiel .banner {
    width: 100%;
    height: 450px;
    background-image: url(/img/essentiel/banner.png);
    background-position: center;
    background-size: cover;
}

.essentiel .boardWrap {
    display: flex;
    flex-direction: column;
    margin-top: 150px;
}

.essentiel .boardWrap:last-child {
    margin-bottom: 150px;
}

.essentiel .boardWrap .board_head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 var(--common-padding);
}

.essentiel .boardWrap .board_head .tit {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.42px;
    margin-right: auto;
}

.essentiel .counselBtn {
    /*  width: 282px;
      height: 72px;*/
    padding: 1.5rem 2.7rem;
    border-radius: 8px;
    background: #0064ff;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin: 80px auto 0;
}

@media (max-width: 990px) {
    .essentiel .banner {
        height: 260px;
        margin-bottom: -40px;
    }

    .essentiel .boardWrap {
        margin-top: 80px;
    }

    .essentiel .boardWrap .board_head {
        flex-direction: column;
    }

    .essentiel .boardWrap .board_head .tit {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .essentiel .boardWrap:last-child {
        margin-bottom: 60px;
    }

    .essentiel .counselBtn {

        width: 100%;
        /*    height: 64px;*/
        border-radius: 6px;
        font-size: 16px;
        margin: auto 0 0;
    }
}
