#ft,#ft_copy {
    background-color: black;
}
#ft {
    border-top: var(--primaryColor) 3px solid;
}
#ft_link {
    display: block;
}
#ft_link .row div {
    color: #999;
}

.contact-info img {
    max-width: 40px;
}

.ft-info {
    padding: 0.55rem 0;
}

.contact-info {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.contact-info * {
    font-size: 1.8rem;
    color: #fff;
}

.contact-info p {
    margin-left: 1rem;
    font-weight: bold;
}

#ft_link .row .contact-info:last-child {
    padding-top: 1rem;
}

#ft_link a.ft-right {
    width: 100%;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    transition: background .15s;
    text-decoration: none;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0.5rem 1rem;
}

#ft_link a.ft-right:last-child {
    margin-bottom: 0;
}

#ft_link {
    margin-bottom: 0;
}

#ft_wr {
    padding-bottom: 0;
    padding-top: 30px;
}
.ft-right img {
    max-width: 100%;
}

.ft-bg-red {
    background-color: var(--primaryColor);
}

.ft-bg-black {
    background-color: #373737;
}

.gray-line {
    margin-top: 25px !important;
    background-color: #333;
    height: 1px;
    margin: 0;
}

.mb_wrap {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.5rem;
}

.mb_text {
    width: 100%;
    text-align: center;
}

.mb_text p {
    color: #fff;
}

.footer_style {
    display: flex;
    align-items: center;
}

.footer_style img {
    max-width: 200px;
}

.ft-right-block {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#nt_bottom_nav_m {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1040;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 -4px 12px rgb(50 60 70/15%);
    -webkit-box-shadow: 0 -4px 12px rgb(50 60 70/15%);
    -moz-box-shadow: 0 -4px 12px rgb(50 60 70 / 15%);
}
#nt_bottom_nav_m ul li {
    position: relative;
    float: left;
    width: calc((100% - 90px) / 4);
    height: 42px;
    text-align: center;
    font-size: 12px;
    padding-top: 3px;
    cursor: pointer;
}
#nt_bottom_nav_m ul li img {
    max-width: 100%;
}
#nt_bottom_nav_m ul li div {
    font-size: 11px;
    color: #333;
}
#nt_bottom_nav_m ul li:nth-child(3) {
    width: 90px;
}
#nt_bottom_nav_m ul li:nth-child(3) img {
    position: absolute;
    bottom: 0;
    left: 0;
}