@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 20px;
  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: 2px;
  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%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  max-width: 444px;
}
@media screen and (max-width: 1099px) {
  .btn_link {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .btn_link {
    bottom: -38.5%;
  }
}
@media screen and (max-width: 640px) {
  .btn_link {
    width: 53%;
    width: 93%;
    bottom: -40.5%;
  }
}
@media screen and (max-width: 375px) {
  .btn_link {
    bottom: -26.5%;
  }
}
@media screen and (max-width: 320px) {
  .btn_link {
    bottom: -6.5%;
  }
}
.btn_link img {
  width: 100%;
  display: block;
}
.btn_link__content {
  position: relative;
}
.btn_link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-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 {
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  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: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0%, 100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes kvEnterMove {
  0% {
    -webkit-transform: scale(var(--scale)) translateY(0);
            transform: scale(var(--scale)) translateY(0);
  }
  50% {
    -webkit-transform: scale(var(--scale)) translateY(-3vw);
            transform: scale(var(--scale)) translateY(-3vw);
  }
  100% {
    -webkit-transform: scale(var(--scale)) translateY(0);
            transform: scale(var(--scale)) translateY(0);
  }
}
@keyframes kvEnterMove {
  0% {
    -webkit-transform: scale(var(--scale)) translateY(0);
            transform: scale(var(--scale)) translateY(0);
  }
  50% {
    -webkit-transform: scale(var(--scale)) translateY(-3vw);
            transform: scale(var(--scale)) translateY(-3vw);
  }
  100% {
    -webkit-transform: scale(var(--scale)) translateY(0);
            transform: scale(var(--scale)) translateY(0);
  }
}
@-webkit-keyframes kvSwing {
  0%, 100% {
    -webkit-transform: scale(var(--scale)) translateX(0vw) translateY(0);
            transform: scale(var(--scale)) translateX(0vw) translateY(0);
  }
  50% {
    -webkit-transform: scale(var(--scale)) translateX(1vw) translateY(-1.2vw);
            transform: scale(var(--scale)) translateX(1vw) translateY(-1.2vw);
  }
}
@keyframes kvSwing {
  0%, 100% {
    -webkit-transform: scale(var(--scale)) translateX(0vw) translateY(0);
            transform: scale(var(--scale)) translateX(0vw) translateY(0);
  }
  50% {
    -webkit-transform: scale(var(--scale)) translateX(1vw) translateY(-1.2vw);
            transform: scale(var(--scale)) translateX(1vw) translateY(-1.2vw);
  }
}
@-webkit-keyframes head {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes head {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes head2 {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes head2 {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes floatUpDown {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes scrollarrw {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes scrollarrw {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@-webkit-keyframes triget1 {
  0% {
    -webkit-transform: translate(30%, -3%) rotate(0deg);
            transform: translate(30%, -3%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(6deg);
            transform: translate(0%, 0%) rotate(6deg);
  }
}
@keyframes triget1 {
  0% {
    -webkit-transform: translate(30%, -3%) rotate(0deg);
            transform: translate(30%, -3%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(6deg);
            transform: translate(0%, 0%) rotate(6deg);
  }
}
@-webkit-keyframes triget2 {
  0%, 100% {
    -webkit-transform: translate(0%, 0%) rotate(6deg);
            transform: translate(0%, 0%) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(0%, 0%) rotate(4deg);
            transform: translate(0%, 0%) rotate(4deg);
  }
}
@keyframes triget2 {
  0%, 100% {
    -webkit-transform: translate(0%, 0%) rotate(6deg);
            transform: translate(0%, 0%) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(0%, 0%) rotate(4deg);
            transform: translate(0%, 0%) rotate(4deg);
  }
}
@-webkit-keyframes triget3 {
  0%, 100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0%, 0%) rotate(2deg);
            transform: translate(0%, 0%) rotate(2deg);
  }
}
@keyframes triget3 {
  0%, 100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0%, 0%) rotate(2deg);
            transform: translate(0%, 0%) rotate(2deg);
  }
}
@-webkit-keyframes line {
  0% {
    top: 90px;
    opacity: 0;
  }
  20% {
    top: 0;
    opacity: 1;
  }
  70% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes line {
  0% {
    top: 90px;
    opacity: 0;
  }
  20% {
    top: 0;
    opacity: 1;
  }
  70% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@-webkit-keyframes line2 {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 90px;
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 0;
    opacity: 1;
  }
  70% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 0;
    opacity: 0;
  }
}
@keyframes line2 {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 90px;
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 0;
    opacity: 1;
  }
  70% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 0;
    opacity: 0;
  }
}
@-webkit-keyframes flickerAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flickerAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-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 rotate1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(10deg) translateY(4px);
            transform: rotate(10deg) translateY(4px);
  }
}
@keyframes rotate1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(10deg) translateY(4px);
            transform: rotate(10deg) translateY(4px);
  }
}
@-webkit-keyframes rotate2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateY(4px);
            transform: rotate(-10deg) translateY(4px);
  }
}
@keyframes rotate2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateY(4px);
            transform: rotate(-10deg) translateY(4px);
  }
}
@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@-webkit-keyframes tigerBreathing {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes tigerBreathing {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@-webkit-keyframes tigerBlink {
  0%, 90%, 100% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
}
@keyframes tigerBlink {
  0%, 90%, 100% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
}
@-webkit-keyframes magicGlow {
  0%, 100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  25% {
    -webkit-transform: scale(1.1) rotate(5deg);
            transform: scale(1.1) rotate(5deg);
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  50% {
    -webkit-transform: scale(1.05) rotate(-3deg);
            transform: scale(1.05) rotate(-3deg);
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  75% {
    -webkit-transform: scale(1.08) rotate(2deg);
            transform: scale(1.08) rotate(2deg);
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
@keyframes magicGlow {
  0%, 100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  25% {
    -webkit-transform: scale(1.1) rotate(5deg);
            transform: scale(1.1) rotate(5deg);
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
  50% {
    -webkit-transform: scale(1.05) rotate(-3deg);
            transform: scale(1.05) rotate(-3deg);
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  75% {
    -webkit-transform: scale(1.08) rotate(2deg);
            transform: scale(1.08) rotate(2deg);
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
@-webkit-keyframes tigerSway {
  0%, 100% {
    -webkit-transform: scale(var(--scale)) translateX(0vw) translateY(0) rotate(0deg);
            transform: scale(var(--scale)) translateX(0vw) translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(var(--scale)) translateX(0.5vw) translateY(-0.5vw) rotate(1deg);
            transform: scale(var(--scale)) translateX(0.5vw) translateY(-0.5vw) rotate(1deg);
  }
  50% {
    -webkit-transform: scale(var(--scale)) translateX(1vw) translateY(-1.2vw) rotate(0deg);
            transform: scale(var(--scale)) translateX(1vw) translateY(-1.2vw) rotate(0deg);
  }
  75% {
    -webkit-transform: scale(var(--scale)) translateX(0.5vw) translateY(-0.8vw) rotate(-1deg);
            transform: scale(var(--scale)) translateX(0.5vw) translateY(-0.8vw) rotate(-1deg);
  }
}
@keyframes tigerSway {
  0%, 100% {
    -webkit-transform: scale(var(--scale)) translateX(0vw) translateY(0) rotate(0deg);
            transform: scale(var(--scale)) translateX(0vw) translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(var(--scale)) translateX(0.5vw) translateY(-0.5vw) rotate(1deg);
            transform: scale(var(--scale)) translateX(0.5vw) translateY(-0.5vw) rotate(1deg);
  }
  50% {
    -webkit-transform: scale(var(--scale)) translateX(1vw) translateY(-1.2vw) rotate(0deg);
            transform: scale(var(--scale)) translateX(1vw) translateY(-1.2vw) rotate(0deg);
  }
  75% {
    -webkit-transform: scale(var(--scale)) translateX(0.5vw) translateY(-0.8vw) rotate(-1deg);
            transform: scale(var(--scale)) translateX(0.5vw) translateY(-0.8vw) rotate(-1deg);
  }
}
@-webkit-keyframes bookFloat {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(5deg);
            transform: translateY(0px) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(3deg);
            transform: translateY(0px) rotate(3deg);
  }
}
@keyframes bookFloat {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(5deg);
            transform: translateY(0px) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(3deg);
            transform: translateY(0px) rotate(3deg);
  }
}
@-webkit-keyframes bookDropBounce {
  0% {
    -webkit-transform: translateY(-200px) rotate(-15deg) scale(0.9);
            transform: translateY(-200px) rotate(-15deg) scale(0.9);
    opacity: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-100px) rotate(-10deg) scale(0.95);
            transform: translateY(-100px) rotate(-10deg) scale(0.95);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(-3deg) scale(1);
            transform: translateY(-10px) rotate(-3deg) scale(1);
  }
  65% {
    -webkit-transform: translateY(12px) rotate(2deg) scale(1.02);
            transform: translateY(12px) rotate(2deg) scale(1.02);
  }
  80% {
    -webkit-transform: translateY(-8px) rotate(-1deg) scale(1);
            transform: translateY(-8px) rotate(-1deg) scale(1);
  }
  90% {
    -webkit-transform: translateY(2px) rotate(0.5deg) scale(1);
            transform: translateY(2px) rotate(0.5deg) scale(1);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg) scale(1);
            transform: translateY(0px) rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes bookDropBounce {
  0% {
    -webkit-transform: translateY(-200px) rotate(-15deg) scale(0.9);
            transform: translateY(-200px) rotate(-15deg) scale(0.9);
    opacity: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-100px) rotate(-10deg) scale(0.95);
            transform: translateY(-100px) rotate(-10deg) scale(0.95);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(-3deg) scale(1);
            transform: translateY(-10px) rotate(-3deg) scale(1);
  }
  65% {
    -webkit-transform: translateY(12px) rotate(2deg) scale(1.02);
            transform: translateY(12px) rotate(2deg) scale(1.02);
  }
  80% {
    -webkit-transform: translateY(-8px) rotate(-1deg) scale(1);
            transform: translateY(-8px) rotate(-1deg) scale(1);
  }
  90% {
    -webkit-transform: translateY(2px) rotate(0.5deg) scale(1);
            transform: translateY(2px) rotate(0.5deg) scale(1);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg) scale(1);
            transform: translateY(0px) rotate(0deg) scale(1);
    opacity: 1;
  }
}
@-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 bowWiggle {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes bowWiggle {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
.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: 10vw;
  }
}
.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 {
  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;
}
@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.6282420749vw;
  }
}

.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: 6.6282420749vw;
    margin-bottom: 5.4755043228vw;
  }
}
.swiper-slide__title::after {
  position: absolute;
  left: 50%;
  bottom: -9%;
  content: "";
  width: 106%;
  height: 20px;
  background: #FFF;
  -webkit-transform: translateX(-50%);
      -ms-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: #3c8cd7;
}

.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;
  }
}

