@charset "UTF-8";
@font-face {
  font-family: "yg-jalnan";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.challenge {
  --challenge-max-width: 82.4rem;
}
.challenge-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.33em;
  max-width: 38.4rem;
  min-height: 2.5em;
  padding: 0.15em 0.5em 0 0.5em;
  border-radius: 3em;
  font-family: "yg-jalnan", sans-serif;
  font-size: 3rem;
  background: #FF9340 url("../image/deco__gloss.svg") no-repeat left 0.4em top 0.1em/1.5em;
  box-shadow: 0 0.2em 0 0 #E37017;
  transition: transform 5ms;
}
.challenge-btn--blue {
  background: #1CB6F0;
  box-shadow: 0 0.2em 0 0 #1485AF;
}
.challenge-btn:active {
  box-shadow: none;
  transform: translateY(0.2em);
}
.challenge-btn::after {
  width: 0.67em;
  background: url("../image/icon__arrow--right.svg") no-repeat center/contain;
  aspect-ratio: 1/1;
  content: "";
}
.challenge-btn strong {
  color: #fff;
}
.challenge .intro {
  --margins: 3.3rem;
}
.challenge .intro-header {
  position: relative;
}
.challenge .intro-header::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 85.5%;
  background: linear-gradient(180deg, #90F2EA 0%, #75EAE8 45.37%, #FFF 100%);
  content: "";
}
.challenge .intro-header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.5%;
  background: #F5E6CE;
  content: "";
}
.challenge .intro-header__contain {
  z-index: 1;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 6.2rem;
}
.challenge .intro-header__contain::after {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31.8rem;
  height: 36rem;
  background: url("../image/intro__owl.png") no-repeat center/contain;
  animation: blackboard-horizontal-shake 0.8s ease-in-out infinite alternate;
  content: "";
}
.challenge .intro-header h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -110%);
}
.challenge .intro-header__ttl {
  animation: crash-animation 2.5s ease-in-out infinite;
}
.challenge .intro-body {
  z-index: 1;
  position: relative;
  padding: 6rem 0 16rem;
  background: #F5E6CE;
}
.challenge .intro-body__contain {
  width: var(--challenge-max-width);
  max-width: 100%;
  padding: 0 2.4rem;
  margin: 0 auto;
}
.challenge .intro-body h4 {
  width: fit-content;
  margin-top: 6rem;
  margin: 0 auto;
}
.challenge .intro-body p {
  margin: 1.5em 0;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.625;
}
.challenge .intro-body p strong {
  font-weight: 700;
  color: #BF3939;
}
.challenge .intro .challenge-btn {
  width: 38.4rem;
}
.challenge .intro .challenge-btn__wrap {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  align-items: center;
}
.challenge .game-list .swiper-wrapper {
  padding-bottom: 3.2rem;
}
.challenge .game-list .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
}
.challenge .game-list .swiper-pagination-bullet-active {
  width: 2.4rem;
  border-radius: 4rem;
  background: #1CB6F0;
}
.challenge .participation-method__contain {
  width: var(--challenge-max-width);
  max-width: 100%;
  padding: 0 1.6rem;
  margin: 0 auto;
}
.challenge .participation-method .list {
  width: 50rem;
  margin: 0 auto;
  padding: 4.5rem 5.2rem;
  border-radius: 1.6rem;
  background: #fff;
}
.challenge .participation-method .list li {
  display: flex;
  gap: 1.6rem;
}
.challenge .participation-method .list li:last-child .list-number::after {
  content: none;
}
.challenge .participation-method .list li + li {
  margin-top: 0.8rem;
}
.challenge .participation-method .list-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.challenge .participation-method .list-number::after {
  width: 0.2rem;
  height: 100%;
  background: #ECECEC;
  content: "";
}
.challenge .participation-method .list-number span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  border-radius: 50%;
  font-family: "yg-jalnan", sans-serif;
  font-size: 3rem;
  background: #ECECEC;
  aspect-ratio: 1/1;
}
.challenge .participation-method .list-content {
  flex: 1;
  padding-bottom: 4rem;
}
.challenge .participation-method .list__desc {
  margin-bottom: 0.44em;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.333;
}
.challenge .participation-method .list .challenge-btn {
  width: 30rem;
  min-width: initial;
  height: 6rem;
  min-height: initial;
  padding: 0;
  font-size: 2.7rem;
  background-image: none;
  box-shadow: none;
}
.challenge .participation-method .list .challenge-btn + .challenge-btn {
  margin-top: 1.2rem;
}
.challenge .participation-method .chalkboard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  width: var(--challenge-max-width);
  max-width: 100%;
  padding: 8rem 0 0;
  margin: 0 auto;
}
.challenge .participation-method .chalkboard .desc {
  font-weight: 500;
  text-align: center;
  font-size: 2.4rem;
}
.challenge .participation-method .chalkboard .desc strong {
  font-weight: 700;
}
.challenge .content {
  overflow-x: hidden;
}
.challenge .content--all-completed .content-header::before {
  width: 45.8rem;
  height: 33.95rem;
  background: url("../image/content__all-completed.png") no-repeat center/contain;
  transform: translate(-50%, -18%);
  animation: none;
}
.challenge .content--all-completed .content-header__message {
  display: none;
}
.challenge .content-header {
  position: relative;
  height: 83.2rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgb(228, 246, 251) 40%);
}
.challenge .content-header::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 26.2rem;
  height: 33.6rem;
  margin-left: 1px;
  background: url("../image/content__owl.png") repeat-x top left/101%;
  transform: translate(-75%, -30%);
  animation: boatRocking 3s ease-in-out infinite;
  content: "";
}
.challenge .content-header__contain {
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--challenge-max-width);
  max-width: 100%;
  height: 100%;
  padding: 12rem 1.6rem 0;
  transform: translateX(-50%);
}
.challenge .content-header h3 {
  width: fit-content;
  margin: 0 auto;
}
.challenge .content-header__bg {
  display: block;
  background: url("../image/content__bg--before.png") no-repeat center/contain;
  aspect-ratio: 36/55;
}
.challenge .content-header__message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16.5rem;
  transform: translate(38%, 67%);
  aspect-ratio: 5/4;
}
.challenge .content-header__message img {
  display: none;
  width: 100%;
}
.challenge .content-header__message img.is-active {
  display: block;
  animation: fadeIn 1s;
}
.challenge .content-body {
  --bg-color: #6CDEDC;
  z-index: 1;
  position: relative;
  margin-top: -1px;
  padding: 0 0 1.6rem;
  background: var(--bg-color);
}
.challenge .content-body::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20.8rem;
  height: 14.1rem;
  margin-left: 12rem;
  background: var(--bg-color) url("../image/content__island.png") no-repeat center/contain;
  content: "";
}
.challenge .content-guide {
  width: var(--challenge-max-width);
  max-width: 100%;
  height: 100%;
  padding: 0 1.6rem;
  margin: 0 auto;
}
.challenge .content-guide__wrap {
  padding: 3.6rem 0;
  background: #45CBC9;
}
.challenge .content-guide li {
  display: flex;
  gap: 0.4em;
  font-weight: 500;
  font-size: 1.95rem;
  color: #F0FFFF;
}
.challenge .content-guide li::before {
  content: "•";
}
.challenge .content-guide li + li {
  margin-top: 0.6em;
}
.challenge .content .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.challenge .content .download-btn::after {
  width: 1.33em;
  background: url("../image/icon__download.svg") no-repeat center/contain;
  aspect-ratio: 1/1;
  content: "";
}
.challenge-finish__contain {
  width: 107rem;
  max-width: 100%;
  padding: 0 0.8rem;
  margin: 0 auto;
}
.challenge-finish .swiper {
  margin-top: 4.8rem;
}
.challenge-finish .swiper-slide {
  height: initial;
}
.challenge-finish .achievement {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  height: 100%;
  padding: 2rem 0.88em;
  border: 0.2rem solid #80DCFF;
  border-radius: 1em;
  background: #fff;
}
.challenge-finish .achievement__char {
  width: 4.2rem;
  background: url("../image/char__face.png") no-repeat center/contain;
  aspect-ratio: 1/1;
}
.challenge-finish .achievement__period {
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  font-weight: 700;
  font-size: 2.4rem;
  color: #1CB6F0;
  text-align: center;
  background: #E4F6FB;
}
.challenge-finish .achievement__user-name {
  font-weight: 500;
  font-size: 1.95rem;
  text-align: center;
  word-break: break-word;
}
.challenge .reward-list {
  padding-bottom: 6.4rem;
}
.challenge .reward-list .swiper {
  margin-top: 4.8rem;
}
.challenge .reward-list .swiper-slide {
  height: initial;
}
.challenge .reward-list .swiper-pagination-bullet-active {
  background: #FF9340;
}
.challenge .reward-list .reward {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  height: 100%;
  padding: 2rem 0.88em;
  border: 0.2rem solid #F5E6CE;
  border-radius: 1em;
  background: #fff;
}
.challenge .reward-list .reward__char {
  width: 2.4rem;
  height: 4.3rem;
  background: url("../image/char__key.png") no-repeat center/2.4rem;
}
.challenge .reward-list .reward__period {
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  font-weight: 700;
  font-size: 2.2rem;
  color: #FF9340;
  text-align: center;
  background: #FFF3EA;
}
.challenge .reward-list .reward__user-name {
  font-weight: 500;
  font-size: 1.95rem;
  text-align: center;
  word-break: break-word;
}
.challenge .reward-list__contain {
  width: 107rem;
  max-width: 100%;
  padding: 0 0.8rem;
  margin: 0 auto;
}
.challenge .key-shop {
  padding: 0 0 8rem;
}
.challenge .key-shop__contain {
  width: var(--challenge-max-width);
  max-width: 100%;
  padding: 0 3.2rem;
  margin: 0 auto;
}
.challenge .key-shop .message {
  margin: 0 auto;
  padding: 0 2.8rem 4rem;
}
.challenge .key-shop .key-logo {
  width: 15.2rem;
  margin: 12rem auto 0;
}
.challenge .key-shop .challenge-btn {
  margin: 0 auto;
}
.challenge-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: initial;
  max-height: initial;
  padding: 0 1.6rem;
  border: 0 none;
  background: transparent;
}
.challenge-popup--textbook-auth {
  --strong-color: #1CB6F0;
  --btn-width: 8.9em;
}
.challenge-popup--mission-auth {
  --strong-color: #FF9340;
  --btn-width: 100%;
}
.challenge-popup__contain {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36rem;
  width: calc(100% - 3.2rem);
  max-width: 36rem;
  height: fit-content;
  padding: 4rem 3.2rem;
  border-radius: 2.4rem;
  background: #FFF;
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
}
.challenge-popup__contain .photo {
  display: flex;
  justify-content: center;
  margin-bottom: 2.4rem;
  height: 14rem;
}
.challenge-popup__contain .photo img {
  width: initial;
  height: 100%;
}
.challenge-popup__ttl {
  font-weight: 400;
  font-family: "yg-jalnan", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
}
.challenge-popup__ttl strong {
  color: var(--strong-color);
}
.challenge-popup__desc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.22em;
  margin: 1em 0 1.69em;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}
