@charset "utf-8";

/* TODO : [하단] */
footer {
  width: 100%;
  height: 100%;
}
.footer-menu-base {
  width: 100%;
  height: 100%;
}
/* TODO : [하단 메뉴 1] */
.footer-family-container {
  width: 1200px;
  height: 100px;
  margin: 0px auto;
  border-top: 1px solid #cccccc;
}
.footer-family-container > ul {
  padding: 0px 40px 0px 40px;
}
.footer-family-container > ul > li {
  float: left;
  width: 14.28%;
  height: 100px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #999999;
  cursor: pointer;
}
/* TODO : [하단 메뉴 2] */
.footer-center-container {
  width: 100%;
  height: 80px;
  border-top: 1px solid #cccccc;
}
.footer-center-item {
  width: 1200px;
  height: 80px;
  margin: 0px auto;
}
.footer-center-left-item {
  float: left;
  width: 50%;
  height: 80px;
  line-height: 80px;
}
.footer-center-left-item div {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #999999;
}
.footer-center-bar-item {
  padding: 0px 20px;
}
.footer-center-right-item {
  float: right;
  width: 50%;
  height: 80px;
  line-height: 80px;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  color: #999999;
}
/* TODO : [하단 메뉴 3] */
.footer-business-container {
  width: 100%;
  background: #e2e2e2;
  padding: 50px 0px 100px 0px;
}
.footer-business-logo-item {
  width: 129px;
  height: 103px;
  background: url('http://www.thehhopeplus.com/static/images/main/the_h_logo_footer.png')
    no-repeat center center;
  margin: 0px auto 50px auto;
}
.footer-business-text-item {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #676767;
  margin-bottom: 10px;
}
.footer-business-bar-item {
  padding: 0px 10px;
}
.footer-business-text-item > div {
  display: inline-block;
}
.footer-business-copyright-item {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  /* TODO : [하단] */
  /* TODO : [하단 메뉴 1] */
  .footer-family-container {
    width: 90%;
    height: 100%;
    margin: 0px auto;
  }
  .footer-family-container > ul {
    padding: 0px 40px 0px 40px;
  }
  .footer-family-container > ul > li {
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #999999;
    cursor: pointer;
  }
  /* TODO : [하단 메뉴 2] */
  .footer-center-container {
    width: 100%;
    height: 100%;
  }
  .footer-center-item {
    width: 90%;
    height: 100%;
    margin: 0px auto;
  }
  .footer-center-left-item {
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
  }
  .footer-center-left-item div {
    display: inline-block;
    font-size: 3vw;
    font-weight: 700;
    color: #999999;
  }
  .footer-center-bar-item {
    padding: 0px 10px;
  }
  .footer-center-right-item {
    float: right;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 3vw;
    font-weight: 700;
    color: #999999;
  }
  /* TODO : [하단 메뉴 3] */
  .footer-business-container {
    width: 100%;
    background: #e2e2e2;
    padding: 50px 0px 100px 0px;
  }
  .footer-business-logo-item {
    width: 129px;
    height: 103px;
    background: url('http://www.thehhopeplus.com/static/images/main/the_h_logo_footer.png')
      no-repeat center center;
    margin: 0px auto 50px auto;
  }
  .footer-business-text-item {
    text-align: center;
    font-size: 3vw;
    font-weight: 500;
    color: #676767;
    margin-bottom: 10px;
  }
  .footer-business-bar-item {
    padding: 0px 10px;
  }
  .footer-business-text-item > div {
    display: inline-block;
  }
  .footer-business-copyright-item {
    text-align: center;
    font-size: 2.6vw;
    font-weight: 700;
    color: #666666;
    margin-top: 30px;
  }
}
