/* BASIC css start */
#footer-wrap {
    bottom: 0;
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: white;
}

#footer-wrap ul {
position:relative;
justify-content: center;
display: flex;
}

#footer-wrap ul li {
padding:10px 20px;

}

#footer-wrap ul li:nth-child(1){
    position:absolute;
    left:0;

}
#footer-wrap ul li:nth-child(3) {
    position:absolute;
    right:0
}


#footer-wrap ul li .footer-contents{}
#footer-wrap ul li .footer-contents li{padding:0 20px; cursor:pointer;position:relative; left:unset; right:unset;}


#footer-wrap ul li .footer-contents li a{}
.companyInfo{
    text-align:center;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
}
/* ³ªÅ¸³¯ ¶§ */
.companyInfo.height {
    padding:5px;
    max-height: 300px; /* ÃæºÐÇÑ ³ôÀÌ */
    opacity: 1;
    transform: translateY(0);
}

/* BASIC css end */

