/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
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,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
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;
  vertical-align: baseline;
  font: inherit;
}

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

ol,
ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

.openMenu .container-menu {
  opacity: 1;
  pointer-events: all;
}
.openMenu .mb_wrap .search-icon {
  display: none;
}
.openMenu .mb-search-bar {
  display: none !important;
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 188px;
  padding: 0 25px;
  -webkit-transition: height 0.4s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.4s ease;
  transition: height 0.4s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.5s ease, height 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.5s ease, height 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.4s ease;
  background-color: #FCC900;
  pointer-events: auto;
  line-height: 1;
}
@media all and (max-width: 991px) {
  header {
    padding: 0 25px;
    height: 60px;
  }
  header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    pointer-events: none;
  }
  header.is-hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
header.is-scroll {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 992px) {
  header.is-scroll {
    height: 80px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 40px;
  padding-right: 50px;
  -webkit-transition: opacity 0.4s ease, padding-right 0.4s ease, -webkit-box-flex 0.4s ease;
  transition: opacity 0.4s ease, padding-right 0.4s ease, -webkit-box-flex 0.4s ease;
  transition: flex 0.4s ease, opacity 0.4s ease, padding-right 0.4s ease;
  transition: flex 0.4s ease, opacity 0.4s ease, padding-right 0.4s ease, -webkit-box-flex 0.4s ease, -ms-flex 0.4s ease;
}
@media all and (max-width: 991px) {
  header .header-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    height: 60px;
    gap: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 992px) {
  header .header-top.search-active {
    padding-right: 280px;
  }
}
@media all and (min-width: 992px) {
  header.is-scroll .header-top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
  }
}
header .header-divider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 1px;
  background-color: #E6BE21;
  -webkit-transition: opacity 0.4s ease, height 0.4s ease;
  transition: opacity 0.4s ease, height 0.4s ease;
}
@media all and (max-width: 991px) {
  header .header-divider {
    display: none;
  }
}
@media all and (min-width: 992px) {
  header.is-scroll .header-divider {
    opacity: 0;
    height: 0;
  }
}
@media all and (min-width: 992px) {
  header.is-scroll .search-wrap {
    height: 80px;
  }
}
header .logo-big {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  background: url("../images/common/logo.svg") center/contain no-repeat;
  width: 100px;
  height: auto;
  aspect-ratio: 1/0.65384615;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media all and (min-width: 992px) {
  header .logo-big {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media all and (max-width: 991px) {
  header .logo-big {
    width: 62px;
    background: url("../images/common/logo_mb.webp") center/contain no-repeat;
    width: 62px;
    aspect-ratio: 1/0.64516129;
  }
}
header .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 991px) {
  header .social-list {
    display: none;
  }
}
@media all and (max-width: 767px) {
  header .social-list {
    gap: 15px;
  }
}
header .social-list a {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #222222;
  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-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media all and (min-width: 992px) {
  header .social-list a:hover {
    background-color: #462897;
  }
}
@media all and (max-width: 991px) {
  header .social-list a {
    width: 30px;
    height: 30px;
  }
}
header .social-list .fb {
  -webkit-mask: url("../images/common/fb.svg") center/contain no-repeat;
          mask: url("../images/common/fb.svg") center/contain no-repeat;
}
header .social-list .line {
  -webkit-mask: url("../images/common/line.svg") center/contain no-repeat;
          mask: url("../images/common/line.svg") center/contain no-repeat;
}
header .social-list .ig {
  -webkit-mask: url("../images/common/ig.svg") center/contain no-repeat;
          mask: url("../images/common/ig.svg") center/contain no-repeat;
}
header .social-list .yt {
  -webkit-mask: url("../images/common/youtube.svg") center/contain no-repeat;
          mask: url("../images/common/youtube.svg") center/contain no-repeat;
}
header .search-wrap {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 23px;
  height: calc((188px - 1px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media all and (max-width: 1499px) {
  header .search-wrap {
    right: 25px;
  }
}
@media all and (max-width: 991px) {
  header .search-wrap {
    display: none;
  }
}
header .search-wrap .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .search-wrap .search-form input:-webkit-autofill,
header .search-wrap .search-form input:-webkit-autofill:hover,
header .search-wrap .search-form input:-webkit-autofill:focus,
header .search-wrap .search-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #FCC900 inset !important;
          box-shadow: 0 0 0px 1000px #FCC900 inset !important;
  color: #462897 !important;
  -webkit-text-fill-color: #462897 !important;
  caret-color: #462897;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
header .search-wrap .search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 10px;
  border-left: 1px solid #E6BE21;
  cursor: pointer;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
header .search-wrap .search-icon span {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../images/common/search.svg") center/contain no-repeat;
          mask: url("../images/common/search.svg") center/contain no-repeat;
  background-color: #222222;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media all and (min-width: 992px) {
  header .search-wrap .search-icon:hover span {
    background-color: #462897;
  }
}
@media all and (max-width: 991px) {
  header .search-wrap .search-icon {
    border: 0;
  }
}
header .search-wrap .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: width 0.4s ease, opacity 0.4s ease, margin 0.4s ease;
  transition: width 0.4s ease, opacity 0.4s ease, margin 0.4s ease;
}
header .search-wrap .search-bar input[type=text] {
  width: 220px;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #222222;
  border-radius: 0;
  background-color: transparent;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #462897;
}
header .search-wrap .search-bar input[type=text]::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(70, 40, 151, 0.7);
}
header .search-wrap .search-bar input[type=text]::-moz-placeholder {
  font-weight: 400;
  color: rgba(70, 40, 151, 0.7);
}
header .search-wrap .search-bar input[type=text]:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(70, 40, 151, 0.7);
}
header .search-wrap .search-bar input[type=text]::-ms-input-placeholder {
  font-weight: 400;
  color: rgba(70, 40, 151, 0.7);
}
header .search-wrap .search-bar input[type=text]::placeholder {
  font-weight: 400;
  color: rgba(70, 40, 151, 0.7);
}
header .search-wrap.is-active .search-bar {
  width: 200px;
  opacity: 1;
  margin-right: 10px;
}
header .search-wrap.is-active .search-icon {
  border-left-color: transparent;
}
header .container-menu {
  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;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-flex 0.4s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-flex 0.4s ease;
  transition: transform 0.5s ease, flex 0.4s ease;
  transition: transform 0.5s ease, flex 0.4s ease, -webkit-transform 0.5s ease, -webkit-box-flex 0.4s ease, -ms-flex 0.4s ease;
}
header .container-menu .logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  background: url("../images/common/logo.webp") center/contain no-repeat;
  width: 78px;
  height: auto;
  aspect-ratio: 1/0.65384615;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media all and (max-width: 991px) {
  header .container-menu .logo {
    width: 62px;
  }
}
@media all and (max-width: 991px) {
  header .container-menu {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
    left: 0;
    padding: 52px 0 30px;
    background-color: #FCC900;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 65px;
    overflow: hidden auto;
    margin-left: 0;
  }
  header .container-menu .logo {
    display: none;
  }
}
@media all and (min-width: 992px) {
  header .container-menu .social-list {
    display: none;
  }
}
@media all and (max-width: 991px) {
  header .container-menu .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .container-menu.is-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media all and (min-width: 992px) {
  header.is-scroll .container-menu .logo {
    opacity: 1;
    pointer-events: auto;
  }
}
header .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3A1D87;
}
@media all and (max-width: 991px) {
  header .menu_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    color: #FCC900;
  }
}
header .menu_list .menu {
  padding: 0 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media all and (max-width: 991px) {
  header .menu_list .menu {
    width: 100%;
    padding: 0;
  }
}
header .menu_list .menu.is-active .menu-tw {
  color: #3A1D87;
}
header .menu_list .menu.is-active .menu-tw::before {
  background-color: #3A1D87;
}
@media all and (min-width: 992px) {
  header .menu_list .menu:hover .menu-tw {
    color: #3A1D87;
  }
}
header .menu_list .menu > a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 991px) {
  header .menu_list .menu > a {
    padding: 15px 5px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
header .menu_list .menu span {
  display: block;
}
@media all and (max-width: 991px) {
  header .menu_list .menu span {
    text-align: center;
  }
}
header .menu_list .menu .menu-tw {
  font-family: "Poppins", "Noto Sans TC", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #222222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media all and (max-width: 991px) {
  header .menu_list .menu .menu-tw {
    width: unset;
  }
}
header .mb_wrap {
  display: none;
}
@media all and (max-width: 991px) {
  header .mb_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
}
header .mb_wrap .search-icon {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-mask: url("../images/common/search.svg") center/contain no-repeat;
          mask: url("../images/common/search.svg") center/contain no-repeat;
  background-color: #222222;
}
header .mb-search-bar {
  display: none;
}
@media all and (max-width: 991px) {
  header .mb-search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FCC900;
    padding: 15px 25px;
    max-height: 70px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease;
  }
  header .mb-search-bar .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 15px;
  }
  header .mb-search-bar .search-form .search-bar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header .mb-search-bar input[type=text] {
    width: 100%;
    border: none;
    border-radius: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #462897;
    background-color: transparent;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1;
    color: #462897;
  }
  header .mb-search-bar input[type=text]::-webkit-input-placeholder {
    color: rgba(70, 40, 151, 0.7);
  }
  header .mb-search-bar input[type=text]::-moz-placeholder {
    color: rgba(70, 40, 151, 0.7);
  }
  header .mb-search-bar input[type=text]:-ms-input-placeholder {
    color: rgba(70, 40, 151, 0.7);
  }
  header .mb-search-bar input[type=text]::-ms-input-placeholder {
    color: rgba(70, 40, 151, 0.7);
  }
  header .mb-search-bar input[type=text]::placeholder {
    color: rgba(70, 40, 151, 0.7);
  }
  header .mb-search-bar input:-webkit-autofill,
  header .mb-search-bar input:-webkit-autofill:hover,
  header .mb-search-bar input:-webkit-autofill:focus,
  header .mb-search-bar input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #FCC900 inset !important;
            box-shadow: 0 0 0px 1000px #FCC900 inset !important;
    color: #462897 !important;
    -webkit-text-fill-color: #462897 !important;
    caret-color: #462897;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
  }
  header .mb-search-bar .search-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    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;
    background-color: #3A1D87;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  header .mb-search-bar .search-btn span {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-mask: url("../images/common/search.svg") center/contain no-repeat;
            mask: url("../images/common/search.svg") center/contain no-repeat;
    background-color: #fff;
  }
  header .mb-search-bar .search-btn:hover {
    background-color: #462897;
  }
}
@media all and (max-width: 991px) {
  header.is-scroll .mb-search-bar {
    max-height: 0;
    padding: 0 25px;
    opacity: 0;
  }
}
@media all and (max-width: 991px) {
  header.is-scroll.search-has-keyword .mb-search-bar {
    max-height: 70px;
    padding: 15px 25px;
    opacity: 1;
  }
}

