/* footer */
footer {
  background-color: #f6f5f3;
  padding-top: 42px;
}
.footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 50px;
}
.footer_wrap {
  padding-bottom: 50px;
}
.footer_logo h1 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.92px;
  color: #010101;
}
.sitemap1_ul {
  flex: 1;
}
.sitemap_wrap {
  display: flex;
  align-items: center;
  gap: 100px;
}
.sitemap_ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.sitemap_list a {
  font-size: 16px;
  letter-spacing: -0.23px;
  color: #707070;
}
.footer_middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.younglim_list_h5 {
  font-size: 16px;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
  color: #707070;
}
.corporate_list {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.2px;
  color: #707070;
}
.corporate {
  margin-bottom: 5px;
}
.corporate2,
.corporate3 {
  display: flex;
  gap: 15px;
}
.corporate_boss,
.corporate_tel {
  position: relative;
}
.corporate_boss:after,
.corporate_tel:after {
  position: absolute;
  width: 1px;
  height: 70%;
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  right: -7.5px;
  background-color: #ddd;
}

.footer_bottom {
  width: 100%;
  background-color: #ecebe7;
  padding: 16px 0;
}
.footer_bottom_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright_p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: rgba(51, 51, 51, 0.7);
  position: relative;
  padding-left: 19px;

  text-transform: uppercase;
}

.copyright_p:after {
  content: "";
  background: url(/asset/img/icons/icon-footer-copy.png) no-repeat center/cover;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.footer_tel_p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #707070;
}

@media all and (max-width: 1279px) {
  .footer_top {
    flex-direction: column;
    gap: 0;
  }
  .footer_sitemap {
    width: 100%;
  }
  .footer_logo {
    margin-bottom: 50px;
  }
  .sitemap_wrap {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
  }
  .sitemap_ul {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
  .sitemap_list a {
    font-size: 15px;
  }
  .footer_middle {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_bottom {
    background-color: #333;
  }
  .copyright_p,
  .footer_tel_p {
    color: #fff;
  }
  .copyright_p:after {
    background: url(/asset/img/icons/icon-footer-copy-white.png) no-repeat
      center/cover;
  }
}
