@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, select {
  vertical-align: middle;
}

input, textarea, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

select::-ms-expand {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: initial;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:focus, input:focus, select:focus, textarea:focus, button:focus {
  outline: 0;
}

form {
  width: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: none;
  padding: 0;
  line-height: inherit;
  color: #333;
  overflow: hidden;
  width: 100%;
}

label {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin-top: 1px \9 ;
  line-height: normal;
  vertical-align: baseline;
}

input[type=radio] {
  -webkit-appearance: radio;
  border-radius: 50%;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa !important;
}

::-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

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

.section-title {
  position: relative;
  color: #FFFFFF;
  text-align: center;
}
.section-title h2 {
  font-weight: bold;
  position: relative;
  display: inline-block;
  font-size: 43px;
}
@media screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 9.3659942363vw;
  }
}
.section-title h3 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-title h3 {
    font-size: 5.7636887608vw;
  }
}
.section-title i {
  width: 62px;
  height: 62px;
  background: url(../images/arrw-target.svg);
  background-size: contain;
  display: inline-block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .section-title i {
    width: 9.5100864553vw;
    height: 9.5100864553vw;
  }
}
.section-title i::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/title-arrow.svg);
  background-size: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .section-title i::after {
    width: 5.7636887608vw;
    height: 5.7636887608vw;
  }
}

.link-button a {
  font-size: 43px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 462px;
  height: 101px;
  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;
  border-radius: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fbb03b), to(#f15a24));
  background-image: linear-gradient(to right, #fbb03b, #f15a24);
  color: #FFFFFF;
  text-decoration: none;
  margin: auto;
  -webkit-box-shadow: 0px 8px 0px 0px #7e63b4;
          box-shadow: 0px 8px 0px 0px #7e63b4;
}
.link-button a::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 13px;
  border-color: transparent transparent transparent #FFFFFF;
  position: relative;
  top: 2px;
  border-radius: 4px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .link-button a::after {
    border-width: 2.0172910663vw 0 2.0172910663vw 2.1613832853vw;
  }
}
@media screen and (min-width: 768px) {
  .link-button a:hover {
    background: #FFFFFF;
    color: #7e63b4;
  }
  .link-button a:hover::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 13px;
    border-color: transparent transparent transparent #7e63b4;
  }
}
@media screen and (max-width: 1179px) {
  .link-button a {
    font-size: 33px;
    width: 382px;
    height: 91px;
  }
}
@media screen and (max-width: 768px) {
  .link-button a {
    font-size: 4.7550432277vw;
    width: 55.0432276657vw;
    width: 70vw;
    height: 13.1123919308vw;
  }
}

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

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

