#footer {
  width: 100%;
  height: auto;
  background-color: #1d212e;
}
#footer .inner {
  padding: 0 20px;
}
.footer_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
  gap: 10px;
}
#footer .footer_sns > ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

#footer .footer_sns > ul > li > a {
  font-size: 14px;
  display: flex;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}

#footer .footer_sns > ul > li > a:hover {
  color: #1d212e;
  background: #fff;
}

/* 기본(PC)에서는 줄바꿈 숨김 */
.m_br {
  display: none;
}

/* 모바일에서만 줄바꿈 적용 */
@media (max-width: 768px) {
  .m_br {
    display: block;
  }
}

.footer_txt {
  margin: 30px 0px;
  font-size: 17px;
  color: #e7e7e7;
  line-height: 1.6;
}

.footer_txt > ul li:first-child {
  margin-bottom: 10px;
}
.footer_txt > ul li span + span::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color:#5d5d5d;
  display: inline-block;
  margin: 0 12px;
}

.footer_txt > ul li a {
  color:#e7e7e7
}

.footerCopyright {
  position: relative;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #555;
}

.footerCopyright p {
  font-size: 15px;
  padding: 0px 0 55px;
  font-weight: 400;
  color: #a5a5a5;
  line-height: 1.4;
}

.footerCopyright p a {
    color:#e9e9e9
}

/* copyright 기본(PC)에서는 줄바꿈 안 보이게 */
.mobile-br {
  display: none;
}

/* copyright 모바일 사이즈에서만 보이게 */
@media (max-width: 768px) {
  .mobile-br {
    display: block;
  }
}

.footer-logo img { width: 20%;}

@media screen and (max-width: 1028px) {
  #footer .left {
    width: 100%;
  }
  #footer .right {
    width: 100%;
  }
  .footerMall {
    float: left;
  }
  .footerText {
    margin: 30px 30px 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  .footerLogo {
    margin: 50px 50px 30px 20px;
  }
  #footer .tel {
    margin-left: 0;
  }
  .footer_wrap > ul {
    margin-bottom: 10px;
  }
  .footer_txt {
    margin: 30px 0;
    font-size: 15px;
  }
  .footerCopyright p {
    padding-left: 0;
  }
  .footer-logo img {
    width: 40%; margin: 0 0 20px 0;
  }
  #footer .footer_sns > ul > li > a {
    width: 45px;
    height: 45px;
  }
    
}

@media screen and (max-width: 640px) {
  .footer_wrap > ul li + li ::before {
    margin: 0 5px;
  }
  .footer_txt > ul li span + span::before {
    margin: 0 5px;
  }

}

/* 이메일무단수집거부 */
.tl_pop_con {
  background: #fff;
}
.tl_pop_con h2.f_pop_tit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #1d212e;
  font-size: 20px;
  color: #fff;
}
.tl_pop_con h2.f_pop_tit img {
  display: inline-block;
  margin-left: 50px;
  margin-right: 5px;
  margin-top: -10px;
  width: 120px;
}
.tl_pop_con h2.f_pop_tit span {
  display: inline-block;
  padding-left: 50px;
}
.f_pop_wrap {
  line-height: 23px;
  text-align: justify;
  word-break: break-all;
  font-size: 15px;
  overflow-y: auto;
}
.f_pop_wrap strong {
  color: #00a19a;
  font-weight: normal;
}
.f_pop_wrap p {
  color: #333;
  padding: 40px 50px;
  line-height: 1.6;
}
#mail_bpopup_form .button.b-close {
  position: absolute;
  top: 35px;
  right: 35px;
}
.mfp-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/close_btn.gif") no-repeat center center;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  border-radius: 50%;
}
.mfp-close {
  width: 40px;
  height: 40px;
  text-indent: -999px;
  opacity: 1;
  overflow: hidden;
  background-color: transparent;
  border: 0;
}
button.mfp-close:hover:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media screen and (max-width: 768px) {
  .f_pop_wrap {
    font-size: 14px;
  }
  .tl_pop_con h2.f_pop_tit {
    font-size: 17px;
    height: 65px;
    line-height: 65px;
  }
  .tl_pop_con h2.f_pop_tit span {
    padding-left: 35px;
  }
  .f_pop_wrap p {
    padding: 30px 35px;
  }
  #mail_bpopup_form .button.b-close {
    top: 30px;
    right: 35px;
  }
}
/* 이메일무단수집거부 */

