@charset "UTF-8";
.section-kv,
.section-task,
.section-notice,
.section-event {
  width: 100%;
  position: relative;
}

@font-face {
  font-family: "Maru";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/GenSenMaru-M.ttf?v=210429") format("truetype");
}
@font-face {
  font-family: "MaruB";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../font/GenSenMaru-H.ttf?v=210429") format("truetype");
}
.maru {
  font-family: "Maru", 微軟正黑體, Noto Sans TC, sans-serif, Noto Sans TC, Arial, Helvetica, sans-serif;
}

.marub {
  font-family: "MaruB", 微軟正黑體, Noto Sans TC, sans-serif, Noto Sans TC, Arial, Helvetica, sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
#selectionDetail-description-innerWrapper p,
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;
}

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

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

a {
  list-style: none;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* for Chrome Firefox Edge */
}
select::-ms-expand {
  display: none;
  /* for IE11 */
}

textarea {
  -webkit-appearance: none;
}

input,
button {
  border-radius: 0;
}

input[type=number] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

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

.swiper-slide__buttom {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  width: 186px;
  height: 52px;
  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;
  margin: auto;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 63px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #212121), color-stop(79%, #534633));
  background-image: linear-gradient(to bottom, #212121 21%, #534633 79%);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.36px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .swiper-slide__buttom {
    font-size: 16px;
    padding: 8px 18px;
    height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .swiper-slide__buttom {
    width: 49vw;
    font-size: 4.3227665706vw;
    padding: 3.5666570605vw 2.8818443804vw;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .swiper-slide__buttom {
    max-width: 250px;
  }
}
.swiper-slide__buttom::after {
  position: relative;
  top: 1px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/event/btn-arrow.svg) center no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.swiper-slide__buttom:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #D0A457), color-stop(79%, #BC9147));
  background-image: linear-gradient(to bottom, #D0A457 21%, #BC9147 79%);
}
.btn_link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: -26.5%;
  left: 49.3%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  max-width: 444px;
}
@media screen and (max-width: 1099px) {
  .btn_link {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  .btn_link {
    bottom: -47%;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@media screen and (max-width: 628px) {
  .btn_link {
    max-width: 524px;
  }
}
@media screen and (max-width: 640px) {
  .btn_link {
    width: 53%;
    width: 85.87%;
    bottom: -46%;
  }
}
@media screen and (max-width: 480px) {
  .btn_link {
    bottom: -43%;
  }
}
@media screen and (max-width: 420px) {
  .btn_link {
    bottom: -38%;
  }
}
@media screen and (max-width: 407px) {
  .btn_link {
    bottom: -29%;
  }
}
@media screen and (max-width: 375px) {
  .btn_link {
    bottom: -18.5%;
  }
}
@media screen and (max-width: 365px) {
  .btn_link {
    bottom: -13%;
  }
}
@media screen and (max-width: 350px) {
  .btn_link {
    bottom: -6%;
  }
}
@media screen and (max-width: 330px) {
  .btn_link {
    bottom: -3%;
  }
}
.btn_link img {
  width: 100%;
  display: block;
}
.btn_link__content {
  position: relative;
}
.btn_link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  top: 32%;
  left: 51%;
  gap: 3px;
}
@media screen and (max-width: 640px) {
  .btn_link__text {
    top: 35%;
    font-size: 3.6vw;
    gap: 0;
  }
}
@media screen and (max-width: 576px) {
  .btn_link__text {
    font-size: 4.1786743516vw;
  }
}
.btn_link__text::after {
  display: block;
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  content: "";
  background-image: url(../images/event/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .btn_link__text::after {
    top: 0;
    width: 4.3227665706vw;
    height: 4.3227665706vw;
  }
}
@media screen and (min-width: 1099px) {
  .btn_link__text:hover {
    color: #FFED30;
  }
  .btn_link__text:hover::after {
    background-image: url(../images/event/btn-arrow_h.svg);
  }
}

.swiper-button-next, .swiper-button-prev {
  width: 38px;
}
@media screen and (min-width: 1099px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  background-image: url(../images/icon_slider_btn_r.svg);
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  background-image: url(../images/icon_slider_btn_l.svg);
}

@-webkit-keyframes fadeIn {
  0%, 100% {
    -webkit-transform: translateY(-100px) scale(0.5);
            transform: translateY(-100px) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-100px) scale(1);
            transform: translateY(-100px) scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0%, 100% {
    -webkit-transform: translateY(-100px) scale(0.5);
            transform: translateY(-100px) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-100px) scale(1);
            transform: translateY(-100px) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.01) translateY(5px);
            transform: rotate(360deg) scale(1.01) translateY(5px);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
}
@keyframes floatUpDown {
  0% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.01) translateY(5px);
            transform: rotate(360deg) scale(1.01) translateY(5px);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
}
@-webkit-keyframes floatUpDown2 {
  0% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.01) translateY(-5px);
            transform: rotate(360deg) scale(1.01) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
}
@keyframes floatUpDown2 {
  0% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.01) translateY(-5px);
            transform: rotate(360deg) scale(1.01) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
}
@-webkit-keyframes floatUpDown_1 {
  0% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1) translateY(5px);
            transform: rotate(360deg) scale(1) translateY(5px);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
}
@keyframes floatUpDown_1 {
  0% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1) translateY(5px);
            transform: rotate(360deg) scale(1) translateY(5px);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
}
@-webkit-keyframes floatUpDown_2 {
  0% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1) translateY(-5px);
            transform: rotate(360deg) scale(1) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
}
@keyframes floatUpDown_2 {
  0% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1) translateY(-5px);
            transform: rotate(360deg) scale(1) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1) translateY(0);
            transform: rotate(360deg) scale(1) translateY(0);
  }
}
@-webkit-keyframes triget1 {
  0% {
    -webkit-transform: translate(-50%) rotate(0deg);
            transform: translate(-50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%) rotate(0.4deg);
            transform: translate(-50%) rotate(0.4deg);
  }
  100% {
    -webkit-transform: translate(-50%) rotate(0deg);
            transform: translate(-50%) rotate(0deg);
  }
}
@keyframes triget1 {
  0% {
    -webkit-transform: translate(-50%) rotate(0deg);
            transform: translate(-50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%) rotate(0.4deg);
            transform: translate(-50%) rotate(0.4deg);
  }
  100% {
    -webkit-transform: translate(-50%) rotate(0deg);
            transform: translate(-50%) rotate(0deg);
  }
}
@-webkit-keyframes triget_mb {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0.4deg);
            transform: rotate(0.4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes triget_mb {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0.4deg);
            transform: rotate(0.4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@-webkit-keyframes cloud_1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
@keyframes cloud_1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
@-webkit-keyframes cloud_2 {
  0%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@keyframes cloud_2 {
  0%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@-webkit-keyframes scaleUpDown {
  0%, 100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(1.1) translateX(-50%);
            transform: scale(1.1) translateX(-50%);
  }
}
@keyframes scaleUpDown {
  0%, 100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(1.1) translateX(-50%);
            transform: scale(1.1) translateX(-50%);
  }
}
@-webkit-keyframes scaleUpDown2 {
  0%, 100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(1.02) translateX(-50%);
            transform: scale(1.02) translateX(-50%);
  }
}
@keyframes scaleUpDown2 {
  0%, 100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(1.02) translateX(-50%);
            transform: scale(1.02) translateX(-50%);
  }
}
@-webkit-keyframes bookGentle {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(5deg);
            transform: translateY(-10px) rotate(5deg);
  }
}
@keyframes bookGentle {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(5deg);
            transform: translateY(-10px) rotate(5deg);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
            transform: rotate(0deg) scale(0);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
            transform: rotate(0deg) scale(0);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@-webkit-keyframes floatBody {
  0% {
    -webkit-transform: rotate(0deg) translateY(1%);
            transform: rotate(0deg) translateY(1%);
  }
  50% {
    -webkit-transform: rotate(-4deg) translateY(0%);
            transform: rotate(-4deg) translateY(0%);
  }
  70% {
    -webkit-transform: rotate(-2deg) translateY(-2%);
            transform: rotate(-2deg) translateY(-2%);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(1%);
            transform: rotate(0deg) translateY(1%);
  }
}
@keyframes floatBody {
  0% {
    -webkit-transform: rotate(0deg) translateY(1%);
            transform: rotate(0deg) translateY(1%);
  }
  50% {
    -webkit-transform: rotate(-4deg) translateY(0%);
            transform: rotate(-4deg) translateY(0%);
  }
  70% {
    -webkit-transform: rotate(-2deg) translateY(-2%);
            transform: rotate(-2deg) translateY(-2%);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(1%);
            transform: rotate(0deg) translateY(1%);
  }
}
@-webkit-keyframes floatHand {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  70% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatHand {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  70% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes floatBody2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0.5%);
            transform: rotate(0deg) translateY(0.5%);
  }
  50% {
    -webkit-transform: rotate(1deg) translateY(0%);
            transform: rotate(1deg) translateY(0%);
  }
}
@keyframes floatBody2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0.5%);
            transform: rotate(0deg) translateY(0.5%);
  }
  50% {
    -webkit-transform: rotate(1deg) translateY(0%);
            transform: rotate(1deg) translateY(0%);
  }
}
@-webkit-keyframes floatHand2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-4deg) translateY(-6px);
            transform: rotate(-4deg) translateY(-6px);
  }
}
@keyframes floatHand2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-4deg) translateY(-6px);
            transform: rotate(-4deg) translateY(-6px);
  }
}
@-webkit-keyframes floatBody3 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0%);
            transform: rotate(0deg) translateY(0%);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(-3%);
            transform: rotate(0deg) translateY(-3%);
  }
}
@keyframes floatBody3 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0%);
            transform: rotate(0deg) translateY(0%);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(-3%);
            transform: rotate(0deg) translateY(-3%);
  }
}
@-webkit-keyframes floatBody4 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(2%);
            transform: rotate(0deg) translateY(2%);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(0%);
            transform: rotate(0deg) translateY(0%);
  }
}
@keyframes floatBody4 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(2%);
            transform: rotate(0deg) translateY(2%);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(0%);
            transform: rotate(0deg) translateY(0%);
  }
}
@-webkit-keyframes c1 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
@keyframes c1 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
@-webkit-keyframes c2 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
@keyframes c2 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.section-title {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  top: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.02em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-shadow: 2px 2px 1px #000000, 2px -2px 1px #000000, -2px 2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000, 2px 2px 1px #000000, 2px -2px 1px #000000, -2px 2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}
@media all and (max-width: 768px) {
  .section-title {
    font-size: 10vw;
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .section-title {
    font-size: 9vw;
  }
  .section-title::before {
    left: 1vw;
    top: 1vw;
  }
  .section-title::after {
    right: 1vw;
    top: 1vw;
  }
}
.section-title::before, .section-title::after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon_star.svg);
}
.section-titletext {
  padding: 0 0.3em;
}
.section-title br {
  display: none;
}
@media all and (max-width: 1279px) {
  .section-title br {
    display: block;
  }
}
.section-title_sub {
  padding-left: 0.3em;
}
@media all and (max-width: 1279px) {
  .section-title_sub {
    display: block;
  }
}
.section-title_strong {
  color: #FFD87E;
}
.section-title.sec4-title {
  margin-bottom: 65px;
}
@media screen and (max-width: 640px) {
  .section-title.sec4-title {
    margin-bottom: 12vw;
  }
}
.section-title.sec3-title {
  margin-bottom: 49px;
}
.section-title__secondary {
  color: white;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  position: relative;
  top: 10vw;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin: 5px 0 25px 0;
}
.section-title__secondary b {
  color: #FFFF31;
}
@media screen and (max-width: 768px) {
  .section-title__secondary {
    font-size: 6.6282420749vw;
  }
}
@media screen and (max-width: 640px) {
  .section-title__secondary {
    font-size: 6.4vw;
  }
}

