/* BASIC css start */
/* 하단 */


#footer {

    width: 1540px ;
    margin:0 auto;

background-color: white;
    clear:both;
    
}

#footer .footerInner {
    margin: 0 auto;
    height: 100%;
    width: 1550px;
    padding-top: 80px;

    }


.linkInfo{
    /* background-color: #fff; */
    margin-bottom: 15px;
}
.linkInfo>ul{
    display: flex;
    width: 30%;
    justify-content: space-between;
    /* border: 1px solid red; */
}
.linkInfo>ul>li{
    font-weight:bold;font-family: 'Pretendard' !important;

}


.linkInfo>ul>li>a{color:#6a6a6a; font-weight:500; font-size:14px;}
.shopInfo{
    
    /* border: 1px solid; */
    margin-bottom: 30px;
}
.shopInfo p{

    /* border: 1px solid red; */
    font-size: 11px;
    line-height: 18px;

}
.shopInfo p span{color:#a4a4a4;

font-size:11px; 
    font-family: 'Pretendard' !important;
    margin-right: 20px;

}

.copy{
color: #a4a4a4;
font-size:11px; 
    font-family: 'Pretendard' !important;
margin-bottom:80px;
}


/* BASIC css end */