@media all and (max-width: 991px) {
  body:not(:has(main.indexPage)) .mb-search-bar {
    display: none;
  }
}

footer {
  background-color: #222222;
  position: relative;
}
footer .footer {
  margin: 0 auto;
  max-width: 1168px;
  width: 100%;
  padding: 0 50px 80px;
  color: rgba(255, 255, 255, 0.7);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-family: "Poppins", serif;
  font-size: 14px;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 991px) {
  footer .footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 30px 42px;
    gap: 8px;
  }
}
footer .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 767px) {
  footer .social-list {
    gap: 15px;
  }
}
footer .social-list a {
  display: block;
  width: 34px;
  height: 34px;
  background-color: white;
  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-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media all and (min-width: 992px) {
  footer .social-list a:hover {
    background-color: #FCC900;
  }
}
@media all and (max-width: 991px) {
  footer .social-list a {
    width: 30px;
    height: 30px;
  }
}
footer .social-list .fb {
  -webkit-mask: url("../images/common/fb.svg") center/contain no-repeat;
          mask: url("../images/common/fb.svg") center/contain no-repeat;
}
footer .social-list .line {
  -webkit-mask: url("../images/common/line.svg") center/contain no-repeat;
          mask: url("../images/common/line.svg") center/contain no-repeat;
}
footer .social-list .ig {
  -webkit-mask: url("../images/common/ig.svg") center/contain no-repeat;
          mask: url("../images/common/ig.svg") center/contain no-repeat;
}
footer .social-list .yt {
  -webkit-mask: url("../images/common/youtube.svg") center/contain no-repeat;
          mask: url("../images/common/youtube.svg") center/contain no-repeat;
}
footer .copyright {
  font-size: 10px;
}
@media all and (max-width: 991px) {
  footer .copyright {
    font-size: 12px;
  }
}
footer .copyright .mak {
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
  border-bottom: 1px solid #FCC900;
}
footer .copyright a {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
footer .copyright:hover a {
  color: #462897;
}
footer .copyright:hover .mak {
  border-bottom: 1px solid #462897;
}

html,
body {
  font-family: "Noto Sans TC", serif;
  position: relative;
  overflow: hidden auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  color: #5A5A5A;
  scroll-behavior: smooth;
}
@media all and (max-width: 991px) {
  html,
  body {
    line-height: 1.8;
    font-size: 14px;
  }
}
html.loading,
body.loading {
  opacity: 1;
  visibility: visible;
}
html .asj,
body .asj {
  opacity: 0;
}
html input,
html textarea,
body input,
body textarea {
  font-family: "Noto Sans TC", serif;
}

::-moz-selection {
  background-color: #3A1D87;
  color: #fff;
}

::selection {
  background-color: #3A1D87;
  color: #fff;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mo {
  display: none;
}
@media all and (max-width: 767px) {
  .mo {
    display: block;
  }
}

.pc {
  display: none;
}
@media all and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.mo_991 {
  display: none;
}
@media all and (max-width: 991px) {
  .mo_991 {
    display: block;
  }
}

.pc_991 {
  display: none;
}
@media all and (min-width: 992px) {
  .pc_991 {
    display: block;
  }
}

a,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

*:focus {
  outline: none;
}

main {
  margin-top: 188px;
  min-height: 100vh;
}
@media all and (max-width: 991px) {
  main {
    margin-top: 130px;
  }
}

@media all and (max-width: 991px) {
  body:not(:has(main.indexPage)) main {
    margin-top: 60px;
  }
}

h1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  font-size: 12px;
  opacity: 0;
  visibility: visible;
}

input,
textarea {
  font-family: "Noto Sans TC", serif;
}

.container {
  margin: 0 auto;
  max-width: 1268px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .container {
    padding: 0 50px;
  }
}
@media all and (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
}

.container-2 {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .container-2 {
    padding: 0 50px;
  }
}
@media all and (max-width: 991px) {
  .container-2 {
    padding: 0 20px;
  }
}

.page-banner {
  font-family: "Poppins", serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #3A1D87;
  background-color: #FCC900;
  padding: 47px 0 64px;
}
@media all and (max-width: 991px) {
  .page-banner {
    font-size: 30px;
    padding: 21px 0 27px;
    line-height: 1.8;
  }
}

.line-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .line-btn {
    gap: 20px;
    padding: 14px 14px 14px 18px;
  }
}
.line-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media all and (max-width: 991px) {
  .line-btn::before {
    height: 1px;
  }
}
.line-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(70, 40, 151)), color-stop(50%, rgb(252, 164, 0)), to(rgb(252, 201, 0)));
  background: linear-gradient(to right, rgb(70, 40, 151) 0%, rgb(252, 164, 0) 50%, rgb(252, 201, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.line-btn .text {
  font-family: "Poppins", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  color: white;
  white-space: nowrap;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media all and (max-width: 991px) {
  .line-btn .text {
    font-size: 18px;
    line-height: 22px;
  }
}
.line-btn .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 500px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 991px) {
  .line-btn .arrow {
    width: 15px;
    height: 15px;
    background-color: white;
  }
}
.line-btn .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transition: width 0.4s ease, height 0.4s ease, background-color 0.4s ease;
  transition: width 0.4s ease, height 0.4s ease, background-color 0.4s ease;
}
@media all and (max-width: 991px) {
  .line-btn .arrow::before {
    display: none;
  }
}
.line-btn .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: auto;
  aspect-ratio: 1/1.0714285;
  -webkit-mask: url("../images/common/btn_arrow.svg") center/contain no-repeat;
          mask: url("../images/common/btn_arrow.svg") center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media all and (max-width: 991px) {
  .line-btn .arrow::after {
    width: 7px;
    background-color: #2A3C85;
  }
}
@media all and (min-width: 992px) {
  .line-btn:hover::before {
    opacity: 0;
  }
  .line-btn:hover::after {
    opacity: 1;
  }
  .line-btn:hover .text {
    color: #FCC900;
  }
  .line-btn:hover .arrow::before {
    background-color: #FCC900;
    width: 24px;
    height: 24px;
  }
  .line-btn:hover .arrow::after {
    background-color: #fff;
    width: 14px;
  }
}
.line-btn--dark::before {
  background: #462897;
}
.line-btn--dark::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(70, 40, 151)), color-stop(50%, rgb(252, 164, 0)), to(rgb(252, 201, 0)));
  background: linear-gradient(to right, rgb(70, 40, 151) 0%, rgb(252, 164, 0) 50%, rgb(252, 201, 0) 100%);
}
.line-btn--dark .text {
  color: #462897;
}
.line-btn--dark .arrow {
  background-color: rgba(70, 40, 151, 0.1);
}
@media all and (max-width: 991px) {
  .line-btn--dark .arrow {
    background-color: #462897;
  }
}
.line-btn--dark .arrow::before {
  background-color: #462897;
}
.line-btn--dark .arrow::after {
  background-color: #462897;
}
@media all and (max-width: 991px) {
  .line-btn--dark .arrow::after {
    background-color: white;
  }
}
@media all and (min-width: 992px) {
  .line-btn--dark:hover .text {
    color: #462897;
  }
  .line-btn--dark:hover .arrow::before {
    background-color: #462897;
  }
}