.swiper-slide__title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #212121;
  display: inline-block;
  margin-bottom: 19px;
}
@media screen and (max-width: 1440px) {
  .swiper-slide__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .swiper-slide__title {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  .swiper-slide__title {
    font-size: 5.1873198847vw;
    margin-bottom: 5.4755043228vw;
  }
}
.swiper-slide__title::after {
  position: absolute;
  left: 50%;
  bottom: -9%;
  content: "";
  width: 110%;
  height: 65%;
  background: #FFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  z-index: -1;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  background: #111;
  font-weight: 500;
  color: #000;
  font-family: "Rubik", "Noto Sans TC", sans-serif;
  padding-top: 60px;
}
@media all and (max-width: 1279px) {
  body {
    padding-top: 60px;
  }
}

:target:before {
  content: "";
  display: block;
  height: 60px;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  color: #EDCC94;
}
a:hover {
  text-decoration: none;
}

main {
  position: relative;
  margin: auto;
  background-color: #3774CA;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 640px) {
  .container {
    padding: 0 15px;
  }
}

.web_view {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media all and (max-width: 1099px) {
  .web_view {
    display: none !important;
  }
}

.mob_view {
  display: none !important;
}
@media all and (max-width: 1099px) {
  .mob_view {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.main-wrapper {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  z-index: 5;
}

.use-md, .use-sm {
  display: none;
}

@media (max-width: 992px) {
  .main .main-wrapper {
    width: 100%;
  }
  .use-desk {
    display: none;
  }
  .use-md {
    display: block;
  }
}
@media (max-width: 640px) {
  .use-dawho-desk {
    display: none;
  }
  .use-sm {
    display: block;
  }
}
.title__text {
  text-indent: -9999px;
  position: absolute;
  z-index: -2;
  overflow: hidden;
}

.with-underline {
  text-decoration: underline;
}

br.br-w {
  display: block;
}
@media all and (max-width: 992px) {
  br.br-w {
    display: none;
  }
}
br.br-m {
  display: none;
}
@media all and (max-width: 768px) {
  br.br-m {
    display: block;
  }
}

@media screen and (max-width: 1099px) {
  .desk_use {
    display: none !important;
  }
}

.mb_use {
  display: none !important;
}
@media screen and (max-width: 1099px) {
  .mb_use {
    display: block !important;
  }
}

.side {
  position: fixed;
  z-index: 999;
  margin: auto;
  top: 0;
  right: 10px;
  width: 80px;
  height: 160px;
  bottom: -1px;
}
.side .web_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1099px) {
  .side .web_view {
    display: none;
  }
}
.side .mob_view {
  display: none;
}
@media all and (max-width: 1099px) {
  .side .mob_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.side a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #af955f;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.side a p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.side a:first-child {
  background: #68492d;
}
.side a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.side a img {
  width: 15px;
  height: 15px;
  position: relative;
  left: 10px;
  -webkit-animation: bounce2 2s infinite;
          animation: bounce2 2s infinite;
}
.side a p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.side img {
  width: 100%;
}
@media all and (max-width: 1099px) {
  .side {
    top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px;
    height: 50px;
    right: 0;
  }
  .side a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 49%;
    right: 0;
    height: auto;
    margin-bottom: 0;
    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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
  }
  .side a img {
    top: unset;
    left: 15px;
  }
}

.footer-bg {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1099px) {
  .footer-bg {
    padding-bottom: 50px;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 20;
  font-family: "Microsoft JhengHei";
  background-color: #000;
}
footer .selection1 {
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 100%;
  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;
}
footer .selection1 a {
  color: #fff;
}
footer .selection1 a:hover {
  text-decoration: underline;
}
footer .selection1 img.copyRight {
  width: 12px;
  margin-right: 10px;
  height: 12px;
}
footer .selection1 .logo {
  margin: 0 10px;
  margin-left: 15px;
  width: 22px;
  height: 22px;
}
footer .selection1 .logo img {
  width: 22px;
  height: 22px;
}
footer .selection1 p {
  color: #fff !important;
  display: inline-block;
}
footer .selection2 {
  width: 20%;
  padding: 15px;
}
footer .selection2 .logo {
  width: 113px;
  height: 30px;
}

#footer {
  position: relative;
  font-family: "Noto Sans TC";
  font-weight: 400;
  padding: 64px 0;
  background-color: #111111;
}
@media all and (max-width: 1279px) {
  #footer {
    padding: 50px 0 80px;
  }
}
@media all and (max-width: 768px) {
  #footer {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  #footer {
    padding-top: 0;
  }
}
#footer.hasfooterNotice {
  padding: 32px 0 64px 0;
}
@media all and (max-width: 1279px) {
  #footer.hasfooterNotice {
    padding: 20px 0 80px;
  }
}
@media all and (max-width: 768px) {
  #footer.hasfooterNotice {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
#footer .footerNotice {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
  padding: 0 2em 3em 3em;
  text-align: justify;
}
#footer .top-wrap {
  margin: 0 auto 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 1279px) {
  #footer .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 680px;
  }
}
@media all and (max-width: 768px) {
  #footer .top-wrap {
    width: 320px;
    padding-top: 50px;
  }
}
@media all and (max-width: 375px) {
  #footer .top-wrap {
    max-width: 320px;
    margin: 0 20px;
  }
}
#footer .top-wrap .logo {
  width: 137px;
  margin-right: 60px;
}
@media all and (max-width: 1279px) {
  #footer .top-wrap .logo {
    margin-right: 0;
    margin-bottom: 65px;
  }
}
#footer .top-wrap .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .top-wrap .list-wrap ul {
  margin-right: 80px;
}
@media all and (max-width: 1279px) {
  #footer .top-wrap .list-wrap ul {
    margin-right: 60px;
  }
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap ul {
    margin-right: 0;
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap ul:first-of-type {
    margin-bottom: 50px;
  }
}
#footer .top-wrap .list-wrap ul:last-of-type {
  margin-right: 0;
}
#footer .top-wrap .list-wrap ul li.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
#footer .top-wrap .list-wrap ul li.link {
  margin-bottom: 20px;
  letter-spacing: 0;
}
#footer .top-wrap .list-wrap ul li.link a {
  font-size: 14px;
  color: #fff;
}
#footer .top-wrap .list-wrap ul li.link a.contact-web {
  display: inline-block;
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap ul li.link a.contact-web {
    display: none;
  }
}
#footer .top-wrap .list-wrap ul li.link a.contact-mobile {
  display: none;
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
    display: inline-block;
  }
}
#footer .bottom-wrap {
  width: 960px;
  margin: auto;
  border-top: 1px solid #4f4f4f;
  padding-top: 16px;
  color: #4f4f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1279px) {
  #footer .bottom-wrap {
    width: 680px;
  }
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .bottom-wrap a {
  color: #A3A3A3;
}
#footer .bottom-wrap .links-container {
  font-size: 14px;
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
#footer .bottom-wrap .links-container a {
  display: inline-block;
  margin-right: 30px;
  letter-spacing: 2px;
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap .links-container a {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
#footer .bottom-wrap .links-container a .link-img-bank {
  margin-right: 12px;
  position: relative;
  top: 2px;
  width: 16px;
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap .links-container p span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
  }
}
#footer .bottom-wrap .copyright-desc {
  font-size: 14px;
  letter-spacing: 1px;
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap .copyright-desc {
    text-align: center;
    margin-top: 20px;
  }
}
#footer .footer--flex {
  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;
  margin: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 960px;
  color: #fff;
}
@media all and (max-width: 1279px) {
  #footer .footer--flex {
    margin-top: 35px;
    max-width: 680px;
  }
}
@media all and (max-width: 768px) {
  #footer .footer--flex {
    display: block;
    max-width: 320px;
    margin-top: 30px;
  }
}
@media all and (max-width: 375px) {
  #footer .footer--flex {
    max-width: 280px;
    margin: 30px 20px 0 20px;
  }
}
#footer .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 1279px) {
  #footer .footer__title {
    font-size: 22px;
  }
}
@media all and (max-width: 768px) {
  #footer .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#footer .footer__text {
  font-size: 14px;
  line-height: 1.7;
}
@media all and (max-width: 1279px) {
  #footer .footer__text {
    width: 470px;
  }
}
@media all and (max-width: 768px) {
  #footer .footer__text {
    width: auto;
  }
}
#footer .footer__text a {
  text-decoration: underline;
}

