@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

abbr,
acronym {
  border: 0;
}

img {
  vertical-align: middle;
}

* {
  -webkit-text-size-adjust: none;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

*:first-child + html .clearfix {
  min-height: 1%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
input,
textarea,
button {
  font-family: "Noto Sans TC", Arial, "微軟正黑體", "新細明體", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

p {
  font-size: 16px;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

a:hover {
  text-decoration: none;
}

*:link,
*:visited,
*:hover,
*:active,
*:focus,
* {
  border: none;
  outline: none;
  box-sizing: border-box;
}

.btn-style {
  width: 100%;
  max-width: 300px;
  min-width: 250px;
  border-radius: 24px;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
  box-shadow: rgb(255, 255, 255) 0px 0px 26px;
  background-color: #2fa5d3;
  color: #fff;
}
.btn-style span {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.btn-style span::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: calc(50% - 4px);
  left: auto;
  bottom: auto;
  right: 10px;
  transform: rotate(45deg);
}
.btn-style:focus {
  background-color: #34bcf1;
}

/*===== start ======*/
.block-box {
  width: 100%;
  position: relative;
}

.header-wrapper {
  width: 100%;
  padding: 5px 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.112) 0px 3px 8px;
  z-index: 1;
}
.header-wrapper .logo {
  width: 122px;
  height: 57px;
  display: block;
  background: url(../images/logo.png) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  text-indent: -9999px;
}

.main-wrapper {
  width: 100%;
  position: relative;
  min-width: 320px;
  min-height: calc(100vh - 67px);
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper .btn-box {
  width: 300px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
}
.main-wrapper .block-box {
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
}
.main-wrapper h1 {
  font-weight: 800;
  font-size: 42px;
  color: #FFFFFF;
  padding: 25px 0;
  position: relative;
  text-shadow: rgba(255, 255, 255, 0.8) 0px 3px 8px;
}
.main-wrapper h1::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 333px;
  left: calc(50% - 166.5px);
  height: 1px;
  display: block;
  background-color: #D4D4D4;
  bottom: 0;
  z-index: 0;
}
.main-wrapper h1::after {
  position: absolute;
  content: "";
  width: 60px;
  left: calc(50% - 30px);
  height: 2px;
  display: block;
  background-color: #2FA5D3;
  bottom: 0px;
  z-index: 1;
}
.main-wrapper h2 {
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
}
.main-wrapper h2 span {
  background: url(../images/bg_line.png) bottom center repeat-x;
  padding: 5px;
}
.main-wrapper h3 {
  font-weight: 600;
  font-size: 17px;
}
.main-wrapper h4 {
  font-size: 16px;
  letter-spacing: 2px;
  color: #FFFFFF;
  padding: 15px 0;
  text-shadow: rgba(255, 255, 255, 0.8) 0px 3px 8px;
}
.main-wrapper h4 span {
  color: #2FA5D3;
}
.main-wrapper .text-center {
  text-align: center;
}
.main-wrapper .form-style {
  max-width: 500px;
  padding: 30px 15px 0px 15px;
  margin: 0 auto;
  text-align: center;
  //background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.086) 0px 3px 15px;
}
.main-wrapper .form-style .note {
  font-weight: 600;
  font-size: 14px;
  color: #ff4848;
  padding-bottom: 10px;
}
.main-wrapper .form-style label {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.main-wrapper .form-style input.fillin {
  width: 307px;
  height: 44px;
  line-height: 44px;
  border-radius: 60px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  border: #D4D4D4 1px solid;
  letter-spacing: 1px;
  margin: 10px 0;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.main-wrapper .form-style input.fillin::-moz-placeholder {
  color: #FFFFFF;
}
.main-wrapper .form-style input.fillin::placeholder {
  color: #FFFFFF;
}
.main-wrapper .form-style input.fillin:focus {
  background-color: #DAF0FF;
  border-color: #88CDEA;
}
.main-wrapper .form-style input.error {
  border-color: #ff4848;
}

/* ===== Done / Upload 頁面：IP 角色背景樣式 ===== */
.page-done .main-wrapper,
.page-upload .main-wrapper {
  min-height: 100vh;
  background: url(../images/IP.png) center center no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 70px 16px 40px;
}
.page-done .main-wrapper .header-wrapper,
.page-upload .main-wrapper .header-wrapper {
  position: static;
  width: auto;
  background: transparent;
  box-shadow: none;
  padding: 0 0 10px;
}
.page-done .main-wrapper .block-box,
.page-upload .main-wrapper .block-box {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 24px 22px 30px;
  background-color: rgba(247, 240, 222, 0.82);
  border-radius: 30px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px;
}

.page-done .main-wrapper h1,
.page-upload .main-wrapper h1 {
  color: #5b4636;
  text-shadow: none;
  font-size: 38px;
}
.page-done .main-wrapper h1::before,
.page-upload .main-wrapper h1::before {
  background-color: transparent;
}
.page-done .main-wrapper h1::after,
.page-upload .main-wrapper h1::after {
  width: 90px;
  height: 4px;
  border-radius: 2px;
  left: calc(50% - 45px);
  background: linear-gradient(90deg, #f0a25a, #e8734d);
}

.page-done .main-wrapper h2,
.page-upload .main-wrapper h2 {
  display: inline-block;
  margin: 0 auto;
  background-color: #a8927a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 20px;
  border-radius: 20px;
}
.page-done .main-wrapper h2 span,
.page-upload .main-wrapper h2 span {
  background: none;
  padding: 0;
}

.page-done .main-wrapper h4,
.page-upload .main-wrapper h4 {
  color: #6b5744;
  text-shadow: none;
}
.page-done .main-wrapper h4 span,
.page-upload .main-wrapper h4 span {
  color: #e8734d;
}

.page-done .main-wrapper .form-style,
.page-upload .main-wrapper .form-style {
  background-color: transparent;
  box-shadow: none;
}

.page-done .main-wrapper .form-style label,
.page-upload .main-wrapper .form-style label {
  color: #5b4636;
  font-weight: 700;
  font-size: 15px;
}

.page-done .main-wrapper .form-style input.fillin,
.page-upload .main-wrapper .form-style input.fillin {
  background-color: #fdfaf3;
  border: 1px solid #e3d9c6;
  color: #5b4636;
  box-shadow: rgba(120, 100, 70, 0.12) 0px 2px 6px;
}
.page-done .main-wrapper .form-style input.fillin::-moz-placeholder,
.page-upload .main-wrapper .form-style input.fillin::-moz-placeholder {
  color: #b7ab97;
  font-weight: 500;
}
.page-done .main-wrapper .form-style input.fillin::placeholder,
.page-upload .main-wrapper .form-style input.fillin::placeholder {
  color: #b7ab97;
  font-weight: 500;
}
.page-done .main-wrapper .form-style input.fillin:disabled,
.page-upload .main-wrapper .form-style input.fillin:disabled {
  background-color: #ece3d3;
  color: #6b5744;
  -webkit-text-fill-color: #6b5744;
  opacity: 1;
}

.page-done .btn-style,
.page-upload .btn-style {
  background: linear-gradient(90deg, #58c0e8, #3aa0d4);
  box-shadow: rgba(58, 160, 212, 0.45) 0px 8px 18px;
}
.page-done .btn-style:focus,
.page-upload .btn-style:focus {
  background: linear-gradient(90deg, #4fb6df, #2f96cb);
}
/*# sourceMappingURL=style.css.map */