/*Premium Company - Old style*/
.premium-company-Banner.square-size ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
}

.premium-company-Banner.square-size figure {
  max-width: 205px;
  max-height: 205px;
}

.premium-company-Banner.square-size .banner-deco {
  padding: 0.6rem;
}

@media (max-width: 767px) {
  .premium-company-Banner.square-size ul {
    overflow-x: auto;
    grid-template-columns: repeat(6, 205px);
  }
}

/*Splide Carousel*/
#home-content .splide__pagination {
  bottom: -3rem;
}

#home-content .splide__pagination__page.is-active {
  background: var(--clr-primary);
  border: 0.1rem solid var(--clr-gray-3);
  border-radius: 1rem;
  transform: scale(1.4);
  z-index: 1;
  width: 2.4rem;
}

#home-content .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid var(--clr-gray-3);
  opacity: 1;
  background: var(--clr-white);
}

#home-content .splide__arrow {
  opacity: 0.5;
  width: 5vh;
}
#home-content .splide__arrow svg {
  fill: #fff;
  width: 5vh;
}
#home-content .splide__arrow--prev {
  left: 0;
}
#home-content .splide__arrow--next {
  right: 0;
}

#home-content .splide__arrow.splide__arrow--prev,
#home-content .splide__arrow.splide__arrow--next {
  display: inline-block;
  width: 20px;
  height: 100%;
}

#home-content .splide__arrow.splide__arrow--prev {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
    no-repeat 50% / 100% 100%;
}
#home-content .splide__arrow.splide__arrow--next {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
    no-repeat 50% / 100% 100%;
}

.font32-to-26 {
  font-size: 3.2rem;
}

@media (max-width: 767px) {
  #more-sjdf-detail.btn.most-right-btn {
    right: 0;
    display: flex;
    width: auto;
    font-size: var(--font-default) !important;
    text-decoration: none !important;
    padding: 0;
    line-height: 1.1;
    border: 0 solid transparent;
  }
  .before-collapsed-2 {
    position: absolute;
    bottom: 0.25px;
    left: 0;
    justify-content: end;
  }
  .after-collapsed-2 {
    position: relative;
    bottom: 0;
    left: 0;
    justify-content: start;
  }
}

@media (max-width: 576px) {
  .font32-to-26 {
    font-size: 2.6rem;
  }
}