/* footer */
.footer {
    background-color: #363636;
    text-align: center;
}
.ft_top {
    padding-top: 61px;
    padding-bottom: 52px;
    border-bottom: 1px solid #948787;
}
.ft_top > p {
    font-size: 15px;
    font-weight: 400;
    color: #e5e5e5;
    margin-bottom: 11px;
}
.ft_top span {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #dbdbdb;
    margin: 0px 17px;
}
.ft_top > small {
    font-size: 14px;
    font-weight: 300;
    color: rgba(185, 185, 185, 0.5);
    margin-top: 26px;
}
.ft_bot {
    padding-top: 44px;
    padding-bottom: 150px;
}

/* main_form */
.main_form {
    position: fixed;
    right: 100px;
    bottom: 0px;
    background-color: #f3f0e954;
    padding-left: 39px;
    display: flex;
    z-index: 101;
    height: 103px;
    align-items: center;
    z-index: 101;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    backdrop-filter: blur(5px);
}
#req_form {
    display: flex;
    align-items: center;
}
#req_form span {
    font-size: 14px;
    font-weight: 400;
    color: #302e31;
}
#btn_submit {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    width: 167px;
    line-height: 80px;
    color: #fff;
    background-color: #c9a46e;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}
#btn_submit:hover {
    background-color: #333;
    color: #fff;
}
.form-control {
    width: 130px;
    height: 35px;
    border: none;
    padding-left: 15px;
}
.input01,
.input02 {
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.input02 {
    margin: 0px 11px;
}
.input04 {
    margin: 0px 8px 0px 32px;
}

@media screen and (max-width: 1600px) {
    .main_form {
        right: 50px;
        padding-left: 39px;
        height: 60px;
        max-width: 957px;
    }
    #btn_submit {
        right: 36px;
        width: 129px;
        line-height: 45px;
        font-size: 20px;
    }
}
