@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
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;
  vertical-align: baseline;
}

ol,
ul {
  padding-left: 1rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

a:focus,
input:focus,
select:focus {
  outline: 0;
}

a:active,
a:hover,
input:active,
input:hover,
select:active,
select:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
  background-color: transparent;
  border: none;
}

button,
select {
  text-transform: none;
}

select,
input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* form tag */
input,
button,
select,
select option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

select,
input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  color: #020417;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #333333;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體", Microsoft JhengHei, "Roboto", sans-serif, Arial, Helvetica, Apple LiGothic, "蘋果儷中黑";
  width: 100%;
  margin: 0 auto;
  height: 100%;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-size: 20px;
  background-color: #e3b584;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 4.6729vw;
    background-color: #fdf1e3;
  }
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
}
.wrapper {
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.wrapper .main {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.loading {
  position: fixed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(45%, #ffffff), color-stop(91.62%, #fff));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 45%, #fff 91.62%);
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 1000;
}
.loading .loader {
  font-weight: bold;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(0, #fff)) right/calc(200% + 1ch) 100%;
  background: linear-gradient(90deg, #000000 calc(50% + 0.5ch), #fff 0) right/calc(200% + 1ch) 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation: loadingAni 2s infinite steps(11);
          animation: loadingAni 2s infinite steps(11);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.5;
}
.loading .loader::before {
  content: "Loading...";
}

@-webkit-keyframes loadingAni {
  to {
    background-position: left;
  }
}

@keyframes loadingAni {
  to {
    background-position: left;
  }
}
.section {
  max-width: 428px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section {
    max-width: 100%;
  }
}

.content {
  background-color: #fdf1e3;
  padding-bottom: 1.3rem;
  margin-top: -1.2rem;
  position: relative;
  z-index: 1;
}
.content .box {
  width: 17.5rem;
  margin: auto;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.content .box::after {
  content: "";
  display: block;
  background: url("../images/bg_shadow.png") no-repeat center/contain;
  width: 18.6rem;
  height: 12.45rem;
  position: absolute;
  top: 55%;
  left: 51.3%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .content .box {
    max-width: 100%;
  }
}
.content .box .label {
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 #e75e26;
          box-shadow: 0 4px 0 0 #e75e26;
  position: absolute;
  left: -7%;
  top: -7%;
  width: 8.3rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.content .box .label p {
  font-size: 0.9rem;
  color: #e75e26;
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}
.content .box .title {
  background-color: #e75e26;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .box .title p {
  font-size: 1.7rem;
  color: #fff09b;
  text-align: center;
  font-weight: 800;
  line-height: 1.7187;
}
.content .box .title p span {
  font-family: "Inter";
}
.content .box .wrap {
  background: url("../images/bg.png") no-repeat center/contain;
  background-size: 1.6rem;
  background-position: left;
  background-repeat: repeat;
  padding: 1rem 0 1.5rem;
}
.content .box .wrap .code-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 13.5rem;
  margin: auto;
  border: 1px dashed #e3b584;
  border-radius: 8px;
  background-color: #ffffff;
}
.content .box .wrap .code-box p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .box .wrap .code-box p:first-child {
  color: #ffffff;
  font-size: 0.8rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  background-color: #e3b584;
  padding: 0.35rem 0.5rem;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  letter-spacing: 0.1rem;
}
.content .box .wrap .code-box p:last-child {
  font-size: 0.7rem;
  text-align: center;
  color: #000000;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content .box .wrap .code-box p:last-child span {
  font-size: 1.8rem;
  color: #e3b584;
  font-weight: 700;
  padding: 0 1.2rem;
  line-height: 1.2;
  font-family: "Inter";
  display: block;
}
.content .box .wrap .btn {
  font-size: 1rem;
  color: #ffffff;
  border-radius: 100px;
  border: 2px solid #fff;
  background: -webkit-gradient(linear, left top, right top, from(#f1955a), to(#e45015));
  background: linear-gradient(90deg, #f1955a 0%, #e45015 100%);
  -webkit-box-shadow: 0 10px 20px 0 rgba(164, 78, 42, 0.4);
          box-shadow: 0 10px 20px 0 rgba(164, 78, 42, 0.4);
  text-align: center;
  padding: 0.8rem 1.6rem;
  width: 12.1rem;
  margin: auto;
  margin-top: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  position: relative;
}
.content .box .wrap .btn .copied-toast {
  position: absolute;
  top: -15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 0.8rem;
  white-space: nowrap;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  padding: 0 1rem;
}
.content .info .icon {
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content .info p {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.375;
}
.content .info p .f-400 {
  font-weight: 400;
}
.content .info p .red {
  color: #e75e26;
  font-weight: 400;
}