/* BASIC css start */
.scroll_bt_tll { position: fixed; right: 15px; bottom: 100px; z-index: 10; display: none; }

#footer {border-top: 1px solid #ededed;display: flex;justify-content: center;padding: 80px 50px;margin: 0 auto;background: #303030;margin-top: 100px;}
#footer .left {width: 350px;display: flex;justify-content: center;align-items: center;}

#footer .mid {}
#footer .mid .top { display: flex; align-items: center; gap: 40px; margin-bottom: 40px; }
#footer .mid .menu {display: flex;gap: 22px;align-items: center;}
#footer .mid .menu a {font-size: 14px;color: #d3cec6;}
#footer .mid .menu a strong { font-weight: 600; }
#footer .mid {font-size: 13px;width: 480px;display: flex;flex-direction: column;justify-content: space-between;padding-top: 7px;}
#footer .mid h1 {font-size: 18px;font-weight: 700;color: #cfbba0;line-height: 150%;}
#footer .mid h1 span {font-size: 15px;font-weight: 500;}
#footer .mid b { font-weight: 400; color: #000; }

#footer .bottom {color: #d3cec6;font-size: 14px;width: 480px;line-height: 160%;}
#footer .bottom b {font-weight: 600;color: #cfbba0;margin-right: 5px;}
#footer .bottom a {color: #d3cec6;}


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