.back-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 45px;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .back-btn {
    gap: 20px;
    padding: 14px 30px 14px 27px;
  }
}
.back-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #462897;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media all and (max-width: 991px) {
  .back-btn::before {
    height: 1px;
  }
}
.back-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(70, 40, 151)), color-stop(50%, rgb(252, 164, 0)), to(rgb(252, 201, 0)));
  background: linear-gradient(to left, rgb(70, 40, 151) 0%, rgb(252, 164, 0) 50%, rgb(252, 201, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.back-btn .text {
  font-family: "Poppins", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  color: #462897;
  white-space: nowrap;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media all and (max-width: 991px) {
  .back-btn .text {
    font-size: 18px;
    line-height: 22px;
  }
}
.back-btn .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 500px;
  background-color: rgba(70, 40, 151, 0.1);
}
@media all and (max-width: 991px) {
  .back-btn .arrow {
    width: 15px;
    height: 15px;
    background-color: #462897;
  }
}
.back-btn .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 500px;
  background-color: #462897;
  -webkit-transition: width 0.4s ease, height 0.4s ease, background-color 0.4s ease;
  transition: width 0.4s ease, height 0.4s ease, background-color 0.4s ease;
}
@media all and (max-width: 991px) {
  .back-btn .arrow::before {
    display: none;
  }
}
.back-btn .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: auto;
  aspect-ratio: 1;
  -webkit-mask: url("../images/common/btn_arrow_left.svg") center/contain no-repeat;
          mask: url("../images/common/btn_arrow_left.svg") center/contain no-repeat;
  background-color: #462897;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media all and (max-width: 991px) {
  .back-btn .arrow::after {
    width: 7px;
    background-color: white;
  }
}
@media all and (min-width: 992px) {
  .back-btn:hover::before {
    opacity: 0;
  }
  .back-btn:hover::after {
    opacity: 1;
  }
  .back-btn:hover .text {
    color: #462897;
  }
  .back-btn:hover .arrow::before {
    background-color: #462897;
    width: 24px;
    height: 24px;
  }
  .back-btn:hover .arrow::after {
    background-color: #fff;
    width: 14px;
  }
}