.challenge-popup__desc .reward-keys {
  display: inline-flex;
  align-items: center;
  padding-right: 0.78em;
  border-radius: 1.67em;
  font-family: "yg-jalnan", sans-serif;
  background: #ECECEC;
}
.challenge-popup__desc .reward-keys::before {
  display: inline-block;
  width: 1.67em;
  margin-right: 0.2em;
  border-radius: 50%;
  border: 0.08em solid #E37017;
  background: #FF9340 url("../image/icon__key.svg") no-repeat center/70%;
  aspect-ratio: 1/1;
  content: "";
}
.challenge-popup .challenge-btn {
  width: var(--btn-width);
  margin: 0 auto;
  font-size: 2rem;
  color: #fff;
}
.challenge-popup .challenge-btn::after {
  background-image: url("../image/icon__arrow--right2.svg");
}
.challenge-popup .challenge-btn + .challenge-btn {
  margin-top: 1.6rem;
}
.challenge-popup [data-popup-role=close] {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2rem;
  background: url("../image/icon__close.svg") no-repeat center/contain;
  transform: translate(0%, -120%);
  transition: transform 300ms;
  aspect-ratio: 1/1;
}
.challenge-popup [data-popup-role=close]:active {
  transform: translate(0%, -120%) scale(0.8);
}

