@media (max-width: 768px) {
    .empty-container {
        width: 100vw;
        margin: 55px auto;
        height: auto;
        line-height: 27px;
    }

    .empty-container .search-box-container {
    }

    .empty-container .search-box-container .search-form {
        padding: 0 15px 14px 15px;
    }

    .empty-container .search-box-container .search-form .input-wrapper {
        border: 1px solid rgba(0, 0, 0, 0);
        display: flex;
        border-radius: 3px;
    }

    .empty-container .search-box-container .search-form .input-wrapper .input-search-container {
        display: flex;
        border-radius: 3px;
        border: 1px solid #CCC;
        background: #FFF;
        height: 36px;
    }

    .empty-container .search-box-container .search-form .input-wrapper .select-search-container {
        position: relative;
        width: 130px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 10px;
        border-radius: 3px;
        border: 1px solid #CCC;
        background-color: transparent;
        height: 36px;
    }

    .empty-container .search-box-container .search-form .input-wrapper .select-search-container .select-search {
        color: rgba(17, 17, 17, 0.7);
        width: 100%;
        padding: 6px 0 6px 12px;
        border: none;
        background: transparent;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: none;
        height: 36px;
    }

    .empty-container .search-box-container .search-form .input-wrapper .select-search-container .arrow-img-wrapper {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        height: 36px;
        padding: 14px 12px;
    }

    .empty-container .search-box-container .search-form .input-wrapper .select-search-container .select-search:focus option {
    }

    .empty-container .search-box-container .search-form .input-wrapper .input-search-container .icon-wrapper {
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 54px;
    }

    .empty-container .search-box-container .search-form .input-wrapper .input-search {
        width: 100%;
        outline: none;
        padding: 6px 0 6px 12px;
        color: #212121;
        background: #fff;
        border: none;
        font-size: 14px;
    }

    .empty-container .search-box-container .search-form .input-wrapper .input-search::placeholder {
        color: rgba(17, 17, 17, 0.7);
    }

    .empty-container .icon-container {
        margin: 78px auto 10px auto;
        width: 75px;
        height: 65px;
    }

    .empty-container .icon-container .blank-box-icon {
        width: 100%;
        height: 100%;
    }

    .empty-container .message-container {
        margin: 30px auto 10px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .empty-container .message-container .message {
        color: rgba(17, 17, 17, 0.5);
        font-size: 17px;
        line-height: 1.5;
        font-weight: 500;
    }

    .empty-container .button-container {
        margin: 36px auto 152px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .empty-container .button-container .add-post a {
        display: block;
        padding: 8px 20px;
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        border-radius: 3px;
        background-color: #305fb1;
        cursor: pointer;
    }
}

@media (min-width: 768px) {
    .empty-container {
        width: 1254px;
        margin: 80px auto;
        height: auto;
        line-height: 27px;
    }

    .empty-container .search-box-container {
        padding: 0 24px;
        display: flex;
        justify-content: flex-end;
    }

    .empty-container .search-box-container .search-form {
        padding: 0 0 14px 0;
    }

    .empty-container .search-box-container .search-form .input-wrapper {
        border: 1px solid rgba(0, 0, 0, 0);
        display: flex;
        width: 350px;
        border-radius: 3px;
    }

    .empty-container .search-box-container .search-form .input-wrapper .input-search-container {
        display: flex;
        border-radius: 3px;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .empty-container .search-box-container .search-form .input-wrapper .select-search-container {
        position: relative;
        width: 130px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 10px;
        border-radius: 3px;
        border: 1px solid #CCC;
        background-color: transparent;
    }

    .empty-container .search-box-container .search-form .input-wrapper .select-search-container .select-search {
        color: rgba(17, 17, 17, 0.7);
        width: 100%;
        padding: 6px 0 6px 12px;
        border: none;
        background: transparent;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: none;
    }

    .empty-container .search-box-container .search-form .input-wrapper .select-search-container .arrow-img-wrapper {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        padding: 14px 12px;
    }

    .empty-container .search-box-container .search-form .input-wrapper .select-search-container .select-search:focus option {
    }

    .empty-container .search-box-container .search-form .input-wrapper .input-search-container .icon-wrapper {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 54px;
    }

    .empty-container .search-box-container .search-form .input-wrapper .input-search {
        width: 100%;
        outline: none;
        padding: 6px 0 6px 12px;
        color: #212121;
        background-color: #fff;
        border: none;
        font-size: 14px;
    }

    .empty-container .search-box-container .search-form .input-wrapper .input-search::placeholder {
        color: rgba(17, 17, 17, 0.7);
    }

    .empty-container .icon-container {
        margin: 78px auto 10px auto;
        width: 75px;
        height: 65px;
    }

    .empty-container .icon-container .blank-box-icon {
        width: 100%;
        height: 100%;
    }

    .empty-container .message-container {
        margin: 30px auto 10px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .empty-container .message-container .message {
        color: rgb(17, 17, 17, 0.5);
        font-size: 17px;
        line-height: 1.5;
        font-weight: 500;
    }

    .empty-container .button-container {
        margin: 10px auto 152px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .empty-container .button-container .add-post a {
        display: block;
        padding: 8px 20px;
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        border-radius: 3px;
        cursor: pointer;
        background-color: #305fb1;
    }
}