.rc-footer {
  background-color: #f4f1ee;
  padding: 52px 48px;
  border-bottom: 6px solid #fc7400;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 787px) {
  .rc-footer {
    padding: 24px;
    border-bottom: 4px solid #fc7400;
  }
}
.rc-footer-inner {
  max-width: 1176px;
  margin: 0 auto;
}
.rc-footer-logo {
  display: flex;
  margin-bottom: 24px;
}
@media screen and (max-width: 787px) {
  .rc-footer-logo {
    margin-bottom: 8px;
  }
}
.rc-footer-logo-img {
  width: 120px;
}
@media screen and (max-width: 787px) {
  .rc-footer-logo-img {
    width: 63px;
  }
}
.rc-footer-logo-text {
  font-size: 16px;
  font-weight: 600;
  color: #fc7400;
}
@media screen and (max-width: 787px) {
  .rc-footer-logo-text {
    font-size: 12px;
  }
}
.rc-footer-contents {
  display: flex;
  justify-content: space-between;
  height: 276px;
}
@media screen and (max-width: 787px) {
  .rc-footer-contents {
    flex-direction: column-reverse;
    height: auto;
  }
}
@media screen and (max-width: 787px) {
  .rc-footer-right {
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
  }
}
.rc-footer-address {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 787px) {
  .rc-footer-address {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.rc-footer-social {
  display: flex;
  gap: 16px;
}
.rc-footer-social-img {
  width: 40px;
}
@media screen and (max-width: 787px) {
  .rc-footer-social-img {
    width: 32px;
  }
}
.rc-footer-nav-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 787px) {
  .rc-footer-nav-link {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.rc-footer-nav-link:hover {
  text-decoration: underline;
}
.rc-footer-copyright {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
