/* BASIC css start */
footer{
    margin-top:50px;
    padding-bottom:55px;
    border-top:1px solid #000;
}

footer strong.footTit{
    display:block;
    margin-bottom:6px;
    
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

footer .footerTop{
    padding:20px 0;
    border-bottom:1px solid #ddd;
}

footer .footerTop .footTel{
    text-align:center;
    line-height:24px;
}

footer .footerTop .footTel a{
    font-size: 18px;
    font-weight: 600;
}

footer .footerTop span{
    display:block;
    margin-bottom:16px;
    
    color: #646464;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

footer .footerTop .snsWrap{
    text-align:center;
}

footer .footerTop .snsWrap a{
    margin-right:24px;
}

footer .footerTop .snsWrap a:last-child{
    margin-right:0;
}

footer .footerTop .snsWrap a img{
    vertical-align:middle;
}

footer .footerBottom{
    padding:20px 0 40px;
    text-align:center;
}

footer .footerBottom .companyInfoCon{
    margin-bottom:20px;
}

footer .footerBottom .companyInfoCon .underLine{
    text-decoration:underline;
}

footer .footerBottom .companyInfoCon > div span{
    position:relative;
    display:inline-block;
    margin-right:2px;
    padding-right:7px;
    color: #646464;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px; /* 181.818% */
}

footer .footerBottom .companyInfoCon > div span:after{
    content:'';
    display:block;
    position:absolute;
    width:1px;
    height:11px;
    top:5px;
    right:0;
    background:#ddd;
}

footer .footerBottom .companyInfoCon > div span:last-child{
    margin-right:0;
    padding-right:0;
}

footer .footerBottom .companyInfoCon > div span:last-child:after{
   display:none;
}

footer .footerBottom ul{
    margin-bottom:10px;
    text-align:center;
}

footer .footerBottom ul li{
    display:inline-block;
    margin-right:28px;
}


footer .footerBottom ul li:last-child{
    margin-right:0;
}

footer .footerBottom .copy{
    display:block;
    color:#A6A6A6;
    text-align:center;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
}




/* BASIC css end */

