/* BASIC css start */
#footer{ width: 100%; background-color: #FAFAFA; margin-top:80px}


#footer .footer_title { width: 1280px; margin: 0 auto; border-bottom: 1px solid #D9D9D9; padding: 4rem 0 2rem; }
#footer .footer_title img  { width: 10rem; height: auto;}
#footer .footer_title p  { font-size: 1rem; margin-top: 10px; color: #333; font-weight: 400; }


#footer .foot_inner{width: 1280px; margin: 0 auto; padding: 30px 0 80px 0;display: flex; justify-content: space-between;}

#footer .foot_inner>div li{color: #8A8A8A; font-size: 12px;font-family: 'Noto Sans KR', sans-serif; font-weight: 500; margin-bottom: 6px; letter-spacing: -.5px;}
#footer .foot_inner>div li a{color: #8A8A8A; font-size: 12px;font-family: 'Noto Sans KR', sans-serif;font-weight: 500;display: block;letter-spacing: -.5px;}

#footer .foot_inner .f_L{display: flex; width: 60%;}
#footer .foot_inner .f_L>div{display: inline-block; margin-right: 70px;}
#footer .foot_inner .f_L .f_L1{}
#footer .foot_inner .f_L .f_L1 ul.f_info{}
#footer .foot_inner .f_L .f_L1 ul.f_info li{display: inline-block; margin-right: 10px;}
#footer .foot_inner .f_L .f_L1 ul.f_info li a{display: inline-block;}
#footer .foot_inner .f_L .f_L1 p.copy{color: #8A8A8A; font-size: 12px;font-family: 'Noto Sans KR', sans-serif; font-weight: 500; margin-top: 60px;}
#footer .foot_inner .f_L .f_L2{}
#footer .foot_inner .f_L .f_L2 ul.cs_center{}
#footer .foot_inner .f_L .f_L2 ul.cs_center li{}
#footer .foot_inner .f_L .f_L3{}
#footer .foot_inner .f_L .f_L3 ul.bank{}
#footer .foot_inner .f_L .f_L3 ul.bank li{}
#footer .foot_inner .f_R{ width: 30%;}
#footer .foot_inner .f_R ul.f_menu{}
#footer .foot_inner .f_R ul.f_menu li{}
#footer .foot_inner .f_R ul.f_menu li a{display: block; text-align: right;font-size: 13px;}
#footer .foot_inner .f_R ul.sns{text-align: right; margin-top: 30px;}
#footer .foot_inner .f_R ul.sns li{display: inline-block;margin-left: 6px;}
#footer .foot_inner .f_R ul.sns li a{display: block;}
#footer .foot_inner .f_R ul.sns li a img{ width: 30px; height: auto; }
/* BASIC css end */

