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;
}


* {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}

body,
html {
  overflow-x: hidden;
}
body.frozen,
html.frozen {
  overflow-y: hidden;
}

.fixed_btn {
  position: fixed;
  z-index: 10;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-direction: column;
  gap: 16px;
  right: 36px;
  bottom: 50px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1440px) {
  .fixed_btn {
    gap: 10px;
    bottom: 25px;
    right: 25px;
  }
}
@media (max-width: 980px) {
  .fixed_btn {
    flex-direction: row;
    justify-content: space-between;
    bottom: 0;
    right: unset;
    gap: 0;
    width: 100%;
  }
}
.fixed_btn span {
  display: none;
}
@media (max-width: 980px) {
  .fixed_btn span {
    display: block;
    font-size: 18px;
    color: white;
    font-weight: 500;
  }
}
@media (max-width: 980px) {
  .fixed_btn a {
    background-image: none;
    height: 50px;
  }
}

.gotop {
  bottom: 0px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 116px;
  height: 100px;
  background-image: url(../images/gotop.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  right: 15px;
}
@media (max-width: 1440px) {
  .gotop {
    width: 90px;
    height: 77px;
  }
}
@media (max-width: 980px) {
  .gotop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15vw;
    background-image: none;
    height: 50px;
    background-color: #ef4b57;
  }
}
.gotop span {
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  color: white;
  font-family: "Inter", sans-serif;
}
@media (max-width: 980px) {
  .gotop span {
    transform: translateY(5px);
  }
  .gotop span:before {
    content: "";
    position: absolute;
    background-image: url(../images/gotop_arr.svg);
    width: 16px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: -13px;
  }
}
@media screen and (min-width: 981px) {
  .gotop:hover {
    background-image: url(../images/gotop_hover.svg);
  }
  .gotop:active {
    background-image: url(../images/gotop_active.svg);
  }
}

.header {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  padding: 10px 30px;
  background-color: white;
}
@media (max-width: 980px) {
  .header {
    padding: 10px 16px 10px 9px;
  }
}
.header .lion_logo {
  background-image: url(../images/lion_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: 50px;
  display: inline-block;
}
@media (max-width: 980px) {
  .header .lion_logo {
    width: 160px;
    height: 40px;
  }
}
.header_navlist {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  gap: 8px;
}
.header_navlist li a {
  max-width: 32px;
  width: 100%;
  display: inline-block;
}
.header_navlist li a img {
  width: 100%;
}

.footer {
  background-color: #333333;
  text-align: center;
  color: white;
  padding: 35.5px 0;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}
@media (max-width: 980px) {
  .footer {
    font-size: 14px;
    padding: 15px;
  }
}

.lightbox {
  position: fixed;
  overflow-y: auto;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 175px 0;
  opacity: 0;
  z-index: -10;
}
@media (max-width: 1440px) {
  .lightbox {
    padding: 100px 0;
  }
}
.lightbox.show {
  display: block;
  z-index: 100;
  opacity: 1;
}

.lightbox_container,
.lb_container {
  line-height: 1.5;
  border-radius: 8px;
  border: 5px solid #405a98;
  background-color: #30509b;
  max-width: 480px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans TC", sans-serif;
  position: relative;
  letter-spacing: 1px;
  padding-bottom: 40px;
}
@media (max-width: 980px) {
  .lightbox_container,
  .lb_container {
    width: 90vw;
    padding: 20px 20px 40px;
  }
}
.lightbox_container::before,
.lb_container::before {
  content: "";
  position: absolute;
  background-image: url(../images/firework_lb.png);
  width: 173px;
  height: 167px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -42px;
  left: -28px;
}
@media (max-width: 980px) {
  .lightbox_container::before,
  .lb_container::before {
    transform: scale(0.8);
    left: -40px;
    top: -50px;
  }
}

.title_lb {
  color: #ffef1b;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 6px;
  margin-top: 112px;
  position: relative;
}
@media (max-width: 980px) {
  .title_lb {
    font-size: 22px;
    margin-top: 100px;
  }
}
.title_lb::before {
  content: "";
  position: absolute;
  background-image: url(../images/lb_note.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 92px;
  height: 65px;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 3px);
}
@media (max-width: 980px) {
  .title_lb::before {
    transform: scale(0.8) translateX(-58%);
  }
}

.subtitle_lb {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 980px) {
  .subtitle_lb {
    font-size: 16px;
  }
}
.subtitle_lb:after {
  content: "";
  position: absolute;
  background-image: url(../images/white_wave.png);
  width: 60px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 7px);
}
@media (max-width: 980px) {
  .subtitle_lb:after {
    transform: scale(0.8) translateX(-58%);
  }
}

.lightbox_text {
  font-size: 18px;
  font-weight: 500;
  color: white;
}
@media (max-width: 980px) {
  .lightbox_text {
    font-size: 16px;
  }
}
.lightbox_text span {
  color: #ffef1b;
}

.goback {
  max-width: 307px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 15px;
  border-radius: 8px;
  margin-top: 32px;
  border: 2px solid #EF4B57;
  transition: all 0.2s linear;
}
@media (max-width: 980px) {
  .goback {
    width: 200px;
    padding: 10px;
  }
}
.goback:hover {
  background-color: #faeb00;
  border-color: transparent;
}
.goback:hover span {
  color: black;
}
.goback:hover span:before {
  background-image: url(../images/home_black.svg);
}
.goback:active {
  background-color: #EF4B57;
  border-color: transparent;
}
.goback:active span {
  color: white;
}
.goback:active span:before {
  background-image: url(../images/home_white.svg);
}
.goback span {
  color: #EF4B57;
  display: inline-block;
  margin: auto;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  transform: translateX(10px);
  transition: all 0.2s linear;
}
@media (max-width: 980px) {
  .goback span {
    font-size: 16px;
  }
}
.goback span::before {
  content: "";
  position: absolute;
  background-image: url(../images/home_icon.svg);
  width: 25px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
@media (max-width: 980px) {
  .goback span::before {
    width: 20px;
    height: 19px;
  }
}