/* BASIC css start */
#footer {text-align:left; padding:40px; box-sizing:border-box; }
#footer .footer_box {display: flex; align-items: flex-start; justify-content: space-between;}
#footer .info_box p {font-size:13px; margin-bottom:10px; }
#footer .info_box p:last-child {margin-bottom:0; }
#footer .f_menu ul {display:flex;justify-content:flex-end; }
#footer .f_menu ul li {margin-right:30px; font-size:13px; }
#footer .f_menu ul li:nth-child(3) {font-weight:bold}
/* BASIC css end */

