.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-content {
  width: 100%;
  height: 36.375rem;
  position: relative;
}

.footer-content-left {
  width: 75rem;
  height: 33.4375rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 16.25rem;
  padding-top: 11.875rem;
  background-image: url('../images/pc/footer-bg1.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}

.footer-logo {
  width: 11.6875rem;
  height: 4.5625rem;
  margin-bottom: 1.5rem;
}

.footer-content-left-text {
  font-weight: 400;
  font-style: Regular;
  font-size: .8125rem;
  line-height: 1.875rem;
  letter-spacing: .05rem;
  color: #3D354F;
}

.footer-content-left-bottom {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}

.footer-content-left-bottom-btn {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-right: 2rem;
}

.footer-content-left-bottom-btn-item {
  font-weight: 400;
  font-size: .8125rem;
  line-height: 1.875rem;
  letter-spacing: .05rem;
  color: #3D354F;
}

.footer-content-left-bottom-btn-item:nth-child(1) {
  color: #5EC0C4;
}

.footer-content-left-bottom-btn-item:nth-child(2) {
  color: #B0D14B;
}

.footer-content-left-bottom-btn-item:nth-child(3) {
  color: #DC4645;
}

.footer-content-left-bottom-icon {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.footer-content-left-bottom-icon-img {
  width: 1.125rem;
  height: 1.125rem;
}

.footer-content-right {
  width: 106.6875rem;
  height: 19.3125rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url('../images/pc/footer-bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer-content-right-text {
  font-weight: 400;
  font-size: .8125rem;
  line-height: 1.875rem;
  letter-spacing: .05rem;
  color: #3D354F;
  position: absolute;
  right: 16.25rem;
  bottom: 5rem;
}

@media screen and (max-width: 48rem) {
  .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .footer-content {
    width: 100%;
    height: 28.3125rem;
    position: relative;
  }

  .footer-content-left {
    width: 23.4375rem;
    height: 28.3125rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 5.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    background-image: url('../images/mobile/footer-bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    box-sizing: border-box;
  }

  .footer-logo {
    width: 9.4375rem;
    height: 3.6875rem;
    margin-bottom: 1.5rem;
  }

  .footer-content-left-text {
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.375rem;
    letter-spacing: .05rem;
    color: #3D354F;
  }

  .footer-content-left-bottom {
    margin-top: 1.5rem;
    display: block;
  }

  .footer-content-left-bottom-btn {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .footer-content-left-bottom-btn-item {
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.875rem;
    letter-spacing: .05rem;
  }

  .footer-content-left-bottom-icon {
    width: 100%;
    margin-top: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
  }

  .footer-content-left-bottom-icon-img {
    width: 1.125rem;
    height: 1.125rem;
  }

  .footer-content-right {
    width: 17.625rem;
    height: 26.375rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('../images/mobile/footer-bg2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .footer-content-right-text {
    width: 23.4375rem;
    white-space: nowrap;
    font-weight: 400;
    font-size: .625rem;
    line-height: 1.25rem;
    letter-spacing: .05rem;
    position: absolute;
    right:0;
    bottom: 1.5rem;
    z-index: 10;
    text-align: center;
  }
}