.hamMenu {
  position: relative;
  display: none;
  overflow: hidden;
}
@media all and (max-width: 1289px) {
  .hamMenu {
    display: block;
    width: 28px;
    height: 28px;
  }
}

.menu-ham,
.menu-ham span {
  display: inline-block;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-ham {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.menu-ham.close {
  opacity: 0;
}

.menu-ham span {
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #3A1D87;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu-ham span:nth-of-type(1) {
  top: 4px;
}

.menu-ham span:nth-of-type(2) {
  top: 13px;
}

.menu-ham span:nth-of-type(3) {
  bottom: 4px;
}

#menu-ham.hamActive span:nth-of-type(1) {
  -webkit-transform: translate(0px, 9px) rotate(45deg);
          transform: translate(0px, 9px) rotate(45deg);
}
#menu-ham.hamActive span:nth-of-type(2) {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 0;
}
#menu-ham.hamActive span:nth-of-type(3) {
  -webkit-transform: translate(0px, -9px) rotate(-45deg);
          transform: translate(0px, -9px) rotate(-45deg);
}

.fixBoxBtn {
  position: fixed;
  z-index: 10;
  right: 6.3%;
  bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media all and (max-width: 991px) {
  .fixBoxBtn {
    right: 3.8%;
    bottom: 58px;
  }
}
.fixBoxBtn.show {
  opacity: 1;
  pointer-events: all;
  background: transparent;
}
.fixBoxBtn.change {
  position: absolute;
}
.fixBoxBtn .fixBtn {
  position: relative;
  display: inline-block;
  width: 68px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 500px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media all and (max-width: 991px) {
  .fixBoxBtn .fixBtn {
    width: 40px;
  }
}
.fixBoxBtn .fixBtn .txt {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  white-space: nowrap;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #462897;
}
@media all and (max-width: 991px) {
  .fixBoxBtn .fixBtn .txt {
    font-size: 13px;
    bottom: 8px;
  }
}
.fixBoxBtn .fixBtn .arrow-icon {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 500px;
  background-color: #462897;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media all and (max-width: 991px) {
  .fixBoxBtn .fixBtn .arrow-icon {
    background-color: transparent;
    top: 12px;
    width: 9px;
    height: 9px;
  }
}
.fixBoxBtn .fixBtn .arrow-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  content: "";
  width: 0;
  height: auto;
  aspect-ratio: 1/1.0714285;
  -webkit-mask: url("../images/common/btn_arrow.svg") center/contain no-repeat;
          mask: url("../images/common/btn_arrow.svg") center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media all and (max-width: 991px) {
  .fixBoxBtn .fixBtn .arrow-icon::after {
    width: 9px;
    background-color: #2A3C85;
  }
}
@media all and (min-width: 992px) {
  .fixBoxBtn .fixBtn:hover {
    background-color: white;
  }
  .fixBoxBtn .fixBtn:hover .arrow-icon {
    width: 20px;
  }
  .fixBoxBtn .fixBtn:hover .arrow-icon::after {
    background-color: #fff;
    width: 12px;
  }
}

.page {
  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;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 20px;
  gap: 22px;
  margin: 0 auto;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  .page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    margin: 0 auto;
  }
}
.page dt,
.page dd {
  vertical-align: baseline;
  display: inline-block;
  text-align: center;
}
.page dt a,
.page dd a {
  display: block;
  text-decoration: none;
}
.page dd {
  position: relative;
  cursor: pointer;
}
.page dd a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  color: #666666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (min-width: 992px) {
  .page dd a:hover {
    color: #3A1D87;
  }
}
@media all and (max-width: 991px) {
  .page dd a {
    font-size: 18px;
    line-height: 1.4;
    width: 25px;
    height: 25px;
  }
}
.page dd.active a {
  color: #fff;
  background-color: #3A1D87;
}
.page dt.ltbn {
  margin-right: 24px;
}
@media all and (max-width: 991px) {
  .page dt.ltbn {
    margin-right: 0;
  }
}
.page dt.ltbn a {
  position: relative;
  width: 30px;
  aspect-ratio: 1;
}
@media all and (max-width: 991px) {
  .page dt.ltbn a {
    width: 32px;
  }
}
.page dt.ltbn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin-left: auto;
  width: 7px;
  aspect-ratio: 1/2;
  -webkit-mask: url("../images/common/page_arrow_left.svg") center/contain no-repeat;
          mask: url("../images/common/page_arrow_left.svg") center/contain no-repeat;
  background-color: #222222;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media all and (max-width: 991px) {
  .page dt.ltbn a::before {
    width: 5px;
  }
}
@media all and (min-width: 992px) {
  .page dt.ltbn a:hover::before {
    background-color: #462897;
  }
}
.page dt.rtbn {
  margin-left: 24px;
}
@media all and (max-width: 991px) {
  .page dt.rtbn {
    margin-left: 0;
  }
}
.page dt.rtbn a {
  position: relative;
  width: 30px;
  aspect-ratio: 1;
}
@media all and (max-width: 991px) {
  .page dt.rtbn a {
    width: 32px;
  }
}
.page dt.rtbn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin-right: auto;
  width: 7px;
  aspect-ratio: 1/2;
  -webkit-mask: url("../images/common/page_arrow_right.svg") center/contain no-repeat;
          mask: url("../images/common/page_arrow_right.svg") center/contain no-repeat;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #222222;
}
@media all and (max-width: 991px) {
  .page dt.rtbn a::before {
    width: 5px;
  }
}
@media all and (min-width: 992px) {
  .page dt.rtbn a:hover::before {
    background-color: #462897;
  }
}
.page .ltbn.nopage a,
.page .rtbn.nopage a {
  pointer-events: none;
}
.page .ltbn.nopage a::before,
.page .rtbn.nopage a::before {
  background-color: #222222;
  opacity: 0.5;
}

