@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  list-style: none;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  display: block;
  border: none;
}


.gotop {
  position: fixed;
  z-index: 10;
  bottom: 30px;
}
@media (max-width: 980px) {
  .gotop {
    width: 50px;
    bottom: 60px;
    right: 0;
  }
}
.gotop span {
  display: none;
}
@media (max-width: 980px) {
  .gotop span {
    display: block;
  }
}

.form {
  background-color: #fffee9;
  line-height: 1.5;
  position: relative;
}
.form:before {
  content: "";
  position: absolute;
  background-image: url(../images/stamp_wave.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17.8645833333%;
  padding-bottom: 13.75%;
  left: 3vw;
  top: 97px;
}
@media (max-width: 980px) {
  .form:before {
    display: none;
  }
}
.form:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 9px;
  background-image: url(../images/envelope_line.svg);
  bottom: 1px;
}
.form .wave {
  position: absolute;
  width: 16.40625%;
  padding-bottom: 12.7083333333%;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
}
@media (max-width: 980px) {
  .form .wave {
    display: none;
  }
}
.form .wave-1 {
  background-image: url(../images/wave_right.svg);
  width: 16.40625%;
  padding-bottom: 12.7083333333%;
  top: 172px;
  right: 0;
}
@media (max-width: 1440px) {
  .form .wave-1 {
    transform: scale(0.8);
    right: -20px;
  }
}
.form .wave-2 {
  background-image: url(../images/wave_right.svg);
  width: 16.40625%;
  padding-bottom: 12.7083333333%;
  right: 0;
  bottom: 27vw;
}
@media (max-width: 1440px) {
  .form .wave-2 {
    transform: scale(0.8);
    right: -20px;
  }
}
.form .wave-3 {
  position: absolute;
  background-image: url(../images/wave_left_complete.svg);
  width: 15.5729166667%;
  padding-bottom: 10.2604166667%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 55px;
  bottom: 46vw;
}
@media (max-width: 1440px) {
  .form .wave-3 {
    left: -15px;
    bottom: 73vw;
  }
}
.form .container {
  width: 100%;
  max-width: 850px;
  margin: auto;
  padding-top: 160px;
  padding-bottom: 165px;
  position: relative;
}
@media (max-width: 980px) {
  .form .container {
    padding: 130px 20px;
  }
}
.form .container:before {
  content: "";
  position: absolute;
  background-image: url(../images/sydney_australia_logo_right.svg);
  width: 27.5510204082%;
  padding-bottom: 17.3469387755%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 32vw;
  left: calc(100% + 57px);
}
@media (max-width: 1440px) {
  .form .container:before {
    top: 40vw;
    transform: scale(0.7);
    left: calc(100% + 0px);
  }
}
@media (max-width: 980px) {
  .form .container:before {
    display: none;
  }
}
.form_title {
  color: #4f4431;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 3px;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 980px) {
  .form_title {
    font-size: 20px;
  }
}
.form_title:before, .form_title:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 4px);
}
@media (max-width: 980px) {
  .form_title:before, .form_title:after {
    bottom: 100%;
    transform: scale(0.75) translateX(-70%);
  }
}
.form_title:after {
  top: calc(100% + 6px);
  width: 60px;
  height: 10px;
}
@media (max-width: 980px) {
  .form_title:after {
    transform: scale(0.75) translateX(-65%);
  }
}
.form_title::before {
  background-image: url(../images/note_logo.svg);
  width: 99px;
  height: 70px;
}
.form_title:after {
  background-image: url(../images/brown_wave.png);
}
.form_tips {
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  margin-bottom: 56px;
}
@media (max-width: 980px) {
  .form_tips {
    margin-bottom: 40px;
  }
}
.form_tips span {
  display: inline-block;
  color: white;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: #EF4B57;
  border-radius: 5px;
  margin-left: 8px;
}
.form_banner {
  display: block;
  width: 100%;
  position: relative;
}
.form_banner:after {
  content: "";
  position: absolute;
  background-image: url(../images/envelope_line.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 9px;
  top: 100%;
  background-position: center center;
  z-index: 2;
  left: 0;
}
.form_banner img {
  display: block;
  width: 100%;
}
.form_banner .m {
  display: none;
}
@media (max-width: 980px) {
  .form_banner .m {
    display: block;
  }
  .form_banner .pc {
    display: none;
  }
}
.form label {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 980px) {
  .form label {
    font-size: 16px;
  }
}
.form input {
  width: 100%;
  height: 55px;
  padding: 0 16px;
  box-sizing: border-box;
  border: 1px solid #cfc8c8;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0.06em;
}
.form input::-moz-placeholder {
  font-size: 18px;
  color: #bcbec0;
  letter-spacing: unset;
  font-weight: 500;
}
.form input::placeholder {
  font-size: 18px;
  color: #bcbec0;
  letter-spacing: unset;
  font-weight: 500;
}
@media (max-width: 980px) {
  .form input::-moz-placeholder {
    font-size: 16px;
  }
  .form input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .form input {
    width: 100%;
    padding: 0 0.625rem;
  }
}
.form textarea {
  width: 100%;
  padding: 17px 16px;
  box-sizing: border-box;
  border: 1px solid #cfc8c8;
  border-radius: 4px;
  height: 245px;
  font-size: 16px;
}
@media (max-width: 980px) {
  .form textarea {
    height: 220px;
    padding: 12px;
  }
}
.form textarea::-moz-placeholder {
  font-size: 18px;
  color: #bcbec0;
  font-weight: 500;
}
.form textarea::placeholder {
  font-size: 18px;
  color: #bcbec0;
  font-weight: 500;
}
@media (max-width: 980px) {
  .form textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form textarea::placeholder {
    font-size: 16px;
  }
}
.form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1.5px solid black;
  box-sizing: border-box;
  border-radius: 5px;
}
.form .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.form .info {
  font-size: 24px;
  font-weight: 500;
  margin: 48px 0;
  position: relative;
}
@media (max-width: 980px) {
  .form .info {
    font-size: 18px;
    margin: 35px 0;
  }
}
.form .info:after {
  content: "";
  position: absolute;
  width: 82.4%;
  background-color: black;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
}
@media (max-width: 980px) {
  .form .info:after {
    width: calc(100% - 120px);
    left: 120px;
  }
}
.form_wrap {
  width: 100%;
  position: relative;
}
.form_wrap input {
  width: 100%;
}
.form_wrap p {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: unset;
  margin-bottom: 0.625rem;
}
@media (max-width: 980px) {
  .form_wrap p {
    font-size: 1rem;
  }
}
.form_wrap p a {
  color: #EF4B57;
  position: relative;
}
.form_wrap p a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EF4B57;
  position: absolute;
  left: 0;
  bottom: 0;
}
.form_radio_box {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 55px;
}
.form_radio_box .box {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.form_radio_box .box:before {
  content: "";
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  outline: 1px solid black;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form_radio_box .box:has(input:checked):before {
  background-color: #EF4B57;
  border: 2.5px solid #fffee9;
}
.form_radio_box .box label {
  cursor: pointer;
  padding: 0;
  padding-left: 30px;
  margin: unset;
  width: unset;
}
.form_radio_box .box input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  top: 0;
  left: 0;
  margin: unset;
  box-sizing: border-box;
  line-height: unset;
  border: unset;
  border-radius: unset;
}
.form_group {
  margin: 0 auto 16px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.form_group .remind {
  position: absolute;
  right: 0;
  top: 4px;
  color: #EF4B57;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.form_group label {
  margin-bottom: 13px;
}
.form_group .name_input {
  min-width: 583px;
}
@media (max-width: 980px) {
  .form_group .name_input {
    min-width: unset;
  }
}
.form_group--double {
  justify-content: space-between;
}
@media (max-width: 980px) {
  .form_group--double {
    flex-direction: column;
    gap: 16px;
  }
}
.form_group:not(.form_group--double, .form_group--vercode, .form_group--checkbox) {
  flex-direction: column;
}
.form_group_box {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.form_group--file label {
  padding-top: unset;
}
.form_group--file .file-name {
  position: absolute;
  display: inline-block;
  left: 145px;
  bottom: 14px;
  font-size: 18px;
  color: #bcbec0;
  font-weight: 500;
}
@media (max-width: 980px) {
  .form_group--file .file-name {
    bottom: 16px;
    left: 135px;
    font-size: 16px;
  }
}
.form_group--file input {
  background-color: #fff;
  cursor: pointer;
  padding: 10px 16px;
  position: relative;
  color: transparent;
}
.form_group--file input:before {
  content: "選擇檔案";
  position: absolute;
  color: white;
  font-size: 18px;
  left: 31px;
  top: 49%;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .form_group--file input:before {
    left: 37px;
    font-size: 16px;
  }
}
.form_group--file input::-moz-selection {
  background: transparent;
}
.form_group--file input::selection {
  background: transparent;
}
.form_group--file input::file-selector-button {
  font-size: 18px;
  color: transparent;
  background-color: #EF4B57;
  border-radius: 50px;
  border: none;
  padding: 7px 4px;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 10px;
  min-width: 105px;
}
@media (max-width: 980px) {
  .form_group--file input::file-selector-button {
    padding: 6px 4px;
  }
}
.form_group--checkbox {
  display: flex;
  width: 100%;
}
@media (max-width: 980px) {
  .form_group--checkbox {
    flex-wrap: nowrap;
  }
}
.form_group--checkbox p {
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}
@media (max-width: 980px) {
  .form_group--checkbox p {
    font-size: 16px;
  }
}
.form_group--checkbox p a {
  color: #EF4B57;
  position: relative;
  border-bottom: 1px solid #EF4B57;
}
.form_group--vercode {
  display: flex;
  align-items: center;
  margin: 32px 0;
}
.form_group--vercode input {
  width: 200px;
}
@media (max-width: 980px) {
  .form_group--vercode input {
    width: calc(100% - 160px);
  }
}
.form_group--vercode label {
  margin: 0 16px 13px 0;
}
@media (max-width: 980px) {
  .form_group--vercode label {
    word-break: keep-all;
    width: 100%;
    display: block;
  }
}
.form_group--vercode .verify_box {
  display: flex;
  align-items: center;
}
.form_group--vercode .verification {
  max-width: 168px;
  width: 100%;
  margin: 0 16px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .form_group--vercode .verification {
    margin-left: 10px;
    max-width: 140px;
  }
}
.form_group--vercode .verification img {
  width: 100%;
}
.form_group--vercode .btn-refresh {
  display: inline-block;
  cursor: pointer;
  background-image: url(../images/reset.svg);
  width: 26px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 980px) {
  .form_group--vercode .btn-refresh {
    width: 20.8px;
    height: 24px;
  }
}
.form_checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  box-sizing: border-box;
  min-width: 22px;
  width: 22px;
  height: 22px;
  margin: 0 15px 32px 0;
  top: 4px;
}
@media (max-width: 980px) {
  .form_checkbox {
    top: 3px;
  }
}
.form_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  top: 0;
  left: 0;
  box-sizing: border-box;
  line-height: unset;
  border: unset;
  border-radius: unset;
  margin: 0;
  z-index: 2;
}
.form_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.form_checkbox .checkmark::after {
  left: 1px;
  top: 0;
  background-image: url(../images/checked.svg);
  width: 24px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.form .btn-send {
  background-color: #ff8d00;
  max-width: 300px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 0px 8px 0 #ba6700;
  transition: all 0.2s linear;
}
@media (max-width: 980px) {
  .form .btn-send {
    margin-top: 40px;
    max-width: 200px;
    box-shadow: 0px 6px 0 #ba6700;
  }
}
.form .btn-send:hover {
  background-color: #1b80de;
  box-shadow: 0px 8px 0 #2f6ca5;
}
.form .btn-send:active {
  background-color: #e26c6c;
  box-shadow: none;
}
.form .btn-send span {
  font-family: "Noto Sans TC", sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 0;
  transform: translateX(-10px);
  position: relative;
  letter-spacing: 1px;
}
@media (max-width: 980px) {
  .form .btn-send span {
    font-size: 16px;
  }
}
.form .btn-send span:after {
  content: "";
  position: absolute;
  background-image: url(../images/sign_white_icon.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
}
@media (max-width: 980px) {
  .form .btn-send span:after {
    width: 17px;
    height: 17px;
  }
}