#footer {
  width: 100%;
  height: 178px;
  background: url('../assets/footer/pt_main_darkgreen.png');
}

.footer_wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.footer_wrap > .logo {
  display: flex;
  width: 111px;
  height: 77px;
  margin: auto 0 auto 120px;
  /*background: url('../assets/footer/bg_ieumteo_logo_black.png') no-repeat;*/
}

.footer_wrap > .logo > img {
  width: 111px;
  height: 77px;
  object-fit: cover;
}

.footer_wrap > .cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto auto auto 108px;
  color: #000;
  font-family: 'NanumMyeongjo', serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 108.333% */
  letter-spacing: 1.92px;
  cursor: default;
}

.footer_wrap > .cont > .white {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-weight: 600;
}

.footer_wrap > .cont > .web {
  display: block;
}

.footer_wrap > .cont > .mobile {
  display: none;
}

.footer_wrap > .cont > .copyright {
  line-height: normal;
}

.footer_wrap > .sns {
  display: flex;
  margin: auto 120px auto 0;
  gap: 20px;
}

.footer_wrap > .sns > a {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999em;
}

.footer_wrap > .sns > a.facebook {
  background-image: url('../assets/footer/ic_facebook.png');
}

.footer_wrap > .sns > a.blog {
  background-image: url('../assets/footer/ic_naver.png');
}

.footer_wrap > .sns > a.instagram {
  background-image: url('../assets/footer/ic_instagram.png');
}

.footer_wrap > .sns > a.youtube {
  background-image: url('../assets/footer/ic_youtube.png');
}

.footer_wrap > .sns > a.kakaotalk {
  background-image: url('../assets/footer/ic_kakaotalk.png');
}
