/* page-footer */
.page-footer-wrapper {
  position: relative;
  z-index: 999;
  width: 100%;
  background-color: var(--ebc-neutral-bg_c);
}
.page-footer-intro-bg,
.page-footer-bottom-box-bg {
  background-color: #232222;
}
.page-footer-navigate-box {
  margin: 0 auto;
  max-width: 1200rem;
  padding: 80px 0;
}
.page-footer-logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom:64px;
  border-bottom:1px solid var(--ebc-basecolor-black-12);
}
.page-footer-logo img{
  /* display: flex;
  align-items: center;
  gap: 28px; */
  cursor:pointer;
  height: 48px;
  width:auto;
  filter:grayscale(100%) brightness(130%);
}
.page-footer-logo img:hover{
  filter:none;

}
.page-footer-logo-EBC {
  height: 56px;
  filter:grayscale(100%) invert(100%)  brightness(100%);
}
.page-footer-logo-line {
  width: 1px;
  height: 56px;
  background-color: #e6ddcf;
}
.page-footer-logo-BARCELONA {
  height: 50px;
  filter:grayscale(100%) invert(100%)  brightness(100%);

}
.page-footer-entry {
  display: flex;
  align-items: center;
  gap: 20px;
  /* transform: translateX(85px); */
}
.ar .page-footer-entry {
  /* transform: translateX(-85px); */
}
.page-footer-entry-link {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* background-color: #e6ddcf; */
  /* border-radius: 50%; */
  overflow: hidden;
  height: 32px;
  width: 32px;
  color: #9f734c;
  transition: all 0.3s;
}
.page-footer-entry-link img {
  width: 24px;
  height: 24px;
  filter:grayscale(100%);
  opacity:.8
}
.page-footer-entry-link img:hover {
  /* background-color: #9f734c; */
  /* color: #e6ddcf; */
  filter:grayscale(0%);
  opacity:1
}
.to-top {
  flex-shrink: 0;
  width: 42px;
  /* cursor: pointer; */
  margin-left: 15px;
}
.page-footer-links {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
.page-footer-menu-list {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 16.6%;
}
/* //#e6ddcf; */
.page-footer-menu-list .page-footer-menu-item-top-link {
  color: var(--ebc-text-primary);
  font-size: 16px;
  font-style: normal;
  /* font-weight: 700; */
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 6px;
}
.page-footer-menu-list .page-footer-menu-item-top-link:nth-of-type(2){
  margin-top: 20px;
}
.page-footer-menu-list a {
  color: var(--ebc-text-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
/* .jp .page-footer-menu-list a{
  font-weight: 450;
} */
.page-footer-menu-list a:hover {
  color: var(--ebc-basecolor-active-500);
}
.page-footer-intro {
  margin: 0 auto;
  max-width: 1200rem;
  padding: 80px 0px 48px; 
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.page-footer-intro p + p {
  margin-top: 11px;
}
.page-footer-intro a {
  color: rgba(255, 255, 255, 0.48);
  /* color: #b2afad; */
}
.page-footer-intro-blod {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.64);

}
.page-footer-bottom-box {
  width: 100%;
  /* border-top: 1px solid #4e4e4e; */
}
.page-footer-bottom {
  margin: 0 auto;
  max-width: 1200rem;
  padding: 0px 0px 80px;
  display: flex;
  justify-content: space-between;
  color: #b2afad;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.page-footer-bottom-links {
  display: flex;
  gap: 40px;
}
@media (max-width: 995px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .page-footer-wrapper {
    display: flex;
    flex-direction: column;
  }
.page-footer-intro{
  font-size: 24rem;
}
  .page-footer-navigate-box-bg {
    /* order: 2; */
  }
  .page-footer-navigate-box {
    margin: 0;

    padding: 160rem 32rem 80rem;
  }
  .page-footer-logo-box {
    flex-direction: column;
    /* align-items: flex-end; */
    align-items: flex-start;
    gap:64rem;
    padding-bottom:0;
    border:0;
  }
  .page-footer-logo-box img{
    filter:none;
    max-width: 350px;
  }
  .page-footer-intro-bg {
    order: 1;
    background-color: var(--ebc-neutral-deep_black);
  }
  .page-footer-intro {
    padding: 80rem 32rem 48rem;
  }
  .page-footer-bottom-box-bg {
    order: 3;
    background-color: var(--ebc-neutral-deep_black);
  }
  .page-footer-bottom {
    padding: 0 32rem 80px;
    flex-direction: column;
    font-size: 24rem;
    gap: 80px;
  }
  .page-footer-bottom-links {
    gap: 0;
    justify-content: space-between;
  }
  .page-footer-entry-link img {
    opacity:1;
    filter:grayscale(0%);
    width: 48rem;
    height: 48rem;
  }
  .ar .page-footer-entry,
  .page-footer-entry {
    transform: translateX(0);
  }
}
