.upper-footer .b20-title-phone {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .upper-footer .b20-title-phone {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .upper-footer .b20-title-phone {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .upper-footer .f-list-down-center-date {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .upper-footer .f-list-down-center-date {
    text-align: center;
  }
  .upper-footer .f-list-down-center-date:last-child {
    margin-top: 15px;
  }
}
.footer_widget .menu {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .footer_widget .menu {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .footer_widget ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_widget li {
    width: 37px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.widget_nav_menu {
  margin-bottom: 0px;
}
.b20-phone-item ul {
  padding: 0;
}
.b20-phone-item li {
  list-style: none;
  margin-bottom: 5px;
}
.b20-phone-item a {
  color: #eaeaea;
  font-size: 14px;
  cursor: pointer;
  font-family: t-6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b20-phone-item a {
    justify-content: center;
  }
}
.b20-phone-item a img {
  margin: 0;
  margin-right: 12px;
}
.b20-phone-item a span {
  margin: 0;
  font-family: t-6;
}
.b20-phone-item a:hover {
  color: #8e9090;
}
.b20-phone-item a:hover img {
  opacity: 0.5;
}
.b20-phone-item img {
  margin-right: 10px;
  height: 25px;
  width: auto;
}