.scene {
  padding: 16rem 0;
  background: var(--bg);
}
.scene--blue {
  --color-ttl: #1CB6F0;
  --bg: #E4F6FB;
}
.scene--orange {
  --color-ttl: #FF9340;
  --bg: #FFF3EA;
}
.scene__ttl {
  margin-bottom: 1.67em;
  font-family: "yg-jalnan", sans-serif;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.3;
}
.scene__ttl strong {
  color: var(--color-ttl);
}
.scene__desc {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
}
.scene h3 img {
  margin: 0 auto;
}

.swiper-wrapper {
  padding-bottom: 5.6rem;
}
.swiper-pagination-bullet {
  opacity: 1;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
}
.swiper-pagination-bullet-active {
  width: 2.4rem;
  border-radius: 4rem;
  background: #1CB6F0;
}

.stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
}
.stats__item {
  display: inline-flex;
  align-items: center;
  padding-right: 1.22em;
  border-radius: 1.67em;
  font-family: "yg-jalnan", sans-serif;
  font-size: 2.4rem;
  background: #fff;
}
.stats__item--reward {
  --border-color: #E37017;
  --bg-color: #FF9340;
  --icon-url: url("../image/icon__key.svg");
}
.stats__item--days {
  --border-color: #009AD4;
  --bg-color: #1CB6F0;
  --icon-url: url("../image/icon__calendar.svg");
}
.stats__item::before {
  display: inline-block;
  width: 1.67em;
  margin-right: 0.2em;
  border-radius: 50%;
  border: 0.08em solid var(--border-color);
  background: var(--bg-color) var(--icon-url) no-repeat center/70%;
  aspect-ratio: 1/1;
  content: "";
}

