/* BASIC css start */
/* 하단 */
#footer { min-width: 1510px; width: 100%; margin:50px 0 0; padding: 30px 0; background: #f6f6f6; text-align: center; z-index: 101;}
#footer .footerBottom{position: relative;}
#footer .footerBottom .escrow{ position: absolute; top: 10px; left: 80%;}
#footer ul {text-align:center; margin-bottom:20px;}
#footer ul li {display:inline-block; margin:0 20px;}
#footer ul li a {font-size: 14px; font-weight: bold;}
#footer .info {margin-bottom:20px;}
#footer .info span {font-size:13px;margin:0 5px;color:#a4a4a4;display:inline-block;line-height:20px;font-weight: 300;}
#footer .copyright {text-align:center;margin: 23px 0 0;font-size:12px;color:#a4a4a4;letter-spacing: 1px;}

.sns_wrap {display: flex;flex-direction: row;align-items: flex-start;gap: 34px;justify-content: center;margin-top: 23px;} 
.sns_wrap a { display: block; } 
.sns_wrap a span{margin: 0 !important;}
.sns_wrap a img { margin-right: 6px; } 

.ft_logo { position: absolute; right: 80%; top: 67px; } 
.ft_logo a { display: inline-block; } 
.ft_logo a img { width: 105px; } 
/* BASIC css end */

