/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

[v-cloak] {
  display: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
}

button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.slick-next:before, .slick-prev:before {
  display: none;
}

@font-face {
  font-family: 'GenYoGothic-H';
  src: url("/font/ttc/GenYoGothic-H.ttc") format("woff");
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(70%, 0);
            transform: translate(70%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(70%, 0);
            transform: translate(70%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@-webkit-keyframes changeImg1 {
  0% {
    z-index: 1;
  }
  50% {
    z-index: 0;
  }
  100% {
    z-index: 0;
  }
}

@keyframes changeImg1 {
  0% {
    z-index: 1;
  }
  50% {
    z-index: 0;
  }
  100% {
    z-index: 0;
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(15%, 0%);
            transform: translate(15%, 0%);
  }
  100% {
    -webkit-transform: translate(-15, 0%);
            transform: translate(-15, 0%);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translate(15%, 0%);
            transform: translate(15%, 0%);
  }
  100% {
    -webkit-transform: translate(-15, 0%);
            transform: translate(-15, 0%);
  }
}

footer {
  background: #a89d8b;
}

footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px 0;
}

footer .logo-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

footer .logo-links .link-item {
  margin-left: 48px;
}

footer .logo-links .link-item p {
  font-family: 'Noto Sans TC', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 15px;
}

footer .footer_bottom {
  padding: 20px 0;
  background: #475149;
}

footer .footer_bottom .container,
footer .footer_bottom .socila-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_bottom .container span,
footer .footer_bottom .container a,
footer .footer_bottom .socila-btns span,
footer .footer_bottom .socila-btns a {
  margin-right: 30px;
}

footer .footer_bottom .container img,
footer .footer_bottom .socila-btns img {
  max-width: 42px;
}

footer .footer_bottom p {
  font-family: 'Noto Sans TC', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  padding: 0 !important;
}

input,
textarea {
  font-size: initial;
}

.container {
  max-width: 1200px;
  width: 90vw;
}

button,
.download-btn {
  max-width: 300px;
  width: 35vw;
}

.croppie-container {
  position: absolute;
  top: 0;
}

.croppie-container .cr-viewport {
  border: 0 !important;
}

.croppie-container .cr-boundary {
  pointer-events: none;
}

.modal {
  padding: 0 !important;
}

.modal-dialog {
  max-width: 900px;
}

.modal-dialog-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-content {
  width: auto;
  border-radius: 20px;
  border: 4px solid #000;
  background: #db7ca7;
  padding: 0px 50px;
}

.modal-content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: none;
  opacity: 1;
  z-index: 99;
}

.modal-content .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-content .modal-body {
  margin: auto;
  padding: 80px 0 30px;
}

.modal-content .modal-body .form-wrap {
  max-width: 250px;
  width: 40vw;
}

.modal-content .modal-body input,
.modal-content .modal-body button {
  width: 100%;
}

.modal-content .modal-body input {
  margin: 20px 0 50px;
  border: 2px solid #000;
}

.modal-content .modal-body input:focus-visible {
  outline: 0;
}

.modal-content .modal-body a {
  display: inline-block;
  max-width: 250px;
  width: 40vw;
}

.modal-content .modal-body h4 {
  font-family: 'Noto Sans TC', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 3px;
  color: #000;
  margin-bottom: 25px;
  margin-top: 20px;
}

.modal-content .modal-body p,
.modal-content .modal-body li {
  font-family: 'Noto Sans TC', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 10px;
  text-align: justify;
}

nav {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 99;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 12px 3px;
  background: #073962;
  border-radius: 50px;
}

nav li {
  max-width: 80px;
  width: 7vw;
}

nav a {
  display: inline-block;
  position: relative;
}

nav a:hover .nav-arrow {
  display: block;
}

nav .nav-arrow {
  display: none;
  max-width: 200px;
  width: 14vw;
  position: absolute;
  right: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #073962;
  padding-bottom: 10px;
  z-index: 99;
}

.mobile-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-top: 3px solid #fff;
  padding-top: 5px;
}

.mobile-menu a {
  max-width: 150px;
  width: 20vw;
  display: block;
  font-size: 14px;
  color: #fff !important;
  text-align: center;
}

.mobile-menu img {
  width: 70%;
}

