@charset "utf-8";
body {
  position: relative;
}
.footer__top {
      height: 93px;
    background-color: #FFF8CA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 14px;
}
.footer-top__icon {
  width: 22px;
}
.footer-top__text {
      font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.footer__bottom {
  margin-top: 36px;
  margin-bottom: 41px;
      display: flex;
    justify-content: space-between;
    max-width: 1920px;
    padding: 0 clamp(2.5rem, -15.071rem + 27.46vw, 17.875rem);
    margin-right: auto;
    margin-left: auto;
}
.footer__left img {
  width: clamp(12.5rem, 0.357rem + 18.97vw, 23.125rem);
}
.footer__left p {
      font-size: clamp(0.75rem, 0.464rem + 0.45vw, 1rem);
    font-weight: 700;
}
.footer__center {
      display: flex;
    column-gap: clamp(1.25rem, -3.75rem + 7.81vw, 5.625rem);
}
.footer__items {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 0.107rem + 1.79vw, 2.25rem);
}
.header__item {
    font-size: clamp(0.75rem, 0.321rem + 0.67vw, 1.125rem);
    white-space: nowrap;
    font-weight: 700;
    transition: .5s;
}
.header__item:hover {
    color: #FF6F00
}
.footer__copyright {
      font-size: clamp(0.75rem, 0.464rem + 0.45vw, 1rem);
    font-weight: 700;
        margin-top: 61px;
    text-align: right;
}
.footer-btn__wrap {
      display: flex;
    column-gap: clamp(1rem, 0.143rem + 1.34vw, 1.75rem);
}
.footer-btn__01 {
        width: clamp(7.25rem, 4.536rem + 4.24vw, 9.625rem);
    height: clamp(10rem, 7.786rem + 3.46vw, 11.938rem);
    border-radius: 10px;
    background-color: #FFA826;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 12px;
    transition: .5s;
}
.footer-btn__02 {
    background-color: #05BC91;
    transition: .5s;
}
.footer-btn__top {
      font-size: clamp(0.875rem, 0.589rem + 0.45vw, 1.125rem);
    color: #fff;
    font-weight: 700;
}
.footer-btn__icon {
  width: clamp(3.75rem, 1.821rem + 3.01vw, 5.438rem);
}
.footer-btn__bottom {
      padding: 8px 10px;
    background-color: #fff;
    color: #FFA826;
    font-size: 12px;
    line-height: 1;
    border-radius: 35px;
    border: 1px solid #fff;
    transition: .5s;
}
.footer-btn__bottom--2 {
  color: #05BC91;
  transition: .5s;
}
.footer-btn__01:hover .footer-btn__bottom {
  background-color: #FFA826;
  color: #fff;
}
.footer-btn__02:hover .footer-btn__bottom--2 {
  background-color: #05BC91;
  color: #fff;
}
.btn__fixed {
    display: none;
}
.fixed-banner {
      position: fixed;
    bottom: 0;
    width: clamp(12.5rem, 8.042rem + 9.29vw, 19.188rem);
    right: clamp(2.5rem, 0.167rem + 4.86vw, 6rem);
    z-index: 8000;
}
.banner__box {
  position: relative;
}
.batu {
      position: absolute;
    width: 31px;
    top: -14px;
    right: -14px;
}

@media (max-width: 1023px) {
  .footer__center {
        flex-direction: column;
    row-gap: clamp(1.25rem, 0.107rem + 1.79vw, 2.25rem);
  }
}

@media (max-width: 767px) {
  .footer__top {
    height: 73px;
  }
  .footer-top__icon {
    width: 17px;
  }
  .footer-top__text {
    font-size: 17px;
  }
  .footer__bottom {
        flex-direction: column;
    padding: 0 20px;
    margin-bottom: 71px;
  }
  .footer__left {
    padding: 0 clamp(1.563rem, -9.752rem + 46.42vw, 12.5rem);
  }
  .footer__left img {
    width: 100%;
  }
  .footer__left p {
    font-size: 14px;
  }
  .footer__center {
        margin-top: 20px;
    row-gap: 17px;
  }
  .footer__items {
        align-items: center;
    row-gap: 17px;
  }
  .footer__right {
    margin-top: 41px;
        margin-left: auto;
    margin-right: auto;
  }
  .footer-btn__wrap {
    column-gap: 41px;
  }
  .footer-btn__01 {
        width: 154px;
    height: 191px;
  }
  .footer-btn__icon {
    width: 87px;
  }
  .footer__copyright {
        margin-top: 42px;
    text-align: center;
  }
  
  .btn__fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9990;
    display: flex;
  }
  .btn__fixed a {
      width: 50%;
    height: 50px;
  }
  .btn-fixed__left {
      width: 100%;
    height: 60px;
        display: flex;
    justify-content: center;
    align-items: center;
    background-color: #305546;
    border: 2px solid #305546;
    transition: all .5s;
  }
  .btn-fixed__left p {
        color: #fff;
    font-size: 14px;
    transition: all .5s;
  }
  .btn-fixed__left:hover {
    background-color: #fff;
  }
  .btn-fixed__left:hover p {
    color: #305546;
  }
  .hamBtn2 {
    width: 50%;
    height: 60px;
    flex-direction: column;
    row-gap: 4px;
    background-color: #FFC848;
    cursor: pointer;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hamBar {
    width: 31px;
    height: 22px;
    position: relative;
  }
  .hamBtn2 p {
    font-size: clamp(0.75rem, 0.607rem + 0.22vw, 0.875rem);
    color: #fff;
        line-height: 1;
    margin-top: 4px;
  }
  .hamBar>div {
    position: absolute;
    right: 0;
    width: 100%;
    height: 4px;
    background: #FFF;
    transition: .5s;
  }
  .hamBar>div:nth-child(1) {
    top: 0; 
  }
  .hamBar>div:nth-child(2) {
    top: 50%;
  }
  .hamBar>div:nth-child(3) {
     top: 100%;
  }
  .hamBar.active>div:nth-child(1) {
    top: 14px;
    transform: rotate(-45deg);
  }
  .hamBar.active>div:nth-child(2) {
    opacity: 0;
  }
  .hamBar.active>div:nth-child(3) {
    top: 14px;
    transform: rotate(45deg);
  }
  .fixed-banner {
    visibility:hidden;
  }
}

@media (max-width: 389px) {
  .footer-btn__wrap {
    column-gap: 20px;
  }
  .footer-btn__01 {
    width: 140px;
  }
}