@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
a {
  text-decoration: none;
}

img {
  display: block;
}

.earlyird {
  background-color: #008182;
  font-size: 16px;
  /* banner */
}
.earlyird *, .earlyird *:before, .earlyird *:after {
  position: relative;
  margin: 0;
  font-family: "Noto Sans TC", sans-serif, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  transition: 0.2s linear;
}
@media screen and (max-width: 1280px) {
  .earlyird {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .earlyird {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .earlyird {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .earlyird {
    font-size: 12px;
  }
}
.earlyird .banner {
  background-color: #6DF2FF;
  background-image: linear-gradient(0deg, #FFFFA1 0%, #6DF2FF 100%);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 102vh;
  overflow: hidden;
}
.earlyird .banner .shape-box, .earlyird .banner .flyitem-box, .earlyird .banner .landmark-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
}
.earlyird .banner .shape-box .shape {
  position: absolute;
  display: block;
  width: 32vw;
  max-width: 620px;
}
.earlyird .banner .shape-box .shape-01, .earlyird .banner .shape-box .shape-02 {
  top: 0;
}
.earlyird .banner .shape-box .shape-01, .earlyird .banner .shape-box .shape-03 {
  left: 0;
}
.earlyird .banner .shape-box .shape-02, .earlyird .banner .shape-box .shape-04 {
  right: 0;
}
.earlyird .banner .shape-box .shape-03, .earlyird .banner .shape-box .shape-04 {
  bottom: 0;
}
.earlyird .banner .shape-box .flower {
  position: absolute;
  bottom: 0;
  width: 24vw;
  max-width: 460px;
}
.earlyird .banner .shape-box .flower-l {
  left: 0;
}
.earlyird .banner .shape-box .flower-r {
  right: 0;
  transform: scaleX(-1);
}
.earlyird .banner .shape-box .line {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0.6;
}
.earlyird .banner .shape-box .line-01 {
  top: 2%;
}
.earlyird .banner .shape-box .line-02 {
  bottom: 8%;
}
.earlyird .banner .flyitem-box .leaf {
  position: absolute;
  top: calc(50% - 8vh);
  left: 50%;
  width: 160%;
  max-width: 1680px;
  opacity: 0;
  animation: fade-leaf 16s linear infinite;
}
.earlyird .banner .flyitem-box .leaf-02 {
  animation-delay: 6s;
}
.earlyird .banner .flyitem-box .airplane {
  position: absolute;
  top: 20%;
  left: -32vw;
  width: 20vw;
  max-width: 400px;
  animation: airplane 12s ease-in-out infinite;
}
.earlyird .banner .flyitem-box .airballoon {
  position: absolute;
}
.earlyird .banner .flyitem-box .airballoon-01 {
  top: 4%;
  left: 2%;
  width: 8vw;
  max-width: 160px;
  animation: up-down 9s ease-in-out infinite;
}
.earlyird .banner .flyitem-box .airballoon-02 {
  top: 12%;
  right: 6%;
  width: 10vw;
  max-width: 220px;
  animation-delay: 2.4;
  animation: up-down 11s ease-in-out infinite;
}
.earlyird .banner .landmark-box .landmark {
  position: absolute;
  bottom: 3%;
  height: 32vw;
  max-height: 760px;
}
.earlyird .banner .landmark-box .landmark-01 {
  left: -12vw;
  animation: landmark-01 0.8s ease-in-out forwards;
}
.earlyird .banner .landmark-box .landmark-02 {
  left: -12vw;
  animation: landmark-02 0.8s ease-in-out forwards;
}
.earlyird .banner .landmark-box .landmark-03 {
  right: -12vw;
  animation: landmark-03 0.8s ease-in-out forwards;
}
.earlyird .banner .landmark-box .landmark-04 {
  right: -12vw;
  animation: landmark-04 0.8s ease-in-out forwards;
}
.earlyird .banner .bn-title {
  position: absolute;
  top: calc(50% - 4vh);
  left: 50%;
  width: 50vw;
  max-width: 1024px;
  height: 23.4vw;
  max-height: 480px;
  filter: drop-shadow(0 0 4px #00000033);
  transform: translate(-50%, -50%);
}
.earlyird .banner .bn-title img {
  position: absolute;
  width: 100%;
}
.earlyird .banner .bn-title .warn-img {
  left: 50%;
  bottom: -6em;
  width: 40%;
  max-width: 320px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .earlyird .banner .bn-title {
    width: 50vw;
    height: 23.4vw;
  }
}
@media screen and (max-width: 800px) {
  .earlyird .banner {
    max-height: 80vh;
  }
  .earlyird .banner .flyitem-box .airplane {
    width: 32vw;
  }
  .earlyird .banner .flyitem-box .airballoon-01 {
    width: 14vw;
  }
  .earlyird .banner .flyitem-box .airballoon-02 {
    width: 16vw;
  }
  .earlyird .banner .bn-title {
    width: 80vw;
    height: 37.5vw;
  }
  .earlyird .banner .bn-title .warn-img {
    width: 60%;
  }
  .earlyird .banner .landmark-box .landmark {
    bottom: 1%;
  }
}
@media screen and (max-width: 640px) {
  .earlyird .banner {
    max-height: 90vh;
  }
  .earlyird .banner .bn-title {
    top: 50%;
    width: 100vw;
    height: 46.875vw;
  }
  .earlyird .banner .landmark-box .landmark {
    height: 52vw;
  }
}
.earlyird .section {
  display: flex;
  flex-flow: column;
  gap: 2em;
  justify-content: center;
  align-items: center;
  background-color: #008182;
  background-image: url(../images/section_bg.png);
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: 400px 400px;
  width: 100%;
  padding: 4em 1em;
}
.earlyird .section.form:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/section_bg.png);
  background-color: #008182;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: 400px 400px;
  top: -6vw;
  right: 0;
  width: 101vw;
  mask-image: url(../images/section_shape.svg);
  -webkit-mask-image: url(../images/section_shape.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  height: 6.25vw;
}
@media screen and (max-width: 640px) {
  .earlyird .section {
    background-size: 200px 200px;
  }
  .earlyird .section.form:before {
    background-size: 200px 200px;
  }
}
.earlyird .intro-table {
  display: flex;
  flex-flow: row nowrap;
  gap: 1.5em;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1024px;
}
.earlyird .intro-table .menu {
  position: sticky;
  top: 65px;
  background-color: #FFFFFF;
  max-width: 12.5em;
  padding: 1.25em;
  color: #008182;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 0 4px #00000033;
}
.earlyird .intro-table .menu .title {
  color: #008182;
  font-size: 1.25em;
  font-weight: 700;
}
.earlyird .intro-table .menu .list {
  margin: 8px 0;
  padding: 8px 0;
  border: solid #008182;
  border-width: 1px 0;
}
.earlyird .intro-table .menu .list li.li-link {
  margin: 4px;
  list-style: none;
}
.earlyird .intro-table .menu .list li.li-link a {
  display: block;
  width: 100%;
  padding: 4px;
  color: #008182;
  font-size: 1em;
  font-weight: 400;
  text-decoration: unset;
  border-radius: 20px;
}
.earlyird .intro-table .menu .list li.li-link a:hover, .earlyird .intro-table .menu .list li.li-link a.active {
  background-color: #FF437D;
  color: #FFFF00;
}
.earlyird .intro-table .menu .top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 0 0;
  color: #008182;
  font-size: 1.2em;
  text-decoration: unset;
}
.earlyird .intro-table .menu .top-btn:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 0.4em 0 0;
  border: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #008182 transparent;
}
.earlyird .intro-table .menu .top-btn:hover {
  color: #FF437D;
  animation: top-btn-roll 0.8s linear infinite;
}
.earlyird .intro-table .menu .top-btn:hover::before {
  border-color: transparent transparent #FF437D transparent;
}
.earlyird .intro-table .table-list {
  display: flex;
  flex-flow: column wrap;
  gap: 2em;
  justify-content: center;
  align-items: center;
  width: calc(100% - 15em);
}
.earlyird .intro-table .table-list .item {
  display: flex;
  flex-flow: column wrap;
  gap: 1.75em;
  justify-content: center;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0;
  padding: 2em;
  border-radius: 0.75em;
  box-shadow: 0 0 4px #00000033;
}
.earlyird .intro-table .table-list .item .name {
  padding: 0 0 0.75em;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  border-width: 0 0 2px;
  border-style: solid;
}
.earlyird .intro-table .table-list .item .row-list .tb-row {
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
  align-items: center;
  padding: 1em;
  border: solid #999999;
  border-width: 0 0 1px;
  cursor: default;
}
.earlyird .intro-table .table-list .item .row-list .title {
  width: 7.5em;
  padding: 0;
  font-size: 1.25em;
  text-align: center;
}
.earlyird .intro-table .table-list .item .row-list .title span {
  display: inline-block;
  font-weight: 500;
}
.earlyird .intro-table .table-list .item .row-list .desc {
  width: calc(100% - 8em);
  padding: 0;
  color: #333333;
  font-size: 1.125em;
  text-align: justify;
}
.earlyird .intro-table .table-list .item .row-list .desc .mark {
  font-weight: 500;
}
.earlyird .intro-table .table-list .item .row-list .desc span {
  display: block;
}
.earlyird .intro-table .table-list .item .free-btn {
  text-align: center;
}
.earlyird .intro-table .table-list .item .free-btn a {
  display: block;
  width: 100%;
  max-width: 12em;
  margin: 0 auto;
  padding: 8px;
  color: #FFFFFF;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 0.5em;
}
.earlyird .intro-table .table-list .item:nth-child(4n+1) .name {
  color: #28BB90;
  border-color: #28BB90;
}
.earlyird .intro-table .table-list .item:nth-child(4n+1) .row-list .tb-row:hover {
  background-color: #28BB9010;
}
.earlyird .intro-table .table-list .item:nth-child(4n+1) .row-list .title {
  color: #28BB90;
}
.earlyird .intro-table .table-list .item:nth-child(4n+1) .row-list .desc .mark {
  color: #28BB90;
}
.earlyird .intro-table .table-list .item:nth-child(4n+1) .free-btn a {
  background-color: #28BB90;
}
.earlyird .intro-table .table-list .item:nth-child(4n+1) .free-btn a:hover {
  background-color: #40d6aa;
}
.earlyird .intro-table .table-list .item:nth-child(4n+2) .name {
  color: #FF903C;
  border-color: #FF903C;
}
.earlyird .intro-table .table-list .item:nth-child(4n+2) .row-list .tb-row:hover {
  background-color: #FF903C10;
}
.earlyird .intro-table .table-list .item:nth-child(4n+2) .row-list .title {
  color: #FF903C;
}
.earlyird .intro-table .table-list .item:nth-child(4n+2) .row-list .desc .mark {
  color: #FF903C;
}
.earlyird .intro-table .table-list .item:nth-child(4n+2) .free-btn a {
  background-color: #FF903C;
}
.earlyird .intro-table .table-list .item:nth-child(4n+2) .free-btn a:hover {
  background-color: #ffad6f;
}
.earlyird .intro-table .table-list .item:nth-child(4n+3) .name {
  color: #1C6EBF;
  border-color: #1C6EBF;
}
.earlyird .intro-table .table-list .item:nth-child(4n+3) .row-list .tb-row:hover {
  background-color: #1C6EBF10;
}
.earlyird .intro-table .table-list .item:nth-child(4n+3) .row-list .title {
  color: #1C6EBF;
}
.earlyird .intro-table .table-list .item:nth-child(4n+3) .row-list .desc .mark {
  color: #1C6EBF;
}
.earlyird .intro-table .table-list .item:nth-child(4n+3) .free-btn a {
  background-color: #1C6EBF;
}
.earlyird .intro-table .table-list .item:nth-child(4n+3) .free-btn a:hover {
  background-color: #2e88e0;
}
.earlyird .intro-table .table-list .item:nth-child(4n+4) .name {
  color: #FF437D;
  border-color: #FF437D;
}
.earlyird .intro-table .table-list .item:nth-child(4n+4) .row-list .tb-row:hover {
  background-color: #FF437D10;
}
.earlyird .intro-table .table-list .item:nth-child(4n+4) .row-list .title {
  color: #FF437D;
}
.earlyird .intro-table .table-list .item:nth-child(4n+4) .row-list .desc .mark {
  color: #FF437D;
}
.earlyird .intro-table .table-list .item:nth-child(4n+4) .free-btn a {
  background-color: #FF437D;
}
.earlyird .intro-table .table-list .item:nth-child(4n+4) .free-btn a:hover {
  background-color: #ff76a0;
}
@media screen and (max-width: 1024px) {
  .earlyird .intro-table .menu {
    display: none;
  }
  .earlyird .intro-table .table-list {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 640px) {
  .earlyird .intro-table .table-list .item .row-list .title {
    width: 4.5em;
  }
  .earlyird .intro-table .table-list .item .row-list .desc {
    width: calc(100% - 4.5em);
  }
}
.earlyird .form .send-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5em;
  width: 100%;
  max-width: 1024px;
}
.earlyird .form .send-form .send-card, .earlyird .form .send-form .form-cont {
  flex: 1 1 calc(50% - 1.25em);
}
.earlyird .form .send-form .btn {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .earlyird .form .send-form {
    flex-flow: column wrap;
  }
}
.earlyird input, .earlyird select {
  flex: 1 0 auto;
  appearance: none;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0.75em;
  font-size: 1em;
  line-height: 1.25em;
  border: none;
  border-radius: 0.5em;
  outline: none;
}
.earlyird input::placeholder, .earlyird select::placeholder {
  color: #999999;
}
.earlyird input:focus, .earlyird select:focus {
  outline: none;
  box-shadow: 0 0 0 1px #F97A00cc;
}
@media screen and (max-width: 640px) {
  .earlyird input, .earlyird select {
    font-size: 16px;
  }
}
.earlyird input[type=checkbox] {
  display: inline-block;
  background-color: #FFFFFF;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  padding: 0;
  color: #FFFFFF;
  border: 1px solid #F97A00;
  border-radius: 2px;
  z-index: 1;
}
.earlyird input[type=checkbox]:checked {
  background-color: #F97A00;
}
.earlyird input[type=checkbox]:checked:after {
  position: absolute;
  top: calc(50% - 0.1em);
  left: 50%;
  content: "✓";
  color: #FFFFA1;
  font-size: 0.9em;
  font-weight: 500;
  transform: translate(-50%, -50%);
}
.earlyird .form-cont {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: 100%;
  max-width: 32em;
}
.earlyird .form-input, .earlyird .form-checkbox {
  width: 100%;
}
.earlyird .form-checkbox {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5em;
  justify-content: flex-start;
  align-items: center;
}
.earlyird .select-cont {
  display: flex;
  width: 100%;
}
.earlyird .select-cont:before {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  content: "";
  mask-repeat: no-repeat;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75em 0.5em 0 0.5em;
  border-color: #F97A00 transparent transparent transparent;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}
.earlyird .send-card {
  width: 100%;
  max-width: 32em;
}
.earlyird .send-card img {
  width: 100%;
}
.earlyird .btn-cont {
  width: 100%;
}
.earlyird .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #F97A00;
  min-width: 8em;
  padding: 0.25em 2em;
  color: #FFFFA1;
  font-size: 1.5em;
  text-align: center;
  border-radius: 0.5em;
  cursor: pointer;
}
.earlyird .btn:hover {
  background-color: #ff9937;
}
.earlyird .btn.go_button {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.25em;
  justify-content: center;
  align-items: center;
}
.earlyird .btn.go_button:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.48em;
  height: 0.48em;
  margin: 0 0.2em;
  border: solid #FFFFA1;
  border-width: 0.16em 0.16em 0 0;
  border-radius: 2px;
  transform: rotate(45deg);
}
.earlyird .title {
  color: #FFFFA1;
  font-size: 2.5em;
  text-align: center;
  padding: 0.5em 2em;
  line-height: 1.25em;
}
.earlyird .title span {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .earlyird .title {
    font-size: 2em;
  }
}
.earlyird .sub-text {
  font-size: 0.75em;
}
.earlyird .statement {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.25em;
  color: #FFFFFF;
}
.earlyird .statement .link {
  color: #FFFF00;
  text-decoration: underline;
}
.earlyird .anchor {
  position: absolute;
  top: -4em;
}
@media screen and (max-width: 800px) {
  .earlyird .anchor {
    top: 0;
  }
}

