.p-home-area-search__btn {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    height: 70px;
    letter-spacing: .05em;
    border-radius: 10px;
    transition: .25s;
    cursor: pointer;
    border: none;
    margin-top: 60px;
}

.c-btn-icon--search::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    margin-right: .5em;
}

.p-home-area-search__btn:hover {
    opacity: .5;
}

@media only screen and (min-width: 769px) {
    .p-home-area-search__btn {
        font-size: 16px;
    }
}

.l-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-content {
    max-width: 1000px !important;
}

.modal-content .close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
}