/* BASIC css start */
#footer{width: 100%; background-color: #f5f5f5; height: 363px;}
#footer .foot_inner{width: 1200px; margin: 0 auto;}
#footer .foot_top{width: 100%; height: 226px; }
/* 푸터 탑 공통 */
#footer .foot_top>div{height: 100%;float: left;padding-top: 50px;}
#footer .foot_top p.f_tit{font-family: 'Montserrat', sans-serif; font-size: 15px; color: #333; font-weight: 600;margin-bottom: 21px;}
#footer .foot_top li{color: #858585;font-weight: 400; margin-bottom: 5px;}
/* 푸터 탑 공통 끝 */

#footer .foot_top .cs_center{width: 370px;}
#footer .foot_top .cs_center p{margin-bottom: 1px;}
#footer .foot_top .cs_center h4{font-family: 'Montserrat', sans-serif; font-size: 30px; color: #333; margin: 5px 0; font-weight: 500;}
#footer .foot_top .cs_center ul{}
#footer .foot_top .cs_center ul li{font-family: 'Montserrat', sans-serif;  font-size: 13px;}
#footer .foot_top .bank_info{width: 345px;}
#footer .foot_top .bank_info p{}
#footer .foot_top .bank_info ul{}
#footer .foot_top .bank_info ul li{font-family: 'Noto Sans KR', sans-serif; font-size: 12px;}
#footer .foot_top .return{width: 385px;}
#footer .foot_top .return p{}
#footer .foot_top .return ul{}
#footer .foot_top .return ul li{font-family: 'Noto Sans KR', sans-serif; font-size: 12px;}
#footer .foot_top .about{width: 100px;}
#footer .foot_top .about p{}
#footer .foot_top .about ul{}
#footer .foot_top .about ul li a{font-family: 'Noto Sans KR', sans-serif; font-size: 12px; color:#858585}





#footer .foot_bottom{width: 100%; height: 137px; border-top: 2px solid #e8e8e8;padding: 35px 0;}
#footer .f_bottom_L{float: left;}
#footer .f_bottom_L ul{}
#footer .f_bottom_L ul li{float: left; color: #999; font-size: 12px;font-family: 'Noto Sans KR', sans-serif;font-weight: 400; position: relative;padding-right: 10px; margin-right: 10px;}
#footer .f_bottom_L ul li::after{content: ""; display: block; background-color: #eee; width: 2px; height: 10px; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}
#footer .f_bottom_L ul li.nobg::after{display: none;}

#footer .f_bottom_R{float: right; width:70px; height: 100%; }
#footer .f_bottom_R ul{display: flex;justify-content: space-around;align-items: center; width: 100%; height: 100%;}
#footer .f_bottom_R ul li{display: inline-block;}
#footer .f_bottom_R ul li a{}
#footer .f_bottom_R ul li a img{}



/* BASIC css end */

