/* BASIC css start */
#footer { clear:both; margin-top:50px; padding-bottom:100px; position:relative; background:#fff; }
#footer:before { content:''; position:absolute; left:15px; width:calc(100% - 30px); height:1px; background:#dbdbdb; }

#footer .footerJoin { text-align:center; padding:50px 0 30px; }
#footer .footerJoin .img { width:45%; margin:0 auto 15px; }
#footer .footerJoin .img img { width:100%; }
#footer .footerJoin p { margin:0 0 15px; }
#footer .footerJoin .link a { display:inline-block; background:#000; height:35px; line-height:34px; padding:0 40px; border-radius:35px; color:#fff; }

#footer .footerToggleTit { line-height:48px; font-family: 'Archivo Black','Noto Sans KR', sans-serif; font-size:20px; position:relative; padding:0 15px; }
#footer .footerToggleTit span {  position:absolute; width:12px; height:12px; right:20px; top:19px; }
#footer .footerToggleTit span:before { content:''; position:absolute; left:0; width:100%; height:2px; top:5px; background:#000; }
#footer .footerToggleTit span:after { content:''; position:absolute; top:0; height:100%; width:2px; left:5px; background:#000; transition:0.3s; }
#footer .footerToogleBox.open .footerToggleTit span:after { transform:rotate(90deg); }
#footer .footerToggleCont { padding:30px 40px; background:#f2f2f2; font-size:11px; line-height:1.7; display:none; }

#footer .footerSns { text-align:center; font-size:0; padding:20px 0 20px; }
#footer .footerSns ul li { position:relative; display:inline-block; vertical-align:top; padding:0 15px; line-height:1; }
#footer .footerSns ul li:after { content:''; position:absolute; right:0; top:0; width:1px; height:100%; background:#000; }
#footer .footerSns ul li:last-child:after { width:0; }
#footer .footerSns ul li a { font-size:12px; padding:0 10px; }

#footer .footerInfo { text-align:center; }
#footer .footerInfo .tel { font-size:26px; font-family: 'Archivo Black','Noto Sans KR', sans-serif; margin:0 0 3px; line-height:1; }
#footer .footerInfo .copyright { font-size:9px; }


.fixUpBtn { position: fixed; right: 14px; bottom: 75px; width:42px; height:42px; box-sizing:border-box; padding:12px;  z-index: 10; display: none; border-radius:50%; background:#fff; box-shadow:rgba(0,0,0,0.15) 0 2px 5px;  } 
.fixUpBtn img { width:100%; }
/* BASIC css end */

