/* footer */
.footer {
    background-color: #333333;
    padding-top: 56px;
    padding-bottom: 100px;
}
.ft_top {
    display: flex;
    justify-content: space-between;
    padding-left: 260px;
    padding-bottom: 45px;
    padding-right: 141px;
    align-items: center;
}
.ft_line {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}
.ft_top > div {
    display: flex;
    max-width: 917px;
    width: 100%;
    justify-content: space-between;
}
.ft_top > div > a {
    width: 297px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background-color: #3e9a24;
    line-height: 73px;
    transition: all 0.2s;
}
.ft_top > div > a:hover {
    opacity: 0.7;
}
.ft_top > div > a > img {
    margin-right: 10px;
}
.ft_top > div > a:first-child {
    color: #3e2723;
    background-color: #ffeb3b;
}
.ft_bot {
    padding-top: 52px;
    padding-left: 260px;
}
.ft_bot p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0px;
}

/* quick_menu */
.quick_menu {
    right: 30px;
    bottom: 30px;
    position: fixed;
    z-index: 101;
}
.quick_menu > div {
    background-color: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    height: 379px;
    width: 90px;
    display: flex;
    flex-direction: column;
    padding-top: 21px;
    padding-bottom: 21px;
    justify-content: space-between;
    margin-bottom: 14px;
    border-radius: 8px;
}
.quick_menu > div > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #191919;
    transition: all 0.2s;
}
.quick_menu > div > a:hover {
    opacity: 0.7;
}
.quick_menu > div > a > img {
    margin-bottom: 8px;
}
