/* BASIC css start */
#footer{margin-top:200px}
.foot_inner{width: 1280px; margin: 0 auto;display: flex; align-items: center; justify-content: space-between;}

#footer{}
#footer .foot_top{background-color: #f8f8f8;}
#footer .foot_top .foot_inner{}
#footer .foot_top .foot_inner ul.f_menu{display: flex; align-items: center; gap: 30px;}
#footer .foot_top .foot_inner ul.f_menu li{}
#footer .foot_top .foot_inner ul.f_menu li a{display: block;color: #999999; padding: 19px 0; font-size: 14px; font-weight: 400;}
#footer .foot_top .foot_inner ul.f_menu li a strong{color: #333;}
#footer .foot_top .foot_inner select{background-color: transparent;font-family: 'Jost', sans-serif; border: none; border-bottom: 1px solid #000; font-size: 14px; font-weight: 600;padding-right: 40px; }
#footer .foot_top .foot_inner select option{background-color: none;font-family: 'Jost', sans-serif; }
#footer .foot_middle{}
#footer .foot_middle .foot_inner{border-bottom: 1px solid #f5f5f5; padding: 30px 0;}
#footer .foot_middle .foot_inner>div{}
#footer .foot_middle .foot_inner>div h4{color: #222222; font-size: 14px; font-weight: 500; margin-bottom: 7px;}
#footer .foot_middle .foot_inner>div h4:has(span){display: flex; align-items: center; gap: 7px;}
#footer .foot_middle .foot_inner>div ul{}
#footer .foot_middle .foot_inner>div ul li{color: #777777; font-size: 13px; font-weight: 400;}
#footer .footer_middle h3.f_title {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
}

#footer .footer_middle h3.f_title span.go_link {
  position: absolute;
  right: 10;
}
#footer .foot_middle .foot_inner .f2 li{display: inline-block; margin-bottom: 2px;}
#footer .foot_middle .foot_inner .f2{}
#footer .foot_middle .foot_inner .f2 li strong{color: #222;}
#footer .foot_middle .foot_inner .f3{}
#footer .foot_middle .foot_inner :is(.f3,.f2) li{line-height: 1.7;}

#footer .footer_bottom {
    position: relative;
}

#footer .footer_bottom .copyright {
    width: 1200px;
    margin: 0 auto;
    color: #000000;
    font-size: 13px;
    padding: 45px 0 20px;
}

#footer .footer_bottom 
 .footer_bottom_content {
    width: 1200px;
    margin: 0 auto;
    color: #777777;
    font-size: 13px;
    line-height: 1.7;
    padding-bottom: 50px;
}

#footer .footer_bottom .footer_bottom_content a {
    color: #777777;
    font-size: 13px;
    vertical-align: baseline;
}

#footer .footer_bottom .footer_bottom_content a:hover {
    color: #333;
}
/* BASIC css end */

