.footer-top {
  background-color: #efefef;
  padding: 50px 0;
}
.footer-top img {
  max-width: 50%;
  object-fit: cover;
}

.footer-top .footer-logo {
  margin-bottom: 50px;
  display: block;
}

.footer-top .info-detail {
  margin-bottom: 100px;
}

.footer-top .info-detail p {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-primary);
}

.footer-top .info-detail span {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-primary);
}

.footer-top .info-detail .phone  {
  margin-top: 15px;
}

.footer-top .info-detail .phone  span {
  font-size: 1.8rem;
  font-weight: 500;
}

/* menu */
.footer-top .footer-menu .mobile-nav {
  display: none;
}

.footer-top .footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-top .footer-menu ul li {
  display: block;
  list-style-type: none;
  margin-bottom: 20px;
}
.footer-top .footer-menu ul .current-menu-item a {
  color: #398ff2;
}

.footer-top .footer-menu ul li a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #686868;
  font-weight: 500;
  transition: 0.4s;
  letter-spacing: 0;
  display: block;
}
.footer-top .footer-menu ul li:hover a {
  color: #398ff2;
}

.footer-top .jmra-logo {
 display: flex;
 width: 50%;
 justify-content: space-between;
}

.footer-top .jmra-logo a:nth-child(1) {
  flex: 2;
}

.footer-top .jmra-logo a:nth-child(2) {
  flex: 1;
  margin-left: 20px;
}

.footer-top .jmra-logo a img {
  max-width: 100%;
}

.footer-bottom {
  background-color: #6fa6d8;
  padding: 15px 0;
}

.footer-bottom .copyright {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-image a {
  display: block;
  width: 100%;
}

.footer-image a img {
  max-width: 100%;
}

@media (max-width: 991px) {

  .footer-top .jmra-logo {
    width: 75%;
  }

  .footer-top .footer-image  img {
    max-width: unset;
  }

  .footer-top .footer-logo img {
    max-width: 75%;
  }

  .footer-top .footer-logo {
    margin: 50px 0;
  }

  .footer-top .footer-menu ul li {
    margin-bottom: 0;
  }

  .footer-top .footer-menu ul li a{
    font-size: 1.4rem;
    line-height: 3;
  }

  .footer-top {
    padding-top: 75px;
	padding-bottom: 110px;
  }

  .footer-top .info-detail p {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 0;
  }

  .footer-top .info-detail span {
    font-size: 1.5rem;
    line-height: 2;
  }

  .footer-top .info-detail .address span {
    display: block;
  }

  .footer-top .info-detail .phone span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .footer-bottom .copyright {
    font-size: 1.2rem;
    text-align: center !important;
    letter-spacing: -0.5px;
  }

  .footer-menu {
    margin: 25px 0;
  }

  .footer-top .info-detail {
    margin-bottom: 40px;
  }

  
  .footer-image {
    order: 1;
  }

  .footer-menu {
    order: 2;
  }

  .footer-info {
    order: 3
  }
}

