/* BASIC css start */
#footer{width: 100%; border-top: 2px solid #000; margin-top: 40px; height: 300px;}
#footer .foot_inner{width: 1760px; margin: 0 auto;height: 100%;}
#footer .foot_inner>div{width: 50%;  float: left;}

#footer .foot_L{padding-top: 40px;}
#footer .foot_L .f_menu{margin-bottom: 25px;}
#footer .foot_L .f_menu li{display: inline-block;margin-right: 30px;}
#footer .foot_L .f_menu li a{font-family: 'Noto Sans KR', sans-serif; font-size: 14px; color: #000; font-weight: 500;}
#footer .foot_L .f_info{margin-bottom: 30px;}
#footer .foot_L .f_info li{margin-bottom: 4px; display: inline-block;font-family: 'Noto Sans KR', sans-serif; font-size: 12px; color: #000; font-weight: 400;margin-right: 10px; padding-right: 13px; position: relative;} 
#footer .foot_L .f_info li::after{content: ""; display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 10px; background-color: #000;}
#footer .foot_L .f_info li.nobg::after{display: none;}

#footer .foot_R{height: 100%;}
#footer .foot_R>div{float: right; height: 100%;}
#footer .foot_R .cs_center{display: flex; flex-direction: column; justify-content: center;padding-right: 70px; margin-top: -20px;}
#footer .foot_R .cs_center h5{font-family: 'Montserrat', sans-serif; font-size: 40px; color: #000;font-weight: 700;}
#footer .foot_R .cs_center ul{}
#footer .foot_R .cs_center ul li{font-family: 'Noto Sans KR', sans-serif; font-size: 12px;color: #000; font-weight: 400; margin: 6px 0;}
#footer .foot_R .bank_info{padding-top: 40px;padding-right: 30px;}
#footer .foot_R .bank_info h6{font-family: 'Noto Sans KR', sans-serif; font-size: 16px; color: #000; font-weight: 500;margin-bottom: 20px;}
#footer .foot_R .bank_info ul{}
#footer .foot_R .bank_info ul li{ font-family: 'Montserrat', sans-serif; font-size: 16px; color: #000; font-weight: 500;}
#footer .foot_R .bank_info ul li span{font-family: 'Noto Sans KR', sans-serif;font-size: 13px; color: #000; font-weight: 500; display: inline-block; margin-right: 10px; }
#footer .foot_R .bank_info ul li:last-child{font-family: 'Noto Sans KR', sans-serif; font-size: 12px; color: #000; font-weight: 500; margin-top: 14px;}


/* SNS 아이콘 */
#logobox .sns { position:absolute; bottom:20px; left:0px;  }
#logobox .sns img { filter:alpha(opacity=70); opacity:0.7; }
#logobox .sns img:hover { filter:alpha(opacity=100); opacity:1; 
/* BASIC css end */