.attendance-tracker {
  position: relative;
  margin-top: 1.6rem;
  padding: 2.4rem 0 14rem;
}
.attendance-tracker .unpaid {
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  position: absolute;
  top: 0;
  left: 50%;
  width: 79.2rem;
  height: 100%;
  padding: 3.2rem;
  border-radius: 1.6rem;
  background: rgba(0, 0, 0, 0.8);
  transform: translateX(-50%);
}
.attendance-tracker .unpaid__message {
  font-weight: 500;
  font-size: 3.2rem;
  color: #FFF;
  text-align: center;
}
.attendance-tracker .unpaid .challenge-btn {
  width: 26.4rem;
  font-size: 2.4rem;
}
.attendance-tracker__progress {
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: 2.4rem;
  color: #FFF;
  text-align: center;
  line-height: 1.5;
}
.attendance-tracker__progress strong {
  font-size: 1.25em;
}
.attendance-tracker-map {
  --gap: clamp(.4rem, 2.22vw, .8rem);
  --icon-size: 6rem;
  --line-width: 2.4rem;
  --icon--default-color: #45CBC9;
  --icon--special-color: #CDFFFE;
  display: grid;
  width: 46.8rem;
  margin: 0 auto;
}
.attendance-tracker-map[data-Volume="1"] {
  --icon-border-color: #166BD6;
  --icon-bg-color: #2E8BFF;
}
.attendance-tracker-map[data-Volume="2"] {
  --icon-border-color: #E5790B;
  --icon-bg-color: #F49738;
}
.attendance-tracker-map[data-Volume="3"] {
  --icon-border-color: #DB3182;
  --icon-bg-color: #E15F9D;
}
.attendance-tracker-map[data-Volume="4"] {
  --icon-border-color: #528914;
  --icon-bg-color: #75A341;
}
.attendance-tracker-map[data-Volume="5"] {
  --icon-border-color: #EA474B;
  --icon-bg-color: #ED7275;
}
.attendance-tracker-map[data-Volume="6"] {
  --icon-border-color: #8F59BE;
  --icon-bg-color: #A588BE;
}
.attendance-tracker-map li {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  gap: var(--gap);
  position: relative;
  height: fit-content;
  padding: 0 calc(var(--gap) * 2) 1rem;
}
.attendance-tracker-map li:nth-child(odd) .attendance-tracker-map__item:last-child::before {
  content: none;
}
.attendance-tracker-map li:nth-child(even) {
  direction: rtl;
}
.attendance-tracker-map li:nth-child(even) .attendance-tracker-map__item:first-child::before {
  content: none;
}
.attendance-tracker-map li:nth-child(even) .deco-circle::before {
  left: initial;
  right: -100%;
}
.attendance-tracker-map li:last-child {
  padding-bottom: 0;
}
.attendance-tracker-map li:last-child::before {
  left: 8%;
  width: 16%;
  transform: translate(0%, -50%);
}
.attendance-tracker-map__item {
  position: relative;
  width: 100%;
}
.attendance-tracker-map__item::before {
  z-index: 3;
  position: absolute;
  top: calc(var(--icon-size) / 2);
  left: 50%;
  width: 100%;
  height: var(--line-width);
  background: #45CBC9;
  transform: translate(0%, -50%);
  pointer-events: none;
  content: "";
}
.attendance-tracker-map__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  position: relative;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
}
.attendance-tracker-map__link:not(:last-child) {
  z-index: 10;
}
.attendance-tracker-map__icon {
  z-index: 5;
  position: relative;
  width: var(--icon-size);
  border-radius: 50%;
  border: 0.3rem solid var(--icon--default-color);
  background: #fff no-repeat center/60%;
  aspect-ratio: 1/1;
}
.attendance-tracker-map__ttl {
  z-index: 5;
  font-weight: 700;
  font-size: 1.5rem;
  color: #29A7A5;
  text-align: center;
}
.attendance-tracker-map .deco-circle {
  z-index: 0;
  position: absolute;
  top: 20%;
  right: -50%;
  width: 200%;
  border-radius: 50%;
  border: var(--line-width) solid #45CBC9;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.attendance-tracker-map .deco-circle::before {
  position: absolute;
  top: -50%;
  left: -100%;
  width: 100%;
  height: 100%;
  border: var(--line-width) solid var(--bg-color);
  background: var(--bg-color);
  box-sizing: content-box;
  content: "";
}
.attendance-tracker-map [data-icon-type=start] {
  background-color: var(--icon--default-color);
  background-image: url("../image/map-icon__start.svg");
}
.attendance-tracker-map [data-icon-type=verify] {
  background-image: url("../image/map-icon__verify--efefef.svg");
}
.attendance-tracker-map [data-icon-type=mission] {
  background-color: var(--icon--special-color);
  background-image: url("../image/map-icon__mission--default.svg");
}
.attendance-tracker-map [data-icon-type=game] {
  background-image: url("../image/map-icon__game--efefef.svg");
}
.attendance-tracker-map [data-icon-type=cheer] {
  background-color: var(--icon--special-color);
  background-image: url("../image/map-icon__cheer--default.svg");
}
.attendance-tracker-map [data-icon-type=finish] {
  background-color: var(--icon--default-color);
  background-image: url("../image/map-icon__finish.svg");
}
.attendance-tracker-map__item--completed .attendance-tracker-map__icon {
  border-color: var(--icon-border-color);
  background-color: var(--icon-bg-color);
}
.attendance-tracker-map__item--completed .attendance-tracker-map__icon[data-icon-type=verify] {
  background-image: url("../image/map-icon__verify.svg");
}
.attendance-tracker-map__item--completed .attendance-tracker-map__icon[data-icon-type=mission] {
  background-image: url("../image/map-icon__mission.svg");
}
.attendance-tracker-map__item--completed .attendance-tracker-map__icon[data-icon-type=game] {
  background-image: url("../image/map-icon__game.svg");
}
.attendance-tracker-map__item--completed .attendance-tracker-map__icon[data-icon-type=cheer] {
  background-color: var(--icon--special-color);
  background-image: url("../image/map-icon__cheer.svg");
}
.attendance-tracker-map__item--completed .attendance-tracker-map__icon[data-icon-type=finish] {
  background-image: url("../image/map-icon__finish.svg");
}