.mobile-menu p {
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
}

#Banner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#Info {
  position: relative;
  margin-top: -3px;
}

#Info .banner-btn {
  position: absolute;
  bottom: 5px;
}

#Info a {
  display: block;
  position: absolute;
}

#Info .banner-btn-l {
  max-width: 630px;
  width: 33vw;
  left: 10vw;
  bottom: 1vw;
}

#Info .banner-btn-r {
  max-width: 730px;
  width: 38vw;
  right: 11vw;
  bottom: 1vw;
}

#Info .banner-btn-deco {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: scale 0.5s infinite alternate;
          animation: scale 0.5s infinite alternate;
}

#Info .banner-btn-deco.btnl {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

#Info .banner-btn-deco.btnr {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

#Info .banner-m-btn-l {
  max-width: 500px;
  width: 73vw;
  top: 81vw;
  right: 5vw;
}

#Info .banner-m-btn-r {
  max-width: 450px;
  width: 67vw;
  bottom: 1vw;
  left: 5vw;
}

section {
  padding: 5vw 0;
  margin-top: -3px;
}

#Present {
  width: 100%;
  background: url(../images/bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% 20%;
  margin-top: -4px;
}

#Present h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  line-height: 35px;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
  display: inline-block;
  max-width: 500px;
  margin-bottom: 20px;
  white-space: nowrap;
}

#Present h3 span {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 2px;
  -webkit-text-stroke: 2px black;
}

#Present .present-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#Present .present-groups img {
  margin-right: 20px;
}

#Present .present-groups .present-item-s {
  max-width: 305px;
  max-height: 285px;
  width: 23vw;
}

#Present .present-groups .present-item-l {
  max-width: 425px;
  max-height: 285px;
  width: 32vw;
}

#Present .present-groups .present-title {
  max-width: 530px;
  width: 44vw;
}

.title {
  max-width: 800px;
  width: 55vw;
  margin: auto;
}

main {
  background: #81b353 url(../images/bg-2.png);
  background-size: 100%;
}

#Generator .marquee-text {
  position: relative;
  max-width: 770px;
  width: 54vw;
  margin: auto;
  top: -2vw;
}

#Generator .marquee-text .marguee-wrap {
  font-family: 'Noto Sans TC', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 3px;
  color: #000;
  max-width: 600px;
  width: 42vw;
  position: absolute;
  bottom: 0.4vw;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
}

#Generator .marquee-text .marguee-wrap span {
  display: inline-block;
  -webkit-animation: marquee 18s linear infinite;
          animation: marquee 18s linear infinite;
}

#Generator .generator-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Generator .generator-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Generator .generator-start .upload {
  max-width: 140px;
  max-height: 175px;
  width: 10vw;
  height: 12vw;
  position: absolute;
  right: 17.7%;
  top: 16.6%;
  display: block;
  background: #81b353;
  overflow: hidden;
  border: 2px solid #000;
  z-index: 2;
  cursor: pointer;
}

#Generator .generator-start .upload::after {
  content: "";
  position: absolute;
  background: url(../images/camera.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 60px;
  width: 5vw;
  height: 50px;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

#Generator .generator-start .upload input {
  position: absolute;
  visibility: hidden;
}

#Generator .generator-start .upload .result {
  width: 101%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

#Generator .generator-start input {
  font-family: 'Noto Sans TC', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 0;
  letter-spacing: 3px;
  color: #000;
  width: 100%;
  display: inline-block;
  min-height: 4px;
  background: transparent;
  border: 0;
  text-align: left;
  vertical-align: sub;
  line-height: unset;
}

#Generator .generator-start input:focus {
  outline: 0;
}

#Generator .generator-start .slick-btn {
  max-width: 60px;
  width: 10vw;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 8;
}

#Generator .generator-start .slick-btn.right {
  right: -50px;
}

#Generator .generator-start .slick-btn.left {
  left: -70px;
}

#Generator .generator-start #GeneratorName {
  position: absolute;
  max-width: 250px;
  width: 31vw;
  top: 21.5%;
  left: 16%;
}

#Generator .generator-start #GeneratorGender {
  position: absolute;
  max-width: 250px;
  width: 30vw;
  top: 27%;
  left: 16%;
}

