#main {
    padding-top: 56px;
}

/* detail */
@media screen and (min-width: 640px) {
    .grid-require {
        display: grid;
        grid-template-columns: 200px auto;
    }

    .fvInner .searchBox .searchBoxInr .btnSearchItems .btnBottom::after {
        width: 24px;
        height: 24px;
    }
}

@media screen and (min-width: 768px) {
    #main {
        min-height: calc(100vh - 194px);
    }
    .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
    }

    #header .inner-header {
        height: 56px;
    }

    #header .logo {
        width: calc(131.75px * 1.5);
        height: calc(36px * 1.5);
    }

    .header__ctc .btn-love,
    .header__ctc .btn-ctc,
    .header__ctc .btn-user {
        width: 75px;
        height: 100%;
        font-size: 14px;
        line-height: 1.444;
    }

    .header__ctc .btn-love {
        background-size: 24px;
        background-position: center top 5px;
    }

    .header__ctc .btn-user {
        padding-top: 5px;
    }

    .header__ctc .btn-user span {
        width: 24px;
        height: 24px;
    }

    .header__ctc .btn-user .status {
        font-size: 14px;
        transform: translateY(-3px);
    }

    .header__ctc .hamburger {
        width: 75px;
        height: 100%;
    }

    .header__ctc .hamburger span {
        zoom: 1.5;
    }

    .menu-user-close-btn::before {
        width: 32px;
        height: 32px;
    }

    .menu-user-close-btn span {
        font-size: 14px;
        line-height: 1;
    }

    .recommendCard .recommendCard_inner {
        width: 260px;
    }

    .job-works-slider-button-prev {
        left: -20px;
    }

    .job-works-slider-button-next {
        right: -20px;
    }
    .page-column .column-post-content img {
        max-width: 768px;
        margin: auto;
    }
}

@media screen and (min-width: 1000px) {
    #searchbox.index {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    #main {
        min-height: calc(100vh - 166px);
    }

    .menu-user-inner {
        width: 450px;
    }

    .recDetail dl {
        line-height: 1.625;
        margin-bottom: 8px;
    }
    .recDetail dt span {
        padding-left: 22px;
    }
}
