@font-face {
  font-family: "design_plus";
  src: url("/fonts/design_plus.eot?v=1.2");
  src: url("/fonts/design_plus.eot?v=1.2#iefix") format("embedded-opentype"), url("/fonts/design_plus.woff?v=1.2") format("woff"), url("/fonts/design_plus.ttf?v=1.2") format("truetype"), url("/fonts/design_plus.svg?v=1.2#design_plus") format("svg");
  font-weight: normal;
  font-style: normal;
}
#header_slider {
  width: 100% !important;
}

.keyv-home {
  margin-bottom: 30px;
}
.keyv__control {
  position: relative;
}
.keyv__control .item img {
  width: 100%;
  height: 667px;
  object-fit: cover;
  display: block;
}
.keyv__control .overlay span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
}
.keyv__control .slick-arrow {
  border: none;
  height: 50px;
  width: 50px;
  overflow: hidden;
  text-align: center;
  font-family: "design_plus";
  content: "\e910";
  color: #666;
  font-size: 16px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
.keyv__control .slick-prev {
  left: 0;
}
.keyv__control .slick-next {
  right: 0;
  text-align: right;
  padding-right: 15px;
}
.keyv__control .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}
.keyv__control .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.keyv__control .slick-dots li button {
  display: inline-block;
  padding: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -400px;
  background: #fff;
  border: none;
  border-radius: 100%;
  opacity: 0.6;
}
.keyv__control .slick-dots li.slick-active button {
  background-color: var(--color-primary);
  opacity: 1;
}
@media only screen and (max-width: 1440px) {
  .keyv-home .item img {
    height: 46.4vw;
  }
}
@media only screen and (max-width: 992px) {
  .keyv-home {
    padding-top: 60px;
  }
  .keyv-home .item img {
    height: 44vw;
  }
}
@media only screen and (max-width: 767px) {
  .keyv-home .inner {
    padding: 0;
  }
  .keyv__control .slick-arrow {
    display: none !important;
  }
  .keyv__control .slick-dots {
    bottom: 14px !important;
  }
}

.sec-auction {
  padding-bottom: 120px;
}
.sec-auction .auction-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 282px));
  gap: clamp(45px, 6vw, 90px);
  justify-content: center;
}
.sec-auction .auction-item {
  position: relative;
  padding-bottom: 20px;
}
.sec-auction .auction-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  overflow: hidden;
  aspect-ratio: 282/300;
}
.sec-auction .auction-item__img img {
  object-fit: contain;
  display: block;
}
.sec-auction .auction-item__info {
  color: #222;
}
.sec-auction .auction-item__info__txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 20px;
}
.sec-auction .auction-item__info__date {
  font-size: 1.9rem;
  font-weight: 500;
  padding-bottom: 40px;
}
.sec-auction .auction-item__info__date span {
  display: inline-block;
}
.sec-auction .auction-item .link__wrap:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .sec-auction .auction-list {
    grid-template-columns: repeat(2, minmax(0, 282px));
    gap: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-auction {
    padding-bottom: 60px;
  }
  .sec-auction .auction-list {
    gap: 5.86vw;
  }
  .sec-auction .auction-item__img {
    margin-bottom: 20px;
  }
  .sec-auction .auction-item__info__txt {
    font-size: 1.5rem;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  .sec-auction .auction-item__info__date {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .sec-auction .auction-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sec-auction .auction-item__img {
    aspect-ratio: auto;
  }
}

.c-news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  padding-bottom: 160px;
}
.c-news__col {
  position: relative;
  padding-bottom: 20px;
}
.c-news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 0 60px;
}
.c-news__list__item {
  color: var(--color-root);
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  gap: 10px;
  line-height: 1.5;
}
.c-news__list__item a {
  color: var(--color-root);
  text-decoration: none;
  flex: 1;
}
@media only screen and (min-width: 1025px) {
  .c-news__list__item a {
    transition: opacity 0.3s;
  }
  .c-news__list__item a:hover {
    opacity: 0.6;
  }
}
.c-news__list__date {
  max-width: 140px;
  width: 100%;
  color: #222;
}
.c-news .txt-link {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .c-news {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .c-news {
    gap: 45px;
    padding-bottom: 80px;
  }
  .c-news__list {
    padding: 20px 0 30px;
  }
  .c-news__list__item {
    font-size: 1.4rem;
    flex-direction: column;
    gap: 5px;
  }
  .c-news__list__date {
    max-width: 100%;
  }
}

.txt-link {
  display: inline-block;
  color: var(--color-primary);
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 700;
}

@media only screen and (min-width: 1025px) {
  .txt-link {
    transition: opacity 0.3s;
  }
  .txt-link:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .txt-link {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=home-2025.min.css.map */