.footerBookContainer {
  text-align: center;
}

.footer-container.footerBookContainer {
  margin: auto;
  padding: calc(35px + 5%) 0;
  color: #fff !important;
}

.footer-container.footerBookContainer h2 {
  font-size: 55px;
  max-width: 620px;
  line-height: 60px;
  margin: auto;
  color: inherit;
  font-weight: 500;
}

.footer-container.footerBookContainer p {
  max-width: 625px;
  margin: auto;
  text-align: center;
  margin-top: 25px;
  color: inherit;
}

.footer-container.footerBookContainer a.footerAppointBtn {
  color: #fff;
  border: 2px solid;
  padding: 15px;
  display: block;
  max-width: 200px;
  margin: 50px auto 75px;
  text-align: center;
  border-radius: 50px;
}

.footer-container.footerBookContainer a.topContactPhone {
  color: #fff;
}

.footer-container.footerInfoContainer {
  margin: auto;
  padding-top: 4%;
  padding-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1280px;
}

.footerLogoContainer {
  display: flex;
  align-items: flex-end;
  padding: 50px 0 25px;
  border-bottom: 2px solid #e1e1e1;
}

.footerLogoContainer span {
  margin-left: 25px;
  font-size: 12px;
}

.footerContactInfo {
  display: flex;
  padding-top: 30px;
}

.footerContact .contact {
  margin-top: 25px;
}

.footerContact .contact h6,
.footerContact .hour h6 {
  margin-bottom: 1em;
}

.footerAwardContainer {
  width: 50%;
}

.footerAwardContainer > div {
  max-width: 520px;
}

.footerAwardContainer > div img {
  margin-top: 15px;
  max-width: 100%;
}

.footerAwardContainer > div p {
  font-size: 12px;
  opacity: 0.5;
  color: #322f2b;
}

.footerContact,
.footerMenu {
  width: 25%;
  padding: 0 10px;
}

.footerMenu .menu-footer-container .menu li a,
.footerMenu .menu-footer-korean-2-container .menu li a {
  font-size: 14px;
  font-weight: 500;
  color: #322f2b;
}

.footerMenu .menu-footer-container .menu li a:hover,
.footerMenu .menu-footer-korean-2-container .menu li a:hover,
.footerContact .sns a:hover,
.footerContact span a:hover,
.footer-container.footerBookContainer a.footerAppointBtn:hover {
  color: var(--theme-color) !important;
}

.footerContact span {
  width: 100%;
  display: block;
  color: #322f2b;
  opacity: 0.7;
  font-weight: 500;
  font-size: 14px;
}

.footerContact .sns {
  margin: 25px -8px 0;
}

.footerContact .sns a,
.footerContact span a {
  color: #322f2b;
}

.footerContact .sns i {
  font-size: 20px;
  margin: 0 8px;
}

.footerTopContainer {
  background-image: url(/wp-content/uploads/2021/03/CTA-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footerBottomContainer {
  background: #f1ece6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .footerMenu {
    margin-top: 25px;
  }

  .container.footerBookContainer h2 {
    font-size: 40px;
  }

  .footerContactInfo,
  .footerLogoContainer {
    flex-wrap: wrap;
  }

  .footerContactInfo > div,
  .footerLogoContainer span {
    width: 100%;
  }
}

.footerContactInfo h5 {
  color: #2c2c2c;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}

.footerContactInfo h6 {
  color: #2c2c2c;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}

.quick-info {
  padding-bottom: 16px;
}
