#footer {
  position: relative;
  z-index: 6;
}
#footer .footer-btm {
  background-color: #009cd3;
  border-radius: 45px 45px 0 0;
  padding: 45px 0 25px 0;
  color: #fff;
}
#footer .footer-btm a {
  color: #fff;
}
#footer .footer-btm-flex {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-btm-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
#footer .footer-btm-nav-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  position: relative;
  padding-left: 16px;
}
#footer .footer-btm-nav-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/footer/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#footer .footer-btm-nav-link-right {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  position: relative;
  padding-left: 42px;
  margin-left: 23px;
  border-left: 1px solid #fff;
}
#footer .footer-btm-nav-link-right::after {
  content: "";
  position: absolute;
  background-image: url(../img/footer/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#footer .footer-btm-sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-bottom: 35px;
}
#footer .footer-btm-sub-nav-link {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-left: 7px;
}
#footer .footer-btm-sub-nav-link:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 7px;
}
#footer .footer-copyright {
  font-size: 12px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1100px) {
  #footer .footer-btm-nav-link {
    font-size: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
            flex: 0 0 19%;
  }
  #footer .footer-btm-nav-link:nth-child(2), #footer .footer-btm-nav-link:nth-child(4), #footer .footer-btm-nav-link:nth-child(7) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
  }
  #footer .footer-btm-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  #footer .footer-btm-sub-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media screen and (max-width: 1000px) {
  #footer .footer-btm-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px 0;
  }
  #footer .footer-btm-nav {
    border-right: none;
  }
  #footer .footer-btm-nav-link {
    font-size: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  #footer .footer-btm-nav-link:nth-child(2), #footer .footer-btm-nav-link:nth-child(4), #footer .footer-btm-nav-link:nth-child(7) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  #footer .footer-btm-sub-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #footer .footer-btm-sub-nav-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-btm {
    border-radius: 40px 40px 0 0;
    padding: 55px 0 105px 0;
  }
  #footer .footer-wrap {
    padding: 0 40px;
  }
  #footer .footer-btm-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 10px;
    gap: 0;
  }
  #footer .footer-btm-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 33px 0;
    margin-bottom: 50px;
  }
  #footer .footer-btm-nav-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    font-size: 14px;
  }
  #footer .footer-btm-nav-link:nth-child(2), #footer .footer-btm-nav-link:nth-child(4), #footer .footer-btm-nav-link:nth-child(7) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
  }
  #footer .footer-btm-nav-link-right {
    padding-left: 16px;
    margin-left: 0;
    border-left: unset;
    padding-bottom: 22px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
  }
  #footer .footer-btm-nav-link-right::after {
    width: 10px;
    height: 6px;
    left: 0;
    top: 0;
    bottom: 20px;
    margin: auto;
  }
  #footer .footer-btm-sub-nav {
    width: 100%;
    max-width: 220px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px 0;
    padding-left: 8px;
  }
  #footer .footer-btm-sub-nav-link {
    font-size: 12px;
    padding-left: 0;
  }
  #footer .footer-btm-sub-nav-link:not(:nth-child(odd)) {
    padding-left: 4px;
  }
  #footer .footer-btm-sub-nav-link:not(:last-child) {
    padding-right: 4px;
  }
  #footer .footer-btm-sub-nav-link:nth-child(2) {
    border-right: none;
  }
  #footer .footer-copyright {
    font-size: 10px;
    text-align: left;
  }
}