@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap");
body:has(.show-box.active) .top {
  z-index: 5000;
}

.wrapper {
  position: relative;
  background-color: #FFFFFF;
  margin: 0;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif, arial;
  font-weight: 300;
  box-sizing: border-box;
  scroll-behavior: smooth;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .wrapper {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .wrapper {
    font-size: 12px;
  }
}
.wrapper *, .wrapper *:before, .wrapper *:after {
  position: relative;
  margin: 0;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif, arial;
  font-weight: 300;
  box-sizing: border-box;
  scroll-behavior: smooth;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.wrapper *:focus {
  outline: none;
}
.wrapper :where(p) {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif, arial;
}
.wrapper :where(img) {
  width: 100%;
  vertical-align: top;
}
.wrapper :where(a) {
  text-decoration: none;
}
.wrapper :where(ul, li) {
  display: inline-block;
}
.wrapper :where(input, select) {
  appearance: none;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0.5em 0.5em 0.5em 4.5em;
  color: #141416;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 2px solid transparent;
  border-radius: 12px;
  outline: none;
}
.wrapper :where(input, select):focus {
  border-color: #574099;
}
.wrapper :where(input[type=checkbox]) {
  width: 1.25em;
  height: 1.25em;
  padding: 0;
  border-radius: 4px;
}
.wrapper :where(input[type=checkbox]):checked {
  background-color: #574099;
}
.wrapper :where(input[type=checkbox]):checked:after {
  position: absolute;
  top: calc(50% - 0.1em);
  left: 54%;
  content: "✓";
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 500;
  transform: translate(-50%, -50%);
}
.wrapper :where(select) {
  padding: 0.5em 3em 0.5em 0.5em;
}
.wrapper ::placeholder {
  color: #9CA3AF;
  opacity: 1;
}
.wrapper :-ms-input-placeholder {
  color: #9CA3AF;
}
.wrapper ::-ms-input-placeholder {
  color: #9CA3AF;
}
.wrapper .banner {
  background-color: #FFFFFF;
  background-image: linear-gradient(0deg, #fff9e8 25%, #c2ebff 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  margin-top: 80px;
  overflow: hidden;
}
.wrapper .banner .scenes-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper .banner .cloud {
  position: absolute;
  height: auto;
  margin-left: 60vw;
  opacity: 0;
  animation: cloud-float 120s linear infinite;
}
.wrapper .banner .cloud-01, .wrapper .banner .cloud-05 {
  top: 4%;
  left: -20%;
  width: 32%;
  max-width: 400px;
  aspect-ratio: 4/1;
}
.wrapper .banner .cloud-02, .wrapper .banner .cloud-06 {
  top: 36%;
  left: -16%;
  width: 24%;
  max-width: 300px;
  aspect-ratio: 30/12;
  animation-duration: 190s;
}
.wrapper .banner .cloud-03, .wrapper .banner .cloud-07 {
  top: 12%;
  left: 30%;
  width: 20%;
  max-width: 300px;
  aspect-ratio: 30/12;
  animation-duration: 162s;
}
.wrapper .banner .cloud-04, .wrapper .banner .cloud-08 {
  top: 28%;
  left: 64%;
  width: 16%;
  max-width: 240px;
  aspect-ratio: 2/1;
  animation-duration: 148s;
}
.wrapper .banner .cloud-05 {
  top: 15%;
  width: 28%;
  animation-delay: 60s;
}
.wrapper .banner .cloud-06 {
  top: 22%;
  width: 20%;
  animation-delay: 96s;
}
.wrapper .banner .cloud-07 {
  top: 2%;
  width: 24%;
  animation-delay: 80s;
}
.wrapper .banner .cloud-08 {
  top: 52%;
  width: 12%;
  animation-delay: 55s;
}
.wrapper .banner .ranbow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 2/1;
  transform-origin: left bottom;
  animation: rainbow-show 20s ease infinite, fade-scale 8s ease infinite;
}
.wrapper .banner .lawn {
  position: absolute;
  left: 0;
  bottom: -0.5em;
  width: calc(100% + 1em);
  height: auto;
  aspect-ratio: 96/16;
}
.wrapper .banner .tree-01 {
  left: 7%;
  bottom: 23%;
}
.wrapper .banner .tree-02 {
  left: 0;
  bottom: 14%;
}
.wrapper .banner .tree-03 {
  right: 10%;
  bottom: 25%;
}
.wrapper .banner .tree-04 {
  right: -1%;
  bottom: 19%;
}
.wrapper .banner .tree-05 {
  right: 5%;
  bottom: 16%;
}
.wrapper .banner .slogn {
  position: absolute;
  top: 20%;
  right: 20%;
  width: 35%;
  max-width: 660px;
  height: auto;
  aspect-ratio: 66/42;
  filter: drop-shadow(0 2px 4px #21283333);
  animation: fade-scale 3.2s ease infinite;
}
.wrapper .banner .img-family {
  position: absolute;
  left: 10%;
  bottom: 2vw;
  width: 42%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 80/66;
}
@media screen and (min-width: 1921px) {
  .wrapper .banner .slogn {
    left: 45%;
    right: unset;
    max-width: unset;
  }
  .wrapper .banner .img-family {
    left: unset;
    right: 50%;
    width: 36%;
    max-width: unset;
  }
}
@media screen and (max-width: 640px) {
  .wrapper .banner {
    aspect-ratio: 25/24;
  }
  .wrapper .banner .tree-01 {
    bottom: 10%;
  }
  .wrapper .banner .tree-02 {
    bottom: 7%;
  }
  .wrapper .banner .tree-03 {
    bottom: 12%;
  }
  .wrapper .banner .tree-04 {
    bottom: 9%;
  }
  .wrapper .banner .tree-05 {
    bottom: 8%;
  }
  .wrapper .banner .slogn {
    top: 2%;
    left: 50%;
    right: unset;
    width: 80%;
    transform: translateX(-50%);
    animation: fade-scale-translateX 3.2s ease infinite;
  }
  .wrapper .banner .img-family {
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
  }
}
.wrapper .tree {
  position: absolute;
  width: 10%;
  max-width: 180px;
  height: auto;
  aspect-ratio: 1/2;
  transform-origin: bottom;
  transform: rotate(-1.5deg);
  animation: tree-swing 4s ease infinite;
}
.wrapper .tree-02 {
  animation-delay: 0.5s;
}
.wrapper .tree-03 {
  animation-delay: 0.9s;
}
.wrapper .tree-04 {
  animation-delay: 1.1s;
}
.wrapper .tree-05 {
  animation-delay: 1.5s;
}
.wrapper .tree-06 {
  animation-delay: 1.7s;
}
.wrapper .band {
  position: absolute;
  width: 10%;
  max-width: 60%;
  height: auto;
  aspect-ratio: 6/5;
}
.wrapper .rotate-cont {
  width: 100%;
  max-width: 750px;
  aspect-ratio: 1/1;
}
.wrapper .rotate-cont .rotate-disc {
  background-color: #574099;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: unset; /* 關閉transition功能，避免影響jquery_rotate.js的旋轉動畫 */
  overflow: hidden;
}
.wrapper .rotate-cont .rotate-disc.spin {
  animation: rotate-spin 24s ease infinite;
}
.wrapper .rotate-cont .rotate-disc .rotate-award {
  width: 94%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 3%;
}
.wrapper .rotate-cont .rotate-disc .laptop {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 16%;
  max-width: 126px;
  height: auto;
  aspect-ratio: 315/250;
  margin: 0 auto;
  transform: translateX(-50%);
}
.wrapper .rotate-cont .rotate-go {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38%;
  max-width: 280px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .rotate-cont .rotate-go .start-btn {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  filter: drop-shadow(0 4px 8px #21283333);
  cursor: pointer;
}
.wrapper .rotate-cont .rotate-go .word-go {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28%;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.wrapper .rotate-cont .rotate-go:hover {
  filter: brightness(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.wrapper .rotate-cont .rotate-go:hover .start-btn {
  filter: drop-shadow(0 8px 12px #21283366);
}
.wrapper .rotate-cont .rotate-go:hover .word-go {
  animation: fade-scale-translate 0.8s ease infinite;
}
.wrapper .rotate-cont .rotate-go:active {
  filter: brightness(1);
  transform: translate(-50%, -50%) scale(1);
}
.wrapper .rotate-cont .gift-deco-cont {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  height: auto;
  aspect-ratio: 80/24;
}
.wrapper .rotate-cont .gift-deco-cont .gift-deco {
  position: absolute;
  bottom: 0;
  width: 50%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 40/24;
}
.wrapper .rotate-cont .gift-deco-cont .gift-deco-01 {
  left: -24%;
}
.wrapper .rotate-cont .gift-deco-cont .gift-deco-02 {
  right: -24%;
}
.wrapper .rotate-cont.active:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.wrapper .rotate-cont.active .rotate-go {
  filter: brightness(1.1);
  animation: fade-scale-translate 0.6s ease infinite;
}
.wrapper .rotate-cont.active .rotate-go .word-go {
  animation: fade-scale-translate 0.6s ease infinite;
}
@media screen and (max-width: 800px) {
  .wrapper .rotate-cont {
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .rotate-cont .gift-deco-cont {
    display: none;
  }
}
.wrapper .radiation-light {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100vmax;
  height: auto;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  animation: radiation-rotate 32s linear infinite;
}
.wrapper .row-deco {
  position: absolute;
  bottom: 0;
  width: 48%;
  max-width: 860px;
  height: auto;
  aspect-ratio: 43/9;
}
.wrapper .row-deco .lawn {
  width: 100%;
}
.wrapper .row-deco-left-01, .wrapper .row-deco-left-02 {
  left: 0;
}
.wrapper .row-deco-right-01, .wrapper .row-deco-right-02 {
  right: 0;
}
.wrapper .row-deco-left-01 .band {
  top: 12%;
  left: 20%;
}
.wrapper .row-deco-left-01 .tree-01 {
  left: 12%;
  bottom: 72%;
  width: 8%;
}
.wrapper .row-deco-left-01 .tree-03 {
  left: 5%;
  bottom: 78%;
}
.wrapper .row-deco-left-01 .tree-04 {
  left: 40%;
  bottom: 80%;
  width: 5%;
}
.wrapper .row-deco-left-01 .tree-06 {
  left: 45%;
  bottom: 72%;
  width: 4%;
}
.wrapper .row-deco-left-02 .band {
  top: 10%;
  left: 26%;
}
.wrapper .row-deco-left-02 .tree-02 {
  left: 5%;
  bottom: 72%;
}
.wrapper .row-deco-left-02 .tree-04 {
  left: 12%;
  bottom: 68%;
  width: 8%;
}
.wrapper .row-deco-left-02 .tree-05 {
  left: 52%;
  bottom: 72%;
  width: 4%;
}
.wrapper .row-deco-left-02 .tree-06 {
  left: 45%;
  bottom: 86%;
  width: 5%;
}
.wrapper .row-deco-right-01 .band {
  top: 8%;
  right: 26%;
}
.wrapper .row-deco-right-01 .tree-01 {
  right: 12%;
  bottom: 60%;
  width: 8%;
}
.wrapper .row-deco-right-01 .tree-02 {
  right: 5%;
  bottom: 68%;
}
.wrapper .row-deco-right-01 .tree-05 {
  right: 51%;
  bottom: 72%;
  width: 6%;
}
.wrapper .row-deco-right-01 .tree-06 {
  right: 40%;
  bottom: 84%;
  width: 5%;
}
.wrapper .row-deco-right-02 .band {
  top: 8%;
  right: 26%;
}
.wrapper .row-deco-right-02 .tree-01 {
  right: 11%;
  bottom: 58%;
  width: 8%;
}
.wrapper .row-deco-right-02 .tree-03 {
  right: 4%;
  bottom: 68%;
}
.wrapper .row-deco-right-02 .tree-05 {
  right: 40%;
  bottom: 76%;
  width: 6%;
}
.wrapper .row-deco-right-02 .tree-06 {
  right: 47%;
  bottom: 68%;
  width: 5%;
}
.wrapper .section {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wrapper .section .row {
  background-color: #FFFFFF;
  padding: 0 1em 12vw;
}
.wrapper .section .row:before {
  position: absolute;
  top: -5vw;
  left: -0.5em;
  content: "";
  display: block;
  background-color: inherit;
  width: calc(100% + 1em);
  height: auto;
  aspect-ratio: 96/5;
  mask-image: url(../images/section/section_shape_960x50.svg);
  -webkit-mask-image: url(../images/section/section_shape_960x50.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.wrapper .section .row.turntable {
  gap: 8em;
  background-color: #fff9e8;
}
.wrapper .section .row.turntable .rotate-cont {
  margin-top: -7vw;
}
.wrapper .section .row.turntable .method-cont {
  gap: 2em;
}
.wrapper .section .row.fill-box .col {
  background-color: #eaebff;
  max-width: 1024px;
  padding: 2em;
  border-radius: 20px;
  box-shadow: 0 4px 8px #21283311;
}
.wrapper .section .row.courses {
  background-color: #fff9e8;
}
.wrapper .section .row.video {
  padding: 0 1em 4em;
}
@media screen and (max-width: 1024px) {
  .wrapper .section .row.fill-box .col {
    max-width: 480px;
    padding: 1.5em;
  }
}
@media screen and (max-width: 800px) {
  .wrapper .section .row.turntable {
    gap: 3em;
  }
}
.wrapper .row {
  display: flex;
  flex-flow: column;
  gap: 3em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: -1px 0;
  padding: 4em 1em 8em;
}
.wrapper .row .row-title {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
}
.wrapper .row .row-title .main-title {
  min-width: 12.5em;
}
.wrapper .row .row-title .main-subject {
  font-size: 1.75em;
}
@media screen and (max-width: 640px) {
  .wrapper .row .row-title .main-subject {
    font-size: 1.5em;
  }
}
.wrapper .col {
  display: flex;
  flex-flow: row;
  gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wrapper .col {
    flex-flow: column;
    max-width: 400px;
  }
}
.wrapper .cont {
  display: flex;
  flex-flow: column;
  gap: 1.5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}
.wrapper .text-cont {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.wrapper .main-title {
  background-color: #FFFFFF;
  padding: 0.125em;
  color: #574099;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  border-radius: 0.25em;
}
.wrapper .main-title span {
  display: inline-block;
  font-weight: 700;
  z-index: 20;
}
.wrapper .main-title .line {
  position: absolute;
  top: 0;
  left: 3.5%;
  display: block;
  width: 93%;
  height: 100%;
  border: solid #574099;
  border-width: 2px 0;
}
.wrapper .main-title:before, .wrapper .main-title:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 30/60;
  background-image: url(../images/title_deco_30x60.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
}
.wrapper .main-title:before {
  left: -0.25em;
}
.wrapper .main-title:after {
  right: -0.25em;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 640px) {
  .wrapper .main-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .main-title {
    font-size: 1.75em;
  }
}
.wrapper .main-subject {
  color: #111B4B;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
}
.wrapper .main-subject span {
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .wrapper .main-subject {
    font-size: 1.25em;
  }
}
.wrapper .main-text {
  color: #141416;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.25;
  text-align: justify;
}
.wrapper .main-text span {
  display: inline-block;
  font-weight: 500;
}
.wrapper .error-message {
  display: none;
  padding: 0 0 0 1em;
  color: #FF0046;
  font-weight: 500;
}
.wrapper .error-message::before {
  position: absolute;
  top: 0.125em;
  left: 0.25em;
  content: "*";
  display: block;
  color: inherit;
  font-weight: inherit;
}
.wrapper .error-message.show {
  display: block;
}
.wrapper .hint {
  display: block;
  background-color: #ffa047;
  padding: 0.25em 1em;
  margin: 0.5em 0;
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight: 500;
  border-radius: 20px;
  animation: up-down 0.8s ease infinite;
}
.wrapper .hint:before {
  position: absolute;
  left: 50%;
  bottom: calc(-0.75em + 1px);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75em 0.5em 0;
  border-color: #ffa047 transparent transparent;
  transform: translateX(-50%);
}
.wrapper .hint-card {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 44/32;
  cursor: pointer;
}
.wrapper .hint-card .c-front, .wrapper .hint-card .c-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 44/32;
  box-shadow: 0 4px 8px #21283333;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.wrapper .hint-card .c-front {
  transition: transform 0.15s linear 0.15s;
}
.wrapper .hint-card .c-front .hint-title {
  position: absolute;
  padding: 0.25em 1.5em;
  background-color: #363F4Baa;
  left: 50%;
  bottom: 1em;
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: 700;
  white-space: nowrap;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 24px;
  box-shadow: 0 1px 2px #21283333;
  transform: translateX(-50%);
}
.wrapper .hint-card .c-front .hint-title:before {
  position: absolute;
  right: 0.25em;
  bottom: 0.25em;
  content: "";
  display: block;
  width: 1.5em;
  max-width: 36px;
  height: auto;
  aspect-ratio: 1/1;
  border: 10px solid #FFFFFF;
  border-radius: 50%;
  mix-blend-mode: difference;
  animation: touch-ring 1.2s ease infinite;
}
.wrapper .hint-card .c-front .hint-title:after {
  position: absolute;
  right: -0.25em;
  bottom: -0.5em;
  content: "";
  display: block;
  background-image: url(../images/icons/icon_touch_56x72.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.25em;
  max-width: 30px;
  height: auto;
  aspect-ratio: 56/72;
  transform: rotate(-30deg) scale(1.25);
  animation: finger-scale 1.2s ease infinite;
}
.wrapper .hint-card .c-back {
  background-color: #FAF7F5;
  display: flex;
  flex-flow: column;
  gap: 1.5em;
  justify-content: center;
  align-items: center;
  padding: 1em;
  transform: rotateX(90deg);
  transition: transform 0.15s linear;
}
.wrapper .hint-card .c-back:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background-image: url(../images/card_shape_160x80.svg);
  width: 38%;
  max-width: 160px;
  height: auto;
  aspect-ratio: 2/1;
}
.wrapper .hint-card .c-back .card-title {
  padding: 0 0.25em 0.5em;
  color: #FF0046;
  font-size: 2em;
  font-weight: 700;
}
.wrapper .hint-card .c-back .card-title:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  background-color: #FF0046;
  width: 1.5em;
  height: 4px;
  border-radius: 2px;
  transform: translateX(-50%);
}
.wrapper .hint-card .c-back .card-text {
  color: #141416;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}
.wrapper .hint-card .c-back .card-text span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.wrapper .hint-card.active .c-front {
  transform: rotateX(90deg);
  transition: transform 0.15s linear;
}
.wrapper .hint-card.active .c-back {
  transform: rotateX(0deg);
  transition: transform 0.15s linear 0.15s;
}
.wrapper .courses-card {
  display: flex;
  flex-flow: row nowrap;
  gap: 0;
  justify-content: center;
  align-items: stretch;
  background-color: #FAF7F5;
  margin: 0.25em 0;
  border: 1px solid #E7DED3;
  border-radius: 20px;
  box-shadow: 0 4px 8px #21283311;
  overflow: hidden;
}
.wrapper .courses-card .img-box {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 280px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.wrapper .courses-card .img-box img {
  height: 100%;
  object-fit: cover;
}
.wrapper .courses-card .img-box.pos-25\% img {
  object-position: 25%;
}
.wrapper .courses-card .img-box.pos-75\% img {
  object-position: 75%;
}
.wrapper .courses-card .info-box {
  display: flex;
  flex-flow: column;
  gap: 0.75em;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1.5em;
}
.wrapper .courses-card .info-box:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background-image: url(../images/card_shape_160x80.svg);
  width: 38%;
  max-width: 160px;
  height: auto;
  aspect-ratio: 2/1;
}
.wrapper .courses-card .card-title {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5em;
  justify-content: flex-start;
  align-items: center;
  color: #2BA83E;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25;
}
.wrapper .courses-card .card-title span {
  color: inherit;
  font-weight: inherit;
}
.wrapper .courses-card .card-title .tag {
  background-color: #2BA83E;
  padding: 0.25em 0.5em;
  color: #FFFFFF;
  font-size: 0.625em;
  font-weight: 500;
  border-radius: 8px;
}
.wrapper .courses-card .card-intro {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #2BA83E;
  font-weight: 500;
  line-height: 1.25;
}
.wrapper .courses-card .card-intro .times {
  color: inherit;
  font-size: 1.25em;
  font-weight: inherit;
}
.wrapper .courses-card .card-intro .outline {
  padding: 0.25em 1.5em 0.25em 0.5em;
  color: inherit;
  font-weight: inherit;
  border: 1px solid #2BA83E;
  border-radius: 8px;
  cursor: pointer;
}
.wrapper .courses-card .card-intro .outline:before {
  position: absolute;
  top: 50%;
  right: 0.25em;
  content: "";
  display: block;
  background-color: #2BA83E;
  width: 1em;
  height: 1em;
  aspect-ratio: 1/1;
  mask-image: url(../images/icons/arrow-right.svg);
  -webkit-mask-image: url(../images/icons/arrow-right.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  cursor: pointer;
}
.wrapper .courses-card .card-intro .outline:hover {
  background-color: #2BA83E;
  color: #FFFFFF;
}
.wrapper .courses-card .card-intro .outline:hover:before {
  background-color: #FFFFFF;
}
.wrapper .courses-card .card-text {
  color: #141416;
  font-size: 1.25em;
  font-weight: 300;
  text-align: justify;
}
.wrapper .courses-card .btn {
  background-color: #2BA83E;
  margin: 0 auto;
  border-color: #2BA83E;
}
.wrapper .courses-card .btn:hover {
  color: #2BA83E;
}
.wrapper .courses-card:hover {
  margin: 0 0 0.5em;
  box-shadow: 0 4px 8px #21283333;
}
.wrapper .courses-card:hover .img-box img {
  opacity: 0.8;
  transform: scale(1.05);
}
.wrapper .courses-card.tone-green .card-title {
  color: #2BA83E;
}
.wrapper .courses-card.tone-green .card-title .tag {
  background-color: #2BA83E;
}
.wrapper .courses-card.tone-green .card-intro {
  color: #2BA83E;
}
.wrapper .courses-card.tone-green .card-intro .outline {
  border-color: #2BA83E;
}
.wrapper .courses-card.tone-green .card-intro .outline:before {
  background-color: #2BA83E;
}
.wrapper .courses-card.tone-green .card-intro .outline:hover {
  background-color: #2BA83E;
}
.wrapper .courses-card.tone-green .card-intro .outline:hover:before {
  background-color: #FFFFFF;
}
.wrapper .courses-card.tone-green .btn {
  background-color: #2BA83E;
  border-color: #2BA83E;
}
.wrapper .courses-card.tone-green .btn:hover {
  background-color: #FFFFFF;
  color: #2BA83E;
}
.wrapper .courses-card.tone-orange .card-title {
  color: #FF631D;
}
.wrapper .courses-card.tone-orange .card-title .tag {
  background-color: #FF631D;
}
.wrapper .courses-card.tone-orange .card-intro {
  color: #FF631D;
}
.wrapper .courses-card.tone-orange .card-intro .outline {
  border-color: #FF631D;
}
.wrapper .courses-card.tone-orange .card-intro .outline:before {
  background-color: #FF631D;
}
.wrapper .courses-card.tone-orange .card-intro .outline:hover {
  background-color: #FF631D;
}
.wrapper .courses-card.tone-orange .card-intro .outline:hover:before {
  background-color: #FFFFFF;
}
.wrapper .courses-card.tone-orange .btn {
  background-color: #FF631D;
  border-color: #FF631D;
}
.wrapper .courses-card.tone-orange .btn:hover {
  background-color: #FFFFFF;
  color: #FF631D;
}
@media screen and (max-width: 640px) {
  .wrapper .courses-card {
    max-width: 480px;
  }
}
.wrapper .students-card {
  display: flex;
  flex-flow: column;
  gap: 0;
  justify-content: center;
  align-items: stretch;
  background-color: #FFFFFF;
  margin: 0.25em 0.5em;
  border-radius: 20px;
  box-shadow: 0 4px 8px #21283311;
  overflow: hidden;
}
.wrapper .students-card .img-box {
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
  aspect-ratio: 48/27;
  overflow: hidden;
}
.wrapper .students-card .img-box img {
  height: 100%;
  object-fit: cover;
}
.wrapper .students-card .info-box {
  display: flex;
  flex-flow: column;
  gap: 0.75em;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1.5em;
}
.wrapper .students-card .card-title {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5em;
  justify-content: flex-start;
  align-items: center;
  color: #111B4B;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25;
}
.wrapper .students-card .card-title span {
  color: inherit;
  font-weight: inherit;
}
.wrapper .students-card .card-title .tag {
  padding: 0.25em 0.5em;
  color: inherit;
  font-size: 0.625em;
  font-weight: 500;
  border: 1px solid #111B4B;
  border-radius: 8px;
}
.wrapper .students-card .card-subject {
  width: 100%;
  color: #FF631D;
  font-weight: 500;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #FF631D;
}
.wrapper .students-card .card-text {
  height: 5em;
  color: #141416;
  font-weight: 300;
  text-align: justify;
}
.wrapper .students-card:hover {
  margin: 0 0.5em 0.5em;
  box-shadow: 0 4px 8px #21283333;
}
.wrapper .students-card:hover .img-box img {
  opacity: 0.8;
  transform: scale(1.05);
}
.wrapper .list-box {
  display: flex;
  flex-flow: row nowrap;
  gap: 1.5em;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.wrapper .list-box .list-item {
  flex: 1 1 calc(25% - 4.5em);
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFFFFF;
  background-repeat: repeat;
  background-size: 3em;
  width: 100%;
  margin: 0.25em 0;
  border-radius: 20px;
  box-shadow: 0 4px 8px #21283311;
  cursor: pointer;
  overflow: hidden;
}
.wrapper .list-box .list-item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 20px;
  pointer-events: none;
}
.wrapper .list-box .list-item:hover {
  margin: 0 0 0.5em;
  box-shadow: 0 8px 12px #21283333;
}
.wrapper .list-box .list-item:hover:after {
  border-color: #574099;
}
.wrapper .list-box .list-item:hover .icon-cont {
  transform: scale(1.1);
}
.wrapper .list-box .list-item:hover .btn {
  background-color: #eaebff;
  color: #FFFFFF;
  letter-spacing: 4px;
  text-indent: 4px;
}
.wrapper .list-box .list-item:hover .btn:before {
  opacity: 1;
}
.wrapper .list-box .list-item .icon-cont {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #fff1e4;
  width: 50%;
  max-width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 1em auto;
  border-radius: 50%;
}
.wrapper .list-box .list-item .item-icon {
  width: 80%;
  max-width: 80px;
  height: auto;
  aspect-ratio: 1/1;
}
.wrapper .list-box .list-item .item-info {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0 1em 1em;
}
.wrapper .list-box .list-item .list-title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #ffa047;
  font-size: 1.75em;
  font-weight: 700;
}
.wrapper .list-box .list-item .list-title span {
  color: inherit;
  font-weight: 700;
}
.wrapper .list-box .list-item ul {
  display: flex;
  flex-flow: column;
  gap: 0.25em;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.wrapper .list-box .list-item ul li {
  display: block;
  padding: 0 0 0 1.25em;
  color: #141416;
  font-size: 1.25em;
  font-weight: 500;
  text-align: justify;
}
.wrapper .list-box .list-item ul li:before {
  position: absolute;
  top: 0.375em;
  left: 0;
  display: block;
  content: "•";
  width: 0.75em;
  line-height: 0.75em;
  height: auto;
  aspect-ratio: 1/1;
  color: inherit;
  font-size: inherit;
  font-weight: 900;
  text-align: center;
}
.wrapper .list-box .list-item .btn {
  width: 100%;
  padding: 0.5em;
  border-radius: 0 0 20px 20px;
  border: unset;
}
.wrapper .list-box .list-item .btn:before {
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  display: block;
  background-image: url(../images/twill_48.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 3em;
  width: 200%;
  height: 100%;
  opacity: 0;
  animation: btn-bg-slide 12s linear infinite;
}
.wrapper .list-box .list-item .btn:hover {
  background-color: #574099;
  color: #FFFFFF;
  letter-spacing: 8px;
  text-indent: 8px;
}
.wrapper .list-box:nth-of-type(3n+1) .list-item:hover:after {
  border-color: #FF631D;
}
.wrapper .list-box:nth-of-type(3n+1) .list-item:hover .btn {
  background-color: #FF631D;
  text-shadow: 0 0 2px #FF631D, 0 0 4px #FF631D;
}
.wrapper .list-box:nth-of-type(3n+1) .list-item .icon-cont {
  background-color: #fff1e4;
}
.wrapper .list-box:nth-of-type(3n+1) .list-item .list-title {
  color: #ffa047;
}
.wrapper .list-box:nth-of-type(3n+1) .list-item .btn {
  background-color: #ffa047;
  border-color: #ffa047;
}
.wrapper .list-box:nth-of-type(3n+1) .list-item .btn:hover {
  background-color: #ffa047;
}
.wrapper .list-box:nth-of-type(3n+2) .list-item:hover:after {
  border-color: #2BA83E;
}
.wrapper .list-box:nth-of-type(3n+2) .list-item:hover .btn {
  background-color: #2BA83E;
  text-shadow: 0 0 2px #2BA83E, 0 0 4px #2BA83E;
}
.wrapper .list-box:nth-of-type(3n+2) .list-item .icon-cont {
  background-color: #E6F5E5;
}
.wrapper .list-box:nth-of-type(3n+2) .list-item .list-title {
  color: #68CF7D;
}
.wrapper .list-box:nth-of-type(3n+2) .list-item .btn {
  background-color: #68CF7D;
  border-color: #68CF7D;
}
.wrapper .list-box:nth-of-type(3n+2) .list-item .btn:hover {
  background-color: #68CF7D;
}
.wrapper .list-box:nth-of-type(3n+3) .list-item {
  border-color: #3A287A;
}
.wrapper .list-box:nth-of-type(3n+3) .list-item:hover:after {
  border-color: #574099;
}
.wrapper .list-box:nth-of-type(3n+3) .list-item:hover .btn {
  background-color: #3A287A;
  text-shadow: 0 0 2px #3A287A, 0 0 4px #3A287A;
}
.wrapper .list-box:nth-of-type(3n+3) .list-item .icon-cont {
  background-color: #eaebff;
}
.wrapper .list-box:nth-of-type(3n+3) .list-item .list-title {
  color: #574099;
}
.wrapper .list-box:nth-of-type(3n+3) .list-item .btn {
  background-color: #574099;
  border-color: #574099;
}
.wrapper .list-box:nth-of-type(3n+3) .list-item .btn:hover {
  background-color: #574099;
}
@media screen and (max-width: 1024px) {
  .wrapper .list-box {
    gap: 0.75em 1em;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .wrapper .list-box {
    max-width: 640px;
    flex-flow: row wrap;
  }
  .wrapper .list-box .list-item {
    flex: 1 1 calc(50% - 3em);
    max-width: 320px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .list-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.wrapper .video-box {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5em;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.wrapper .video-box .video-item {
  flex: 1 1 calc(25% - 1.125em);
  display: flex;
  flex-flow: column;
  gap: 1em;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFFFFF;
  background-repeat: repeat;
  background-size: 3em;
  width: 100%;
  max-width: 320px;
}
.wrapper .video-box .video-item .video-title {
  width: 80%;
  max-width: 240px;
  height: auto;
  aspect-ratio: 2/1;
  margin: 0 auto;
  filter: drop-shadow(0 1px 2px #21283333);
  z-index: 10;
}
.wrapper .video-box .video-item .video-cover {
  background-color: #141416;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: -10%;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
}
.wrapper .video-box .video-item .video-cover:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  background-image: url(../images/icons/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20%;
  max-width: 2.5em;
  height: auto;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
}
.wrapper .video-box .video-item .video-cover img {
  opacity: 0.8;
}
.wrapper .video-box .video-item .btn {
  width: 100%;
}
.wrapper .video-box .video-item:hover .video-title {
  filter: drop-shadow(0 4px 8px #21283333);
  animation: fade-scale 1.2s ease infinite;
}
.wrapper .video-box .video-item:hover .video-cover:after {
  filter: drop-shadow(0 8px 12px #21283366);
  transform: translate(-50%, -50%) scale(1.2);
  animation: fade-scale-translate 0.8s ease infinite;
}
.wrapper .video-box .video-item:hover .video-cover img {
  opacity: 0.6;
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  .wrapper .video-box .video-item {
    flex: 1 1 calc(50% - 1.5em);
  }
}
@media screen and (max-width: 480px) {
  .wrapper .video-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.wrapper .list-ul {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
  max-width: 1024px;
  padding: 2em;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 4px 8px #21283311;
  overflow: hidden;
}
.wrapper .list-ul .list-li {
  display: block;
  padding: 0 0 0 1.25em;
  color: #141416;
  font-size: 1.25em;
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
  cursor: default;
}
.wrapper .list-ul .list-li:before {
  position: absolute;
  top: 0.375em;
  left: 0;
  display: block;
  content: "•";
  width: 0.75em;
  line-height: 0.75em;
  height: auto;
  aspect-ratio: 1/1;
  color: inherit;
  font-size: inherit;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .wrapper .list-ul {
    padding: 1.5em;
  }
}
.wrapper .btn-cont {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wrapper .btn {
  background-color: #574099;
  min-width: 12em;
  padding: 0.25em 0.5em;
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  border: 2px solid #574099;
  cursor: pointer;
  border-radius: 32px;
}
.wrapper .btn:hover {
  background-color: #FFFFFF;
  color: #574099;
}
.wrapper .btn-close {
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  width: 3em;
  height: 3em;
  padding: 0.5em;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.wrapper .btn-close .icon {
  background-color: #574099;
}
.wrapper .btn-close:hover {
  background-color: #9A8CC2;
}
.wrapper .btn-close:hover .icon {
  background-color: #FFFFFF;
}
.wrapper .icon {
  display: inline-block;
  background-color: #ffa047;
  width: 2em;
  height: 2em;
  aspect-ratio: 1/1;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.wrapper .icon-arrow-left {
  mask-image: url(../images/icons/arrow-left.svg);
  -webkit-mask-image: url(../images/icons/arrow-left.svg);
}
.wrapper .icon-arrow-right {
  mask-image: url(../images/icons/arrow-right.svg);
  -webkit-mask-image: url(../images/icons/arrow-right.svg);
}
.wrapper .icon-arrow-down {
  mask-image: url(../images/icons/arrow-down.svg);
  -webkit-mask-image: url(../images/icons/arrow-down.svg);
}
.wrapper .icon-x-mark {
  mask-image: url(../images/icons/x-mark.svg);
  -webkit-mask-image: url(../images/icons/x-mark.svg);
}
.wrapper .coupon-card {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  aspect-ratio: 40/24;
  border: 1px solid #F5F0EB;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .wrapper .coupon-card {
    max-width: unset;
  }
}
.wrapper .show-box {
  position: fixed;
  top: -200vh;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #9A8CC299;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition-timing-function: ease;
  transition: top 0s linear 0.2s;
  overflow: hidden;
  z-index: 500;
}
.wrapper .show-box .box-cont {
  display: flex;
  flex-flow: column;
  gap: 2em;
  justify-content: flex-start;
  align-items: center;
  background-color: #eaebff;
  width: 100%;
  max-width: 640px;
  max-height: 84vh;
  padding: 4em 2em 2em;
  border-radius: 20px;
  box-shadow: 0 1px 2px #21283333;
}
.wrapper .show-box .box-cont::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: url(../images/tip_200x64.svg);
  display: block;
  width: 80%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 200/64;
  margin-top: -6em;
  transform: translateX(-50%);
}
.wrapper .show-box .box-cont .btn-close {
  position: absolute;
  top: -1em;
  right: -1em;
  box-shadow: 0 1px 2px #21283333;
  z-index: 20;
}
.wrapper .show-box .box-cont .box-title {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5em;
  justify-content: flex-start;
  align-items: center;
  color: #2BA83E;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25;
}
.wrapper .show-box .box-cont .box-title span {
  color: inherit;
  font-weight: inherit;
}
.wrapper .show-box .box-cont .box-title .tag {
  background-color: #2BA83E;
  padding: 0.25em 0.5em;
  color: #FFFFFF;
  font-size: 0.625em;
  font-weight: 500;
  border-radius: 8px;
}
.wrapper .show-box .box-cont .cont {
  display: flex;
  flex-flow: column;
  gap: 1em;
  justify-content: center;
  align-items: center;
}
.wrapper .show-box .box-cont .row {
  gap: 0.5em;
  padding: 0;
  overflow-y: auto;
}
.wrapper .show-box .box-cont .row .btn-cont {
  margin: 0.5em 0 0;
}
.wrapper .show-box .box-cont .btn {
  min-width: 10em;
}
.wrapper .show-box .box-cont .form-cont {
  justify-content: center;
}
.wrapper .show-box .box-cont .form-cont .input-cont {
  width: 100%;
  max-width: 400px;
}
.wrapper .show-box .box-cont .form-cont input {
  padding: 0.5em 0.5em 0.5em 6em;
}
@media screen and (max-width: 640px) {
  .wrapper .show-box .box-cont {
    background-color: transparent;
    width: 100%;
    height: auto;
    max-height: unset;
    padding: 4em 1em 2em;
    border-radius: unset;
    overflow-y: scroll;
    box-shadow: unset;
  }
  .wrapper .show-box .box-cont:before {
    content: none;
  }
  .wrapper .show-box .box-cont .btn-close {
    position: fixed;
    top: 2em;
    right: 1em;
  }
}
.wrapper .show-box:before {
  content: none;
}
.wrapper .show-box[class^=box-video] .box-cont, .wrapper .show-box[class*=" box-video"] .box-cont {
  width: 90%;
  max-width: calc(1280px + 4em);
  padding: 2em;
}
.wrapper .show-box[class^=box-video] .box-cont:before, .wrapper .show-box[class*=" box-video"] .box-cont:before {
  content: none;
}
.wrapper .show-box[class^=box-video] .cont, .wrapper .show-box[class*=" box-video"] .cont {
  max-width: unset;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.wrapper .show-box.box-verify .box-cont, .wrapper .show-box .box-gift .box-cont {
  top: 8%;
}
@media screen and (max-width: 640px) {
  .wrapper .show-box.box-verify .box-cont, .wrapper .show-box .box-gift .box-cont {
    top: unset;
  }
}
.wrapper .show-box.box-gift .cont {
  flex-flow: column;
  gap: 1em;
}
.wrapper .show-box.box-gift .icon-gift, .wrapper .show-box.box-gift .icon-laptop {
  display: block;
  width: 60%;
  max-width: 160px;
  height: auto;
  aspect-ratio: 1/1;
}
.wrapper .show-box.box-gift .icon-laptop {
  max-width: 200px;
  aspect-ratio: 315/250;
}
.wrapper .show-box.box-gift .gift-detail {
  display: flex;
  flex-flow: row wrap;
  gap: 0 1em;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  padding: 0.25em 2.5em;
  border-radius: 16px;
}
.wrapper .show-box.box-gift .gift-detail span {
  display: inline-block;
  color: #574099;
  font-size: 2em;
  font-weight: 700;
}
.wrapper .show-box.active {
  top: 0;
  opacity: 1;
  transition: top 0s linear 0;
}
@media screen and (max-width: 640px) {
  .wrapper .show-box {
    padding: 0;
  }
}
.wrapper .form-cont {
  display: flex;
  flex-flow: row wrap;
  gap: 1em 0.75em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.wrapper .form-cont .input-cont.w-50\%, .wrapper .form-cont .select-cont.w-50\% {
  flex: 1 1 calc(50% - 0.75em);
}
.wrapper .form-cont .input-cont.w-100\%, .wrapper .form-cont .select-cont.w-100\% {
  flex: 1 1 100%;
}
.wrapper .form-cont .input-cont label {
  position: absolute;
  top: 50%;
  left: 1em;
  color: #574099;
  font-weight: 500;
  transform: translateY(-50%);
}
.wrapper .form-cont .select-cont:before {
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  display: block;
  background-color: #574099;
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1/1;
  mask-image: url(../images/icons/arrow-down.svg);
  -webkit-mask-image: url(../images/icons/arrow-down.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  cursor: pointer;
}
.wrapper .form-cont .option {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.wrapper .form-cont .option label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .form-cont .option span {
  color: #141416;
  font-weight: 500;
}
.wrapper .form-cont .option span a {
  color: #574099;
  font-weight: 500;
  text-decoration: underline;
}
.wrapper .form-cont .option span a:hover {
  color: #9A8CC2;
}
@media screen and (max-width: 1024px) {
  .wrapper .form-cont {
    gap: 1em;
    max-width: 480px;
  }
  .wrapper .form-cont .input-cont.w-50\%, .wrapper .form-cont .select-cont.w-50\% {
    flex: 1 1 100%;
  }
}
.wrapper .anchor {
  position: absolute;
  top: -3em;
}
@keyframes cloud-float {
  0% {
    margin-left: 0;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    margin-left: 80vw;
    opacity: 0;
  }
}
@keyframes tree-stretch {
  0% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(1.2, 0.85);
  }
  30% {
    transform: scale(1.2, 0.85);
  }
  80% {
    transform: scale(0.85, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes tree-swing {
  0% {
    transform: rotate(-1.6deg);
  }
  50% {
    transform: rotate(1.6deg);
  }
  100% {
    transform: rotate(-1.6deg);
  }
}
@keyframes rainbow-show {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fade-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fade-scale-translate {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes fade-scale-translateX {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
@keyframes rotate-spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes btn-bg-slide {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes radiation-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */