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

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

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

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

    #header .logo {
        width: 140px;
        height: auto;
      }

    .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: 90px;
        height: 100%;
    }

    .header__ctc .hamburger span {
        zoom: 1.4;
    }

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

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

    .recommend-category-list li {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.03em;
    }
    .pick-up, .category-recommend, .special-selection {
        font-size: 34px;
        line-height: 49px;
    }
    .pick-up-sub, .category-recommend-sub, .special-selection-sub {
        font-size: 24px;
        line-height: 35px;
    }
    .recIcon {
        width: 18px;
        height: 18px;
    }

    .text-search input {
        font-size: 16px;
        padding: 0 20px;
    }

    /* Main Wid */
    .main-wid .topMain_SectionTitle {
        margin: 0 0.5rem 30px;
    }
    .main-wid .topMain_SectionTitle h2 {
        font-size: 34px;
        line-height: 49px;
        text-align: center;
        letter-spacing: 0.03em;
    }

    .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: 1001px) {
    #searchbox.index {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {

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

    .recDetail dl {
        line-height: 1.625;
        margin-bottom: 8px;
    }
    .recDetail dt span {
        padding-left: 22px;
    }
    .job-works-slider-button-prev {
        left: -50px;
    }
    .job-works-slider-button-next {
        right: -50px;
    }
}
