html {
  overflow: hidden;
}

body {
  overflow: hidden;
}

#intro {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-image: url(/public/img/index/intro01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

main {
  height: 100%;
  padding: 55px 15px 70px;
}

.slider {
  display: none;
  height: 100%;
  margin-bottom: 0 !important;
}

.slider .slide p:nth-of-type(1) {
  color: var(--black);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  white-space: pre-line;
}

.slider .slide p:nth-of-type(2),
.slider .slide p:nth-of-type(3) {
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  white-space: pre-line;
  margin-top: 10px;
}

.slider .slide1 {
  background-image: url(/public/img/index/intro02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slider .slide2 {
  background-image: url(/public/img/index/intro03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body > .btn_action {
  display: none;
}

/* slick */
.slick-list,
.slick-track,
.slick-slide {
  height: 100%;
}

.slick-slide {
  position: relative;
}

.slick-dots {
  bottom: 40px;
  display: flex;
  justify-content: flex-start;
}

.slick-dots li {
  width: auto;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  width: 24px;
  height: 8px;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='8' viewBox='0 0 24 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='8' rx='4' fill='%23A894EA'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23E2DBF8'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-prev,
.slick-next {
  display: none;
}

.slick-dots li.slick-active svg rect {
  fill: #a894ea;
}

.slick-dots li svg rect {
  fill: #e2dbf8;
}

.slick-dots li svg circle {
  fill: #e2dbf8;
}