.controls__contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  width: 62rem;
  height: 100%;
  margin: 0 auto;
}
.controls__item {
  flex: 1;
  height: 7.2rem;
  padding: 0.67em 1.11em;
  border: 0.2rem solid #29A7A5;
  border-radius: 2.67em;
  font-weight: 500;
  font-size: 2.7rem;
  color: #29A7A5;
}

.period-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("../image/icon__arrow--select.svg") no-repeat center right 10%/1.5em;
  cursor: pointer;
}
.period-select option {
  background-color: #fff;
  color: #0081FF;
  font-weight: normal;
}

.waves {
  display: flex;
  position: absolute;
  width: 400%;
  height: 100%;
  bottom: 0;
  animation: oceanMove 80s linear infinite;
}
.waves__wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 15.4rem;
  bottom: 0;
}
.waves__wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #6CDEDC;
}
.waves--front {
  opacity: 0.8;
  animation: oceanWave 12s ease-in-out infinite;
}
.waves__item {
  width: 25%;
  height: 100%;
  background: url("../image/wave.png") no-repeat top center/100%;
}
.waves__item:nth-child(even) {
  transform: scaleX(-1);
}

@keyframes oceanWave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(min(2rem, 2vmin));
  }
}
@keyframes oceanMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blackboard-horizontal-shake {
  0% {
    transform: translate(-80%, 7%);
  }
  100% {
    transform: translate(-84%, 7%);
  }
}
@keyframes crash-animation {
  0% {
    transform: rotate(0deg) scale(1);
  }
  6% {
    transform: rotate(-5deg) scale(1.05);
  }
  12% {
    transform: rotate(7deg) scale(0.95);
  }
  18% {
    transform: rotate(-8deg) scale(1.1);
  }
  24% {
    transform: rotate(6deg) scale(0.9);
  }
  30% {
    transform: rotate(-4deg) scale(1.05);
  }
  36% {
    transform: rotate(3deg) scale(0.98);
  }
  42% {
    transform: rotate(-2deg) scale(1.02);
  }
  45% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes boatRocking {
  0%, 100% {
    transform: translate(-73%, -30%) rotate(-3deg);
  }
  50% {
    transform: translate(-70%, -33%) rotate(3deg);
  }
}

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