@keyframes up-down {
  0% {
    margin: 1.5% 0;
  }
  40% {
    margin: 0 0 3% 0;
  }
  100% {
    margin: 1.5% 0;
  }
}
@keyframes fade-leaf {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6) rotate(0deg);
  }
  10% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.78) rotate(18deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.4) rotate(180deg);
  }
}
@keyframes fade-scale {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes airplane {
  0% {
    top: 20%;
    left: -32vw;
  }
  80% {
    top: -12%;
    left: 125vw;
  }
  100% {
    top: -12%;
    left: 125vw;
  }
}
@keyframes landmark-01 {
  0% {
    left: -12vw;
  }
  100% {
    left: 6%;
  }
}
@keyframes landmark-02 {
  0% {
    left: -12vw;
  }
  100% {
    left: 0;
  }
}
@keyframes landmark-03 {
  0% {
    right: -12vw;
  }
  100% {
    right: 0;
  }
}
@keyframes landmark-04 {
  0% {
    right: -12vw;
  }
  100% {
    right: 8%;
  }
}
/* other */
@keyframes top-btn-roll {
  0% {
    padding: 0.75em 0 0;
  }
  40% {
    padding: 0.375em 0 0.375em;
  }
  90% {
    padding: 0.75em 0 0;
  }
  100% {
    padding: 0.75em 0 0;
  }
}/*# sourceMappingURL=style.css.map */