.index-page .index-banner .swiper-box {
  padding-top: 3.75rem;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
.index-page .index-banner .swiper-box .swiper {
  margin: 0;
  width: 55%;
}
.index-page .index-banner .swiper-box .swiper .swiper-wrapper {
  align-items: flex-start;
}
.index-page .index-banner .swiper-box .swiper .swiper-slide {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: auto;
  align-self: flex-start;
}
.index-page .index-banner .swiper-box .swiper .swiper-slide .pic {
  width: 100%;
  line-height: 0;
}
.index-page .index-banner .swiper-box .swiper .swiper-slide .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.index-page .index-banner .swiper-box .swiper .swiper-slide .tag {
  position: absolute;
  left: 1rem;
  top: 1rem;
  border-radius: 25px;
  padding: 6px 1rem;
  background-color: #fff;
  color: #d6664c;
  font-size: 0.875rem;
}
.index-page .index-banner .swiper-box .swiper .swiper-slide .tag img {
  width: 0.875rem;
}
.index-page .index-banner .swiper-box .swiper .swiper-slide .text {
  padding: 2.375rem 1.375rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.index-page .index-banner .swiper-box .swiper .swiper-slide .text .line {
  width: 0.875rem;
  height: 2px;
  background-color: #fff;
  flex-shrink: 0;
}
.index-page .index-banner .swiper-box .swiper .swiper-slide .text .line::before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #c67764;
}
.index-page .index-banner .swiper-box .swiper .swiper-slide .text .date {
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
.index-page .index-banner .swiper-box .swiper .swiper-slide .text p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
}
.index-page .index-banner .swiper-box .swiper .navigation-box {
  margin-top: 1.125rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page .index-banner .swiper-box .swiper .navigation-box .navigation-item {
  border-radius: 50%;
  border: 1px solid #c67764;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page .index-banner .swiper-box .swiper .navigation-box .navigation-item .bi {
  color: #c67764;
  font-size: 0.75rem;
}
.index-page .index-banner .text-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.index-page .index-banner .text-box .text {
  max-width: 31%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-page .index-banner .text-box .text h1 {
  margin: 0 0 1.125rem;
  padding-bottom: 1rem;
  font-size: 3.125rem;
  color: #262626;
  line-height: 1.2;
  position: relative;
}
.index-page .index-banner .text-box .text h1 span {
  color: #C67764;
  position: relative;
  z-index: 2;
}
.index-page .index-banner .text-box .text h1 span::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #C67764;
}
.index-page .index-banner .text-box .text h1::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #C5C5C5;
}
.index-page .index-banner .text-box .text h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  color: #C67764;
  line-height: 1.33;
}
.index-page .index-banner .text-box .text p {
  margin: 0 0 2.125rem;
  font-size: 1rem;
  color: #060606;
}