#foot {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #000000;
}
@media all and (max-width: 1279px) {
  #foot {
    padding: 30px 40px;
  }
}
@media all and (max-width: 768px) {
  #foot {
    padding: 30px;
  }
}
#foot .footer--flex {
  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;
  margin-bottom: 40px;
}
@media all and (max-width: 1279px) {
  #foot .footer--flex {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 768px) {
  #foot .footer--flex {
    display: block;
    margin-bottom: 30px;
  }
}
#foot .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-right: 60px;
}
@media all and (max-width: 1279px) {
  #foot .footer__title {
    font-size: 22px;
    margin-right: 30px;
  }
}
@media all and (max-width: 768px) {
  #foot .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#foot .footer__text {
  width: 725px;
  font-size: 14px;
  line-height: 1.71;
}
@media all and (max-width: 1279px) {
  #foot .footer__text {
    width: 470px;
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  #foot .footer__text {
    width: auto;
  }
}
#foot .footer_smart {
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
}
#foot .footer_smart span {
  display: inline-block;
}
#foot .footer_smart span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 7px;
  margin-right: 8px;
  background: url("../img/sinopac-logo.svg") no-repeat 0 0;
  position: relative;
  top: 5px;
}
#foot .footer_smart a {
  display: inline-block;
  letter-spacing: 0;
  margin: 10px 5px 0 5px;
  vertical-align: middle;
}
#foot .footer_smart #cdic {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.footer_ico {
  margin-right: 0.2em;
}

@media all and (max-width: 1279px) {
  #download {
    display: block;
  }
}

#footer_download {
  position: relative;
  width: 100%;
  height: 505px;
  padding: 90px 20px;
  background: url(../img/index/bg_curve.svg) center/cover no-repeat;
  color: white;
  overflow: hidden;
  line-height: 1;
}
@media all and (max-width: 768px) {
  #footer_download {
    height: auto;
    position: unset;
    padding: 47px 20px 0 20px;
  }
}
#footer_download .footer_download_title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 8px;
  text-align: center;
  margin-left: 69px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_title {
    font-size: 20px;
    letter-spacing: 5px;
    margin-left: 115px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_title {
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-left: 0;
  }
}
#footer_download .footer_download_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 760px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    min-width: auto;
  }
}
#footer_download .footer_download_con .footer_download_img {
  margin-right: 40px;
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_img {
    margin-right: 26px;
    margin: 9% auto -4% auto;
    text-align: center;
    width: 64%;
    max-width: 236px;
  }
  #footer_download .footer_download_con .footer_download_img img {
    width: 100%;
  }
}
#footer_download .footer_download_con .footer_download_text {
  margin-top: 24px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text {
    margin-top: 16px;
  }
}
#footer_download .footer_download_con .footer_download_text h6 {
  font-size: 24px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text h6 {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text h6 {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text > p {
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 20px 0 45px 0;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text > p {
    font-size: 12px;
    margin: 14px 0 30px 0;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text > p {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text > p span {
  color: #825f14;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box {
    display: block;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
  margin-right: 24px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
    margin-right: 10px;
  }
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
  font-size: 14px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
    font-size: 13px;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
  font-size: 36px;
  margin-bottom: 19px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 4px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
    margin-bottom: 11px;
    margin-top: 24px;
    text-align: center;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
  line-height: 1.1em;
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
    text-align: center;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
  line-height: 1.1em;
  margin-top: 0.5em;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
    text-align: center;
    margin-bottom: 22px;
    white-space: normal;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
    margin-top: 12px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a {
  margin-right: 5px;
  border-radius: 5px;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a img {
  width: 100%;
  display: block;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a:last-child {
  margin-right: 0;
}

.btn-dawho-link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 120px;
  width: 6.25vw;
  position: fixed;
  bottom: 2%;
  right: 8.4375vw;
  z-index: 11;
}
@media screen and (max-width: 1680px) {
  .btn-dawho-link {
    right: 2vw;
  }
}
@media screen and (max-width: 1099px) {
  .btn-dawho-link {
    width: 14.5vw;
    right: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .btn-dawho-link {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    bottom: 0;
    right: 0;
  }
  .btn-dawho-link.active {
    opacity: 1;
  }
  .btn-dawho-link.md-static {
    position: relative;
    top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.btn-dawho-link img {
  width: 100%;
  display: block;
}
.btn-dawho-link.active {
  opacity: 1;
  pointer-events: auto;
}

.fc_white {
  color: #fff;
}

#header {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #000;
  border-bottom: 1px solid #EDCC94;
}
@media screen and (max-width: 1099px) {
  #header.header-zindex-adj-m {
    z-index: 102;
  }
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 16px;
}
@media screen and (max-width: 1099px) {
  #header .container {
    padding: 0 15px;
  }
}
#header .container #header-toggle {
  display: none;
}
@media screen and (max-width: 1099px) {
  #header .container #header-toggle {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-image: url(../images/icon_hambuger_open.svg);
  }
}
#header .container #header-toggle.toggled {
  background-image: url(../images/icon_hambuger_close.svg);
}
#header .container .header-logo img {
  height: 36px;
  max-width: 137px;
}
@media screen and (max-width: 1099px) {
  #header .container .header-logo img {
    height: 32px;
  }
}
#header .container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1099px) {
  #header .container nav {
    display: none;
  }
  #header .container nav.toggled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 56px;
    left: 0;
    background-color: #111;
    height: auto;
    width: 100%;
  }
  #header .container nav.toggled::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }
  #header .container nav.toggled ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .container nav.toggled ul li {
    margin: 0;
  }
}
#header .container nav ul {
  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;
  line-height: normal;
}
@media screen and (max-width: 1099px) {
  #header .container nav ul {
    position: relative;
    width: 100%;
  }
}
#header .container nav ul li {
  margin-left: 53px;
}
@media screen and (max-width: 1099px) {
  #header .container nav ul li {
    height: 72px;
    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;
    width: 100%;
    border-bottom: 0.5px solid #CEB071;
  }
  #header .container nav ul li:last-of-type {
    height: 88px;
  }
}
@media screen and (max-width: 1099px) {
  #header .container nav ul li.active a, #header .container nav ul li:hover a {
    color: #FFC45B;
    border-bottom-color: #FFC45B;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#header .container nav ul li a {
  border-bottom: 1px solid transparent;
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ceb071;
  text-decoration: none;
}
#header .container nav ul li a.header-acc-link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000;
  width: 160px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
  gap: 8px;
  background-size: 100%;
  background-image: linear-gradient(133deg, #fdf9c7 12%, #f5ecb8 24%, #e1cb90 36%, #e1b97a 47%, #e8c388 70%);
}
#header .container nav ul li a.header-acc-link::before {
  border-radius: 40px;
}
#header .container nav ul li a img.hot-icon {
  width: 20px;
}
#header .container nav ul li:hover a {
  color: #FFC45B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .container nav ul li:hover a.header-acc-link {
  color: #000;
  background-size: 220%;
}

