/* BASIC css start */
.scroll_bt_tll {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 10;
    display:none;
}
#footer {
    border-top:1px solid #ededed;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
}
#footer .left {}

#footer .left .top {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

#footer .left .top .logo {
    max-width: 91px;
}

#footer .left .top img {
    max-width: 100%;
}

#footer .left .top .menu {
    display: flex;
    gap: 40px;
    align-items: center;
}

#footer .left .top .menu a {
    font-size: 12px;
}

#footer .left .top .menu a strong {
    font-weight: 600;
}

#footer .left  .mid {
    font-size: 13px;
    color: #666;
    line-height: 18px;
    margin-bottom: 20px;
}

#footer .left  .mid h1 {
    font-size: 16px;
    font-weight: 700;
}

#footer .left .mid b {
    font-weight: 400;
    color: #000;
}

#footer .left .bottom {
    line-height: 22px;
    color: #666;
    font-size: 13px;
}

#footer .left .bottom b {
    font-weight: 400;
    color: #000;
}

#footer .right {
    gap: 20px;
    display: flex;
}
/* BASIC css end */

