.banner_festival {
  aspect-ratio: 1440/736;
  position: relative;
}
.banner_festival::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20.15%), linear-gradient(180deg, rgba(0, 0, 0, 0) 79.02%, rgba(0, 0, 0, 0.456) 91.81%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.banner_festival .txt {
  position: absolute;
  top: 144px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.banner_festival .txt .title {
  font-size: 78px;
  color: var(--color-white);
  margin-bottom: 8px;
  line-height: 1.12;
  letter-spacing: -2.34px;
  text-align: center;
  font-family: var(--font-title);
}
.banner_festival .--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
}
.banner_festival .--bottom .list_section {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
}
.banner_festival .--bottom .list_section .--list .--item {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.banner_festival .--bottom .list_section .--list .--item .name {
  font-size: 22px;
  letter-spacing: -0.66px;
  font-family: var(--font-title);
  color: var(--color-black);
  line-height: 1.44;
  text-decoration: none;
}
.banner_festival .--bottom .list_section .--list .--item .name:hover {
  color: var(--color-secondary);
}
.banner_festival .--bottom .list_section .--list .--item .--img {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.25);
}
.banner_festival .--bottom .list_section .--list .--item .--img img {
  width: 77px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner_festival .img_decor {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.banner_festival .img_decor_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .banner_festival .txt .title {
    font-size: 68px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .banner_festival {
    aspect-ratio: unset;
    height: 500px;
    margin-bottom: 100px;
  }
  .banner_festival .txt .title {
    font-size: 52px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 6px;
  }
  .banner_festival .txt .name {
    font-size: 45px;
    letter-spacing: -1.68px;
    line-height: 1.15;
    text-align: center;
  }
  .banner_festival .--bottom .list_section .--list .--item .--img {
    width: 100px;
    height: 100px;
  }
  .banner_festival .--bottom .list_section .--list .--item .--img img {
    width: 60px;
    height: auto;
  }
  .banner_festival .--bottom .list_section .--list .--item .name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner_festival {
    aspect-ratio: unset;
    height: 400px;
    margin-bottom: 100px;
  }
  .banner_festival .txt .title {
    font-size: 52px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 6px;
  }
  .banner_festival .txt .name {
    font-size: 45px;
    letter-spacing: -1.68px;
    line-height: 1.15;
    text-align: center;
  }
  .banner_festival .--bottom .list_section .--list .--item .--img {
    width: 100px;
    height: 100px;
  }
  .banner_festival .--bottom .list_section .--list .--item .--img img {
    width: 60px;
    height: auto;
  }
  .banner_festival .--bottom .list_section .--list .--item .name {
    font-size: 14px;
  }
}/*# sourceMappingURL=festival.css.map */