#Generator .generator-start #GeneratorBirth {
  position: absolute;
  max-width: 170px;
  width: 21vw;
  top: 33%;
  left: 28%;
}

#Generator .generator-start #GeneratorFood {
  position: absolute;
  top: 37.5%;
  left: 16%;
  max-width: 250px;
  width: 31vw;
}

#Generator .generator-start .generator-done-btn {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 23%;
}

#Generator .generator-change-groups img {
  cursor: pointer;
}

#Generator .result-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#Creators .more-creators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 280px;
  margin: 0 auto;
}

#Creators button {
  display: block;
}

#Creators .more-mobile-btn {
  display: none;
}

#Place {
  padding-bottom: 120px;
}

#ruleModal .modal-content {
  background: #000;
}

#ruleModal .modal-content h4,
#ruleModal .modal-content p,
#ruleModal .modal-content li {
  color: #fff !important;
}

@media (max-width: 990px) {
  #Generator .marquee-text .marguee-wrap {
    font-size: 16px;
    bottom: -3px;
  }
  #Generator .generator-start input {
    font-size: 14px;
    height: auto;
  }
  #Generator .generator-start #GeneratorName {
    top: 21%;
  }
  #Generator .generator-start #GeneratorGender {
    top: 26.5%;
  }
  #Generator .generator-start #GeneratorBirth {
    top: 31.5%;
    left: 22%;
  }
  #Generator .generator-start #GeneratorBirth input {
    font-size: 12px;
    width: 70%;
  }
  #Generator .generator-start #GeneratorFood {
    top: 37%;
  }
  .result-wrap canvas {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 767px) {
  nav {
    display: none;
  }
  .title {
    width: 85vw;
  }
  #Present {
    background: url(../images/bg-m-1.png);
    background-size: cover;
    padding: 60px 0;
  }
  #Present h3 {
    font-size: 4.2vw;
    width: 63vw;
  }
  #Present h3 span {
    top: auto;
    bottom: 5px;
    right: 16%;
    -webkit-text-stroke: 1px black;
  }
  #Present .present-item-m {
    max-height: 272px;
    height: 30vw;
  }
  #Generator {
    padding-top: 0;
  }
  #Generator .marquee-text {
    width: 70vw;
    top: -35px;
  }
  #Generator .marquee-text .marguee-wrap {
    bottom: 2px;
    letter-spacing: 1px;
  }
  #Generator .generator-start .generator-done-btn {
    width: 35vw;
    position: relative;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto;
  }
  #Generator .generator-start .upload {
    width: 20vw;
    height: 23vw;
  }
  #Generator .generator-start .upload::after {
    width: 10vw;
    top: 55%;
  }
  #Generator .generator-start span,
  #Generator .generator-start input {
    font-size: 12px;
    letter-spacing: 1px;
  }
  #Generator .generator-start input {
    font-size: 14px;
    height: auto;
  }
  #Generator .generator-start #GeneratorName {
    top: 22.5%;
  }
  #Generator .generator-start #GeneratorGender {
    top: 28%;
  }
  #Generator .generator-start #GeneratorBirth {
    top: 33.2%;
    left: 28%;
  }
  #Generator .generator-start #GeneratorBirth input {
    width: 100%;
  }
  #Generator .generator-start #GeneratorFood {
    top: 39%;
  }
  #Creators .col-6,
  #Creators .col-12 {
    padding: 0;
  }
  #Creators .more-creators {
    margin: 0 0 20px 0;
  }
  #Creators .more-creators button {
    display: none;
  }
  #Creators .more-mobile-btn {
    display: block;
  }
}

@media (max-width: 500px) {
  #Generator .marquee-text .marguee-wrap {
    font-size: 14px;
    bottom: -1px;
  }
  #Generator .generator-start input {
    font-size: 12px;
  }
  #Generator .generator-start #GeneratorName {
    top: 21%;
  }
  #Generator .generator-start #GeneratorGender {
    top: 26.5%;
  }
  #Generator .generator-start #GeneratorBirth {
    top: 31.5%;
  }
  #Generator .generator-start #GeneratorBirth input.userDate {
    font-size: 9px;
  }
  #Generator .generator-start #GeneratorFood {
    top: 37%;
  }
}
/*# sourceMappingURL=style.css.map */