.editor_content ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.editor_content ul {
  list-style-type: initial;
  padding-left: 20px;
}
.editor_content b,
.editor_content strong {
  font-weight: 500;
  font-size: inherit;
}
.editor_content em {
  font-style: italic;
}
.editor_content a {
  text-decoration: none;
}
.editor_content iframe {
  max-width: 100%;
}
.editor_content table,
.editor_content tr,
.editor_content td {
  border-color: inherit;
  border-collapse: collapse;
}
.editor_content p {
  margin-bottom: 1em;
}
.editor_content table p {
  margin-bottom: 0;
}
.editor_content h1,
.editor_content h2,
.editor_content h3,
.editor_content h4,
.editor_content h5,
.editor_content h6 {
  margin: inherit;
}
.editor_content blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  margin-left: 40px;
  border-left: 5px solid #ccc;
}
.editor_content td,
.editor_content th,
.editor_content tr {
  margin: initial;
}
.editor_content table.tableborder > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.editor_content img {
  max-width: 100%;
  height: auto !important;
}
.editor_content img.imgblock {
  display: block;
}
.editor_content .tableScroll {
  overflow-x: auto;
  padding: 2px;
}
.editor_content .tableScroll table > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

.mo_use {
  display: none;
}
@media (max-width: 767px) {
  .mo_use {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc_use {
    display: none;
  }
}

.lang_tw .tw {
  display: block;
}
.lang_tw .en {
  display: none;
}
.lang_tw .jp {
  display: none;
}

.lang_en .tw {
  display: none;
}
.lang_en .en {
  display: block;
}
.lang_en .jp {
  display: none;
}

.lang_jp .tw {
  display: none;
}
.lang_jp .en {
  display: none;
}
.lang_jp .jp {
  display: block;
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animated.fadeUp {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.asj[data-delay="100"] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.asj[data-delay="200"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.asj[data-delay="300"] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.asj[data-delay="400"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.asj[data-delay="500"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.asj[data-delay="600"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.asj[data-delay="700"] {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.asj[data-delay="800"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.asj[data-delay="900"] {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.asj[data-delay="1000"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeRotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fadeRotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}