.footer{ width: 100%; position: relative; overflow: hidden; padding: 55px 0 120px; color: #fff; background-image: url(../../img/layout/footerBg.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; }
.footer .wrap{ display: flex; align-items: center; justify-content: space-between; }

.footer .lbx{ width: 100%; padding-right: 10px; box-sizing: border-box; }
.footer .lbx .footlogo{ min-width: 100px; padding: 10px 0; }
.footer .lbx .footinfo{ margin-top: 15px; display: flex; }
.footer .lbx .footinfo li{ font-size: 16px; letter-spacing: -0.05em; color: #727272; line-height: calc(35 / 16); font-weight: 300; margin-right: 25px;  }
.footer .lbx > p{ font-size: 16px; letter-spacing: -0.05em; color: #727272; line-height: calc(35 / 16); font-weight: 300; }
.footer .lbx .lbx_ls{display: flex;align-items: center;gap: 30px;}
.footer .lbx .lbx_sns{display: flex;align-items: center;gap: 30px;padding-top: 5px;}
.footer .lbx .lbx_sns .sns{font-family: 'Pretendard';font-size: 16px;font-weight: 700;cursor: pointer;}
.footer .lbx .lbx_sns .sns img{width: 30px;}
.footer .lbx .lbx_sns .sns.kakao{font-size: 32px;}

.footer .rbx{ flex-shrink: 0; }
.footer .rbx .popupbtn li{ font-size: 16px; letter-spacing: -0.05em; font-weight: 400; padding: 5px 0; cursor: pointer; text-align: right; }



@media screen and (max-width: 1440px){
    .footer{ padding: 35px 0 100px; }
    .footer .lbx .footinfo li{ font-size: 14px; }
    .footer .rbx .popupbtn li{ font-size: 14px; }
}

@media screen and (max-width: 820px){
    .footer .wrap{ flex-direction: column; align-items: flex-start; }
    .footer .lbx{ padding-right: 0; }
    .footer .lbx > p{ font-size: 14px; }
    .footer .lbx .footinfo{ flex-wrap: wrap; }
    .footer .lbx .footinfo li{ line-height: 1.4; }
    .footer .rbx .popupbtn{ display: flex; margin-top: 15px; }
    .footer .rbx .popupbtn li{ text-align: left; margin-right: 10px; }
}

@media screen and (max-width: 500px){
    .footer .lbx .lbx_ls{gap: 15px;}
    .footer .lbx .lbx_sns .sns{font-size: 14px;}
}

@media screen and (max-width: 320px) {
  .footer .lbx .lbx_sns{gap: 10px;}
}

/* 메인페이지 푸터 위치조절 */
._m .footer{ margin-top: -1px; }