/* BASIC css start */
#footer-wrap {
position:relative;;
}

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

#footer-wrap ul li {
    padding:10px 0;
}
#footer-wrap .bt{display:block;}
#footer-wrap .bt li {
width:100%;
text-align:center;
padding:1% 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-contents{justify-content:space-around!important;}

#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);
}

.cerI {display:none;}
.magI {display:none;}
/* BASIC css end */

