@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner .bg {
  height: calc(100vh - var(--bannerstrip));
}
.banner.home-banner::before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0085) 0%, rgba(255, 240, 240, 0.85) 55%), linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 233, 233, 0.85) 83%);
}
.banner.home-banner .banner-wrapper .content {
  max-width: 674px;
}
.banner.home-banner .banner-wrapper .content h1 {
  margin-bottom: 34px;
}

.banner-event-wrap .banner-event-slider .swiper-wrapper:has(.item:nth-child(3)) .item {
  flex-grow: 0;
}
.banner-event-wrap .banner-event-slider .item {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  height: var(--bannerstrip);
}
.banner-event-wrap .banner-event-slider .item figure {
  flex: 0 1 80px;
  line-height: 0;
}
.banner-event-wrap .banner-event-slider .item figure img {
  width: 100%;
}
.banner-event-wrap .banner-event-slider .item figcaption {
  flex: 0 1 auto;
  color: var(--white);
  padding-left: 20px;
}
.banner-event-wrap .banner-event-slider .item figcaption h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.banner-event-wrap .banner-event-slider .item figcaption p {
  font-weight: 500;
  line-height: 20px;
  max-width: 250px;
}
.banner-event-wrap .banner-event-slider .item:nth-child(3n+1) {
  background: var(--secondary);
}
.banner-event-wrap .banner-event-slider .item:nth-child(3n+2) {
  background: var(--cyan);
}
.banner-event-wrap .banner-event-slider .item:nth-child(3n+3) {
  background: var(--orange);
}
.banner-event-wrap .swiper-nav {
  padding: 0 25px;
}

.home-secA {
  padding: 5.3rem 0;
  background-position: 0 0;
}
.home-secA .container::before {
  left: 10%;
  top: 20%;
}
.home-secA .secA-wrap {
  margin: 65px 0 85px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.home-secA .secA-wrap .col-md {
  border: 1px solid var(--primary);
  border-radius: 15px;
  padding: 50px 22px 28px;
  text-align: center;
}
.home-secA .secA-wrap .col-md .ico {
  line-height: 0;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
.home-secA .secA-wrap .col-md .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-secA .secA-wrap .col-md h6 {
  font-size: 24px;
  line-height: 1.167;
  font-weight: 600;
  max-width: 196px;
  margin: 23px auto 16px;
}
.home-secA .secA-wrap .col-md p {
  color: var(--text);
}

.home-secB {
  padding: 35px 0 100px;
}
.home-secB .container::before {
  bottom: 80%;
  right: 10%;
}
.home-secB:has(.mood-board-tab) .heading {
  margin-bottom: 35px;
}
.home-secB .heading {
  margin-bottom: 54px;
}
.home-secB .mood-board-tab {
  margin-bottom: 44px;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}
.home-secB .mood-board-tab::-webkit-scrollbar {
  width: 5px;
  background: #f5f5f5;
  height: 5px;
}
.home-secB .mood-board-tab::-webkit-scrollbar-track {
  box-shadow: none;
}
.home-secB .mood-board-tab::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0;
}
.home-secB .mood-board-tab li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: 0.5s ease;
}
.home-secB .mood-board-tab li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.home-secB .mood-board-tab li::before {
  top: auto;
  height: 1px;
  width: 0;
  transition: 0.5s ease;
}
.home-secB .mood-board-tab li:not(:last-child) {
  margin-right: 36px;
}
.home-secB .mood-board-tab li:has(input:checked) {
  color: var(--primary);
}
.home-secB .mood-board-tab li:has(input:checked)::before {
  width: 100%;
}
.home-secB .mood-board-tab li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.home-secB .moodboard-slider {
  max-width: calc(100% - 45px);
}

.home-secC {
  height: calc(100vh - var(--headerfixed));
}
.home-secC::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 73.5%);
}
.home-secC figure video {
  transform: scaleX(-1);
}
.home-secC .content .ico {
  width: 106px;
  line-height: 0;
}
.home-secC .content .ico img {
  width: 100%;
}
.home-secC .content h3 {
  color: var(--white);
  font-size: 40px;
  font-family: "Playfair Display";
  margin: 30px 0 50px;
  line-height: 1.1;
}
.home-secC .content h3 span {
  display: block;
  font-size: 1.6em;
}

.home-secD {
  padding: 65px 0 85px;
}
.home-secD .container::before {
  left: 10%;
}
.home-secD .heading {
  margin-bottom: 74px;
}
.home-secD .home-event-wrap .swiper-nav {
  max-width: 66%;
}
@media only screen and (max-width: 1920px) {
  .home-secD .home-event-wrap .swiper-nav {
    max-width: 63%;
  }
}
@media only screen and (max-width: 1600px) {
  .home-secD .home-event-wrap .swiper-nav {
    max-width: 64%;
  }
}
@media only screen and (max-width: 1366px) {
  .home-secD .home-event-wrap .swiper-nav {
    max-width: 66%;
  }
}
.home-secD .home-event-wrap .home-event-slider .item {
  border-radius: 15px;
  overflow: hidden;
}
.home-secD .home-event-wrap .home-event-slider .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}
.home-secD .home-event-wrap .home-event-slider .item figcaption {
  color: var(--white);
  padding: 0 38px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.home-secD .home-event-wrap .home-event-slider .item figcaption h6 {
  max-width: 331px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}
.home-secD .home-event-wrap .home-event-slider .item figcaption .date {
  font-weight: 500;
}

.home-secE .container::before {
  z-index: 1;
  left: 30%;
  top: 10%;
}

.home-secF {
  padding: 75px 0 100px;
}
.home-secF .heading {
  margin-bottom: 4rem;
}
.home-secF .slider-wrap .home-education-slider {
  max-width: calc(100% - 45px);
}
.home-secF .slider-wrap .home-education-slider .item {
  border-radius: 10px;
  overflow: hidden;
}
.home-secF .slider-wrap .home-education-slider .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.home-secF .slider-wrap .home-education-slider .item figcaption {
  color: var(--white);
  padding: 0 30px 3rem;
  text-align: center;
}
.home-secF .slider-wrap .home-education-slider .item figcaption h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=home.css.map */