.section-kv {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/796;
  background-color: #F0EC54;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .section-kv {
    aspect-ratio: 1920/796;
    max-height: none;
  }
}
@media screen and (max-width: 1099px) {
  .section-kv {
    aspect-ratio: auto;
  }
}
.section-kv .container {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .section-kv .container {
    padding: 0 3px;
  }
}
.section-kv .section-kv .content {
  position: relative;
  height: 100%;
}
.section-kv .kv-content {
  padding-top: 1.6666666667vw;
}
.section-kv .kv-content::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  z-index: 4;
}
@media screen and (max-width: 1099px) {
  .section-kv .kv-content {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .kv-content {
    padding-top: 7.204610951vw;
    margin-bottom: 0;
  }
}
.section-kv .kv-content__logo {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  margin: auto;
  display: block;
  width: min(445.75px, 23.24vw);
  margin-bottom: 0.625vw;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media screen and (max-width: 1370px) {
  .section-kv .kv-content__logo {
    width: min(402.72px, 20vw);
  }
}
@media screen and (max-width: 1280px) {
  .section-kv .kv-content__logo {
    width: min(402.72px, 23vw);
  }
}
@media screen and (max-width: 1099px) {
  .section-kv .kv-content__logo {
    width: 40%;
    margin-bottom: 2.7297543221vw;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .kv-content__logo {
    width: 80%;
    margin-bottom: 2.322767vh;
  }
}
.section-kv .kv-content__slogan {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  width: min(882px, 43.3vw);
  margin: auto;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media screen and (max-width: 1099px) {
  .section-kv .kv-content__slogan {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .kv-content__slogan {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .section-kv .kv-content__slogan {
    width: 95%;
  }
}
.section-kv .kv-content__slogan img {
  width: 100%;
  display: block;
}
.section-kv .kv-content__ip {
  position: absolute;
  bottom: -50vw;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: min(826px, 43.1vw);
  margin: auto;
  z-index: 5;
}
@media screen and (max-width: 1099px) {
  .section-kv .kv-content__ip {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .kv-content__ip {
    min-height: 251px;
    bottom: -70vw;
    width: min(826px, 100%);
  }
}
.section-kv .kv-content__ip img {
  width: 100%;
  display: block;
}
.section-kv .kv-content__ip-text {
  opacity: 0;
  position: absolute;
  top: 2.6vw;
  right: -14vw;
  width: min(364px, 19vw) !important;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.section-kv .h1-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}
.section-kv .l_ball, .section-kv .l_book, .section-kv .l_ball2, .section-kv .l_ticket, .section-kv .l_cloud, .section-kv .r_book-1, .section-kv .r_book-2, .section-kv .r_cloud, .section-kv .kv_circle, .section-kv .kv-slogan-start {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1099px) {
  .section-kv .l_ball, .section-kv .l_book, .section-kv .l_ball2, .section-kv .l_ticket, .section-kv .l_cloud, .section-kv .r_book-1, .section-kv .r_book-2, .section-kv .r_cloud, .section-kv .kv_circle, .section-kv .kv-slogan-start {
    display: none;
  }
}
.section-kv img.kv-slogan-start {
  width: min(29px, 1.52vw);
  top: 9.5vw;
  left: -2.5vw;
}
@media screen and (max-width: 1099px) {
  .section-kv img.kv-slogan-start {
    display: none;
  }
}
.section-kv .kv_circle {
  top: 0%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .section-kv .kv_circle {
    display: block;
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .kv_circle {
    top: 190%;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
.section-kv .kv_circle img {
  width: 100%;
}
.section-kv .kv_circle__content {
  position: relative;
  top: -50%;
  width: 100%;
  height: 100%;
}
.section-kv .kv_circle__content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: infiniteExpanse 8s linear infinite;
          animation: infiniteExpanse 8s linear infinite;
  opacity: 1;
}
.section-kv .kv_circle__content .circle-2 {
  -webkit-animation: infiniteExpanse2 8s linear infinite;
          animation: infiniteExpanse2 8s linear infinite;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
@-webkit-keyframes infiniteExpanse {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 0; /* 在中心點很小時淡入 */
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    /* 放大到足夠大，蓋住整個畫面 */
    -webkit-transform: rotate(360deg) scale(1.6);
            transform: rotate(360deg) scale(1.6);
    opacity: 0; /* 在邊緣很大時淡出 */
  }
}
@keyframes infiniteExpanse {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 0; /* 在中心點很小時淡入 */
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    /* 放大到足夠大，蓋住整個畫面 */
    -webkit-transform: rotate(360deg) scale(1.6);
            transform: rotate(360deg) scale(1.6);
    opacity: 0; /* 在邊緣很大時淡出 */
  }
}
@-webkit-keyframes infiniteExpanse2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 0; /* 在中心點很小時淡入 */
  }
  15% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.2;
  }
  100% {
    /* 放大到足夠大，蓋住整個畫面 */
    -webkit-transform: rotate(360deg) scale(1.6);
            transform: rotate(360deg) scale(1.6);
    opacity: 0;
  }
}
@keyframes infiniteExpanse2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 0; /* 在中心點很小時淡入 */
  }
  15% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.2;
  }
  100% {
    /* 放大到足夠大，蓋住整個畫面 */
    -webkit-transform: rotate(360deg) scale(1.6);
            transform: rotate(360deg) scale(1.6);
    opacity: 0;
  }
}
.section-kv .l_book {
  width: min(194px, 10.12vw);
  left: -3.7vw;
  top: -0.3vw;
  -webkit-transform: rotate(0deg) scale(0);
          transform: rotate(0deg) scale(0);
}
.section-kv .l_ball {
  width: min(108px, 6.42vw);
  left: 17.3vw;
  top: 18.4vw;
  -webkit-transform: rotate(0deg) scale(0);
          transform: rotate(0deg) scale(0);
}
.section-kv .l_ball2 {
  width: min(296px, 14.42vw);
  left: 14.3vw;
  top: 24vw;
  -webkit-transform: rotate(0deg) scale(0);
          transform: rotate(0deg) scale(0);
}
.section-kv .l_ticket {
  width: min(176px, 10vw);
  left: 1vw;
  bottom: 5vw;
  -webkit-transform: rotate(0deg) scale(0);
          transform: rotate(0deg) scale(0);
}
.section-kv .l_cloud {
  width: min(246px, 13vw);
  left: -3.4vw;
  top: 16vw;
  -webkit-animation: cloud_2 20s ease-in-out infinite;
          animation: cloud_2 20s ease-in-out infinite;
}
.section-kv .r_cloud {
  width: min(246px, 13vw);
  right: -4.4vw;
  bottom: 7vw;
  -webkit-animation: cloud_1 20s ease-in-out infinite;
          animation: cloud_1 20s ease-in-out infinite;
}
.section-kv .r_book-1 {
  width: min(309px, 17vw);
  right: 8vw;
  top: 8vw;
  -webkit-transform: rotate(0deg) scale(0);
          transform: rotate(0deg) scale(0);
}
.section-kv .r_book-2 {
  width: min(134px, 7vw);
  right: 5vw;
  top: 3vw;
  -webkit-transform: rotate(0deg) scale(0);
          transform: rotate(0deg) scale(0);
}
.section-kv.active .l_book {
  -webkit-animation: rotate360 0.5s 0.3s ease-in-out forwards, floatUpDown2 2s 1s ease-in-out infinite;
          animation: rotate360 0.5s 0.3s ease-in-out forwards, floatUpDown2 2s 1s ease-in-out infinite;
}
.section-kv.active .l_ball {
  -webkit-transition: all 1s 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: all 1s 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
  left: 14.3vw;
  top: 8.4vw;
  -webkit-animation: rotate360 0.5s 0.4s ease-in-out forwards, floatUpDown 2s 0.5s ease-in-out infinite;
          animation: rotate360 0.5s 0.4s ease-in-out forwards, floatUpDown 2s 0.5s ease-in-out infinite;
}
.section-kv.active .l_ball2 {
  -webkit-animation: rotate360 0.5s 0.3s ease-in-out forwards, floatUpDown 2s 1s ease-in-out infinite;
          animation: rotate360 0.5s 0.3s ease-in-out forwards, floatUpDown 2s 1s ease-in-out infinite;
}
.section-kv.active .l_ticket {
  -webkit-animation: rotate360 0.5s 0.4s ease-in-out forwards, floatUpDown2 2s 1s ease-in-out infinite;
          animation: rotate360 0.5s 0.4s ease-in-out forwards, floatUpDown2 2s 1s ease-in-out infinite;
}
.section-kv.active .r_book-1 {
  -webkit-animation: rotate360 0.5s 0.2s ease-in-out forwards, floatUpDown 2s 1s ease-in-out infinite;
          animation: rotate360 0.5s 0.2s ease-in-out forwards, floatUpDown 2s 1s ease-in-out infinite;
}
.section-kv.active .r_book-2 {
  -webkit-animation: rotate360 0.5s 0.4s ease-in-out forwards, floatUpDown2 2s 1s ease-in-out infinite;
          animation: rotate360 0.5s 0.4s ease-in-out forwards, floatUpDown2 2s 1s ease-in-out infinite;
}
.section-kv.active .kv-content__ip {
  -webkit-transition: all 0.45s 0.5s cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: all 0.45s 0.5s cubic-bezier(0.22, 0.61, 0.35, 1);
  bottom: 0;
}
@media screen and (max-width: 1099px) {
  .section-kv.active .kv-content__ip {
    bottom: 8vw;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.section-kv.active .kv-content__ip-text {
  -webkit-transition: all 0.35s 0.5s cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: all 0.35s 0.5s cubic-bezier(0.22, 0.61, 0.35, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 1099px) {
  .section-kv.active .kv-content__ip-text {
    position: static;
    margin: auto;
    width: min(364px, 75.123vw) !important;
  }
}
.section-kv.active .kv_light {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1099px) {
  .section-kv.active .kv_light {
    -webkit-animation: scaleUpDown 2s ease-in-out infinite;
            animation: scaleUpDown 2s ease-in-out infinite;
  }
}
@media screen and (max-width: 1099px) {
  .section-kv.active .kv_light {
    -webkit-animation: scaleUpDown2 2s ease-in-out infinite;
            animation: scaleUpDown2 2s ease-in-out infinite;
    width: 130%;
    height: 130%;
  }
}

.section-kv.active .kv-content__logo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.section-kv.active .kv-content__slogan {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section-task {
  position: relative;
  padding: 73px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .section-task {
    padding: 5.7636887608vw 0 0;
  }
}
.section-task .container {
  width: 90%;
  max-width: 1290px;
  padding-bottom: 79px;
}
@media screen and (max-width: 1580px) {
  .section-task .container {
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
  }
}
@media screen and (max-width: 1099px) {
  .section-task .container {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 640px) {
  .section-task .container {
    width: 100%;
    padding: 0;
  }
}
.section-task .taskSwiper__box {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  opacity: 0;
  top: 10vw;
}
.section-task .taskSwiper__box .swiper {
  overflow: initial;
}
.section-task .taskSwiper__box.active {
  opacity: 1;
  top: 0;
}
.section-task .taskSwiper {
  padding-top: 30px;
}
.section-task .taskSwiper .swiper-slide {
  width: min(410px, 32%);
  border-radius: 40px;
  border: solid 3px #000;
  border-bottom: solid 8px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .section-task .taskSwiper .swiper-slide {
    border-radius: 29px;
  }
}
.section-task .taskSwiper .swiper-slide:not(:last-child) {
  margin-right: 28px;
}
@media screen and (max-width: 1099px) {
  .section-task .taskSwiper .swiper-slide:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1099px) {
  .section-task .taskSwiper .swiper-slide {
    max-width: 70%;
    margin: 0 15% !important;
  }
}
@media screen and (max-width: 768px) {
  .section-task .taskSwiper .swiper-slide {
    max-width: 80%;
    margin: 0 10% !important;
  }
}
@media screen and (min-width: 1099px) {
  .section-task .taskSwiper .swiper-slide {
    -webkit-transform: rotate(0deg) translateY(0px);
            transform: rotate(0deg) translateY(0px);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .section-task .taskSwiper .swiper-slide:hover {
    -webkit-transform: rotate(-3deg) translateY(-8px);
            transform: rotate(-3deg) translateY(-8px);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  }
}
.section-task .taskSwiper .swiper-slide::before {
  position: absolute;
  top: -28px;
  left: 55px;
  display: block;
  content: "";
  width: 21.4px;
  height: 48.1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-transform: rotate(-333.6deg);
          transform: rotate(-333.6deg);
  border: solid 3px #000;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .section-task .taskSwiper .swiper-slide::before {
    top: -6.6282420749vw;
    left: 14.409221902vw;
    width: 4.3227665706vw;
    height: 10.0864553314vw;
    border: solid 2px #000;
  }
}
@media screen and (max-width: 1280px) {
  .section-task .taskSwiper .swiper-slide {
    padding: 40px 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .section-task .taskSwiper .swiper-slide {
    padding: 29.27px 6.4841498559vw !important;
  }
}
.section-task .taskSwiper .swiper-slide:nth-child(1) {
  padding: 40px 50px;
}
.section-task .taskSwiper .swiper-slide:nth-child(1)::before {
  background-color: #fcd7e4;
}
.section-task .taskSwiper .swiper-slide:nth-child(1) .swiper-slide__data {
  padding-top: 12px;
}
@media screen and (max-width: 1099px) {
  .section-task .taskSwiper .swiper-slide:nth-child(1) .swiper-slide__data {
    padding-top: 0;
  }
}
.section-task .taskSwiper .swiper-slide:nth-child(2) {
  padding: 40px 33px;
}
.section-task .taskSwiper .swiper-slide:nth-child(2)::before {
  background-color: #318865;
}
.section-task .taskSwiper .swiper-slide:nth-child(2) .swiper-slide__data {
  max-width: 330px;
}
@media screen and (max-width: 640px) {
  .section-task .taskSwiper .swiper-slide:nth-child(2) .swiper-slide__data {
    max-width: 100%;
  }
}
.section-task .taskSwiper .swiper-slide:nth-child(3) {
  padding: 40px 30px;
}
.section-task .taskSwiper .swiper-slide:nth-child(3)::before {
  background-color: #89b0f8;
}
.section-task .taskSwiper .swiper-slide:nth-child(3) .swiper-slide__data {
  max-width: 334px;
  letter-spacing: 0.28px;
}
.section-task .taskSwiper .swiper-slide__title {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .section-task .taskSwiper .swiper-slide__title {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 1100px) {
  .section-task .taskSwiper .swiper-slide__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .section-task .taskSwiper .swiper-slide__title {
    font-size: 5.8536023055vw;
  }
}
.section-task .taskSwiper .swiper-slide__title::after {
  display: none;
}
.section-task .taskSwiper .swiper-slide__img {
  max-width: 120px;
  display: block;
  margin: 9px auto 12px auto;
}
@media screen and (max-width: 640px) {
  .section-task .taskSwiper .swiper-slide__img {
    max-width: 88px;
  }
}
.section-task .taskSwiper .swiper-slide__buttom {
  width: 100%;
  max-width: 327px;
  min-width: 320px;
}
@media screen and (max-width: 1280px) {
  .section-task .taskSwiper .swiper-slide__buttom {
    min-width: auto;
    margin-top: 12px;
  }
}
.section-task .taskSwiper .swiper-slide__buttom span {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-task .taskSwiper .swiper-slide__buttom {
    margin-top: 0px;
  }
}
.section-task .taskSwiper .swiper-slide__prompt {
  margin-top: 3px;
  display: block;
  color: #73510f;
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  .section-task .taskSwiper .swiper-slide__prompt {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 1099px) {
  .section-task .taskSwiper .swiper-slide__prompt {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .section-task .taskSwiper .swiper-slide__prompt {
    font-size: 12px;
  }
}
.section-task .taskSwiper .swiper-slide__data {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: justify;
  color: #575757;
  max-width: 293px;
  margin: 0 auto;
  display: block;
  min-height: 176px;
}
@media screen and (max-width: 1366px) {
  .section-task .taskSwiper .swiper-slide__data {
    font-size: 15.5px;
    min-height: 186px;
  }
}
@media screen and (max-width: 1099px) {
  .section-task .taskSwiper .swiper-slide__data {
    font-size: 16px;
    min-height: 176px;
  }
}
@media screen and (max-width: 640px) {
  .section-task .taskSwiper .swiper-slide__data {
    font-size: 4.266654vw;
    margin-bottom: 2.8818443804vw;
  }
}
@media screen and (max-width: 320px) {
  .section-task .taskSwiper .swiper-slide__data {
    font-size: 14px;
  }
}
@media screen and (max-width: 318px) {
  .section-task .taskSwiper .swiper-slide__data {
    height: 90vw;
  }
}
.section-task .taskSwiper .swiper-slide__data b {
  color: #ab0208;
}
.section-task .taskSwiper .swiper-slide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .section-task .taskSwiper .swiper-slide__item {
    width: 100%;
  }
}
.section-task .taskSwiper .swiper-slide__item:first-child {
  margin-bottom: 10px;
}
.section-task .taskSwiper .swiper-slide__item h3 {
  color: #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900;
  background: url(../images/task/icon-start.svg) no-repeat left 9px;
  padding-left: 15.4px;
}
.section-task .taskSwiper .swiper-slide__item span {
  width: calc(100% - 71px);
  padding-left: 4px;
}
@media screen and (max-width: 640px) {
  .section-task .taskSwiper .swiper-slide__item span {
    width: calc(100% - 20vw);
  }
}
@media screen and (max-width: 318px) {
  .section-task .taskSwiper .swiper-slide__item span {
    width: calc(100% - 22vw);
  }
}
.section-task .taskSwiper .swiper-slide .swiper-slide-img__title {
  text-align: center;
}
.section-task .taskSwiper .swiper-slide .swiper-slide-img__title h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #212121;
  margin-bottom: 11px;
}
@media screen and (max-width: 640px) {
  .section-task .taskSwiper .swiper-slide .swiper-slide-img__title h3 {
    font-size: 4.6829971182vw;
    margin-bottom: 2.5936599424vw;
  }
}
.section-task .taskSwiper .swiper-slide .swiper-slide-img__title h3::after {
  position: absolute;
  left: 50%;
  bottom: 1%;
  content: "";
  width: 112%;
  height: 20px;
  background: rgba(255, 196, 91, 0.4);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .section-task .taskSwiper .swiper-slide .swiper-slide-img__title h3::after {
    bottom: -6%;
    height: 4.5vw;
  }
}
.section-task .l_book, .section-task .r_book, .section-task .l_start_1, .section-task .l_star, .section-task .l_ball, .section-task .l_start_2, .section-task .r_start, .section-task .r_book, .section-task .r_ball, .section-task .r_start_w {
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
}
.section-task .l_book img, .section-task .r_book img, .section-task .l_start_1 img, .section-task .l_star img, .section-task .l_ball img, .section-task .l_start_2 img, .section-task .r_start img, .section-task .r_book img, .section-task .r_ball img, .section-task .r_start_w img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1099px) {
  .section-task .l_book, .section-task .r_book, .section-task .l_start_1, .section-task .l_star, .section-task .l_ball, .section-task .l_start_2, .section-task .r_start, .section-task .r_book, .section-task .r_ball, .section-task .r_start_w {
    display: none;
  }
}
.section-task .l_star {
  top: 29.6%;
  left: 6.5%;
  max-width: 96px;
  width: 5.4%;
  -webkit-animation: floatUpDown_2 2s 1s ease-in-out infinite;
          animation: floatUpDown_2 2s 1s ease-in-out infinite;
}
@media screen and (max-width: 1700px) {
  .section-task .l_star {
    left: 2%;
  }
}
.section-task .l_ball {
  top: 49.9%;
  left: 4.9%;
  max-width: 123px;
  width: 6.5%;
  -webkit-animation: floatUpDown_1 2s 1s ease-in-out infinite;
          animation: floatUpDown_1 2s 1s ease-in-out infinite;
}
@media screen and (max-width: 1700px) {
  .section-task .l_ball {
    left: 0.5%;
  }
}
.section-task .r_book {
  width: 12%;
  max-width: 191px;
  right: 4.3%;
  top: 12%;
  opacity: 1;
  -webkit-animation: floatUpDown_1 2s 1s ease-in-out infinite;
          animation: floatUpDown_1 2s 1s ease-in-out infinite;
}
@media screen and (max-width: 1700px) {
  .section-task .r_book {
    right: 3%;
  }
}
.section-task .l_start_1 {
  width: 1.2%;
  max-width: 20px;
  top: 13%;
  left: 6.2%;
}
.section-task .l_start_2 {
  width: 2%;
  max-width: 34px;
  bottom: 18.5%;
  left: 3.2%;
}
.section-task .r_ball {
  width: 8%;
  max-width: 154px;
  right: 2.3%;
  bottom: 13.5%;
  -webkit-animation: floatUpDown_2 2s 1s ease-in-out infinite;
          animation: floatUpDown_2 2s 1s ease-in-out infinite;
}
@media screen and (max-width: 1700px) {
  .section-task .r_ball {
    right: 0.5%;
  }
}
.section-task .r_start_w {
  width: min(29px, 1.52vw);
  right: 4%;
  bottom: 49.6%;
  -webkit-animation: fadeIn 1.8s ease-out infinite;
          animation: fadeIn 1.8s ease-out infinite;
}
.section-task .r_start {
  right: 8%;
  bottom: 41%;
  width: 1.5%;
  max-width: 28px;
}
.section-task.active .section-title, .section-task.active .section-title__secondary {
  top: 0;
  opacity: 1;
}
.section-task.active .l_start_1, .section-task.active .l_start_2, .section-task.active .r_start {
  -webkit-animation: fadeIn 1.8s 0.5s ease-out infinite;
          animation: fadeIn 1.8s 0.5s ease-out infinite;
}

.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.3;
}
.marquee span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 48px;
  -webkit-animation: loopAnimation linear infinite;
          animation: loopAnimation linear infinite;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  color: #D7E7FF;
  gap: 51px;
  font-size: 57.698px;
  font-style: normal;
  font-weight: 700;
  line-height: 75.348px;
  letter-spacing: 1.154px;
}
@media screen and (max-width: 640px) {
  .marquee span {
    font-size: 10.133649vw;
    line-height: 68.348px;
    margin-top: 6px;
    padding-right: 24px;
    gap: 24px;
  }
}

@-webkit-keyframes loopAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}

@keyframes loopAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
.section-notice {
  width: 100%;
  background-image: url(../images/notice/notice_bg.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding: 93px 0 86px 0;
  -webkit-box-shadow: 0p 0px 0px 0px #9F7046;
          box-shadow: 0p 0px 0px 0px #9F7046;
  margin-top: -3px;
}
@media screen and (max-width: 1099px) {
  .section-notice {
    background-repeat: repeat-y;
  }
}
@media screen and (max-width: 768px) {
  .section-notice {
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .section-notice {
    padding: 15.8501440922vw 0 11.5273775216vw 0;
    top: 0;
  }
}
.section-notice .container {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  top: 10vw;
  padding: 16px;
  border-radius: 39.2px;
  width: 90%;
  max-width: 1285px;
  background: #FFC246;
  border: 3px solid #000;
  -webkit-box-shadow: 1px 9px 0px 4px rgba(159, 112, 70, 0.8);
          box-shadow: 1px 9px 0px 4px rgba(159, 112, 70, 0.8);
}
.section-notice .container.active {
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 640px) {
  .section-notice .container {
    -webkit-box-shadow: 1px 17px 0px 4px rgba(159, 112, 70, 0.8);
            box-shadow: 1px 17px 0px 4px rgba(159, 112, 70, 0.8);
  }
}
.section-notice .container::before {
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 92%;
  max-width: 1174px;
  height: 0;
  padding-bottom: 6.9846678024%;
  background-image: url(../images/notice/clip_chain_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1099px) {
  .section-notice .container::before {
    top: -43px;
    width: 86%;
    padding-bottom: 9.984668%;
    background-size: cover;
  }
}
@media screen and (max-width: 640px) {
  .section-notice .container::before {
    width: 52vw;
    top: -9vw;
    padding-bottom: 20vw;
    background-image: url(../images/notice/clip_chain_mb.png);
  }
}
@media screen and (max-width: 640px) {
  .section-notice .container {
    width: 95%;
    padding: 12px;
  }
}
.section-notice .container .content {
  border-radius: 34.34px;
  background: #FFE8BA;
  padding: 60px 24px;
}
@media screen and (max-width: 768px) {
  .section-notice .container .content {
    padding: 60px 13px 40px 13px;
  }
}
.section-notice .notice__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .section-notice .notice__item:not(:last-child) {
    margin-bottom: 27px;
  }
}
.section-notice .notice__item--active .notice__title:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.section-notice .notice__item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  font-size: 28px;
  font-weight: 500;
  background: #FFF;
  color: #000;
  padding: 17px;
  border: 3px solid #000;
  cursor: pointer;
  border-radius: 0 40px 40px 0;
  z-index: 1;
}
@media screen and (max-width: 1099px) {
  .section-notice .notice__item h3 {
    text-align: left;
    font-size: 2.5936599424vw;
  }
}
@media screen and (max-width: 768px) {
  .section-notice .notice__item h3 {
    font-size: 3.3141210375vw;
  }
}
@media screen and (max-width: 640px) {
  .section-notice .notice__item h3 {
    font-size: 4.8011527378vw;
    padding: 2.8818443804vw;
    line-height: 6.3832853026vw;
  }
}
.section-notice .notice__item h3 span {
  width: min(1200px, 100%);
}
@media screen and (max-width: 1099px) {
  .section-notice .notice__item h3 span {
    width: 80%;
    padding: 0 14px 0 4px;
  }
}
@media screen and (max-width: 640px) {
  .section-notice .notice__item h3 span {
    width: 91%;
    padding: 0 4px;
  }
}
.section-notice .notice__item h3::before {
  width: 14px;
  height: 14px;
  border-radius: 99em;
  background-color: #FFE8BA;
  border: 3px solid #000;
  content: "";
}
@media screen and (max-width: 1099px) {
  .section-notice .notice__item h3::before {
    width: 2.0172910663vw;
    height: 2.0172910663vw;
  }
}
@media screen and (max-width: 640px) {
  .section-notice .notice__item h3::before {
    width: 1.1527377522vw;
    height: 1.1527377522vw;
    border: 2px solid #000;
  }
}
.section-notice .notice__item h3::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon-arrow.svg) no-repeat 0 0/cover;
  max-width: 24px;
  max-height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1099px) {
  .section-notice .notice__item h3::after {
    width: 3.4582132565vw;
    height: 3.4582132565vw;
  }
}
@media screen and (max-width: 640px) {
  .section-notice .notice__item h3::after {
    right: 4%;
    width: 3.4582132565vw;
    height: 3.4582132565vw;
  }
}
.section-notice .notice__title__box {
  position: relative;
}
.section-notice .notice__title-button {
  position: relative;
}
.section-notice .notice__shadow {
  position: absolute;
  width: 100.5%;
  height: 0;
  padding-bottom: 60px;
  bottom: -10px;
  left: 0px;
  z-index: 0;
  background: #EBC06A;
  border-radius: 0 40px 40px 30px;
}
@media screen and (max-width: 640px) {
  .section-notice .notice__shadow {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 576px) {
  .section-notice .notice__shadow {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 414px) {
  .section-notice .notice__shadow {
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 320px) {
  .section-notice .notice__shadow {
    padding-bottom: 19%;
  }
}
.section-notice .notice__content {
  margin-top: 40px;
  padding-left: 2%;
  line-height: 1.5;
  display: none;
}
.section-notice .notice__content a {
  color: #C09120;
  text-decoration: underline;
}
.section-notice .notice__content b {
  color: #C09120;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.section-notice .notice__content strong {
  font-weight: 700;
}
.section-notice .notice__content li {
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (max-width: 1099px) {
  .section-notice .notice__content {
    width: 90%;
    padding: 0;
    margin: 35px auto 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .section-notice .notice__content {
    width: 100%;
    margin-top: 5.0432276657vw;
    font-size: 4.2666570605vw;
  }
}
@media screen and (max-width: 576px) {
  .section-notice .notice__content {
    margin-top: 7.492795389vw;
  }
}
.section-notice .desc {
  padding-left: 18px;
}
.section-notice .desc li {
  list-style: decimal;
}
.section-notice .dot {
  padding-left: 18px;
}
.section-notice .dot li {
  list-style: disc;
}
.section-notice.active .section-title {
  top: 0;
  opacity: 1;
}

.section-event {
  position: relative;
  padding: 143px 0 162px 0;
  background-color: #86C9F3;
  background-image: url(../images/event/kv_pc.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-event {
    padding: 19.1642651297vw 0 37.227666vw 0;
  }
}
@media screen and (max-width: 640px) {
  .section-event {
    padding-bottom: 51.305476vw;
    background-image: url(../images/event/kv_mb.png);
  }
}
@media screen and (max-width: 407px) {
  .section-event {
    padding-bottom: 42.305476vw;
  }
}
@media screen and (max-width: 375px) {
  .section-event {
    padding-bottom: 30.305476vw;
  }
}
@media screen and (max-width: 365px) {
  .section-event {
    padding-bottom: 23.305476vw;
  }
}
@media screen and (max-width: 350px) {
  .section-event {
    padding-bottom: 13.305476vw;
  }
}
@media screen and (max-width: 330px) {
  .section-event {
    padding-bottom: 10.305476vw;
  }
}
.section-event .container {
  width: 90%;
}
@media screen and (max-width: 640px) {
  .section-event .container {
    width: 100%;
    padding: 0;
  }
}
.section-event .eventSwiper__box {
  position: relative;
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box {
    max-width: 500px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .section-event .eventSwiper__box {
    top: 10vw;
  }
}
@media screen and (max-width: 375px) {
  .section-event .eventSwiper__box {
    top: 3vw;
  }
}
@media screen and (max-width: 320px) {
  .section-event .eventSwiper__box {
    top: 10vw;
  }
}
.section-event .eventSwiper__box .swiper-animate-1,
.section-event .eventSwiper__box .swiper-animate-2,
.section-event .eventSwiper__box .swiper-animate-3,
.section-event .eventSwiper__box .swiper-animate-4 {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  top: 10vw;
}
.section-event .eventSwiper__box.active .swiper-animate-1,
.section-event .eventSwiper__box.active .swiper-animate-2,
.section-event .eventSwiper__box.active .swiper-animate-3,
.section-event .eventSwiper__box.active .swiper-animate-4 {
  opacity: 1;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box.active .swiper-animate-1,
  .section-event .eventSwiper__box.active .swiper-animate-2,
  .section-event .eventSwiper__box.active .swiper-animate-3,
  .section-event .eventSwiper__box.active .swiper-animate-4 {
    width: 60%;
    margin: auto;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper__box.active .swiper-animate-1,
  .section-event .eventSwiper__box.active .swiper-animate-2,
  .section-event .eventSwiper__box.active .swiper-animate-3,
  .section-event .eventSwiper__box.active .swiper-animate-4 {
    width: 69.334%;
  }
}
.section-event .eventSwiper__box.active .event-h, .section-event .eventSwiper__box.active .event-c1, .section-event .eventSwiper__box.active .event-c2 {
  position: absolute;
  top: 0;
  z-index: 1;
}
.section-event .eventSwiper__box.active .swiper-animate-1 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  top: -11px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box.active .swiper-animate-1 {
    top: 0;
  }
}
.section-event .eventSwiper__box.active .swiper-animate-1 .event-h {
  -webkit-animation: floatHand 2.4s ease-in-out infinite;
          animation: floatHand 2.4s ease-in-out infinite;
}
.section-event .eventSwiper__box.active .swiper-animate-1 .event-body {
  -webkit-animation: floatBody 3s ease-in-out infinite;
          animation: floatBody 3s ease-in-out infinite;
}
.section-event .eventSwiper__box.active .swiper-animate-2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  top: 0;
}
.section-event .eventSwiper__box.active .swiper-animate-2 .event-h {
  -webkit-animation: floatHand2 1s ease-in-out infinite;
          animation: floatHand2 1s ease-in-out infinite;
}
.section-event .eventSwiper__box.active .swiper-animate-2 .event-body {
  -webkit-animation: floatBody2 3s ease-in-out infinite;
          animation: floatBody2 3s ease-in-out infinite;
}
.section-event .eventSwiper__box.active .swiper-animate-3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  top: 2px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box.active .swiper-animate-3 {
    top: 0;
  }
}
.section-event .eventSwiper__box.active .swiper-animate-3 .event-c1 {
  width: 62px;
  left: 15%;
  -webkit-animation: c1 3s ease-in-out infinite;
          animation: c1 3s ease-in-out infinite;
}
@media screen and (max-width: 640px) {
  .section-event .eventSwiper__box.active .swiper-animate-3 .event-c1 {
    max-width: 51px;
    width: 20%;
  }
}
.section-event .eventSwiper__box.active .swiper-animate-3 .event-c2 {
  width: 72px;
  top: 33%;
  -webkit-animation: c2 3s ease-in-out infinite;
          animation: c2 3s ease-in-out infinite;
}
@media screen and (max-width: 640px) {
  .section-event .eventSwiper__box.active .swiper-animate-3 .event-c2 {
    max-width: 60px;
    width: 23.2%;
  }
}
.section-event .eventSwiper__box.active .swiper-animate-3 .event-body {
  -webkit-animation: floatBody3 2s ease-in-out infinite;
          animation: floatBody3 2s ease-in-out infinite;
}
.section-event .eventSwiper__box.active .swiper-animate-4 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  top: 27px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box.active .swiper-animate-4 {
    top: 0;
  }
}
.section-event .eventSwiper__box.active .swiper-animate-4 .event-h {
  z-index: -1;
}
.section-event .eventSwiper__box.active .swiper-animate-4 .event-body {
  -webkit-animation: floatBody4 2s 1s ease-in-out infinite;
          animation: floatBody4 2s 1s ease-in-out infinite;
}
.section-event .eventSwiper .swiper-slide {
  width: min(260px, 23%);
  min-height: 467px;
  padding: 20px 0;
}
.section-event .eventSwiper .swiper-slide-img {
  position: relative;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper .swiper-slide-img {
    top: 0;
  }
}
.section-event .eventSwiper .swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-event .eventSwiper__box a {
  font-size: 28px;
  display: block;
  width: min(261px, 100%);
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 1.4px;
  line-height: 1.2;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1520px) {
  .section-event .eventSwiper__box a {
    font-size: 1.6447368421vw;
  }
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper__box a {
    width: 100%;
    font-size: 5.7636887608vw;
  }
}
.section-event .eventSwiper__box a b {
  font-size: 40px;
  letter-spacing: 2px;
  color: #ffde24;
}
@media screen and (max-width: 1520px) {
  .section-event .eventSwiper__box a b {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper__box a b {
    font-size: 10.8069164265vw;
  }
}
.section-event .eventSwiper__box a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.section-event .eventSwiper__box a .tiger_shadow {
  max-width: 150px;
  width: 100%;
  height: 30px;
  display: inline-block;
  position: relative;
  z-index: -1;
}
.section-event .eventSwiper__box a .tiger_shadow::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../images/event/tiger_shadow.svg);
}
.section-event .eventSwiper__box a .start-icon {
  position: absolute;
}
.section-event .eventSwiper__box a .icon-start-b {
  opacity: 0;
  width: 34px;
}
.section-event .eventSwiper__box a .icon-start-s {
  opacity: 0;
  width: 23px;
}
.section-event .eventSwiper__box a {
  /*--------------------------*/
}
.section-event .eventSwiper__box a.swiper-animate-1 {
  position: relative;
  left: 11px;
}
.section-event .eventSwiper__box a.swiper-animate-1 img {
  margin-bottom: -24px;
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper__box a.swiper-animate-1 img {
    margin-bottom: -5.2083333333vw;
  }
}
.section-event .eventSwiper__box a.swiper-animate-1 .swiper-slide__buttom {
  width: 213px;
}
@media screen and (max-width: 640px) {
  .section-event .eventSwiper__box a.swiper-animate-1 .swiper-slide__buttom {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .section-event .eventSwiper__box a.swiper-animate-1 .swiper-slide__buttom {
    width: 305px;
    max-width: none;
  }
}
@media screen and (max-width: 414px) {
  .section-event .eventSwiper__box a.swiper-animate-1 .swiper-slide__buttom {
    width: 222px;
  }
}
.section-event .eventSwiper__box a.swiper-animate-1 .icon-start-b {
  top: 57%;
  left: 5%;
  -webkit-animation: fadeIn 1.8s ease-out infinite;
          animation: fadeIn 1.8s ease-out infinite;
}
.section-event .eventSwiper__box a.swiper-animate-1 .icon-start-s {
  top: 38%;
  right: 10%;
  -webkit-animation: fadeIn 1.8s 1s ease-out infinite;
          animation: fadeIn 1.8s 1s ease-out infinite;
}
.section-event .eventSwiper__box a.swiper-animate-1 .tiger_shadow {
  left: -9px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box a.swiper-animate-1 .tiger_shadow {
    max-width: 46.875vw;
    top: -0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper__box a.swiper-animate-1 .tiger_shadow {
    top: -0.5208333333vw;
  }
}
@media screen and (max-width: 640px) {
  .section-event .eventSwiper__box a.swiper-animate-1 .tiger_shadow {
    top: -2.0833333333vw;
  }
}
.section-event .eventSwiper__box a.swiper-animate-1 .swiper-slide__title {
  margin-top: 20px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box a.swiper-animate-1 .swiper-slide__title {
    margin-top: 0;
  }
}
.section-event .eventSwiper__box a.swiper-animate-2 {
  position: relative;
  left: 2px;
}
.section-event .eventSwiper__box a.swiper-animate-2 img {
  margin-bottom: -36px;
}
.section-event .eventSwiper__box a.swiper-animate-2 .start-icon:nth-child(1) {
  top: 26.4%;
  right: 13%;
  -webkit-animation: fadeIn 1.8s 1s ease-out infinite;
          animation: fadeIn 1.8s 1s ease-out infinite;
}
.section-event .eventSwiper__box a.swiper-animate-2 .start-icon:nth-child(2) {
  top: 56.5%;
  left: 4%;
  -webkit-animation: fadeIn 1.8s ease-out infinite;
          animation: fadeIn 1.8s ease-out infinite;
}
.section-event .eventSwiper__box a.swiper-animate-2 .start-icon:nth-child(3) {
  top: 73.2%;
  right: 22%;
  -webkit-animation: fadeIn 1.8s 1.8s ease-out infinite;
          animation: fadeIn 1.8s 1.8s ease-out infinite;
}
.section-event .eventSwiper__box a.swiper-animate-2 .tiger_shadow {
  left: -9px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box a.swiper-animate-2 .tiger_shadow {
    max-width: 46.875vw;
    top: -0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper__box a.swiper-animate-2 .tiger_shadow {
    top: -2vw;
  }
}
@media screen and (max-width: 640px) {
  .section-event .eventSwiper__box a.swiper-animate-2 .tiger_shadow {
    top: -1.3020833333vw;
  }
}
.section-event .eventSwiper__box a.swiper-animate-2 .swiper-slide__title {
  margin-top: 20px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box a.swiper-animate-2 .swiper-slide__title {
    margin-top: 0;
  }
}
.section-event .eventSwiper__box a.swiper-animate-3 {
  position: relative;
  left: -1px;
}
.section-event .eventSwiper__box a.swiper-animate-3 img {
  margin-bottom: -36px;
}
.section-event .eventSwiper__box a.swiper-animate-3 .icon-start-b {
  top: 73%;
  left: 30%;
  -webkit-animation: fadeIn 1.8s ease-out infinite;
          animation: fadeIn 1.8s ease-out infinite;
}
.section-event .eventSwiper__box a.swiper-animate-3 .tiger_shadow {
  right: -47px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box a.swiper-animate-3 .tiger_shadow {
    max-width: 41.6666666667vw;
    top: -0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper__box a.swiper-animate-3 .tiger_shadow {
    top: -2.6vw;
  }
}
@media screen and (max-width: 640px) {
  .section-event .eventSwiper__box a.swiper-animate-3 .tiger_shadow {
    top: -1.3020833333vw;
  }
}
.section-event .eventSwiper__box a.swiper-animate-3 .swiper-slide__title {
  margin-top: 20px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box a.swiper-animate-3 .swiper-slide__title {
    margin-top: 0;
  }
}
.section-event .eventSwiper__box a.swiper-animate-4 {
  position: relative;
}
.section-event .eventSwiper__box a.swiper-animate-4 .swiper-slide__buttom {
  width: 222px;
}
@media screen and (max-width: 640px) {
  .section-event .eventSwiper__box a.swiper-animate-4 .swiper-slide__buttom {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .section-event .eventSwiper__box a.swiper-animate-4 .swiper-slide__buttom {
    width: 305px;
    max-width: none;
  }
}
@media screen and (max-width: 414px) {
  .section-event .eventSwiper__box a.swiper-animate-4 .swiper-slide__buttom {
    width: 222px;
  }
}
.section-event .eventSwiper__box a.swiper-animate-4 .start-icon:nth-child(1) {
  top: 65%;
  left: 9%;
  z-index: 2;
  -webkit-animation: fadeIn 1.8s 1s ease-out infinite;
          animation: fadeIn 1.8s 1s ease-out infinite;
}
.section-event .eventSwiper__box a.swiper-animate-4 .start-icon:nth-child(2) {
  top: 29%;
  right: 12%;
  -webkit-animation: fadeIn 1.8s ease-out infinite;
          animation: fadeIn 1.8s ease-out infinite;
}
.section-event .eventSwiper__box a.swiper-animate-4 .swiper-slide-box {
  position: relative;
}
.section-event .eventSwiper__box a.swiper-animate-4 .swiper-slide-box .tiger_shadow {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box a.swiper-animate-4 .swiper-slide-box .tiger_shadow {
    max-width: 41.6666666667vw;
    right: 0;
  }
}
.section-event .eventSwiper__box a.swiper-animate-4 .swiper-slide__title {
  margin-top: 20px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box a.swiper-animate-4 .swiper-slide__title {
    margin-top: 8px;
  }
}
.section-event .eventSwiper__box a {
  /*--------------------------*/
}
.section-event .eventSwiper__box .swiper-pagination {
  position: static;
  display: none;
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper__box .swiper-pagination {
    display: block;
    margin-top: 3vw;
  }
}
.section-event .eventSwiper__box .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
}
.section-event .eventSwiper__box .swiper-pagination-bullet-active {
  background-color: #ffd103;
}
.section-event .l_book, .section-event .r_book, .section-event .r_start_w, .section-event .r_start_y, .section-event .l_start_w, .section-event .l_start_y {
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.section-event .l_book img, .section-event .r_book img, .section-event .r_start_w img, .section-event .r_start_y img, .section-event .l_start_w img, .section-event .l_start_y img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1099px) {
  .section-event .l_book, .section-event .r_book, .section-event .r_start_w, .section-event .r_start_y, .section-event .l_start_w, .section-event .l_start_y {
    display: none;
  }
}
.section-event .l_book {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  width: min(169px, 9%);
  top: 60%;
  left: 6.3%;
}
@media screen and (max-width: 1700px) {
  .section-event .l_book {
    left: 2%;
  }
}
@media screen and (max-width: 1520px) {
  .section-event .l_book {
    width: 8%;
  }
}
.section-event .r_book {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  width: min(173.6px, 9.5%);
  right: 5%;
  top: 62%;
}
@media screen and (max-width: 1700px) {
  .section-event .r_book {
    right: 2%;
  }
}
@media screen and (max-width: 1520px) {
  .section-event .r_book {
    width: 8%;
  }
}
.section-event .l_start_y {
  left: 8%;
  top: 27%;
  -webkit-animation: fadeIn 1.8s 0.5s ease-out infinite;
          animation: fadeIn 1.8s 0.5s ease-out infinite;
}
.section-event .l_start_w {
  left: 14%;
  top: 17%;
  -webkit-animation: fadeIn 1.8s ease-out infinite;
          animation: fadeIn 1.8s ease-out infinite;
}
.section-event .r_start_w {
  right: 14%;
  top: 17%;
  -webkit-animation: fadeIn 1.8s 0.5s ease-out infinite;
          animation: fadeIn 1.8s 0.5s ease-out infinite;
}
.section-event .r_start_y {
  right: 4%;
  top: 27%;
  -webkit-animation: fadeIn 1.8s ease-out infinite;
          animation: fadeIn 1.8s ease-out infinite;
}
.section-event.active .section-title {
  top: 0;
  opacity: 1;
}
.section-event.active .l_book_1, .section-event.active .l_book_2, .section-event.active .l_book_3, .section-event.active .l_start_1, .section-event.active .l_start_2, .section-event.active .r_book_1, .section-event.active .r_book_2, .section-event.active .r_start_1, .section-event.active .r_start_2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.section-event.active .l_start_1, .section-event.active .l_start_2, .section-event.active .r_start_1, .section-event.active .r_start_2 {
  -webkit-animation: fadeIn 1.8s ease-out infinite;
          animation: fadeIn 1.8s ease-out infinite;
}

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  background: #ffffff;
  inset: 0;
}

.loader {
  position: fixed;
  z-index: 1003;
  top: 50%;
  margin-top: -115px;
  left: 50%;
  margin-left: -86.5px;
}

.dawho-logo {
  width: 173px;
  height: 177px;
}
.dawho-logo img {
  width: 173px;
  height: 177px;
}

.loading {
  position: relative;
  margin-top: -60px;
}
.loading img {
  width: 173px;
  height: 173px;
}

.sinopac-logo {
  width: 173px;
  margin-bottom: 20px;
}
.sinopac-logo img {
  width: 100%;
}

.loading {
  position: relative;
  margin-top: -60px;
}
.loading img {
  width: 173px;
  height: 173px;
}

.lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(1, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  text-align: center;
  letter-spacing: normal;
}
.lightbox--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  z-index: 12;
}
.lightbox__box {
  position: relative;
  max-width: 500px;
  margin: 10px auto;
  background: #FFF;
  padding: 1.875rem 3.75rem;
  border-radius: 1.25rem;
  max-height: 120vh;
}
.lightbox__title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  padding-bottom: 24px;
  color: #000;
}
.lightbox__desc {
  font-size: 20px;
  text-align: left;
  line-height: 5;
  color: #000;
}
.lightbox__desc-center {
  text-align: center;
}
.lightbox__desc + .lightbox__desc {
  margin-top: 24px;
}
.lightbox__btnblock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
}
.lightbox__btn {
  display: inline-block;
  background: linear-gradient(133deg, #fdf9c7 12%, #f5ecb8 24%, #e1cb90 36%, #e1b97a 47%, #e8c388 70%);
  gap: 8px;
  background-size: 100%;
  color: #000;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  padding: 10px 24px;
  border-radius: 60px;
  width: 174px;
  cursor: pointer;
  margin: 0 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.lightbox__btn:hover {
  background-size: 220%;
}
@media screen and (max-width: 768px) {
  .lightbox__box {
    padding: 5.2083333333vw;
    max-width: 700px;
  }
  .lightbox__title {
    font-size: 6.5104166667vw;
    padding-bottom: 5.7291666667vw;
  }
  .lightbox__desc {
    font-size: 5.2083333333vw;
    width: 100%;
    line-height: 1.5;
  }
  .lightbox__desc + .lightbox__desc {
    margin-top: 4.9479166667vw;
  }
  .lightbox__btnblock {
    margin-top: 5.2083333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox__btn {
    font-size: 4.6875vw;
    max-width: 26.0416666667vw;
    margin: 1.953125vw 1.3020833333vw;
    width: 180px;
    padding: 3.2552083333vw 2.6041666667vw;
  }
}
@media screen and (max-width: 375px) {
  .lightbox__btnblock {
    max-width: 300px;
    margin: 5.2083333333vw auto auto auto;
  }
  .lightbox__btn {
    padding: 2.6041666667vw 2.6041666667vw;
  }
  .lightbox__desc {
    font-size: 3.90625vw;
  }
}

.btn-lightbox {
  cursor: pointer;
}