@import url("var.css");
@import url("../css/var.css");
.slider {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: var(--hero-height);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 320px) {
  .slider {
    height: var(--hero-height);
  }
}
@media screen and (max-width: 480px) {
  .slider {
    height: var(--hero-height);
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .slider {
    height: var(--hero-height);
  }
}
.slider::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: 0;
  display: none;
}
.slider .swiper {
  width: 100%;
  height: 100%;
}
.slider .swiper .swiper-slide {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.slider .swiper .swiper-slide .swiper-slide-active {
  z-index: 1;
}
.slider .swiper .swiper-slide .slide__img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 30%;
  transition: 6s ease-out;
  transform: scale(1.1);
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .slider .swiper .swiper-slide .slide__img {
    background-size: cover;
  }
}
.slider .swiper .swiper-slide .slide__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
}
.slider .swiper .swiper-slide.swiper-slide-active .slide__img {
  transform: scale(1);
}
.slider .swiper .swiper-slide .slide-title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.slider .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider .swiper .swiper-pagination-bullets {
  bottom: 5%;
  left: 50;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .slider .swiper .swiper-pagination-bullets {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .slider .swiper .swiper-pagination-bullets {
    left: 0;
  }
}
.slider .swiper .swiper-pagination-bullet {
  transition: all 0.4s;
  background: var(--color-white);
  opacity: 0.5;
  width: 10px;
  border-radius: 10px;
  height: 10px;
  margin: 0 2.5px;
}
@media screen and (max-width: 320px) {
  .slider .swiper .swiper-pagination-bullet {
    width: 30px;
  }
}
@media screen and (max-width: 480px) {
  .slider .swiper .swiper-pagination-bullet {
    width: 30px;
  }
}
.slider .swiper .swiper-pagination-bullet-active {
  background: var(--color-white);
  width: 30px;
  transition: all 0.4s;
  border-radius: 10px;
  opacity: 1;
}
@media screen and (max-width: 320px) {
  .slider .swiper .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media screen and (max-width: 480px) {
  .slider .swiper .swiper-pagination-bullet-active {
    width: 30px;
  }
}
.slider .swiper .swiper-navigation {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: absolute;
  height: 130px;
  width: 130px;
  bottom: 50px;
}
@media screen and (max-width: 320px) {
  .slider .swiper .swiper-navigation {
    bottom: 30%;
    width: 90px;
    height: auto;
    left: auto;
  }
}
@media screen and (max-width: 480px) {
  .slider .swiper .swiper-navigation {
    bottom: 30%;
    width: 90px;
    height: auto;
    left: auto;
  }
}
.slider .swiper .swiper-navigation .swiper-button-next, .slider .swiper .swiper-navigation .swiper-button-prev {
  position: absolute;
  width: 65px;
  height: 65px;
  background: var(--color-white);
  color: var(--color-menu);
  opacity: 0.5;
  transition: all 0.4s;
}
@media screen and (max-width: 320px) {
  .slider .swiper .swiper-navigation .swiper-button-next, .slider .swiper .swiper-navigation .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .slider .swiper .swiper-navigation .swiper-button-next, .slider .swiper .swiper-navigation .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.slider .swiper .swiper-navigation .swiper-button-next::after, .slider .swiper .swiper-navigation .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
}
.slider .swiper .swiper-navigation .swiper-button-next:hover, .slider .swiper .swiper-navigation .swiper-button-prev:hover {
  opacity: 1;
}
.slider .swiper .swiper-navigation .swiper-button-next, .slider .swiper .swiper-navigation .swiper-rtl .swiper-button-prev {
  top: 0;
  right: 0;
}
.slider .swiper .swiper-navigation .swiper-button-prev, .slider .swiper .swiper-navigation .swiper-rtl .swiper-button-next {
  left: 0;
  bottom: 0;
}
.slider .swiper .swiper-text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  position: absolute;
  color: var(--color-white);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 100px;
}
.slider .swiper .swiper-text .text__intro {
  border-bottom: 2px solid var(--color-white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slider .swiper .swiper-text .text__intro__title {
  font-size: clamp(1.875rem, 1.5625vw + 0.5208333333rem, 2.5rem);
  color: var(--color-white);
  text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  margin: 40px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .slider .swiper .swiper-text .text__intro__title {
    line-height: 120%;
  }
}
.slider .swiper .swiper-text .text__intro__subtitle {
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: clamp(1rem, 0vw + 0.3333333333rem, 1rem);
  font-weight: 300;
  color: var(--color-white);
  text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
  letter-spacing: 4px;
}
.slider .swiper .swiper-text .text__intro__info {
  font-size: clamp(1rem, 0vw + 0.3333333333rem, 1rem);
  color: var(--color-white);
  text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
}
.slider .swiper .bg1 {
  background-image: url(/images/main/slider_1.jpg);
}
.slider .swiper .bg2 {
  background-image: url(/images/main/slider_2.jpg);
}
.slider .swiper .bg3 {
  background-image: url(/images/main/slider_3.jpg);
}
.slider .swiper .bg4 {
  background-image: url(/images/main/slider_4.jpg);
}
.main-cta {
  padding: 50px 0;
  margin-bottom: 0;
  background-color: var(--color-white);
}
.main-cta .cta {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  height: 158px;
  width: 100%;
  background-image: url(/images/main/main_cta.jpg);
  background-size: cover;
  padding-left: 90px;
  color: var(--color-white);
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .main-cta .cta {
    background-position: center;
    padding-left: 50px;
  }
}
.main-cta .cta__text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.main-cta .cta__text h1 {
  font-size: clamp(1.5rem, 1.5625vw + 0.3958333333rem, 2.125rem);
}
.main-cta .cta__text .icon {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-cta .cta__text .icon i {
  color: var(--color-primary);
}
.main-cta .cta__text-info {
  margin-top: 10px;
}

.main-notice {
  margin: 0;
  background-color: #fbfaff;
  min-height: 600px;
  background-image: url(/images/main/bg_1.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 0;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .main-notice {
    background-size: cover;
    padding-bottom: 80px;
  }
}
.main-notice h2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-secondary);
  font-weight: 700;
  display: flex;
  width: 100%;
  color: #303030;
  text-transform: uppercase;
  margin: 90px 0;
  font-size: clamp(1.25rem, 1.5625vw + 0.3125rem, 1.875rem);
}
.main-notice .notice-posts {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  gap: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-light-1);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .main-notice .notice-posts {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 680px) and (max-width: 1024px) {
  .main-notice .notice-posts {
    gap: 30px;
  }
}
.main-notice .notice-box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.main-notice .notice-post {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  min-height: 270px;
  border: 1px solid var(--color-light-1);
  background-color: var(--color-white);
  padding: 0 50px;
  gap: 10px;
  transition: all 0.4s;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .main-notice .notice-post {
    padding: 0 20px;
  }
}
.main-notice .notice-post h1 {
  font-size: clamp(1.125rem, 0.3125vw + 0.3541666667rem, 1.25rem);
}
.main-notice .notice-post::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -41px;
  left: 0;
  background-color: var(--color-text);
  display: block;
  opacity: 0;
}
.main-notice .notice-post:hover {
  border: 1px solid var(--color-text);
  transition: all 0.4s;
}
.main-notice .notice-post:hover::before {
  opacity: 1;
  transition: all 0.4s;
}
.main-notice .divider {
  margin-top: 40px;
  margin-bottom: 65px;
  border-bottom: 1px solid var(--color-light-1);
}

/*# sourceMappingURL=main.css.map */
