/* BASIC css start */
/* 하단 */
#footer {
    display: flex;
    gap: 60px;
    justify-content: center;
    padding: 106px 0 130px;
    position: relative;
    width: 100%;
    border-top: 1px solid #e2e2e6;
    background: #f9f9fb;
}

.info .tit {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 40px;
}

.info ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.cs .tit,
.team .tit,
.footer_ir .tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    padding-bottom: 40px;
    padding-top: 32px;
}

.cs ul li,
.team ul li,
.footer_ir ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.team ul li {
    display: block;
}

.email {
    height: 0;
    overflow: hidden;
    line-height: 130%;
    margin-top: 12px;
    transition: height 0.3s;
}

.email.on {
    height: 260px;
}

.email p {
    font-size: 12px;
}

.btn_mail {
    cursor: pointer !important;
}
/* BASIC css end */

