/* BASIC css start */
/* 하단 */
footer{
    padding:56px 0 59px;
    margin-top:80px;
    border-top:1px solid #000;
}

footer .footerBox,
footer .footerBox a{
    color: #646464;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

footer .footerBox .f_tit{
    display:block;
    margin-bottom:10px;
    color:#000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.65px;
}

footer .footerBox.callCenter{
    width:240px;
}

footer .footerBox.callCenter .phoneNum{
    margin-bottom:25px;
}

footer .footerBox.callCenter .phoneNum strong{
    display:block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

footer .footerBox.callCenter .snsLink a{
    margin-right:20px;
}

footer .footerBox.companyInfo .slash{
    display:inline-block;
    margin:0 7px;
    color: #ddd;
    font-size: 12px;
}

footer .footerBox.companyInfo .copy{
    margin-top:24px;
    color: #A6A6A6;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
}

footer .footerBox.companyInfo .underLine{
    text-decoration:underline;
}
/* BASIC css end */

