/* BASIC css start */
/* 하단 */
#footer { display:flex; gap:80px; 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 {  }
.info ul li { font-size: 16px; font-weight: 400; line-height: 160%; }

.cs .tit { font-size: 20px; font-weight: 700; line-height: 150%; padding-bottom:40px; padding-top:32px; }
.cs ul li { font-size: 16px; font-weight: 400; line-height: 160%; }

.team .tit { font-size: 20px; font-weight: 700; line-height: 150%; padding-bottom:40px; padding-top:32px; }
.team ul li { display:block; font-size: 16px; font-weight: 400; line-height: 160%; }

.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 */

