@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 5.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: #2d3ea2;
}
.wrapper :where(input[type=checkbox]) {
  width: 1.25em;
  height: 1.25em;
  padding: 0;
  border-radius: 4px;
}
.wrapper :where(input[type=checkbox]):checked {
  background-color: #2d3ea2;
}
.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: #6bd1cf;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  margin-top: 80px;
  overflow: hidden;
}
.wrapper .banner .bn-radiation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72%;
  height: auto;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  animation: radiation-rotate 60s linear infinite;
}
.wrapper .banner .bn-road {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 106%;
  height: auto;
  aspect-ratio: 500/245;
  transform: translate(-50%, -50%);
}
.wrapper .banner .ribbons-cont {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  max-width: 1600px;
  height: auto;
  aspect-ratio: 160/12;
  transform: translateX(-50%);
}
.wrapper .banner .ribbons-cont .ribbons {
  position: absolute;
  top: 0;
  width: 38%;
  height: auto;
  aspect-ratio: 62/12;
}
.wrapper .banner .ribbons-cont .ribbons-01 {
  left: 0;
}
.wrapper .banner .ribbons-cont .ribbons-02 {
  right: 0;
}
.wrapper .banner .ribbons-cont .ribbons-03 {
  left: 31%;
}
.wrapper .banner #paper_snow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper .banner .gift-cont {
  position: absolute;
  width: 30%;
  max-width: 560px;
  height: auto;
  aspect-ratio: 56/50;
}
.wrapper .banner .gift-cont .balloon-cont {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.wrapper .banner .gift-cont .bn-gift {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 56/20;
}
.wrapper .banner .gift-cont-left {
  left: -2vw;
  bottom: 4%;
}
.wrapper .banner .gift-cont-right {
  right: -2vw;
  bottom: 1%;
}
.wrapper .banner .gift-cont-right .balloon-cont {
  transform: translateX(-50%) scaleX(-1);
}
.wrapper .banner .gift-cont-right .balloon-cont .balloon .ball:before {
  transform: scaleX(-1);
}
.wrapper .banner .slogn-cont {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 50%;
  max-width: 960px;
  height: auto;
  aspect-ratio: 96/65;
  transform: translate(-50%, -50%);
}
.wrapper .banner .slogn-cont .slogn-main {
  width: 100%;
  height: auto;
  aspect-ratio: 96/60;
  animation: fade-scale 3.2s ease infinite;
}
.wrapper .banner .slogn-cont .star {
  position: absolute;
  width: 6%;
  height: auto;
  aspect-ratio: 1/1;
  animation: radiation-rotate 48s linear infinite;
}
.wrapper .banner .slogn-cont .star-01 {
  top: 34%;
  left: 36%;
  width: 4%;
}
.wrapper .banner .slogn-cont .star-02 {
  top: 24%;
  right: 24%;
}
.wrapper .banner .slogn-cont .star-03 {
  left: 24%;
  bottom: 4%;
  width: 5%;
}
.wrapper .banner .slogn-cont .star-04 {
  right: 0;
  bottom: 6%;
  width: 5.5%;
}
.wrapper .banner .slogn-cont .slogn-yt {
  position: absolute;
  top: 44%;
  left: 40%;
  width: 16%;
  max-width: 160px;
  height: auto;
  aspect-ratio: 160/136;
}
.wrapper .banner .slogn-cont .slogn-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 32%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 300/56;
  transform: translateX(-50%);
}
.wrapper .banner .slogn-cont .slogn-btn:hover {
  filter: brightness(1.1);
  transform: translateX(-50%) scale(1.1);
}
.wrapper .banner .bn-shape {
  position: absolute;
  left: -1%;
  bottom: -1px;
  width: 102%;
  height: auto;
  aspect-ratio: 96/6;
}
@media screen and (min-width: 1921px) {
  .wrapper .banner {
    max-height: 960px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper .banner {
    aspect-ratio: 3/2;
  }
  .wrapper .banner .slogn-cont {
    width: 60%;
    aspect-ratio: 96/72;
  }
  .wrapper .banner .slogn-cont .star-03 {
    bottom: 16%;
  }
  .wrapper .banner .slogn-cont .star-04 {
    bottom: 15%;
  }
  .wrapper .banner .slogn-cont .slogn-yt {
    top: 40%;
  }
  .wrapper .banner .slogn-cont .slogn-btn {
    width: 68%;
  }
  .wrapper .banner .gift-cont-left {
    bottom: 2%;
  }
  .wrapper .banner .gift-cont-right {
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .banner {
    aspect-ratio: 6/5;
  }
  .wrapper .banner .slogn-cont {
    width: 76%;
  }
}
.wrapper .halo-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper .halo-cont .halo {
  position: absolute;
  height: auto;
  aspect-ratio: 1/1;
  animation: fade-scale-large 12s ease infinite alternate;
}
.wrapper .halo-cont .halo-01 {
  top: -24vw;
  left: -24vw;
  width: 60vw;
}
.wrapper .halo-cont .halo-02 {
  left: -8vw;
  bottom: -24vw;
  width: 64vw;
}
.wrapper .halo-cont .halo-03 {
  top: -24vw;
  right: -20vw;
  width: 60vw;
}
.wrapper .halo-cont .halo-04 {
  right: -12vw;
  bottom: -20vw;
  width: 48vw;
}
.wrapper .balloon-cont {
  width: 50%;
  max-width: 280px;
  height: auto;
  aspect-ratio: 28/42;
}
.wrapper .balloon-cont .balloon {
  position: absolute;
  left: calc(50% - 2.25vw);
  bottom: 0;
  width: 4.5vw;
  max-width: 90px;
  height: 100%;
  transform-origin: bottom;
  transform: rotate(-3deg);
  animation: balloon-swing 4.8s ease infinite alternate;
}
.wrapper .balloon-cont .balloon .ball {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: bottom;
}
.wrapper .balloon-cont .balloon .ball:before, .wrapper .balloon-cont .balloon .ball:after {
  position: absolute;
  content: "";
}
.wrapper .balloon-cont .balloon .ball:before {
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: no-repeat center/cover;
  background-color: #3eaaff;
  background-image: url(../images/banner/bn_balloon_light_90x112.svg);
  width: 100%;
  height: auto;
  aspect-ratio: 90/112;
  mask: no-repeat center/cover;
  -webkit-mask: no-repeat center/cover;
  mask-image: url(../images/banner/bn_balloon_90x112.svg);
  -webkit-mask-image: url(../images/banner/bn_balloon_90x112.svg);
  z-index: 10;
}
.wrapper .balloon-cont .balloon .ball:after {
  left: calc(50% - 1px);
  bottom: 0;
  display: block;
  background-color: #F4F4F4;
  width: 2px;
  height: 80%;
}
.wrapper .balloon-cont .balloon .ball-red:before {
  background-color: #ff1a40;
}
.wrapper .balloon-cont .balloon .ball-purple:before {
  background-color: #c352df;
}
.wrapper .balloon-cont .balloon .ball-yellow:before {
  background-color: #ffe619;
}
.wrapper .balloon-cont .balloon .ball-orange:before {
  background-color: #ffb124;
}
.wrapper .balloon-cont .balloon .ball-green:before {
  background-color: #28d68e;
}
.wrapper .balloon-cont .balloon .ball-blue:before {
  background-color: #3eaaff;
}
.wrapper .balloon-cont .balloon-01 .ball {
  height: 96%;
  transform: rotate(6deg);
}
.wrapper .balloon-cont .balloon-02 {
  animation-delay: 1.1s;
}
.wrapper .balloon-cont .balloon-02 .ball {
  height: 100%;
  transform: rotate(-6deg);
}
.wrapper .balloon-cont .balloon-03 {
  animation-delay: 2.5s;
}
.wrapper .balloon-cont .balloon-03 .ball {
  height: 90%;
  transform: rotate(16deg);
}
.wrapper .balloon-cont .balloon-04 {
  animation-delay: 3.3s;
}
.wrapper .balloon-cont .balloon-04 .ball {
  height: 92%;
  transform: rotate(-18deg);
}
.wrapper .balloon-cont .balloon-05 .ball {
  height: 80%;
  transform: rotate(12deg);
}
.wrapper .balloon-cont .balloon-06 {
  animation-delay: 1.3s;
}
.wrapper .balloon-cont .balloon-06 .ball {
  height: 86%;
  transform: rotate(-1deg);
}
.wrapper .balloon-cont .balloon-07 {
  animation-delay: 2.9s;
}
.wrapper .balloon-cont .balloon-07 .ball {
  height: 78%;
  transform: rotate(-12deg);
}
.wrapper .balloon-cont .balloon-08 {
  animation-delay: 3.5s;
}
.wrapper .balloon-cont .balloon-08 .ball {
  height: 68%;
  transform: rotate(3deg);
}
@media screen and (max-width: 800px) {
  .wrapper .balloon-cont .balloon .ball:after {
    width: 1px;
  }
}
.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 .deco-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper .deco {
  position: absolute;
  height: auto;
}
.wrapper .deco-01, .wrapper .deco-03, .wrapper .deco-05, .wrapper .deco-07 {
  left: 4%;
}
.wrapper .deco-02, .wrapper .deco-04, .wrapper .deco-06, .wrapper .deco-08 {
  right: 4%;
}
.wrapper .deco-01 {
  top: 16%;
  width: 6vw;
  max-width: 100px;
  aspect-ratio: 10/13;
}
.wrapper .deco-02 {
  top: 56%;
  width: 6vw;
  max-width: 100px;
  aspect-ratio: 100/68;
}
.wrapper .deco-03 {
  top: 8%;
  width: 5vw;
  max-width: 84px;
  aspect-ratio: 84/100;
}
.wrapper .deco-04 {
  top: 24%;
  width: 5vw;
  max-width: 84px;
  aspect-ratio: 84/100;
}
.wrapper .deco-05 {
  top: 40%;
  width: 6vw;
  max-width: 100px;
  aspect-ratio: 100/116;
}
.wrapper .deco-06 {
  top: 56%;
  width: 5vw;
  max-width: 82px;
  aspect-ratio: 82/120;
}
.wrapper .deco-07 {
  top: 76%;
  width: 5vw;
  max-width: 80px;
  aspect-ratio: 80/120;
}
.wrapper .deco-08 {
  top: 88%;
  width: 6vw;
  max-width: 100px;
  aspect-ratio: 100/84;
}
@media screen and (max-width: 1280px) {
  .wrapper .deco-01, .wrapper .deco-03, .wrapper .deco-05, .wrapper .deco-07 {
    left: 2%;
  }
  .wrapper .deco-02, .wrapper .deco-04, .wrapper .deco-06, .wrapper .deco-08 {
    right: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper .deco {
    display: none;
  }
}
.wrapper .section {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wrapper .section .row {
  background-color: #FFFFFF;
  padding: 2em 1em 8vw;
}
.wrapper .section .row:before {
  position: absolute;
  top: -3vw;
  left: -0.5em;
  content: "";
  display: block;
  background-color: inherit;
  width: calc(100% + 1em);
  height: auto;
  aspect-ratio: 96/3;
  mask: no-repeat center/cover;
  -webkit-mask: no-repeat center/cover;
  mask-image: url(../images/section_shape_960x30.svg);
  -webkit-mask-image: url(../images/section_shape_960x30.svg);
}
.wrapper .section .row.active-step:before {
  content: none;
}
.wrapper .section .row.active-step .fill-box .col {
  background-color: #fff7db;
  max-width: 1024px;
  padding: 2em;
  border-radius: 20px;
}
.wrapper .section .row.method-cont {
  background-color: #c4edec;
}
@media screen and (max-width: 1024px) {
  .wrapper .section .row.fill-box .col {
    max-width: 480px;
    padding: 1.5em;
  }
}
.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 .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 {
  margin: 0 0 0.25em;
  padding: 0 0.25em 0.25em;
  color: #2d3ea2;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.wrapper .main-title span {
  display: inline-block;
  font-weight: 700;
  z-index: 20;
}
.wrapper .main-title:before, .wrapper .main-title:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}
.wrapper .main-title:before {
  bottom: 0;
  background-color: #2d3ea2;
  width: 3em;
  height: 1px;
}
.wrapper .main-title:after {
  bottom: -0.25em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25em 0.25em 0;
  border-color: #2d3ea2 transparent transparent;
}
@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: #141416;
  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: #ff1a40;
  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 .step-list {
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  margin-bottom: 4em;
}
.wrapper .step-list .item {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
  justify-content: flex-end;
  align-items: center;
  width: 33.3333333333%;
  height: auto;
  aspect-ratio: 32/24;
  padding: 1em;
  margin: 4em 0 0;
}
.wrapper .step-list .item:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: #ffd1d9;
  width: 100%;
  height: auto;
  aspect-ratio: 32/24;
  mask: no-repeat center/cover;
  -webkit-mask: no-repeat center/cover;
  mask-image: url(../images/step/step_bg_shape_320x240.svg);
  -webkit-mask-image: url(../images/step/step_bg_shape_320x240.svg);
}
.wrapper .step-list .item .item-icon {
  position: absolute;
  top: -4em;
  left: 50%;
  width: 38%;
  max-width: 120px;
  height: auto;
  aspect-ratio: 12/10;
  transform: translateX(-50%);
}
.wrapper .step-list .item .item-title {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.25em;
  font-size: 1.75em;
  justify-content: center;
  align-items: flex-end;
  color: #141416;
  font-weight: 700;
}
.wrapper .step-list .item .item-title:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  background: no-repeat center/cover;
  background-image: url(../images/step/step_title_deco_168x32.svg);
  width: 6em;
  height: auto;
  aspect-ratio: 168/32;
  transform: translateX(-50%);
}
.wrapper .step-list .item .item-title .num {
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: inherit;
  line-height: 0.9;
}
.wrapper .step-list .item .item-text {
  display: flex;
  flex-flow: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  color: #141416;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.25;
}
.wrapper .step-list .item .item-text span {
  color: inherit;
  font-weight: inherit;
}
.wrapper .step-list .item .btn {
  min-width: unset;
  padding: 0.125em 1.5em;
}
.wrapper .step-list .item-01:before {
  background-color: #ffd1d9;
}
.wrapper .step-list .item-01 .btn {
  border-color: #ff7f95;
}
.wrapper .step-list .item-01 .btn:not(:hover) {
  background-color: #ff7f95;
}
.wrapper .step-list .item-01 .btn:hover {
  color: #ff7f95;
}
.wrapper .step-list .item-02 {
  top: 4em;
}
.wrapper .step-list .item-02:before {
  background-color: #ffe7c5;
}
.wrapper .step-list .item-02 .btn {
  border-color: #ffbc5e;
}
.wrapper .step-list .item-02 .btn:not(:hover) {
  background-color: #ffbc5e;
}
.wrapper .step-list .item-02 .btn:hover {
  color: #ffbc5e;
}
.wrapper .step-list .item-03:before {
  background-color: hsl(165, 61%, 88%);
}
.wrapper .step-list .item-03 .btn {
  border-color: #78dec5;
}
.wrapper .step-list .item-03 .btn:not(:hover) {
  background-color: #78dec5;
}
.wrapper .step-list .item-03 .btn:hover {
  color: #78dec5;
}
.wrapper .step-list .item:hover {
  margin: 3.5em 0 0.5em;
}
.wrapper .step-list .item:hover:before {
  transform: scale(1.05);
}
@media screen and (max-width: 800px) {
  .wrapper .step-list {
    flex-flow: column;
  }
  .wrapper .step-list .item {
    top: unset;
    width: 100%;
    max-width: 320px;
  }
}
.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:hover {
  margin: 0 0 0.5em;
  box-shadow: 0 8px 12px #21283333;
}
.wrapper .list-box .list-item:hover .icon-cont .item-icon {
  transform: scale(1.2);
}
.wrapper .list-box .list-item .icon-cont {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #ff7f95;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
.wrapper .list-box .list-item .icon-cont:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  background: no-repeat center/cover;
  background-image: url(../images/card_shape_290x40.svg);
  width: 100%;
  height: auto;
  aspect-ratio: 29/4;
}
.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: 1em;
  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: #ff7f95;
  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%;
  border-color: #ff7f95;
}
.wrapper .list-box .list-item .btn:not(:hover) {
  background-color: #ff7f95;
}
.wrapper .list-box .list-item .btn:hover {
  color: #ff7f95;
}
.wrapper .list-box:nth-of-type(5n+1) .list-item .icon-cont {
  background-color: #ff7f95;
}
.wrapper .list-box:nth-of-type(5n+1) .list-item .list-title {
  color: #ff7f95;
}
.wrapper .list-box:nth-of-type(5n+1) .list-item .btn {
  border-color: #ff7f95;
}
.wrapper .list-box:nth-of-type(5n+1) .list-item .btn:not(:hover) {
  background-color: #ff7f95;
}
.wrapper .list-box:nth-of-type(5n+1) .list-item .btn:hover {
  color: #ff7f95;
}
.wrapper .list-box:nth-of-type(5n+2) .list-item .icon-cont {
  background-color: #ffbc5e;
}
.wrapper .list-box:nth-of-type(5n+2) .list-item .list-title {
  color: #ffbc5e;
}
.wrapper .list-box:nth-of-type(5n+2) .list-item .btn {
  border-color: #ffbc5e;
}
.wrapper .list-box:nth-of-type(5n+2) .list-item .btn:not(:hover) {
  background-color: #ffbc5e;
}
.wrapper .list-box:nth-of-type(5n+2) .list-item .btn:hover {
  color: #ffbc5e;
}
.wrapper .list-box:nth-of-type(5n+3) .list-item .icon-cont {
  background-color: #78dec5;
}
.wrapper .list-box:nth-of-type(5n+3) .list-item .list-title {
  color: #78dec5;
}
.wrapper .list-box:nth-of-type(5n+3) .list-item .btn {
  border-color: #78dec5;
}
.wrapper .list-box:nth-of-type(5n+3) .list-item .btn:not(:hover) {
  background-color: #78dec5;
}
.wrapper .list-box:nth-of-type(5n+3) .list-item .btn:hover {
  color: #78dec5;
}
.wrapper .list-box:nth-of-type(5n+4) .list-item .icon-cont {
  background-color: #61bfe9;
}
.wrapper .list-box:nth-of-type(5n+4) .list-item .list-title {
  color: #61bfe9;
}
.wrapper .list-box:nth-of-type(5n+4) .list-item .btn {
  border-color: #61bfe9;
}
.wrapper .list-box:nth-of-type(5n+4) .list-item .btn:not(:hover) {
  background-color: #61bfe9;
}
.wrapper .list-box:nth-of-type(5n+4) .list-item .btn:hover {
  color: #61bfe9;
}
.wrapper .list-box:nth-of-type(5n+5) .list-item .icon-cont {
  background-color: #b590d4;
}
.wrapper .list-box:nth-of-type(5n+5) .list-item .list-title {
  color: #b590d4;
}
.wrapper .list-box:nth-of-type(5n+5) .list-item .btn {
  border-color: #b590d4;
}
.wrapper .list-box:nth-of-type(5n+5) .list-item .btn:not(:hover) {
  background-color: #b590d4;
}
.wrapper .list-box:nth-of-type(5n+5) .list-item .btn:hover {
  color: #b590d4;
}
@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: #ff7f95;
  min-width: 12em;
  padding: 0.25em 0.75em;
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  border: 2px solid #ff7f95;
  cursor: pointer;
  border-radius: 32px;
}
.wrapper .btn:hover {
  background-color: #FFFFFF;
  color: #ff7f95;
}
.wrapper .btn-yellow-sp {
  background-color: #ffe619;
  color: #141416;
  border-color: #ffe619;
}
.wrapper .btn-yellow-sp:hover {
  background-color: #fff17f;
  color: #141416;
}
.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: #ff7f95;
}
.wrapper .btn-close:hover {
  background-color: #ffd1d9;
}
.wrapper .btn-close:hover .icon {
  background-color: #FFFFFF;
}
.wrapper .icon {
  display: inline-block;
  background-color: #ffb124;
  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-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .wrapper .coupon-card {
    max-width: unset;
  }
}
.wrapper .form-cont {
  display: flex;
  flex-flow: row wrap;
  gap: 0.75em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.wrapper .form-cont .form-title {
  width: 100%;
  color: #141416;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
.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: #2d3ea2;
  font-weight: 500;
  transform: translateY(-50%);
}
.wrapper .form-cont .select-cont:before {
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  display: block;
  background-color: #2d3ea2;
  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: #2d3ea2;
  font-weight: 500;
  text-decoration: underline;
}
.wrapper .form-cont .option span a:hover {
  color: #61bfe9;
}
@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 balloon-swing {
  0% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes fade-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fade-scale-large {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes fade-scale-translate {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes fade-scale-translateX {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.5);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
@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 */