.section-kv .kv-slogan-1,
.section-kv .kv-slogan-2,
.section-kv .plane-c-ztop,
.section-kv .kv-plane-c,
.section-kv .kv-plane {
  opacity: 0;
}
.section-kv .plane-content .kv-plane-c,
.section-kv .plane-content .plane-c-ztop {
  top: 0;
  -webkit-transition: 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media screen and (max-width: 768px) {
  .section-kv .plane-content .kv-plane-c,
  .section-kv .plane-content .plane-c-ztop {
    left: 13%;
  }
}
@media screen and (max-width: 640px) {
  .section-kv .plane-content .kv-plane-c,
  .section-kv .plane-content .plane-c-ztop {
    left: 0;
  }
}
.section-kv .plane-content .kv-plane {
  -webkit-transition: 1s cubic-bezier(0, 0, 0.2, 1);
  transition: 1s cubic-bezier(0, 0, 0.2, 1);
  top: 5vw;
  left: 28%;
  -webkit-animation: floatUpDown 2s ease-in-out infinite;
          animation: floatUpDown 2s ease-in-out infinite;
}

.section-title i {
  right: -69px;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .section-title i {
    right: -11.5273775216vw;
    top: -0.144092219vw;
  }
}
.section-title i:after {
  opacity: 0;
  -webkit-transition: 0.4s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
  transition: 0.4s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
  top: -28px;
  left: 55px;
}
@media screen and (max-width: 768px) {
  .section-title i:after {
    top: -0.7204610951vw;
    left: 4.7550432277vw;
  }
}
.section-title .section-title__box h2,
.section-title .section-title__box h3 {
  -webkit-transition: 0.4s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
  transition: 0.4s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.section-awards__items {
  -webkit-transition: 0.7s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
  transition: 0.7s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .section-awards__items .section-awards__title h3 {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
.section-awards__items .section-awards__title h3:before {
  -webkit-transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  opacity: 0;
  -webkit-transform: rotate(-20.45deg) scale(4);
          transform: rotate(-20.45deg) scale(4);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.section-statement__items,
.icon-national,
.mission-animate-box,
.section-mission__tags,
.link-button {
  -webkit-transition: 0.8s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
  transition: 0.8s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.section-statement__items .swiper-slide,
.icon-national .swiper-slide,
.mission-animate-box .swiper-slide,
.section-mission__tags .swiper-slide,
.link-button .swiper-slide {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  top: 10vw;
}

.stepSwiper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  top: 20vw;
  opacity: 0;
}

.js-animate .section-kv .plane-content .kv-plane-c,
.js-animate .section-kv .plane-content .plane-c-ztop {
  opacity: 1;
  top: 0;
}
.js-animate .section-kv .plane-content .kv-plane-c {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.js-animate .section-kv .plane-content .plane-c-ztop {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.js-animate .section-kv .plane-content .kv-plane {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  opacity: 1;
  left: -32%;
  top: 9vw;
}
@media screen and (max-width: 768px) {
  .js-animate .section-kv .plane-content .kv-plane {
    top: 15vw;
  }
}
@media screen and (max-width: 640px) {
  .js-animate .section-kv .plane-content .kv-plane {
    top: 22vw;
  }
}

.section-awards.active .section-awards__img:after {
  -webkit-animation: scalestart 2s ease-in-out infinite;
          animation: scalestart 2s ease-in-out infinite;
}
.section-awards.active .section-awards__items {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.section-awards.active .section-awards__items:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.section-awards.active .section-awards__items:nth-child(1) h3:before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
  -webkit-transform: rotate(-20.45deg) scale(1);
          transform: rotate(-20.45deg) scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.section-awards.active .section-awards__items:nth-child(2) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.section-awards.active .section-awards__items:nth-child(2) h3:before {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  opacity: 1;
  -webkit-transform: rotate(-20.45deg) scale(1);
          transform: rotate(-20.45deg) scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.section-awards.active .section-awards__items:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.section-awards.active .section-awards__items:nth-child(3) h3:before {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  opacity: 1;
  -webkit-transform: rotate(-20.45deg) scale(1);
          transform: rotate(-20.45deg) scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.section-title.active h2,
.section-title.active h3 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.section-title.active i:after {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  top: -3px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .section-title.active i:after {
    top: -0.7204610951vw;
    left: 4.7550432277vw;
  }
}

.section-title.active + .icon-national,
.section-title.active + .section-mission__tags,
.link-button.active {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.stepSwiper.active {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  top: 0;
  opacity: 1;
}

.stepSwiper.active + .swiper-nav {
  opacity: 1;
}

.mission-animate-box.active {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section-statement__items.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.section-statement__items.active .swiper-slide {
  top: 0;
  opacity: 1;
}
.section-statement__items.active .swiper-slide:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.section-statement__items.active .swiper-slide:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.section-statement__items.active .swiper-slide:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.task-animate-1 {
  -webkit-animation: taskanimatebody 2s ease-in-out infinite;
          animation: taskanimatebody 2s ease-in-out infinite;
}

.task-animate-box {
  position: relative;
  width: 100%;
}
.task-animate-box .task-noodle {
  position: absolute;
  top: 4.9vw;
  left: 4.5vw;
  width: 5.5vw;
  max-width: 106px;
  z-index: 2;
  -webkit-animation: taskanimate1 2s ease-in-out infinite;
          animation: taskanimate1 2s ease-in-out infinite;
}
.task-animate-box .task-hand {
  position: absolute;
  top: 7.9vw;
  left: 2vw;
  width: 4vw;
  z-index: 1;
}
.task-animate-box .task-2-hand-l,
.task-animate-box .task-2-hand-r,
.task-animate-box .task-2-start {
  position: absolute;
}
.task-animate-box .task-2-hand-l,
.task-animate-box .task-2-hand-r {
  width: min(69.5px, 3.6vw);
  top: 7.6vw;
}
.task-animate-box .task-2-hand-l {
  -webkit-animation: taskanimateHand 2s ease-in-out infinite;
          animation: taskanimateHand 2s ease-in-out infinite;
}
.task-animate-box .task-2-hand-r {
  width: min(58px, 3vw);
  top: 8.1vw;
  right: 0vw;
  -webkit-animation: taskanimateHand 2s 0.2s ease-in-out infinite;
          animation: taskanimateHand 2s 0.2s ease-in-out infinite;
}
.task-animate-box .task-2-start {
  width: min(23px, 10vw);
  right: 0.6vw;
  top: 5.3vw;
  -webkit-animation: Anstart 2s 1s ease-in-out infinite;
          animation: Anstart 2s 1s ease-in-out infinite;
}
.task-animate-box .task-3-hand-r,
.task-animate-box .task-3-hand-l,
.task-animate-box .task-3-ice {
  position: absolute;
}
.task-animate-box .task-3-hand-l {
  z-index: 2;
  width: min(50px, 1.8vw);
  top: 62%;
  left: 30%;
  -webkit-animation: Anhand-l 1.2s ease-in-out infinite;
          animation: Anhand-l 1.2s ease-in-out infinite;
}
.task-animate-box .task-3-hand-r {
  width: min(58px, 3.3vw);
  right: 19%;
  bottom: 3.3vw;
  -webkit-animation: Anhand-r 2s ease-in-out infinite;
          animation: Anhand-r 2s ease-in-out infinite;
  z-index: 2;
}
.task-animate-box .task-3-ice {
  top: 0;
  right: 0vw;
  width: min(110px, 6.2vw);
  -webkit-animation: Anice 2s ease-in-out infinite;
          animation: Anice 2s ease-in-out infinite;
  z-index: 0;
}
.task-animate-box .task-3-body {
  position: relative;
  z-index: 1;
}
.task-animate-box .tips_gift,
.task-animate-box .tips_hand {
  position: absolute;
}
.task-animate-box .tips_gift {
  width: min(143px, 9vw);
  right: -16%;
}
.task-animate-box .tips_hand {
  right: 10%;
  top: 67%;
  width: min(68px, 3.5vw);
  z-index: 2;
}

.task-animate-2 {
  -webkit-animation: taskanimate2 2s ease-in-out infinite;
          animation: taskanimate2 2s ease-in-out infinite;
}

.mission-an__text {
  -webkit-animation: AnmissionText 2s ease-in-out infinite;
          animation: AnmissionText 2s ease-in-out infinite;
}

.An-icon-1-1 {
  position: absolute;
  width: min(86px, 6.5vw);
  top: -63px;
  left: 40px;
  -webkit-animation: spin1 1.5s 0s linear infinite alternate;
          animation: spin1 1.5s 0s linear infinite alternate;
}
@media screen and (max-width: 1179px) {
  .An-icon-1-1 {
    top: -4vw;
    left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .An-icon-1-1 {
    width: 20vw;
    top: -13.5vw;
    left: 10vw;
  }
}

.An-icon-1-2 {
  position: absolute;
  width: min(86px, 6.5vw);
  top: 0;
  left: -10px;
  -webkit-animation: spin2 1.5s 0s linear infinite alternate;
          animation: spin2 1.5s 0s linear infinite alternate;
}
@media screen and (max-width: 1179px) {
  .An-icon-1-2 {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .An-icon-1-2 {
    width: 20vw;
    top: -2.5vw;
  }
}

.An-icon-1-l {
  position: absolute;
  width: 2.3vw;
  top: -2.5vw;
  left: -1vw;
}
@media screen and (max-width: 768px) {
  .An-icon-1-l {
    width: 8.3vw;
    top: -11.5vw;
    left: -1vw;
  }
}

.An-icon-1-r {
  position: absolute;
  width: 2.3vw;
  bottom: -3vw;
  left: 110px;
}
@media screen and (max-width: 1179px) {
  .An-icon-1-r {
    left: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .An-icon-1-r {
    width: 8.3vw;
    bottom: -12vw;
    left: 25vw;
  }
}

.An-icon-2-1,
.An-icon-2-2 {
  position: absolute;
}

.An-icon-2-1 {
  width: 96px;
  padding-bottom: 5%;
  display: block;
  top: -72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .An-icon-2-1 {
    max-width: 131px !important;
    width: 21vw;
    top: -14vw;
  }
}
@media screen and (max-width: 640px) {
  .An-icon-2-1 {
    max-width: 81px !important;
  }
}

.An-icon-2-2 {
  width: 100%;
  height: 0;
  padding-bottom: 103%;
  top: -56px;
  left: 43%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (max-width: 1179px) {
  .An-icon-2-2 {
    top: -4.7vw;
  }
}
@media screen and (max-width: 768px) {
  .An-icon-2-2 {
    top: -10.6vw;
  }
  .An-icon-2-2 img {
    max-width: 115px !important;
  }
}
@media screen and (max-width: 640px) {
  .An-icon-2-2 {
    top: -10.3vw;
  }
  .An-icon-2-2 img {
    max-width: 68px !important;
  }
}
@media screen and (max-width: 640px) and (max-width: 360px) {
  .An-icon-2-2 img {
    max-width: 60px !important;
  }
}
@media screen and (max-width: 640px) and (max-width: 360px) {
  .An-icon-2-2 img {
    max-width: 53px !important;
  }
}
.An-icon-2-2 img {
  position: relative;
  top: -3vw;
  -webkit-animation: An-icon-2-2 3.5s ease-in-out infinite;
          animation: An-icon-2-2 3.5s ease-in-out infinite;
}

.floatUpDown2-an-img {
  -webkit-animation: floatUpDown2 2s ease-in-out infinite;
          animation: floatUpDown2 2s ease-in-out infinite;
}

.icon-step-6 {
  -webkit-animation: taskanimate3 2s ease-in-out infinite;
          animation: taskanimate3 2s ease-in-out infinite;
}

.icon-step-6-start {
  position: absolute;
  right: 0.4vw;
  top: 1vw;
  width: min(22px, 2vw);
  -webkit-animation: scalestart 2s ease-in-out infinite;
          animation: scalestart 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .icon-step-6-start {
    width: min(22px, 5vw);
  }
}

.rotate360 {
  -webkit-animation: spin360 10s linear infinite;
          animation: spin360 10s linear infinite;
}

.icon-step-7-2 {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.icon-step-8-start {
  position: absolute;
  z-index: 1;
  -webkit-animation: taskanimate3 2s ease-in-out infinite;
          animation: taskanimate3 2s ease-in-out infinite;
}

.icon-step-8-1 {
  -webkit-animation: taskanimate3 2s ease-in-out infinite;
          animation: taskanimate3 2s ease-in-out infinite;
}

.icon-step-9-1 {
  -webkit-animation: floatUpDown3 2s ease-in-out infinite;
          animation: floatUpDown3 2s ease-in-out infinite;
}

.kv-plane--ips {
  -webkit-animation: taskanimatebody 2s ease-in-out infinite;
          animation: taskanimatebody 2s ease-in-out infinite;
}

.kv-hand1,
.kv-hand2,
.kv-hand3,
.kv-hand4,
.kv-hand5,
.kv-hand6,
.kv-hand7,
.kv-hand8 {
  position: absolute;
}

.kv-hand1 {
  -webkit-animation: kv-Anhand-r 2s 1s ease-in-out infinite;
          animation: kv-Anhand-r 2s 1s ease-in-out infinite;
}

.kv-hand2 {
  -webkit-animation: kv-Anhand-r 2s ease-in-out infinite;
          animation: kv-Anhand-r 2s ease-in-out infinite;
}

.kv-hand3 {
  -webkit-animation: kv-Anhand-2 2s 1s ease-in-out infinite;
          animation: kv-Anhand-2 2s 1s ease-in-out infinite;
  z-index: -1;
}

.kv-hand4 {
  -webkit-animation: kv-Anhand-2-1 2s ease-in-out infinite;
          animation: kv-Anhand-2-1 2s ease-in-out infinite;
}

.kv-hand7 {
  -webkit-animation: kv-Anhand-7 2s 1s ease-in-out infinite;
          animation: kv-Anhand-7 2s 1s ease-in-out infinite;
}

.kv-hand8 {
  -webkit-animation: kv-Anhand-8 2s 1s ease-in-out infinite;
          animation: kv-Anhand-8 2s 1s ease-in-out infinite;
}

.kv-hand-start {
  opacity: 0;
  position: absolute;
  width: 4vw;
  top: -35%;
  left: 42%;
  max-width: 52px;
  -webkit-animation: fadeIn 1.5s 2s ease-out infinite;
          animation: fadeIn 1.5s 2s ease-out infinite;
}
@media screen and (max-width: 768px) {
  .kv-hand-start {
    top: -2vh;
    left: 21vw;
  }
}

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

@keyframes fadeIn {
  0%, 100% {
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 往上移動 10px */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 往上移動 10px */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes floatUpDown2 {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(-0.5px, -0.5px);
            transform: translate(-0.5px, -0.5px);
    /* 往上移動 10px */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatUpDown2 {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(-0.5px, -0.5px);
            transform: translate(-0.5px, -0.5px);
    /* 往上移動 10px */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes floatUpDown3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatUpDown3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scalestart {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scalestart {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes taskanimatebody {
  0%, 100% {
    -webkit-transform: rotate(-1deg) scale(1);
            transform: rotate(-1deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(0.98);
            transform: rotate(0) scale(0.98);
  }
}
@keyframes taskanimatebody {
  0%, 100% {
    -webkit-transform: rotate(-1deg) scale(1);
            transform: rotate(-1deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(0.98);
            transform: rotate(0) scale(0.98);
  }
}
@-webkit-keyframes taskanimate1 {
  0%, 100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-2deg) scale(0.95);
            transform: rotate(-2deg) scale(0.95);
  }
}
@keyframes taskanimate1 {
  0%, 100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-2deg) scale(0.95);
            transform: rotate(-2deg) scale(0.95);
  }
}
@-webkit-keyframes taskanimate2 {
  0%, 100% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scaleY(0.97) rotate(2deg);
            transform: scaleY(0.97) rotate(2deg);
  }
}
@keyframes taskanimate2 {
  0%, 100% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scaleY(0.97) rotate(2deg);
            transform: scaleY(0.97) rotate(2deg);
  }
}
@-webkit-keyframes taskanimateHand {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9%) rotate(8deg);
            transform: translateY(-9%) rotate(8deg);
  }
}
@keyframes taskanimateHand {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9%) rotate(8deg);
            transform: translateY(-9%) rotate(8deg);
  }
}
@-webkit-keyframes Anstart {
  0%, 100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(90deg) scale(0);
            transform: rotate(90deg) scale(0);
  }
}
@keyframes Anstart {
  0%, 100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(90deg) scale(0);
            transform: rotate(90deg) scale(0);
  }
}
@-webkit-keyframes taskanimate3 {
  0%, 100% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scaleY(1) rotate(10deg);
            transform: scaleY(1) rotate(10deg);
  }
}
@keyframes taskanimate3 {
  0%, 100% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scaleY(1) rotate(10deg);
            transform: scaleY(1) rotate(10deg);
  }
}
@-webkit-keyframes Anice {
  0%, 100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(1deg) translateY(5%);
            transform: rotate(1deg) translateY(5%);
  }
}
@keyframes Anice {
  0%, 100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(1deg) translateY(5%);
            transform: rotate(1deg) translateY(5%);
  }
}
@-webkit-keyframes Anhand-r {
  0%, 100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(2deg) translateY(11%);
            transform: rotate(2deg) translateY(11%);
  }
}
@keyframes Anhand-r {
  0%, 100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(2deg) translateY(11%);
            transform: rotate(2deg) translateY(11%);
  }
}
@-webkit-keyframes Anhand-l {
  0%, 100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(-5%);
            transform: rotate(0deg) translateY(-5%);
  }
}
@keyframes Anhand-l {
  0%, 100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(-5%);
            transform: rotate(0deg) translateY(-5%);
  }
}
@-webkit-keyframes AnmissionText {
  0%, 100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(5deg) translateY(0);
            transform: rotate(5deg) translateY(0);
  }
}
@keyframes AnmissionText {
  0%, 100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(5deg) translateY(0);
            transform: rotate(5deg) translateY(0);
  }
}
@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-2vw, 2vw);
            transform: translate(-2vw, 2vw);
  }
}
@keyframes spin1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-2vw, 2vw);
            transform: translate(-2vw, 2vw);
  }
}
@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(1vw, -2vw);
            transform: translate(1vw, -2vw);
  }
}
@keyframes spin2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(1vw, -2vw);
            transform: translate(1vw, -2vw);
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes spin1 {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-8vw, 6vw);
              transform: translate(-8vw, 6vw);
    }
  }
  @keyframes spin1 {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-8vw, 6vw);
              transform: translate(-8vw, 6vw);
    }
  }
  @-webkit-keyframes spin2 {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(8vw, -6vw);
              transform: translate(8vw, -6vw);
    }
  }
  @keyframes spin2 {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(8vw, -6vw);
              transform: translate(8vw, -6vw);
    }
  }
}
@-webkit-keyframes An-icon-2-2 {
  0% {
    top: -4vw;
  }
  42.85% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes An-icon-2-2 {
  0% {
    top: -4vw;
  }
  42.85% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes spin360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes kv-Anhand-r {
  0%, 100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(3deg) translateY(3%);
            transform: rotate(3deg) translateY(3%);
  }
}
@keyframes kv-Anhand-r {
  0%, 100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(3deg) translateY(3%);
            transform: rotate(3deg) translateY(3%);
  }
}
@-webkit-keyframes kv-Anhand-2 {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(3deg) translateX(1%);
            transform: rotate(3deg) translateX(1%);
  }
}
@keyframes kv-Anhand-2 {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(3deg) translateX(1%);
            transform: rotate(3deg) translateX(1%);
  }
}
@-webkit-keyframes kv-Anhand-2-1 {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(5deg) translateX(0);
            transform: rotate(5deg) translateX(0);
  }
}
@keyframes kv-Anhand-2-1 {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(5deg) translateX(0);
            transform: rotate(5deg) translateX(0);
  }
}
@-webkit-keyframes kv-Anhand-7 {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(1.5deg) translateX(1%);
            transform: rotate(1.5deg) translateX(1%);
  }
}
@keyframes kv-Anhand-7 {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(1.5deg) translateX(1%);
            transform: rotate(1.5deg) translateX(1%);
  }
}
@-webkit-keyframes kv-Anhand-8 {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(-1.5deg) translateX(-1%);
            transform: rotate(-1.5deg) translateX(-1%);
  }
}
@keyframes kv-Anhand-8 {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(-1.5deg) translateX(-1%);
            transform: rotate(-1.5deg) translateX(-1%);
  }
}
.c-modal {
  position: fixed;
  z-index: -1;
  inset: 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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: inherit;
}
.c-modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  z-index: -1;
}
.c-modal.is-active {
  opacity: 1;
  z-index: 999;
  pointer-events: auto;
}
.c-modal__content {
  position: absolute;
  max-width: 420px;
  width: 70%;
  margin: 0 auto;
  border-radius: 40px 40px 30px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  color: #333;
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-modal__header {
  padding: 14px 26px;
  border-radius: 30px 30px 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fbb03b), to(#f15a24));
  background-image: linear-gradient(to right, #fbb03b, #f15a24);
  color: #ffffff;
  position: relative;
}
.c-modal__header .c-modal__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.c-modal__body {
  padding: 14px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-modal__body .c-modal__desc {
  font-size: 20px;
  line-height: 1.5;
}
.c-modal__body .c-modal__decor {
  max-width: 120px;
  position: absolute;
  right: -8%;
  bottom: -15%;
  -webkit-animation: taskanimate2 2s ease-in-out infinite;
          animation: taskanimate2 2s ease-in-out infinite;
  max-width: 80px;
  width: 20%;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(41, 40, 40, 0.7));
          filter: drop-shadow(2px 2px 5px rgba(41, 40, 40, 0.7));
}
.c-modal__body .c-modal__decor img {
  width: 100%;
}
.c-modal__close {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 3%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-modal__close:hover {
  background: rgba(0, 0, 0, 0.18);
  -webkit-transform: translateY(-50%), scale(1.05);
          transform: translateY(-50%), scale(1.05);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.c-modal__close span.c-modal__close-line {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
}
.c-modal__close span.c-modal__close-line::before, .c-modal__close span.c-modal__close-line::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-modal__close span.c-modal__close-line::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close span.c-modal__close-line::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .c-modal {
    margin-top: 60px;
  }
  .c-modal__content {
    min-height: 150px;
    border-radius: 20px;
  }
  .c-modal__header {
    border-radius: 20px 20px 0 0;
  }
  .c-modal__header .c-modal__title {
    font-size: 20px;
  }
  .c-modal__body {
    padding: 14px 30px;
  }
  .c-modal__body .c-modal__desc {
    font-size: 16px;
  }
  .c-modal__close {
    width: 24px;
    height: 24px;
  }
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

body, html {
  width: 100%;
  height: 100%;
  font-size: 30px;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 1179px) {
  body, html {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  body, html {
    font-size: 4.3227665706vw;
  }
}

body {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333333;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  br {
    font-size: 0;
  }
}

main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 60px;
  }
}

img {
  width: 100%;
  display: block;
}

.desk-use {
  display: block;
}

.mobile-use {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .desk-use {
    display: none !important;
  }
  .mobile-use {
    display: block !important;
  }
}
.start-animate i {
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 99em;
  -webkit-box-shadow: 0px 0px 5px 4px #FFF;
          box-shadow: 0px 0px 5px 4px #FFF;
  z-index: 2;
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
  mix-blend-mode: color-dodge;
}
@media screen and (min-width: 750px) {
  .start-animate i {
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 0px 0px 16px 4px #FFF;
            box-shadow: 0px 0px 16px 4px #FFF;
  }
}
.start-animate i:nth-child(1) {
  left: 30vw;
  top: 27vw;
  -webkit-animation: start 3s ease-in-out infinite;
          animation: start 3s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .start-animate i:nth-child(1) {
    left: 369px;
    top: 252px;
  }
}
.start-animate i:nth-child(2) {
  left: 60vw;
  top: 50.5vw;
  -webkit-animation: start 3s 1s ease-in-out infinite;
          animation: start 3s 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .start-animate i:nth-child(2) {
    left: 100px;
    top: 150px;
  }
}
.start-animate i:nth-child(3) {
  left: 48.5vw;
  top: 38vw;
  -webkit-animation: start 3s 1.5s ease-in-out infinite;
          animation: start 3s 1.5s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .start-animate i:nth-child(3) {
    left: 48px;
    top: 340px;
  }
}
.start-animate i:nth-child(4) {
  left: 82.5vw;
  top: 33vw;
  -webkit-animation: start 3s 2s ease-in-out infinite;
          animation: start 3s 2s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .start-animate i:nth-child(4) {
    left: 610px;
    top: 310px;
  }
}
.start-animate i:nth-child(5) {
  left: 51vw;
  top: 83vw;
  -webkit-animation: start 3s 1s ease-in-out infinite;
          animation: start 3s 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .start-animate i:nth-child(5) {
    left: 390px;
    top: 973px;
  }
}
.start-animate i:nth-child(6) {
  left: 80vw;
  top: 117vw;
  -webkit-animation: start 3s 1s ease-in-out infinite;
          animation: start 3s 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .start-animate i:nth-child(6) {
    left: 79.5%;
    top: 42.1%;
  }
}
.start-animate i:nth-child(7) {
  left: 28vw;
  top: 137vw;
  -webkit-animation: start 3s 1s ease-in-out infinite;
          animation: start 3s 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .start-animate i:nth-child(7) {
    left: 590px;
    top: 1263px;
  }
}
.start-animate i:nth-child(8) {
  left: 51vw;
  top: 198vw;
  -webkit-animation: start 3s 1s ease-in-out infinite;
          animation: start 3s 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .start-animate i:nth-child(8) {
    left: 290px;
    top: 1483px;
  }
}

footer {
  position: relative;
  text-align: center;
  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;
  font-size: 14px;
  background: #173E6F;
  color: #ededed;
}
footer .container {
  max-width: 100%;
  padding: 10px;
}
footer .copyright {
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .copyright a {
  color: #FFFFFF;
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .copyright span, footer .copyright p:last-child {
    display: none;
  }
}
footer .links a {
  margin: 0 10px;
}

header {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    height: 60px;
  }
}
header .header__nav, header .nav__menu-wrap, header .nav__menu {
  height: 100%;
}
header .header__logo {
  width: min(190px, 100%);
}
@media screen and (max-width: 768px) {
  header .header__logo {
    width: min(110px, 100%);
  }
}
header .header__logo .header__logo-img {
  width: 100%;
  display: block;
}
header .header__inner {
  width: 90%;
  margin: auto;
  height: 100%;
  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;
}
header .nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  header .nav__menu {
    display: block;
    padding: 5.7636887608vw 0;
  }
}
@media screen and (max-width: 768px) {
  header .nav {
    display: none;
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 11;
  }
  header .nav::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
  }
  header .nav__menu-wrap {
    position: relative;
    z-index: 1;
    height: auto;
    background: #FFF;
  }
}
header .nav__item {
  height: 100%;
}
@media screen and (max-width: 1179px) {
  header .nav__item {
    font-size: 20px;
  }
}
header .nav__item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1179px) {
  header .nav__item:not(:last-child) {
    margin-right: 0;
  }
}
header .nav__link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  color: #002464;
  text-decoration: none;
  padding: 0 20px;
  height: 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;
}
@media screen and (max-width: 1179px) {
  header .nav__link {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  header .nav__link {
    padding: 4.3227665706vw 0;
  }
}
header .nav__link::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 0;
  height: 7px;
  background: #ff5c02;
}
header .nav__link:hover {
  color: #ff5c02;
}
header .nav__link:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .nav__link:hover::after {
    display: none;
  }
}
header .menu-wrapper {
  display: none;
  width: 35px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
header .menu-wrapper.no {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  header .menu-wrapper {
    position: relative;
    display: block;
  }
}
header .menu-wrapper .hamburger-menu,
header .hamburger-menu:after,
header .hamburger-menu:before {
  width: 24px;
  height: 2px;
  border-radius: 2px;
}
header .hamburger-menu {
  position: relative;
  left: 6px;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  background: #000000;
}
header .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  background: #000000;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #000000;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.js-menu-active {
  overflow: hidden;
}
.js-menu-active .menu-wrapper .hamburger-menu {
  background: rgba(255, 255, 255, 0);
}
.js-menu-active .menu-wrapper .hamburger-menu:after {
  top: 0;
  width: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.js-menu-active .menu-wrapper .hamburger-menu:before {
  bottom: 0;
  width: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.js-menu-active .nav-box {
  opacity: 1;
  pointer-events: auto;
}

.section-kv {
  background: url(../images/kv-bg.jpg) center top no-repeat;
  background-size: contain;
  height: calc(100vw - 100px);
  margin-bottom: -60vw;
  overflow: hidden;
}
.section-kv .container {
  position: relative;
  width: min(1472px, 90%);
  height: 100%;
  margin: auto;
}
.section-kv .section-kv-slogan {
  width: min(721px, 39vw);
  position: absolute;
  top: 19%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-kv .section-kv__time {
  color: #FFFFFF;
  font-size: 1.5625vw;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media screen and (min-width: 1920px) {
  .section-kv .section-kv__time {
    font-size: 30px;
  }
}
.section-kv .section-kv__time span {
  width: 2.8125vw;
  height: 1px;
  background: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.625vw;
}
@media screen and (min-width: 1920px) {
  .section-kv .section-kv__time span {
    width: 54px;
    margin: 0 12px;
  }
}
.section-kv .section-kv__time .section-kv__date-strong {
  position: relative;
  top: -0.15625vw;
  font-size: 0.8854166667vw;
  display: inline-block;
  vertical-align: middle;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background: #FFFFFF;
  margin: 0 5px;
  color: #004786;
  border-radius: 99em;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .section-kv .section-kv__time .section-kv__date-strong {
    top: -3px;
    font-size: 17px;
    width: 25px;
    height: 25px;
  }
}
.section-kv .kv-pay {
  display: inline-block;
  vertical-align: middle;
  width: 5vw;
  position: relative;
  top: -1vw;
  margin: 0 7px;
}
@media screen and (min-width: 1920px) {
  .section-kv .kv-pay {
    width: 96px;
    top: -21px;
  }
}
.section-kv .section-kv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.section-kv .letter,
.section-kv .kv-pay {
  display: inline-block;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.section-kv .section-kv__title__content {
  font-weight: 700;
  color: #FFFFFF;
}
.section-kv .section-kv__title__content .section-kv__title {
  font-size: 4.84375vw;
}
@media screen and (min-width: 1920px) {
  .section-kv .section-kv__title__content .section-kv__title {
    font-size: 93px;
  }
}
.section-kv .section-kv__title__content .section-kv__subtitle {
  font-size: 1.875vw;
}
@media screen and (min-width: 1920px) {
  .section-kv .section-kv__title__content .section-kv__subtitle {
    font-size: 36px;
  }
}
.section-kv .section-kv__title__content .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.section-kv .section-kv__secondary {
  margin-top: 1.8229166667vw;
  width: min(365px, 51%);
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.section-kv .section-kv__secondary img {
  -webkit-filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 1920px) {
  .section-kv .section-kv__secondary {
    margin-top: 35px;
  }
}
.section-kv .plane-content {
  position: relative;
}
.section-kv .plane-content .kv-plane--ips {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(384px, 24vw);
  left: 27.5%;
  top: -7%;
}
.section-kv .kv-plane--content {
  width: min(854px, 52.479167vw);
}
.section-kv .section-kv__plane {
  position: absolute;
  bottom: 88%;
  left: 64%;
  width: min(908px, 61%);
}
.section-kv .plane-content {
  position: relative;
}
.section-kv .plane-content .plane-c-ztop,
.section-kv .plane-content .kv-plane,
.section-kv .plane-content .kv-plane-c {
  position: absolute;
}
.section-kv .plane-content .plane-c-ztop {
  width: min(344px, 38%);
  z-index: 3;
}
.section-kv .plane-content .kv-plane-c {
  width: min(344px, 38%);
  z-index: 1;
}
.section-kv .plane-content .kv-plane {
  z-index: 2;
}

.section-awards::before {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  background: url(../images/select-bg-top-1.svg) center top no-repeat;
  background-size: cover;
}
.section-awards .section-title {
  margin-bottom: 55px;
}
.section-awards .container {
  padding-top: 2%;
  padding-bottom: 10%;
  background: url(../images/select-bg-1.png) #79bef5 center bottom no-repeat;
}
.section-awards .content {
  width: min(1150px, 90%);
  margin: auto;
}
.section-awards__items:nth-child(2) img, .section-awards__items:nth-child(3) img {
  width: min(130px, 100%);
}
.section-awards__items:nth-child(3) .section-awards__content b {
  font-size: 35px;
  min-height: 108px;
}
.section-awards__task {
  width: 90%;
  margin: 0 auto 104px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFFFFF;
  text-align: center;
}
.section-awards__title {
  margin-bottom: 32px;
}
.section-awards__title b {
  position: relative;
  left: 3%;
  font-weight: bold;
}
.section-awards__title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 43px;
  font-weight: 700;
}
.section-awards__title h3::before {
  display: block;
  font-weight: bold;
  width: 40px;
  height: 40px;
  content: "抽";
  font-size: 25px;
  color: #0064b4;
  background: #ffe800;
  border-radius: 99em;
  position: relative;
  left: -3%;
}
.section-awards__img {
  position: relative;
  background: #FFFFFF;
  border-radius: 99em;
  width: 180px;
  height: 180px;
  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;
  margin: 0 auto 20px auto;
}
.section-awards__img img {
  width: min(110px, 100%);
  display: block;
}
.section-awards__img::after {
  position: absolute;
  top: 0;
  right: -10px;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon-start.svg) no-repeat;
  background-size: cover;
}
.section-awards__content {
  text-shadow: 0 0 7px rgba(0, 100, 180, 0.5);
  color: #ffe800;
  line-height: 1.2;
  margin-bottom: 8px;
  min-height: 96px;
  font-weight: bold;
}
.section-awards__content b {
  font-size: 50px;
}
.section-awards__tip {
  font-weight: bold;
  font-size: 20px;
  background: #FFFFFF;
  border-radius: 99em;
  color: #0064b4;
  display: inline-block;
  margin: auto;
  min-width: 124px;
  height: 38px;
}
.section-awards__tip b {
  font-size: 25px;
}
.section-awards .section-statement__items {
  position: relative;
  padding: 35px 72px;
  background: #FFFFFF;
  border-radius: 50px;
  margin-bottom: 5.5652173913%;
}
.section-awards .section-statement__items .task-animate-1 {
  position: absolute;
  left: -10.7vw;
  bottom: -12%;
  width: min(212px, 11vw);
}
@media screen and (max-width: 1440px) {
  .section-awards .section-statement__items .task-animate-1 {
    left: -4.7vw;
    width: min(212px, 10vw);
  }
}
.section-awards .section-statement__items .task-animate-2 {
  position: absolute;
  right: -10.7vw;
  bottom: -12%;
  width: min(223px, 12vw);
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  .section-awards .section-statement__items .task-animate-2 {
    right: -4.4vw;
    width: min(223px, 11vw);
  }
}
.section-awards .section-statement__items .task-animate-3 {
  position: absolute;
  left: -10vw;
  bottom: -12%;
  width: min(232px, 13vw);
}
@media screen and (max-width: 1440px) {
  .section-awards .section-statement__items .task-animate-3 {
    left: -4vw;
  }
}
.section-awards .section-statement__items__title {
  font-weight: bold;
  margin-bottom: 5.5652173913%;
}
.section-awards .section-statement__items__title b {
  color: #FFFFFF;
  background-color: #fbb03b;
  border-radius: 100px;
  padding: 0 17px;
  margin-right: 14px;
}
.section-awards .section-statement__items__title span br {
  display: none;
}
.section-awards .section-statement .swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -2%;
}
.section-awards .section-statement .swiper-slide {
  width: 325px;
  width: 35%;
}
.section-awards .section-statement .swiper-slide .statement-an-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 148px;
  max-height: 143px;
  min-height: 143px;
  margin: 0 auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.section-awards .section-statement .swiper-slide .statement-an-img img {
  margin: auto;
}
.section-awards .section-statement .swiper-slide:nth-child(3) .statement-an-content b {
  font-size: 26px;
  font-weight: 700;
}
.section-awards .section-statement .swiper-slide .statement-an-content {
  text-align: center;
}
.section-awards .section-statement .swiper-slide .statement-an-content h2 {
  font-size: 26px;
  line-height: 1.2;
}
.section-awards .section-statement .swiper-slide .statement-an-content b {
  font-size: 20px;
  color: #f15a24;
  margin-top: 5px;
  display: block;
}
.section-awards .section-statement .statementSwiper-1 .swiper-slide:not(:last-child)::after {
  width: 22px;
  height: 41px;
  position: absolute;
  top: 50px;
  right: 0;
  content: "";
  display: block;
  background: url(../images/slider-arrw.svg);
  background-size: cover;
}
.section-awards .section-statement .statementSwiper-1 .swiper-slide:nth-child(2) .statement-an-img img {
  max-width: 96px;
}
.section-awards .section-statement .statementSwiper-1 .swiper-slide:nth-child(3) .statement-an-img img {
  max-width: 115px;
}
.section-awards .section-statement .statementSwiper-2 .swiper-slide:not(:last-child)::after {
  width: 22px;
  height: 41px;
  position: absolute;
  top: 50px;
  right: 0;
  content: "";
  display: block;
  background: url(../images/slider-arrw.svg);
  background-size: cover;
}
.section-awards .section-statement .statementSwiper-3 .swiper-slide:first-child::after {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50px;
  right: 0;
  content: "";
  display: block;
  background: url(../images/icon-add.svg);
  background-size: cover;
}
.section-awards .section-statement .statementSwiper-3 .swiper-slide:nth-child(2)::after {
  width: 22px;
  height: 41px;
  position: absolute;
  top: 50px;
  right: 0;
  content: "";
  display: block;
  background: url(../images/slider-arrw.svg);
  background-size: cover;
}
.section-awards .statementSwiper-1 .swiper-button-next, .section-awards .statementSwiper-1 .swiper-button-prev, .section-awards .statementSwiper-2 .swiper-button-next, .section-awards .statementSwiper-2 .swiper-button-prev, .section-awards .statementSwiper-3 .swiper-button-next, .section-awards .statementSwiper-3 .swiper-button-prev {
  opacity: 0;
  pointer-events: none;
}

.section-mission {
  position: relative;
  z-index: 1;
  margin-top: -10%;
}
.section-mission::before {
  display: block;
  content: "";
  width: 100%;
  height: 141px;
  background-image: url(../images/select-bg-2.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-mission .container {
  background-color: #af94e5;
  padding-bottom: 30px;
}
.section-mission .icon-national {
  width: min(30%, 300px);
  margin: 30px auto 70px auto;
}
.section-mission .section-mission-tips:first-child::after {
  content: "";
  width: 1px;
  height: 130px;
  background: #FFFFFF;
  display: block;
  margin: 30px auto 30px auto;
}
.section-mission .stepSwiper-box {
  position: relative;
  width: min(1150px, 90%);
  margin: 0 auto 78px auto;
}
@media screen and (max-width: 1400px) {
  .section-mission .stepSwiper-box {
    width: min(1150px, 80%);
  }
}
.section-mission .swiper-slide {
  max-width: 340px;
  width: 30%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-mission .swiper-slide:not(:last-child) {
  margin-right: 5.5%;
}
@media screen and (max-width: 1400px) {
  .section-mission .swiper-slide:not(:last-child) {
    margin-right: 5%;
  }
}
.section-mission .swiper-slide__step {
  color: #FFFFFF;
  margin-bottom: 25px;
}
.section-mission .swiper-slide__step b {
  font-size: 60px;
  margin-right: 47px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .section-mission .swiper-slide__step b {
    font-size: 50px;
    margin-right: 27px;
  }
}
.section-mission .swiper-slide__container {
  background-color: #CCCCCC;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 33px;
}
.section-mission .swiper-slide__container::after {
  width: 108px;
  height: 17px;
  content: "";
  display: block;
  background-color: #e6e6e6;
  margin: auto;
  border-radius: 99em;
}
.section-mission .swiper-slide__container h3 {
  padding: 16px 0 18px 0;
  color: #FFFFFF;
  background-color: #e62310;
}
.section-mission .swiper-slide__content {
  background: #FFFFFF;
  margin: 23px;
  border-radius: 12px;
  height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-mission .swiper-slide__content--style3 .swiper-slide__item {
  width: 43.5%;
  margin: 0 1.5%;
}
.section-mission .swiper-slide__content--style3 .swiper-slide__item:nth-child(-n+2) {
  margin-bottom: 4%;
}
.section-mission .swiper-slide__content--style4 .swiper-slide__item:first-child {
  margin-bottom: 4%;
}
.section-mission .swiper-slide__content--style5 .swiper-slide__item, .section-mission .swiper-slide__content--style6 .swiper-slide__item {
  border: none;
}
.section-mission .swiper-slide__content--style5 b, .section-mission .swiper-slide__content--style6 b {
  margin-bottom: 16px;
  display: block;
}
.section-mission .swiper-slide__content--style5 span, .section-mission .swiper-slide__content--style6 span {
  display: block;
  border-radius: 10px;
  width: 100%;
  border: solid 3px #e62310;
  padding: 3px 0;
}
.section-mission .swiper-slide__content--style5 img, .section-mission .swiper-slide__content--style6 img {
  width: 40%;
  margin: auto;
}
.section-mission .swiper-slide__item {
  width: 75%;
  border-radius: 31px;
  border: solid 3px #e62310;
  padding: 7px 0;
}
.section-mission .swiper-nav {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(90%, 1515px);
  width: 123%;
  z-index: 99;
}
.section-mission .swiper-nav .swiper-button-prev,
.section-mission .swiper-nav .swiper-button-next {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #FFFFFF;
  border-radius: 99em;
  width: 86px;
  height: 86px;
  cursor: pointer;
}
.section-mission .swiper-nav .swiper-button-prev::after,
.section-mission .swiper-nav .swiper-button-next::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 32px;
  height: 32px;
  content: "";
  background-image: url(../images/icomn-slider-arrw.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.section-mission .swiper-nav .swiper-button-prev:hover,
.section-mission .swiper-nav .swiper-button-next:hover {
  background: #f15a24;
  opacity: 1;
}
.section-mission .swiper-nav .swiper-button-prev:hover::after,
.section-mission .swiper-nav .swiper-button-next:hover::after {
  background-image: url(../images/icomn-slider-arrw-hover.svg);
}
.section-mission .swiper-nav .swiper-button-disabled {
  opacity: 0.5;
}
.section-mission .swiper-nav .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-mission__tags {
  margin: 30px 0 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-mission__tags li {
  font-weight: bold;
  text-align: center;
  padding: 7px 23px;
  border-radius: 60px;
  color: #af94e5;
  background-color: #FFFFFF;
}
.section-mission__tags li:not(:last-child) {
  margin-right: 30px;
}
.section-mission__marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 86px;
}
.section-mission__marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.section-mission__marquee--left {
  -webkit-animation: scroll-left 30s linear infinite;
          animation: scroll-left 30s linear infinite;
  margin-bottom: 46px;
}
.section-mission__marquee--right {
  -webkit-animation: scroll-right 30s linear infinite;
          animation: scroll-right 30s linear infinite;
}
.section-mission__item {
  position: relative;
  width: 370px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-mission__item::before {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  background-color: #fbb03b;
}
.section-mission__content {
  text-align: center;
  width: calc(100% - 60px);
  padding: 20px 0;
  font-weight: bold;
  margin: auto;
}
.section-mission__content h3 {
  font-size: 34px;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 15px;
}
.section-mission__content p {
  font-size: 25px;
  line-height: 1.4;
  color: #f15a24;
}
.section-mission .use-animate-icon {
  max-width: 500px;
  margin: auto;
}
.section-mission .mission-animate-box {
  position: absolute;
  width: 63%;
  top: -280%;
  left: -87%;
  max-width: 314px;
}
@media screen and (max-width: 1340px) {
  .section-mission .mission-animate-box {
    width: 39%;
    top: -218%;
    left: -29%;
  }
}
.section-mission .mission-animate-box .mission-an__text, .section-mission .mission-animate-box .mission-an__icon {
  position: relative;
}
.section-mission .mission-animate-box .mission-an__text {
  top: 60px;
}
.section-mission .mission-animate-box .mission-an__icon {
  left: 50px;
}

.section-notice .container {
  background: #eba960;
}
.section-notice .content {
  width: min(1100px, 90%);
  margin: auto;
  padding: 80px 0;
}
.section-notice::before {
  display: block;
  content: "";
  width: 100%;
  height: 183px;
  background: url(../images/select-bg-3.svg) #af94e5 center top no-repeat;
  background-size: cover;
}
.section-notice .notice__item {
  border-radius: 40px;
  background-color: #ececec;
  -webkit-box-shadow: 0px 11px 0px #f15a24;
          box-shadow: 0px 11px 0px #f15a24;
}
.section-notice .notice__item:not(:last-child) {
  margin-bottom: 40px;
}
.section-notice .notice__item.notice__off {
  pointer-events: none;
}
.section-notice .notice__item--active {
  background: #FFFFFF;
}
.section-notice .notice__item--active .notice__content {
  padding-top: 20px;
  padding-bottom: 36px;
}
.section-notice .notice__item--active .notice__title {
  cursor: pointer;
}
.section-notice .notice__item--active .notice__title i {
  background-color: #f15a24;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: -4px;
}
.section-notice .notice__item--active .notice__title i::after {
  background-image: url(../images/notice-arrw-w.svg);
}
.section-notice .notice__title {
  position: relative;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}
.section-notice .notice__title i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 99em;
  margin-left: 20px;
  top: -2px;
}
.section-notice .notice__title i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../images/notice-arrw.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-notice .notice__content {
  font-size: 15px;
  line-height: 2;
  padding: 0 48px;
  display: none;
}
.section-notice .notice__content .icon-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-notice .notice__content .icon-desc::before {
  content: "．";
  margin-right: 3px;
}
.section-notice .notice__content .noteice__decimal {
  list-style: decimal;
  padding-left: 17px;
}
.section-notice .notice__content .noteice__decimal ul {
  list-style-type: none;
  counter-reset: list-counter;
}
.section-notice .notice__content .noteice__decimal ul li {
  counter-increment: list-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-notice .notice__content .noteice__decimal ul li::before {
  content: "(" counter(list-counter) ") ";
}
.section-notice .notice__content .notice__indent {
  padding-left: 2em;
}
.section-notice .notice__content table {
  width: min(750px, 75%);
}
.section-notice .notice__content table th,
.section-notice .notice__content table td {
  padding: 7px 20px;
}
.section-notice .notice__content table th:first-child, .section-notice .notice__content table th:last-child,
.section-notice .notice__content table td:first-child,
.section-notice .notice__content table td:last-child {
  text-align: center;
}
.section-notice .notice__content table th {
  text-align: center;
  background-color: #dbdbdb;
}
.section-notice .notice__content table th br {
  display: none;
}
.section-notice .notice__content table td:first-child {
  vertical-align: middle;
}
.section-notice .notice__content table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.section-notice .notice__content table.notice-table__2 td, .section-notice .notice__content table.notice-table__3 td {
  text-align: center;
}
.section-notice .winner-list-btn {
  position: relative;
  display: block;
  color: #333333;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  max-width: 250px;
  margin: auto;
}
.section-notice .winner-list-btn:not(:last-child) {
  margin: 0 auto 22px auto;
}
.section-notice .winner-list-btn span {
  width: 100%;
  position: relative;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, from(#fbb03b), to(#f15a24));
  background-image: linear-gradient(to right, #fbb03b, #f15a24);
  display: block;
  text-align: center;
  border-radius: 99em;
  margin: auto;
  font-size: 30px;
  overflow: hidden;
  padding: 0px 4%;
  line-height: 55px;
}

@media screen and (max-width: 1179px) {
  .section-awards .container {
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 1179px) and (max-width: 896px) {
  .section-awards .container {
    padding-bottom: 18%;
  }
}
@media screen and (max-width: 1179px) and (max-width: 896px) {
  .section-awards__title h3 {
    font-size: 4vw;
  }
  .section-awards__title h3::before {
    width: 3.8167938931vw;
    height: 3.8167938931vw;
    font-size: 2.5445292621vw;
  }
}
@media screen and (max-width: 1179px) and (max-width: 896px) {
  .section-awards__title b {
    font-size: 2.5445292621vw;
  }
}
@media screen and (max-width: 1179px) {
  .section-awards .section-awards__items img {
    width: min(89px, 100%);
  }
  .section-awards .section-awards__items:nth-child(2) img, .section-awards .section-awards__items:nth-child(3) img {
    width: min(100px, 100%);
  }
  .section-awards .section-awards__content b {
    font-size: 45px;
  }
  .section-awards .section-awards__img {
    width: 150px;
    height: 150px;
  }
  .section-awards .section-statement__items__title {
    font-size: 2.5445292621vw;
  }
  .section-awards .section-statement__items .task-animate-1 {
    left: -4.7vw;
    width: min(212px, 10vw);
  }
  .section-awards .section-statement__items .task-animate-2 {
    right: -4.4vw;
    width: min(223px, 11vw);
  }
  .section-awards .section-statement__items .task-animate-3 {
    left: -4vw;
  }
  .section-awards .section-statement .swiper-slide .statement-an-content h2 {
    font-size: 1.8659881255vw;
  }
  .section-awards .section-statement .swiper-slide .statement-an-content b {
    font-size: 1.6115351993vw;
  }
  .section-awards .section-statement .swiper-slide .statement-an-img {
    max-width: 12.5530110263vw;
    max-height: 12.1289228159vw;
    min-height: 12.1289228159vw;
    margin-bottom: 2.5445292621vw;
  }
  .section-awards .section-statement .swiper-slide:nth-child(3) .statement-an-content b {
    font-size: 1.8659881255vw;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-slide:nth-child(2) .statement-an-img img {
    top: -6vw;
    max-width: 7.5vw;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-slide:nth-child(3) .statement-an-img img {
    max-width: 10vw;
  }
  .section-awards .section-statement .statementSwiper-3 .swiper-slide:nth-child(1) .statement-an-img img {
    max-width: 110px;
  }
  .section-mission {
    margin-top: -14%;
  }
}
@media screen and (max-width: 1179px) and (max-width: 863px) {
  .section-mission {
    margin-top: -15.5%;
  }
}
@media screen and (max-width: 1179px) {
  .section-mission .swiper-slide__item {
    font-size: 2vw;
  }
  .section-mission .swiper-slide__step {
    font-size: 2vw;
  }
  .section-mission .swiper-slide__step b {
    margin-right: 3%;
    font-size: 4vw;
  }
  .section-mission .section-mission__tags li {
    font-size: 20px;
  }
  .section-mission .section-mission__tags li:not(:last-child) {
    margin-right: 22px;
  }
  .section-mission .swiper-nav .swiper-button-next, .section-mission .swiper-nav .swiper-button-prev {
    width: 55px;
    height: 55px;
  }
  .section-mission .swiper-nav .swiper-button-next::after, .section-mission .swiper-nav .swiper-button-prev::after {
    width: 25px;
    height: 25px;
  }
  .section-notice .notice__content table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-kv {
    background-size: cover;
    height: calc(100vh - 60px);
    margin-bottom: -31vh;
  }
  .section-kv .container {
    width: 85%;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-kv .container {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .section-kv__title {
    width: 100%;
    top: 6vh;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-kv .section-kv__title {
    width: 82vw;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .section-kv__plane {
    bottom: 53vh;
    width: 63vh;
    left: 44%;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-kv .section-kv__plane {
    bottom: 47vh;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .kv-plane--content {
    width: min(854px, 90%);
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-kv .kv-plane--content {
    width: min(854px, 73%);
  }
}
@media screen and (max-width: 768px) {
  .section-kv .plane-content .kv-plane--ips {
    width: min(384px, 47vw);
    left: 19.5%;
    top: -12%;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-kv .plane-content .kv-plane--ips {
    left: 21.5%;
    top: -3%;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .section-kv-slogan {
    width: 100%;
    top: 25.5vh;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-kv .section-kv-slogan {
    top: 24.5%;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .section-kv__time {
    font-size: 4.3227665706vw;
  }
  .section-kv .section-kv__time span {
    width: 7.7809798271vw;
    margin: 0 1.7291066282vw;
  }
  .section-kv .section-kv__time .section-kv__date-strong {
    position: relative;
    top: -0.4322766571vw;
    font-size: 2.4495677233vw;
    width: 3.6023054755vw;
    height: 4.3227665706vw;
  }
  .section-kv .section-kv__title__content .section-kv__title {
    font-size: 10.3746397695vw;
    margin-bottom: 0.8645533141vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-kv .section-kv__title__content .section-kv__title {
    font-size: 11.0951008646vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .section-kv .section-kv__title__content .section-kv__title {
    font-size: 10.8069164265vw;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .section-kv__title__content .section-kv__subtitle {
    font-size: 4.3227665706vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-kv .section-kv__title__content .section-kv__subtitle {
    font-size: 4.5389048991vw;
  }
}
@media screen and (max-width: 768px) {
  .section-kv .section-kv__title__content .kv-pay {
    width: 11.0951008646vw;
    top: -3.5vw;
  }
  .section-kv .section-kv__secondary {
    width: min(365px, 74%);
    margin-top: 5.0432276657vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-kv .section-kv__secondary {
    margin-top: 6.4841498559vw;
  }
}
@media screen and (max-width: 768px) {
  .section-awards .section-title {
    margin-bottom: 7.9250720461vw;
  }
  .section-awards::before {
    height: 190px;
  }
  .section-awards .section-statement__items__title {
    text-align: center;
  }
  .section-awards .section-statement__items__title b {
    padding: 0.7204610951vw 2.8818443804vw;
    font-size: 4.3227665706vw;
  }
  .section-awards .section-statement__items__title span {
    margin-top: 2.1613832853vw;
    display: block;
    font-size: 5.7636887608vw;
  }
  .section-awards .section-statement__items {
    padding: 5.4755043228vw 2.8818443804vw 7.492795389vw 2.8818443804vw;
    margin-bottom: 7.204610951vw;
  }
  .section-awards .section-statement__items .task-animate-1, .section-awards .section-statement__items .task-animate-2, .section-awards .section-statement__items .task-animate-3 {
    display: none;
  }
  .section-awards .section-awards__md--right {
    width: 40%;
  }
  .section-awards .section-awards__img {
    width: 27.3775216138vw;
    height: 27.3775216138vw;
    margin-bottom: 4.3227665706vw;
  }
  .section-awards .section-awards__img img {
    width: 60%;
  }
  .section-awards .swiper-button-next, .section-awards .swiper-button-prev {
    top: 23%;
  }
  .section-awards .section-awards__img::after {
    width: 3.4582132565vw;
    height: 3.4582132565vw;
    right: -1vw;
  }
  .section-awards .section-awards__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8.6455331412vw;
  }
  .section-awards .section-awards__items:nth-child(3) .section-awards__content.mobile-use {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .section-awards .section-awards__items:nth-child(3) .section-awards__content b {
    font-size: 6.1959654179vw;
  }
  .section-awards .section-awards__items:nth-child(3) .section-awards__md--right {
    position: relative;
    top: -2.1613832853vw;
  }
  .section-awards .section-awards__tip {
    font-size: 4.3227665706vw;
    width: 23vw;
    height: auto;
    padding: 0.5vw 0;
    min-width: inherit;
  }
  .section-awards .section-awards__tip b {
    font-size: 4.3227665706vw;
  }
  .section-awards .section-awards__task {
    display: block;
    margin-bottom: 10.0864553314vw;
  }
  .section-awards .section-awards__title {
    text-align: left;
    width: 60%;
    margin: 0;
  }
  .section-awards .section-awards__title b {
    left: 0;
  }
  .section-awards .section-awards__title h3 {
    font-size: 6.7723342939vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-awards .section-awards__title h3:before {
    position: relative;
    font-size: 3.6023054755vw;
    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: 5.7636887608vw;
    height: 5.7636887608vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .section-awards .section-awards__title h3:before {
    left: 0;
    margin-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .section-awards .section-awards__content {
    margin-bottom: 0;
    margin-top: 2.7377521614vw;
    min-height: inherit;
  }
  .section-awards .section-awards__content b {
    font-size: 7.204610951vw;
  }
  .section-awards .section-statement .swiper-wrapper {
    margin-left: 0;
  }
  .section-awards .section-statement .swiper-slide {
    width: 100%;
  }
  .section-awards .section-statement .swiper-slide .statement-an-content h2 {
    font-size: 5.3314121037vw;
  }
  .section-awards .section-statement .swiper-slide .statement-an-content b {
    font-size: 5.3314121037vw;
  }
  .section-awards .section-statement .swiper-slide .statement-an-img {
    margin-bottom: 4.3227665706vw;
    max-width: 28.8043143297vw;
    max-height: 28.033898vw;
    min-height: 28.033898vw;
  }
  .section-awards .section-statement .swiper-slide:nth-child(3) .statement-an-content b {
    font-size: 5.3314121037vw;
  }
  .section-awards .section-statement .section-statement__items__title {
    margin-bottom: 6.4841498559vw;
  }
  .section-awards .section-statement .section-statement__items__title span br {
    display: block;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-slide:nth-child(2) .statement-an-img img {
    max-width: 81px;
    top: -13.5vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-awards .section-statement .statementSwiper-1 .swiper-slide:nth-child(2) .statement-an-img img {
    top: -14vw;
  }
}
@media screen and (max-width: 768px) {
  .section-awards .section-statement .statementSwiper-1 .swiper-slide:nth-child(2) .statement-an-img img img {
    max-width: 115px !important;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-slide:nth-child(3) .statement-an-img img {
    max-width: 166px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-awards .section-statement .statementSwiper-1 .swiper-slide:nth-child(3) .statement-an-img img {
    max-width: 95px;
  }
}
@media screen and (max-width: 768px) and (max-width: 360px) {
  .section-awards .section-statement .statementSwiper-1 .swiper-slide:nth-child(3) .statement-an-img img {
    max-width: 83px;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .section-awards .section-statement .statementSwiper-1 .swiper-slide:nth-child(3) .statement-an-img img {
    max-width: 73px;
  }
}
@media screen and (max-width: 768px) {
  .section-awards .section-statement .statementSwiper-1 .swiper-slide::after, .section-awards .section-statement .statementSwiper-2 .swiper-slide::after, .section-awards .section-statement .statementSwiper-3 .swiper-slide::after {
    display: none !important;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-button-next, .section-awards .section-statement .statementSwiper-1 .swiper-button-prev, .section-awards .section-statement .statementSwiper-2 .swiper-button-next, .section-awards .section-statement .statementSwiper-2 .swiper-button-prev, .section-awards .section-statement .statementSwiper-3 .swiper-button-next, .section-awards .section-statement .statementSwiper-3 .swiper-button-prev {
    opacity: 1;
    pointer-events: auto;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-pagination-bullet, .section-awards .section-statement .statementSwiper-2 .swiper-pagination-bullet, .section-awards .section-statement .statementSwiper-3 .swiper-pagination-bullet {
    width: 2.8818443804vw;
    height: 2.8818443804vw;
    margin: 0 1.1527377522vw;
    opacity: 1;
    background-color: #d9d9d9;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-pagination, .section-awards .section-statement .statementSwiper-2 .swiper-pagination, .section-awards .section-statement .statementSwiper-3 .swiper-pagination {
    position: static;
    margin-top: 3vw;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-pagination-bullet-active, .section-awards .section-statement .statementSwiper-2 .swiper-pagination-bullet-active, .section-awards .section-statement .statementSwiper-3 .swiper-pagination-bullet-active {
    background-color: #79bef5;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-button-next, .section-awards .section-statement .statementSwiper-2 .swiper-button-next, .section-awards .section-statement .statementSwiper-3 .swiper-button-next {
    opacity: 1;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-button-next.swiper-button-disabled::after, .section-awards .section-statement .statementSwiper-2 .swiper-button-next.swiper-button-disabled::after, .section-awards .section-statement .statementSwiper-3 .swiper-button-next.swiper-button-disabled::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #CCCCCC;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-button-next::after, .section-awards .section-statement .statementSwiper-2 .swiper-button-next::after, .section-awards .section-statement .statementSwiper-3 .swiper-button-next::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fbb03b;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-button-prev.swiper-button-disabled::after, .section-awards .section-statement .statementSwiper-2 .swiper-button-prev.swiper-button-disabled::after, .section-awards .section-statement .statementSwiper-3 .swiper-button-prev.swiper-button-disabled::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #CCCCCC transparent transparent;
  }
  .section-awards .section-statement .statementSwiper-1 .swiper-button-prev::after, .section-awards .section-statement .statementSwiper-2 .swiper-button-prev::after, .section-awards .section-statement .statementSwiper-3 .swiper-button-prev::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fbb03b transparent transparent;
  }
  .section-awards .section-statement .statementSwiper-3 .swiper-slide:first-child .statement-an-img img {
    max-width: none;
    width: 85%;
  }
  .section-awards .section-statement .statementSwiper-3 .swiper-slide:nth-child(2) .statement-an-content h2 {
    font-size: 5.5vw;
  }
  .section-awards .section-statement .statementSwiper-3 .swiper-slide:nth-child(2) .statement-an-content b {
    font-size: 3.5vw;
    font-size: clamp(12px, 3.5vw, 3.5vw);
  }
  .section-mission {
    margin-top: -16%;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-mission {
    margin-top: -20%;
  }
}
@media screen and (max-width: 768px) {
  .section-mission::before {
    background-position: left top;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-mission::before {
    height: 81px;
  }
}
@media screen and (max-width: 768px) {
  .section-mission .section-mission__tags {
    display: none;
  }
  .section-mission .section-mission__content {
    padding: 2.8818443804vw 0;
  }
  .section-mission .section-mission__content h3 {
    font-size: 4.8991354467vw;
    margin-bottom: 2vw;
  }
  .section-mission .section-mission__content p {
    font-size: 3.6023054755vw;
    font-size: clamp(12px, 3.6023054755vw, 3.6023054755vw);
  }
  .section-mission .section-mission__item {
    width: 50vw;
    margin-right: 4vw;
  }
  .section-mission .section-mission__item::before {
    width: 5.7636887608vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-mission .section-mission__item {
    width: 50vw;
  }
  .section-mission .section-mission__item::before {
    width: 8.6455331412vw;
  }
}
@media screen and (max-width: 768px) {
  .section-mission .section-mission__marquee-wrapper {
    margin-top: 7.204610951vw;
    margin-bottom: 10.0864553314vw;
  }
  .section-mission .section-mission__marquee--left {
    margin-bottom: 4vw;
  }
  .section-mission.use-animate-icon {
    max-width: none;
  }
  .section-mission .mission-animate-box {
    width: 33%;
    position: static;
    margin: 5.7636887608vw auto 8.6455331412vw auto;
  }
  .section-mission .mission-animate-box .mission-an__text {
    top: 9vw;
    left: -7vw;
  }
  .section-mission .mission-animate-box .mission-an__icon {
    left: 0;
  }
  .section-mission .icon-national {
    width: min(45%, 300px);
    margin: 7.204610951vw auto 7.204610951vw auto;
  }
  .section-mission .swiper-nav {
    width: 90%;
  }
  .section-mission .stepSwiper-box {
    width: 100%;
    margin-bottom: 9.2219020173vw;
  }
  .section-mission .swiper-slide__step {
    font-size: 5.0432276657vw;
    margin-bottom: 3.6023054755vw;
  }
  .section-mission .swiper-slide__step b {
    font-size: 7.9250720461vw;
    margin-right: 2.8818443804vw;
  }
  .section-mission .swiper-slide__item {
    font-size: 4.3227665706vw;
  }
  .section-mission .swiper-slide {
    width: 54.7550432277vw;
    margin-right: 9.2219020173vw;
  }
  .section-mission .swiper-slide__container {
    padding-bottom: 4.7550432277vw;
  }
  .section-mission .swiper-slide__container h3 {
    padding: 2.3054755043vw 0 2.5936599424vw 0;
  }
  .section-mission .swiper-slide__content {
    margin: 3.3141210375vw;
    height: 32.4207492795vw;
  }
  .section-mission .swiper-nav .swiper-button-next,
  .section-mission .swiper-nav .swiper-button-prev {
    width: 12.3919308357vw;
    height: 12.3919308357vw;
  }
  .section-mission .swiper-nav .swiper-button-next::after,
  .section-mission .swiper-nav .swiper-button-prev::after {
    width: 5.0432276657vw;
    height: 5.0432276657vw;
  }
  .section-mission .section-mission-tips:first-child:after {
    display: none;
  }
  .section-notice {
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-notice {
    margin-top: -15vw;
  }
}
@media screen and (max-width: 768px) {
  .section-notice .notice__indent {
    padding-left: 9.2219020173vw;
  }
  .section-notice .content {
    padding: 0 0 11.5273775216vw 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .section-notice .content {
    margin-top: -4vw;
  }
}
@media screen and (max-width: 768px) {
  .section-notice .notice__item {
    border-radius: 7.204610951vw;
  }
  .section-notice .notice__item:not(:last-child) {
    margin-bottom: 5.7636887608vw;
  }
  .section-notice .notice__item:nth-child(2) .notice__content {
    padding: 4.0345821326vw;
  }
  .section-notice .notice__item:nth-child(3) .notice__content {
    padding: 4.0345821326vw 6.916426513vw;
  }
  .section-notice .notice__content {
    font-size: clamp(12px, 3.386167147vw, 3.386167147vw);
  }
  .section-notice .notice__content table th,
  .section-notice .notice__content table td {
    vertical-align: middle;
    padding: 0.5vw 1.4409221902vw;
  }
  .section-notice .notice__content table th span,
  .section-notice .notice__content table td span {
    display: block;
  }
  .section-notice .notice__content table th {
    line-height: 1.5;
  }
  .section-notice .notice__content table th br {
    display: block;
  }
  .section-notice .notice__content table.notice-table__2 th:first-child {
    width: 25%;
  }
  .section-notice .notice__content table.notice-table__2 th:nth-child(2), .section-notice .notice__content table.notice-table__2 th:nth-child(3) {
    width: 35%;
  }
  .section-notice .notice__content table.notice-table__3 th:first-child {
    width: 30%;
  }
  .section-notice .notice__content table.notice-table__3 th:nth-child(2), .section-notice .notice__content table.notice-table__3 th:nth-child(3) {
    width: 35%;
  }
  .section-notice .notice__content .notice-table__1 td {
    padding: 0.5vw 0vw;
  }
  .section-notice .notice__content .notice-table__1 th {
    padding: 0.5vw 0vw;
  }
  .section-notice .notice__content .notice-table__1 th:nth-child(1) {
    width: 23%;
  }
  .section-notice .notice__content .notice-table__1 th:nth-child(2) {
    width: 54%;
  }
  .section-notice .notice__content .notice-table__1 th:nth-child(3) {
    width: 23%;
  }
  .section-notice .notice__title {
    font-size: 5.4755043228vw;
    padding: 3.1700288184vw;
  }
  .section-notice .notice__title i {
    width: 5.7636887608vw;
    height: 5.7636887608vw;
    margin-left: 2.8818443804vw;
    top: -0.5vw !important;
  }
  .section-notice .winner-list-btn {
    max-width: none;
  }
  .section-notice .winner-list-btn:not(:last-child) {
    margin-bottom: 5.7636887608vw;
  }
  .section-notice .winner-list-btn span {
    font-size: 5.0432276657vw;
    width: 66%;
    line-height: 9.3659942363vw;
    padding: 0.288184438vw;
  }
  .section-notice .winner-list-btn span:before {
    width: 5.7636887608vw;
  }
  .section-notice .notice__item--active .notice__content {
    padding-top: 3.4582132565vw;
    padding-bottom: 5.7636887608vw;
  }
}
/*# sourceMappingURL=styles.css.map */