.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: 42%;
  }
}
#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;
  }
}
@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%);
      -ms-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);
        -ms-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: 9%;
  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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    bottom: 0;
    right: 0;
  }
  .btn-dawho-link.md-static {
    position: absolute;
    top: 0;
  }
}
.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/856;
  max-height: calc(100vh - 77px);
  background-image: url(../images/kv/kv_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-color: #fef5e2;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .section-kv {
    aspect-ratio: 1920/885;
  }
}
@media screen and (max-width: 1366px) {
  .section-kv {
    aspect-ratio: 1920/909;
    max-height: none;
  }
}
@media screen and (max-width: 1280px) {
  .section-kv {
    aspect-ratio: 1920/922;
  }
}
@media screen and (max-width: 1160px) {
  .section-kv {
    aspect-ratio: 1920/940;
  }
}
@media screen and (max-width: 1099px) {
  .section-kv {
    aspect-ratio: auto;
    height: 85vh;
    background-size: 100% 72vh;
    background-position: center 0;
    max-height: none;
    background-image: url(../images/kv/kv_bg_m.png);
  }
}
@media screen and (max-width: 768px) {
  .section-kv {
    background-position: center 0;
    background-size: 100% 114vh;
    height: 115vh;
  }
}
@media screen and (max-width: 640px) {
  .section-kv {
    background-size: 100% 87vh;
    height: 87vh;
  }
}
.section-kv::after {
  display: block;
  content: "";
  position: absolute;
  top: 4.6vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/kv/kv_b_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 1099px) {
  .section-kv::after {
    top: initial;
    bottom: -100px;
    opacity: 1;
    height: 138px;
  }
}
@media screen and (max-width: 640px) {
  .section-kv::after {
    height: 119px;
  }
}
.section-kv .container {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  z-index: 4;
}
.section-kv .section-kv .content {
  position: relative;
  height: 100%;
}
.section-kv .kv-content {
  padding-top: 3.4375vw;
}
@media screen and (max-width: 768px) {
  .section-kv .kv-content {
    padding-top: 7.204610951vw;
  }
}
.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: 1.0416666667vw;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-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%;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .kv-content__logo {
    width: 75%;
    margin-bottom: 2.322767vh;
  }
}
.section-kv .kv-content__slogan {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  width: min(462.72px, 24.3vw);
  margin: auto;
  position: relative;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
@media screen and (max-width: 1370px) {
  .section-kv .kv-content__slogan {
    width: min(402.72px, 19vw);
  }
}
@media screen and (max-width: 1280px) {
  .section-kv .kv-content__slogan {
    width: min(402.72px, 23vw);
  }
}
@media screen and (max-width: 1099px) {
  .section-kv .kv-content__slogan {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .kv-content__slogan {
    width: 70%;
  }
}
.section-kv .kv-content__slogan img {
  width: 100%;
  display: block;
}
.section-kv .h1-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}
.section-kv .kv-slogan-img {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.section-kv .kv-slogan-img .kv-slogan-img__main {
  display: block;
  width: 100%;
  height: auto;
}
.section-kv .kv-slogan-img .shine-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/kv/kv-slogan.png");
          mask-image: url("../images/kv/kv-slogan.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  pointer-events: none;
  mix-blend-mode: plus-lighter;
  opacity: 0.6;
  -webkit-filter: brightness(1) blur(3px);
          filter: brightness(1) blur(3px);
}
.section-kv .kv-slogan-img .shine-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-animation: shine 2s ease-in-out infinite;
          animation: shine 2s ease-in-out infinite;
}
.section-kv .kv-poa {
  position: absolute;
}
.section-kv .light_bulb {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: -100%;
  left: 51.4%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(1725px, 91vw);
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1099px) {
  .section-kv .light_bulb {
    display: none;
  }
}
.section-kv .l_flag, .section-kv .r_flag {
  z-index: 1;
  width: min(423px, 22vw);
}
@media screen and (max-width: 1099px) {
  .section-kv .l_flag, .section-kv .r_flag {
    display: none;
  }
}
.section-kv .l_flag {
  left: 0;
}
.section-kv .r_flag {
  right: -1vw;
  top: -0.3vw;
}
.section-kv .l_bookshelf {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 9.84375vw;
  left: -100%;
  width: min(329px, 17.2vw);
}
@media screen and (max-width: 1099px) {
  .section-kv .l_bookshelf {
    display: none;
  }
}
.section-kv .r_bookshelf {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 12.75vw;
  right: -100%;
  width: min(164px, 9vw);
}
@media screen and (max-width: 1099px) {
  .section-kv .r_bookshelf {
    display: none;
  }
}
.section-kv .kv_c_bookcase, .section-kv .kv_l_bookcase {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.section-kv .kv_c_bookcase img, .section-kv .kv_l_bookcase img {
  width: 100%;
  display: block;
}
.section-kv .kv_l_bookcase {
  width: min(439px, 23vw);
  left: -0.2vw;
  top: 42vw;
  -webkit-transform: translateY(20vw);
      -ms-transform: translateY(20vw);
          transform: translateY(20vw);
}
@media screen and (max-width: 1099px) {
  .section-kv .kv_l_bookcase {
    display: none;
  }
}
.section-kv .kv_l_bookcase .kv_l_bookcase__box {
  position: relative;
}
.section-kv .kv_l_bookcase .l_b_book_1, .section-kv .kv_l_bookcase .l_b_book_2, .section-kv .kv_l_bookcase .l_b_book_3, .section-kv .kv_l_bookcase .l_b_book_4, .section-kv .kv_l_bookcase .l_b_book_5 {
  -webkit-transition: 0.45s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: 0.45s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transform: translateY(-6vw);
      -ms-transform: translateY(-6vw);
          transform: translateY(-6vw);
  opacity: 0;
  width: min(151px, 8vw);
}
.section-kv .kv_l_bookcase .l_b_book_1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  left: -1.9vw;
  top: -3vw;
  z-index: 0;
}
.section-kv .kv_l_bookcase .l_b_book_2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  left: 1.5vw;
  top: 0.4vw;
  z-index: 1;
}
.section-kv .kv_l_bookcase .l_b_book_3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  left: -5.9vw;
  top: 0vw;
  z-index: 0;
}
.section-kv .kv_l_bookcase .l_b_book_4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  left: 5.5vw;
  top: -2.6vw;
  z-index: 0;
}
.section-kv .kv_l_bookcase .l_b_book_5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  left: 12vw;
  top: 2.4vw;
  z-index: 0;
  width: min(158px, 8.24vw);
}
.section-kv .kv_c_bookcase {
  width: min(545px, 28.39vw);
  left: 48.5vw;
  top: 50.7vw;
  -webkit-transform: translateY(20vw);
      -ms-transform: translateY(20vw);
          transform: translateY(20vw);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 1099px) {
  .section-kv .kv_c_bookcase {
    top: initial;
    left: initial;
    right: -19%;
    bottom: 11%;
    -webkit-transform: scale(2.5) translateY(20vw);
        -ms-transform: scale(2.5) translateY(20vw);
            transform: scale(2.5) translateY(20vw);
  }
}
@media screen and (max-width: 768px) {
  .section-kv .kv_c_bookcase {
    -webkit-transform: scale(3.5) translateY(20vw);
        -ms-transform: scale(3.5) translateY(20vw);
            transform: scale(3.5) translateY(20vw);
  }
}
.section-kv .kv_c_bookcase .kv_c_bookcase__box {
  position: relative;
}
.section-kv .kv_c_bookcase .c_b_book_1, .section-kv .kv_c_bookcase .c_b_book_2, .section-kv .kv_c_bookcase .c_b_book_3, .section-kv .kv_c_bookcase .c_b_book_4, .section-kv .kv_c_bookcase .c_b_book_5, .section-kv .kv_c_bookcase .c_b_book_6, .section-kv .kv_c_bookcase .c_b_book_7 {
  -webkit-transition: 0.45s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: 0.45s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transform: translateY(-6vw);
      -ms-transform: translateY(-6vw);
          transform: translateY(-6vw);
  opacity: 0;
}
.section-kv .kv_c_bookcase .c_b_book_1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  width: min(70px, 3.7vw);
  left: 10.6vw;
  top: -3.7vw;
  z-index: 1;
}
.section-kv .kv_c_bookcase .c_b_book_2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  width: min(101px, 5.3vw);
  left: 11.4vw;
  top: -0.3vw;
  z-index: 2;
}
.section-kv .kv_c_bookcase .c_b_book_3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  width: min(70px, 3.7vw);
  left: 14.6vw;
  top: -3.7vw;
  z-index: 1;
}
.section-kv .kv_c_bookcase .c_b_book_4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  width: min(111px, 6vw);
  left: 18.6vw;
  top: -0.7vw;
  z-index: 10;
}
.section-kv .kv_c_bookcase .c_b_book_5 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  width: min(140px, 7.3vw);
  left: 2.9vw;
  top: 1.6vw;
  z-index: 0;
}
.section-kv .kv_c_bookcase .c_b_book_6 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  width: min(140px, 7.3vw);
  left: 17.7vw;
  top: 1.5vw;
  z-index: 0;
}
.section-kv .kv_c_bookcase .c_b_book_7 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  width: min(110px, 6vw);
  left: 5vw;
  top: -0.7vw;
  z-index: 0;
}
.section-kv .kv_triget {
  -webkit-transform: scale(0.2) translateY(100vw);
      -ms-transform: scale(0.2) translateY(100vw);
          transform: scale(0.2) translateY(100vw);
  top: 30.2vw;
  left: 25.7vw;
  width: min(296.57px, 15vw);
  --scale: 1;
}
@media screen and (max-width: 1099px) {
  .section-kv .kv_triget {
    -webkit-transform: scale(2) translateY(100vw);
        -ms-transform: scale(2) translateY(100vw);
            transform: scale(2) translateY(100vw);
    --scale: 2;
    top: inherit;
    bottom: 12%;
    left: 24%;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .kv_triget {
    -webkit-transform: scale(3.3) translateY(100vw);
        -ms-transform: scale(3.3) translateY(100vw);
            transform: scale(3.3) translateY(100vw);
    --scale: 3.3;
  }
}
@media screen and (max-width: 375px) {
  .section-kv .kv_triget {
    -webkit-transform: scale(3.1) translateY(100vw);
        -ms-transform: scale(3.1) translateY(100vw);
            transform: scale(3.1) translateY(100vw);
    --scale: 3.1;
  }
}
.section-kv .kv_triget__content {
  position: relative;
  -webkit-animation: tigerBreathing 4s ease-in-out infinite;
          animation: tigerBreathing 4s ease-in-out infinite;
}
.section-kv .kv_triget__body {
  position: relative;
  width: min(173.9px, 9.06vw);
  display: block;
  z-index: 0;
}
.section-kv .kv_triget__head {
  position: absolute;
  width: min(220.24px, 11.6vw);
  z-index: 1;
  top: -7.9vw;
  left: -0.9vw;
}
.section-kv .kv_triget__head img {
  width: 100%;
  display: block;
}
.section-kv .kv_triget__book {
  -webkit-animation: bookFloat 3s ease-in-out infinite;
          animation: bookFloat 3s ease-in-out infinite;
  width: min(170.24px, 9vw);
  position: absolute;
  top: 1.8vw;
  left: -0.4vw;
  z-index: 3;
}
.section-kv .kv_triget__bow {
  width: min(83.58px, 4vw);
  position: absolute;
  top: 0.1vw;
  left: 4.5vw;
  z-index: 2;
  -webkit-animation: bowWiggle 2.5s ease-in-out infinite;
          animation: bowWiggle 2.5s ease-in-out infinite;
}
.section-kv .kv_triget__hand {
  -webkit-animation: 2s ease-in-out 0.4s infinite head;
          animation: 2s ease-in-out 0.4s infinite head;
  position: absolute;
  width: min(164.77px, 9vw);
  left: 4.2vw;
  top: -3.7vw;
}
.section-kv .kv_triget__hand .kv-light {
  width: min(42.84px, 3vw);
  position: relative;
  top: 1vw;
  left: 7.4vw;
  -webkit-animation: magicGlow 2s ease-out infinite;
          animation: magicGlow 2s ease-out infinite;
}
.section-kv .kv_triget__hand .kv-hand {
  width: 100%;
  display: block;
}
.section-kv.active .kv-content__logo, .section-kv.active .kv-content__slogan {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.section-kv.active .light_bulb {
  top: 0;
}
.section-kv.active .kv_triget {
  z-index: 1;
  -webkit-animation: kvSwing 0.8s 0.2s ease forwards;
          animation: kvSwing 0.8s 0.2s ease forwards;
}
.section-kv.active .l_bookshelf {
  left: 0;
}
.section-kv.active .r_bookshelf {
  right: 0;
}
.section-kv.active .kv_l_bookcase {
  top: 32vw;
}
.section-kv.active .kv_l_bookcase .l_b_book_1, .section-kv.active .kv_l_bookcase .l_b_book_2, .section-kv.active .kv_l_bookcase .l_b_book_3, .section-kv.active .kv_l_bookcase .l_b_book_4, .section-kv.active .kv_l_bookcase .l_b_book_5 {
  opacity: 1;
  -webkit-transform: translateY(0vw);
      -ms-transform: translateY(0vw);
          transform: translateY(0vw);
}
.section-kv.active .kv_c_bookcase {
  top: 30.7vw;
}
@media screen and (max-width: 1099px) {
  .section-kv.active .kv_c_bookcase {
    top: initial;
    -webkit-transform: scale(2.5) translateY(0vw) !important;
        -ms-transform: scale(2.5) translateY(0vw) !important;
            transform: scale(2.5) translateY(0vw) !important;
  }
}
@media screen and (max-width: 768px) {
  .section-kv.active .kv_c_bookcase {
    -webkit-transform: scale(3.5) translateY(0vw) !important;
        -ms-transform: scale(3.5) translateY(0vw) !important;
            transform: scale(3.5) translateY(0vw) !important;
  }
}
.section-kv.active .kv_c_bookcase .c_b_book_1, .section-kv.active .kv_c_bookcase .c_b_book_2, .section-kv.active .kv_c_bookcase .c_b_book_3, .section-kv.active .kv_c_bookcase .c_b_book_4, .section-kv.active .kv_c_bookcase .c_b_book_5, .section-kv.active .kv_c_bookcase .c_b_book_6, .section-kv.active .kv_c_bookcase .c_b_book_7 {
  opacity: 1;
  -webkit-transform: translateY(0vw);
      -ms-transform: translateY(0vw);
          transform: translateY(0vw);
}

@media screen and (min-width: 390px) and (max-width: 430px) and (min-height: 844px) and (max-height: 932px) {
  .section-kv {
    height: 73vh;
    background-position: center -10vh;
  }
}
.section-task {
  position: relative;
  padding: 45px 0 83px 0;
  background: url(../images/task/bg.png) top center repeat-y;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-task {
    padding: 5.7636887608vw 0 7.204610951vw;
  }
}
.section-task .container {
  width: 90%;
  max-width: 1290px;
}
@media screen and (max-width: 1580px) {
  .section-task .container {
    -webkit-transform: scale(0.88);
        -ms-transform: scale(0.88);
            transform: scale(0.88);
  }
}
@media screen and (max-width: 1099px) {
  .section-task .container {
    -webkit-transform: scale(1);
        -ms-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;
}
@media screen and (max-width: 1099px) {
  .section-task .taskSwiper__box .swiper {
    overflow: hidden;
  }
}
.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;
  background-color: #fff;
}
.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);
        -ms-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);
        -ms-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);
      -ms-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.3804034582vw;
    height: 10.1008645533vw;
    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: 40px 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;
}
.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;
  }
}
.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: 4vw;
    height: 56vw;
  }
}
@media screen and (max-width: 320px) {
  .section-task .taskSwiper .swiper-slide__data {
    font-size: 14px;
  }
}
.section-task .taskSwiper .swiper-slide__data b {
  color: #ab0208;
}
.section-task .taskSwiper .swiper-slide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-task .taskSwiper .swiper-slide__item:first-child {
  margin-bottom: 10px;
}
.section-task .taskSwiper .swiper-slide__item h3 {
  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);
}
.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: 5.4755043228vw;
    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%);
  -ms-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_start_2, .section-task .r_start {
  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_start_2 img, .section-task .r_start 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_start_2, .section-task .r_start {
    display: none;
  }
}
.section-task .l_book {
  left: 0%;
  top: 53%;
  width: 11%;
  max-width: 210px;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  opacity: 1;
}
@media screen and (max-width: 1700px) {
  .section-task .l_book {
    width: 8%;
  }
}
@media screen and (min-width: 992px) {
  .section-task .l_book {
    -webkit-transform: translate(-50px, 0px);
        -ms-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
}
.section-task .r_book {
  top: 1%;
  right: 0;
  width: 20%;
  max-width: 380px;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .section-task .r_book {
    width: 17%;
  }
}
@media screen and (min-width: 992px) {
  .section-task .r_book {
    -webkit-transform: translate(100px, 0px);
        -ms-transform: translate(100px, 0px);
            transform: translate(100px, 0px);
  }
}
.section-task .l_start_1 {
  width: 1.2%;
  max-width: 20px;
  top: 9.5%;
  left: 6.2%;
}
.section-task .l_start_2 {
  width: 2%;
  max-width: 34px;
  bottom: 15.5%;
  left: 8.2%;
}
.section-task .r_start {
  right: 8%;
  bottom: 37%;
  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 ease-out infinite;
          animation: fadeIn 1.8s ease-out infinite;
}

.section-notice {
  width: 100%;
  background-image: url(../images/notice/notice_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 93px 0 86px 0;
  -webkit-box-shadow: 0p 0px 0px 0px #9F7046;
          box-shadow: 0p 0px 0px 0px #9F7046;
}
@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 17.2910662824vw 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%);
      -ms-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 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 {
    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.1498559078vw;
    padding: 20px 12px;
  }
}
.section-notice .notice__item h3 span {
  width: min(1200px, 100%);
}
@media screen and (max-width: 1099px) {
  .section-notice .notice__item h3 span {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .section-notice .notice__item h3 span {
    width: 95%;
  }
}
.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%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon-arrow.svg) no-repeat 0 0/cover;
}
@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: 2.8818443804vw;
    height: 2.8818443804vw;
  }
}
.section-notice .notice__title__box {
  position: relative;
}
.section-notice .notice__shadow {
  position: absolute;
  width: 100.5%;
  height: 0;
  padding-bottom: 60px;
  top: 20px;
  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: 5%;
  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;
    padding: 0 4vw;
    font-size: 3.4582132565vw;
  }
}
@media screen and (max-width: 576px) {
  .section-notice .notice__content {
    margin-top: 7.492795389vw;
  }
}
.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: 45px 0 221px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 195, 90, 0)), color-stop(39%, rgba(255, 230, 185, 0.39)), to(rgb(242, 157, 64)));
  background: linear-gradient(to bottom, rgba(255, 195, 90, 0) 0%, rgba(255, 230, 185, 0.39) 39%, rgb(242, 157, 64) 100%);
  background-color: #f4d9bc;
}
@media screen and (max-width: 1440px) {
  .section-event {
    padding-bottom: 161px;
  }
}
@media screen and (max-width: 768px) {
  .section-event {
    padding: 19.1642651297vw 0 43.2276657061vw 0;
  }
}
@media screen and (max-width: 640px) {
  .section-event {
    padding: 19.1642651297vw 0 59.7982708934vw 0;
  }
}
.section-event::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  background-image: url(../images/event/floor.jpg);
}
@media screen and (max-width: 1440px) {
  .section-event::after {
    height: 122px;
  }
}
@media screen and (max-width: 640px) {
  .section-event::after {
    height: 162px;
    background-size: 460%;
    background-repeat: no-repeat;
    background-position: 82% top;
  }
}
@media screen and (max-width: 576px) {
  .section-event::after {
    height: 93px;
  }
}
.section-event .container {
  width: 90%;
}
@media screen and (max-width: 1440px) {
  .section-event .container {
    -webkit-transform: scale(0.87);
        -ms-transform: scale(0.87);
            transform: scale(0.87);
  }
}
@media screen and (max-width: 1099px) {
  .section-event .container {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 640px) {
  .section-event .container {
    width: 100%;
    padding: 0;
    margin-bottom: -11vw;
  }
}
@media screen and (max-width: 320px) {
  .section-event .container {
    margin-bottom: -30vw;
  }
}
.section-event .eventSwiper__box {
  position: relative;
  opacity: 1;
  top: 0;
}
.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: 30%;
    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 .swiper-animate-1 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  top: 40px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box.active .swiper-animate-1 {
    top: 0;
  }
}
.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-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-4 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  top: 77px;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box.active .swiper-animate-4 {
    top: 0;
  }
}
.section-event .eventSwiper .swiper-slide {
  width: min(260px, 23%);
  min-height: 467px;
}
.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;
}
@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%;
  display: block;
  margin: 0 auto 8px auto;
}
.section-event .eventSwiper__box a .tiger_shadow {
  position: absolute;
  width: 57%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.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.swiper-animate-1 {
  position: relative;
  left: 11px;
}
.section-event .eventSwiper__box a.swiper-animate-1 img {
  margin-bottom: 19px;
}
.section-event .eventSwiper__box a.swiper-animate-1 .icon-start-b {
  top: 33%;
  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: 15%;
  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 {
  top: 62%;
  left: 50%;
}
@media screen and (max-width: 1440px) {
  .section-event .eventSwiper__box a.swiper-animate-1 .tiger_shadow {
    top: 64.5%;
  }
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box a.swiper-animate-1 .tiger_shadow {
    top: 24.5vw;
  }
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper__box a.swiper-animate-1 .tiger_shadow {
    top: 56.5vw;
  }
}
@media screen and (max-width: 640px) {
  .section-event .eventSwiper__box a.swiper-animate-1 .tiger_shadow {
    top: 64.5vw;
  }
}
.section-event .eventSwiper__box a.swiper-animate-2 {
  position: relative;
  left: 2px;
}
.section-event .eventSwiper__box a.swiper-animate-2 .start-icon:nth-child(1) {
  top: 3.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: 34.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: 48.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 {
  top: 61%;
  left: 49%;
}
@media screen and (max-width: 1440px) {
  .section-event .eventSwiper__box a.swiper-animate-2 .tiger_shadow {
    top: 63%;
  }
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box a.swiper-animate-2 .tiger_shadow {
    top: 23.5vw;
  }
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper__box a.swiper-animate-2 .tiger_shadow {
    top: 53.5vw;
  }
}
@media screen and (max-width: 640px) {
  .section-event .eventSwiper__box a.swiper-animate-2 .tiger_shadow {
    top: 61.5vw;
  }
}
.section-event .eventSwiper__box a.swiper-animate-3 {
  position: relative;
  left: -1px;
}
.section-event .eventSwiper__box a.swiper-animate-3 .icon-start-b {
  top: 48%;
  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 {
  top: 62%;
  left: 68%;
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box a.swiper-animate-3 .tiger_shadow {
    top: 23.5vw;
  }
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper__box a.swiper-animate-3 .tiger_shadow {
    top: 53.5vw;
  }
}
@media screen and (max-width: 640px) {
  .section-event .eventSwiper__box a.swiper-animate-3 .tiger_shadow {
    top: 61.5vw;
  }
}
.section-event .eventSwiper__box a.swiper-animate-4 {
  position: relative;
  left: -7px;
}
.section-event .eventSwiper__box a.swiper-animate-4 .swiper-slide__buttom {
  width: 266px;
}
@media screen and (max-width: 1440px) {
  .section-event .eventSwiper__box a.swiper-animate-4 .swiper-slide__buttom {
    width: 225px;
  }
}
@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: 225px;
  }
}
.section-event .eventSwiper__box a.swiper-animate-4 .start-icon:nth-child(1) {
  top: 44%;
  left: 9%;
  -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: 5%;
  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 .tiger_shadow {
  top: 62%;
  left: 68%;
}
@media screen and (max-width: 1440px) {
  .section-event .eventSwiper__box a.swiper-animate-4 .tiger_shadow {
    top: 65%;
  }
}
@media screen and (max-width: 1099px) {
  .section-event .eventSwiper__box a.swiper-animate-4 .tiger_shadow {
    top: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .section-event .eventSwiper__box a.swiper-animate-4 .tiger_shadow {
    top: 56.5vw;
  }
}
@media screen and (max-width: 640px) {
  .section-event .eventSwiper__box a.swiper-animate-4 .tiger_shadow {
    top: 64.5vw;
  }
}
.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_1, .section-event .l_book_2, .section-event .l_book_3, .section-event .l_start_1, .section-event .l_start_2, .section-event .r_book_1, .section-event .r_book_2, .section-event .r_start_1, .section-event .r_start_2 {
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}
.section-event .l_book_1 img, .section-event .l_book_2 img, .section-event .l_book_3 img, .section-event .l_start_1 img, .section-event .l_start_2 img, .section-event .r_book_1 img, .section-event .r_book_2 img, .section-event .r_start_1 img, .section-event .r_start_2 img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1099px) {
  .section-event .l_book_1, .section-event .l_book_2, .section-event .l_book_3, .section-event .l_start_1, .section-event .l_start_2, .section-event .r_book_1, .section-event .r_book_2, .section-event .r_start_1, .section-event .r_start_2 {
    display: none;
  }
}
.section-event .l_book_1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  width: min(177px, 10%);
  top: 19%;
  left: 4.5%;
}
@media screen and (max-width: 1520px) {
  .section-event .l_book_1 {
    left: 2.5%;
  }
}
.section-event .l_book_2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: min(143px, 8%);
  top: 30%;
  left: 4.3%;
}
@media screen and (max-width: 1520px) {
  .section-event .l_book_2 {
    left: 2.3%;
  }
}
.section-event .l_book_3 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  width: min(58px, 3.2%);
  top: 52%;
  left: 11%;
}
@media screen and (max-width: 1520px) {
  .section-event .l_book_3 {
    left: 9%;
  }
}
.section-event .l_start_1 {
  width: min(30px, 1.6%);
  left: 14.4%;
  top: 13.3%;
}
.section-event .l_start_2 {
  width: min(30px, 1.6%);
  top: 59%;
  left: 6.5%;
}
.section-event .r_book_1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  width: min(121px, 7%);
  right: 5.5%;
  top: 8%;
}
@media screen and (max-width: 1520px) {
  .section-event .r_book_1 {
    width: 6%;
    right: 3.5%;
  }
}
.section-event .r_book_2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: min(167px, 9%);
  right: 4%;
  top: 39%;
}
@media screen and (max-width: 1520px) {
  .section-event .r_book_2 {
    width: 7%;
    right: 1%;
  }
}
.section-event .r_start_1 {
  width: min(25px, 1.3%);
  right: 15.7%;
  top: 9%;
}
.section-event .r_start_2 {
  width: min(25px, 1.3%);
  right: 2%;
  top: 30.5%;
}
.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);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.section-event.active .l_book_1, .section-event.active .l_book_2, .section-event.active .l_book_3, .section-event.active .r_book_1, .section-event.active .r_book_2 {
  -webkit-animation: bookDropBounce 0.5s ease-out forwards, bookGentle 3s ease-in-out 0.5s infinite;
          animation: bookDropBounce 0.5s ease-out forwards, bookGentle 3s ease-in-out 0.5s infinite;
}
.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;
}