@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 71px;
}
@media (max-width: 960px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  color: #2d2d2d;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin: 32px 0;
}

ul,
ol {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  padding: 0 0 0 32px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

section .section__wrapper {
  padding: 80px 0;
  width: min(100%, 1200px);
  margin: 0 auto;
}
section .section__wrapper .section__title {
  text-align: center;
  background-image: url("img/title-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 108px;
  display: grid;
  place-items: center;
  color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 960px) {
  section .section__wrapper .section__title {
    margin-bottom: 40px;
  }
}
section .section__wrapper .section__title.black {
  background-image: url("img/title-black.svg");
  color: #2d2d2d;
}
section .section__wrapper .section__title h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}
section .section__wrapper .section__content {
  padding: 0 80px;
}
@media (max-width: 960px) {
  section .section__wrapper .section__content {
    padding: 0 20px;
  }
}

#app #kv {
  position: relative;
  border-color: #FBD800;
  background-image: url(img/kv/kv-bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 960px) {
  #app #kv {
    background-image: url(img/kv/kv-bg-mobi.gif);
    background-position: top center;
  }
}
#app #kv .bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  max-height: 100%;
}
@media (max-width: 960px) {
  #app #kv .bg-2 {
    display: none;
  }
}
#app #kv .sec__wrapper {
  width: min(90rem, 95%);
  min-height: 40rem;
  margin-inline: auto;
  padding: 8rem 1rem 4rem;
  display: grid;
}
@media (max-width: 960px) {
  #app #kv .sec__wrapper {
    padding: 5rem 2rem 4rem;
  }
}
#app #kv .sec__wrapper .sec__main {
  width: min(55rem, 55%);
  align-self: center;
}
@media (max-width: 960px) {
  #app #kv .sec__wrapper .sec__main {
    width: min(45rem, 100%);
    align-self: start;
    text-align: center;
  }
}
#app #kv .sec__wrapper .sec__main .title {
  width: min(45rem, 85%);
  padding: 1.45rem 0;
  z-index: 999 !important;
}
@media (max-width: 960px) {
  #app #kv .sec__wrapper .sec__main .title {
    padding: 1.5rem 0;
  }
}
#app #kv .sec__wrapper .sec__main .info {
  width: min(20rem, 80%);
}
@media (max-width: 960px) {
  #app #kv .sec__wrapper .sec__main .info {
    width: min(14rem, 80%);
  }
}
#app #nav {
  background-color: #fbd800;
  display: grid;
  place-items: center;
  position: sticky;
  top: 0;
  z-index: 1200;
}
@media (max-width: 960px) {
  #app #nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  }
  #app #nav.open .nav__wrapper {
    max-height: 100vh;
  }
  #app #nav.open .nav__wrapper .nav__toggle .bars .bar {
    width: 0;
  }
  #app #nav.open .nav__wrapper .nav__toggle .bars .bar::before {
    transform: translate3D(-16px, 0, 0) rotate(225deg);
  }
  #app #nav.open .nav__wrapper .nav__toggle .bars .bar::after {
    width: 32px;
    transform: translate3D(-16px, 0, 0) rotate(-225deg);
  }
}
#app #nav .nav__wrapper {
  position: relative;
  padding: 16px;
  width: min(100%, 1440px);
  max-height: 71px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 960px) {
  #app #nav .nav__wrapper {
    max-height: 60px;
    flex-direction: column;
  }
}
#app #nav .nav__wrapper .logo {
  height: 40px;
}
@media (max-width: 960px) {
  #app #nav .nav__wrapper .logo {
    height: 32px;
    margin-right: auto;
  }
}
#app #nav .nav__wrapper .nav__list {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 960px) {
  #app #nav .nav__wrapper .nav__list {
    flex-direction: column;
    padding: 48px 16px 16px;
  }
}
#app #nav .nav__wrapper .nav__list .nav__item {
  text-decoration: none;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
#app #nav .nav__wrapper .nav__list .nav__item.active {
  color: #5467c0;
}
#app #nav .nav__wrapper .nav__list .nav__item.active, #app #nav .nav__wrapper .nav__list .nav__item:hover {
  color: #5467c0;
}
#app #nav .nav__wrapper .nav__toggle {
  position: absolute;
  display: none;
  top: 14px;
  right: 16px;
  align-items: center;
  gap: 1rem;
  z-index: 1201;
  font-size: 0.875rem;
  font-weight: 300;
  cursor: pointer;
}
@media (max-width: 960px) {
  #app #nav .nav__wrapper .nav__toggle {
    display: block;
  }
}
#app #nav .nav__wrapper .nav__toggle .bars {
  width: 32px;
  height: 32px;
  position: relative;
  display: grid;
  place-items: center;
}
#app #nav .nav__wrapper .nav__toggle .bars .bar {
  width: 32px;
  height: 2px;
  background-color: #2d2d2d;
  transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#app #nav .nav__wrapper .nav__toggle .bars .bar::before, #app #nav .nav__wrapper .nav__toggle .bars .bar::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #2d2d2d;
}
#app #nav .nav__wrapper .nav__toggle .bars .bar::before {
  width: 32px;
  transform: translateY(-8px);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#app #nav .nav__wrapper .nav__toggle .bars .bar::after {
  width: 16px;
  transform: translateY(8px);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#app #sec-01 {
  background-color: #2d2d2d;
  color: #fff;
}
#app #sec-02 {
  background-color: #d9d9d9;
  color: #2d2d2d;
}
@media (max-width: 960px) {
  #app #sec-02 .section__content {
    padding: 0 16px;
  }
}
#app #sec-02 .section__content .notes {
  padding: 32px;
}
@media (max-width: 960px) {
  #app #sec-02 .section__content .notes {
    padding: 32px 0;
    transform: translateX(-16px);
  }
}
#app #sec-02 .section__content .notes .notes__wrapper {
  background-color: #2d2d2d;
  color: #fff;
  padding: 24px;
}
#app #sec-03 {
  position: relative;
  background-image: url(img/sec-03-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top 71px center;
  background-size: cover;
}
@media (max-width: 960px) {
  #app #sec-03 {
    background-position: top 60px center;
  }
}
#app #sec-03 .bg-left {
  position: absolute;
  top: -200px;
  left: 0;
  width: 144px;
  z-index: 0;
}
@media (max-width: 960px) {
  #app #sec-03 .bg-left {
    top: -84px;
    width: 48px;
  }
}
#app #sec-03 .section__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  #app #sec-03 .section__content {
    padding: 0 32px;
  }
}
#app #sec-03 .section__content .awards {
  position: relative;
}
#app #sec-03 .section__content .awards .bg-awards {
  position: absolute;
  top: 48px;
  left: -72px;
  width: 64px;
}
@media (max-width: 960px) {
  #app #sec-03 .section__content .awards .bg-awards {
    top: 184px;
    left: -24px;
    width: 32px;
  }
}
#app #sec-03 .section__content .awards > h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin: 1.5rem 0;
}
#app #sec-03 .section__content .awards .table-awards {
  margin: 80px 0;
}
@media (max-width: 960px) {
  #app #sec-03 .section__content .awards .table-awards.awards-1 .table__row > *:nth-of-type(1) {
    width: 26px;
    margin: auto;
  }
}
#app #sec-03 .section__content .awards .table-awards .table__header,
#app #sec-03 .section__content .awards .table-awards .table__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid #a5a4a4;
  padding: 16px 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 960px) {
  #app #sec-03 .section__content .awards .table-awards .table__header,
  #app #sec-03 .section__content .awards .table-awards .table__row {
    grid-template-columns: 40px 1fr;
    padding: 16px 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
#app #sec-03 .section__content .awards .table-awards .table__header > *,
#app #sec-03 .section__content .awards .table-awards .table__row > * {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #2d2d2d;
}
#app #sec-03 .section__content .awards .table-awards .table__header > *:nth-child(1),
#app #sec-03 .section__content .awards .table-awards .table__row > *:nth-child(1) {
  display: grid;
  place-items: center;
}
#app #sec-03 .section__content .awards .table-awards .table__header {
  background-color: rgba(255, 255, 255, 0.5333333333);
}
#app #sec-03 .section__content .awards .table-awards .table__row:nth-of-type(even) {
  background-color: #fff0a4;
}
#app #sec-03 .section__content .awards .table-awards .table__row > *:nth-child(1) {
  font-weight: 700;
}
#app #sec-04 {
  position: relative;
  background-color: #2d2d2d;
  color: #fff;
}
#app #sec-04 .bg-right {
  position: absolute;
  top: -560px;
  right: 0;
  width: 100px;
  z-index: 0;
}
@media (max-width: 960px) {
  #app #sec-04 .bg-right {
    top: -84px;
    width: 28px;
  }
}
#app #sec-04 .section__content {
  z-index: 1;
}
@media (max-width: 960px) {
  #app #sec-04 .section__content {
    padding: 0 16px;
  }
  #app #sec-04 .section__content > p:first-of-type {
    padding: 0 16px;
  }
}
#app #sec-04 .section__content .schedule .step {
  position: relative;
  display: grid;
  grid-template-areas: "step title" "step content";
  grid-template-columns: 100px 1fr;
  align-items: start;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 960px) {
  #app #sec-04 .section__content .schedule .step {
    grid-template-columns: 72px 1fr;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
#app #sec-04 .section__content .schedule .step:last-of-type::before {
  background-color: #2d2d2d;
}
#app #sec-04 .section__content .schedule .step::before {
  position: absolute;
  top: 0;
  left: 50px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 960px) {
  #app #sec-04 .section__content .schedule .step::before {
    left: 36px;
  }
}
#app #sec-04 .section__content .schedule .step h3 {
  grid-area: step;
  display: grid;
  place-items: center;
  background-color: #fff;
  color: #2d2d2d;
  width: 100%;
  aspect-ratio: 1/1;
  font-size: 18px;
  line-height: 28px;
  border-radius: 50%;
  z-index: 1;
}
#app #sec-04 .section__content .schedule .step h3 span {
  width: 36px;
}
#app #sec-04 .section__content .schedule .step h4 {
  grid-area: title;
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
  color: #fbd800;
  margin-bottom: 26px;
}
@media (max-width: 960px) {
  #app #sec-04 .section__content .schedule .step h4 {
    padding-top: 16px;
  }
}
#app #sec-04 .section__content .schedule .step h4 a {
  color: #fbd800;
  text-decoration: none;
  border-bottom: 1px #fbd800 solid;
  padding-bottom: 1px;
}
#app #sec-04 .section__content .schedule .step h4 :hover {
  color: #ffa41c;
  text-decoration: none;
  border-bottom: 1px #ffa41c solid;
}
#app #sec-04 .section__content .schedule .step .desc {
  grid-area: content;
  margin: 0 0 64px;
}
#app #sec-04 .section__content .schedule .step .desc p {
  margin: 0 0 26px;
}
@media (max-width: 960px) {
  #app #sec-04 .section__content .schedule .step .desc ul {
    transform: translateX(-32px);
  }
}
#app #sec-04 .section__content .schedule .step .desc ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px #fff solid;
  padding-bottom: 1px;
}
#app #sec-04 .section__content .schedule .step .desc ul li :hover {
  color: #fbd800;
  border-bottom: 1px #fbd800 solid;
}
#app #sec-04 .section__content .ps {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  margin: 16px 0;
}
#app #sec-05 {
  background-color: #d3d3d3;
  background-image: url(img/sec-05-img.png), url(img/sec-05-bg.gif);
  background-attachment: scroll, fixed;
  background-repeat: no-repeat, no-repeat;
  background-position: top 40px right 40px, top 71px center;
  background-size: 408px auto, 100% 100%;
  padding-bottom: 200px;
}
@media (max-width: 960px) {
  #app #sec-05 {
    background-image: url(img/sec-05-img.png), url(img/sec-05-bg-mobi.gif);
    background-size: 50% auto, 100% auto;
    background-position: top 60px right;
  }
}
#app #sec-05 .section__wrapper {
  padding: 120px 0 0;
}
#app #sec-05 .section__wrapper .section__title {
  margin-top: 40px;
}
@media (max-width: 960px) {
  #app #sec-05 .section__wrapper .section__content {
    padding: 0 10px;
  }
}
#app #sec-05 .section__wrapper .section__content .expandable__list {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 20px;
  min-width: 0;
  min-height: 0;
  align-items: start;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable {
  background-color: rgba(255, 255, 255, 0.5333333333);
  border-radius: 16px;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 36px;
  cursor: pointer;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header.open + .expandable__content {
  height: auto;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header.open .expandable__toggle .open {
  display: none;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header.open .expandable__toggle .close {
  display: flex;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header .expandable__toggle {
  background-color: #fff;
  padding: 0 16px 4px 4px;
  border: 1px solid #c7c7c7;
  transform: translateX(16px);
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header .expandable__toggle .open,
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header .expandable__toggle .close {
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 18px;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header .expandable__toggle .open::before,
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header .expandable__toggle .close::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  transform: translateY(2px);
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header .expandable__toggle .open {
  display: flex;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header .expandable__toggle .open::before {
  background-image: url("img/icon_plus.svg");
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header .expandable__toggle .close {
  display: none;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__header .expandable__toggle .close::before {
  background-image: url("img/icon_minus.svg");
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content {
  height: 0;
  overflow: hidden;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores {
  padding: 20px 36px;
  margin: 0 0 16px;
}
@media (max-width: 960px) {
  #app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores {
    padding: 20px 10px;
  }
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__header,
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__row {
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  border-bottom: 1px solid #a5a4a4;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 960px) {
  #app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__header,
  #app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__row {
    grid-template-columns: 40px 1fr 48px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__header > *,
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__row > * {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__header > * ul,
  #app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__row > * ul {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__header > *:nth-child(1), #app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__header > *:nth-child(3),
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__row > *:nth-child(1),
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__row > *:nth-child(3) {
  display: grid;
  place-items: center;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__header > *:nth-child(1),
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__row > *:nth-child(1) {
  text-align: center;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__header {
  align-items: center;
  background-color: #2d2d2d;
  color: #fff;
  padding: 8px 32px;
}
@media (max-width: 960px) {
  #app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__header {
    padding: 8px 12px;
  }
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__header > *:nth-child(2) {
  text-align: center;
}
#app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__row {
  padding: 16px 32px;
}
@media (max-width: 960px) {
  #app #sec-05 .section__wrapper .section__content .expandable__list .expandable .expandable__content .table-scores .table__row {
    padding: 8px 12px;
  }
}
#app #sec-06 {
  background-color: #d3d3d3;
  background-image: url(img/sec-06-img.png), url(img/sec-06-bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 260px left 80px, top center;
  background-size: 247px 163px, 100% 100%;
  padding: 200px 0 0;
  margin: -200px 0 0;
  color: #fff;
}
@media (max-width: 960px) {
  #app #sec-06 {
    background-position: top 280px left 10px, top center;
    background-size: 123px 81px, 960px auto;
    padding: 140px 0 0;
    margin: -140px 0 0;
  }
}
@media (max-width: 960px) {
  #app #sec-06 .section__wrapper {
    padding: 0;
  }
}
@media (max-width: 960px) {
  #app #sec-06 .section__wrapper .section__title {
    margin-bottom: 160px;
  }
}
#app #sec-06 .section__wrapper .section__content {
  background-color: #2d2d2d;
}
@media (max-width: 960px) {
  #app #sec-06 .section__wrapper .section__content {
    padding: 0 20px 80px;
  }
}
#app #sec-06 .section__wrapper .section__content h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 16px;
}
#app #sec-06 .section__wrapper .section__content ul {
  margin-bottom: 80px;
}
#app #sec-06 .section__wrapper .section__content ul:last-of-type {
  margin-bottom: 0;
}
#app #sec-06 .section__wrapper .section__content ul li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
#app #sec-06 .section__wrapper .section__content ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px #fff solid;
  padding-bottom: 1px;
}
#app #sec-06 .section__wrapper .section__content ul li :hover {
  color: #fbd800;
  border-bottom: 1px #fbd800 solid;
}
#app #sec-07 {
  background-color: #d9d9d9;
}
#app #sec-07 .section__content {
  padding: 0 10px;
}
#app #sec-07 .section__content .download__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 960px) {
  #app #sec-07 .section__content .download__list {
    flex-direction: column;
    gap: 20px;
  }
}
#app #sec-07 .section__content .download__list .download__item {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 24px 64px 24px 36px;
  border: 1px solid #000;
  border-radius: 16px 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
#app #sec-07 .section__content .download__list .download__item:hover {
  background-color: #fff;
  color: #000;
}
#app #sec-07 .section__content .download__list .download__item:hover::before {
  background-image: url(img/sec-07-icon-hover.svg);
}
#app #sec-07 .section__content .download__list .download__item::before {
  content: "";
  background-image: url(img/sec-07-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 36px;
}
#app #sec-08 {
  background-image: url(img/sec-08-top.png), url(img/sec-08-img.png), url(img/sec8-bg.gif);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, left 50px top 40px, top center;
  background-size: 100% 27px, 160px auto, 100% 100%;
}
@media (max-width: 960px) {
  #app #sec-08 {
    background-position: top center, left 0 top 40px, top center;
    background-size: 100% 27px, 56px auto, 100% 100%;
  }
}
#app #sec-08 .section__wrapper {
  padding: 140px 0 80px;
}
@media (max-width: 960px) {
  #app #sec-08 .section__wrapper {
    padding: 80px 0 40px;
  }
}
@media (max-width: 960px) {
  #app #sec-08 .section__wrapper .section__title-sec-08 {
    margin-bottom: 96px;
  }
}
#app #sec-08 .section__wrapper .section__title-sec-08 h2 {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 20px;
}
@media (max-width: 960px) {
  #app #sec-08 .section__wrapper .section__title-sec-08 h2 {
    text-align: start;
    padding-left: 100px;
    letter-spacing: 8px;
  }
}
@media (max-width: 960px) {
  #app #sec-08 .section__wrapper .section__title-sec-08 h2 span {
    display: block;
  }
}
#app #sec-08 .section__wrapper .section__content {
  padding: 0;
}
@media (max-width: 960px) {
  #app #sec-08 .section__wrapper .section__content {
    padding: 0 10px;
  }
}
#app #sec-08 .section__wrapper .section__content .splide__main #main-carousel {
  display: block;
  width: min(100%, 800px);
  margin: 40px auto 20px;
}
#app #sec-08 .section__wrapper .section__content .splide__main #main-carousel .splide__slide img {
  width: 100%;
}
#app #sec-08 .section__wrapper .section__content .splide__main #main-carousel .splide__slide h3 {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding: 16px;
}
#app #sec-08 .section__wrapper .section__content .splide__thumbnail #thumbnail-carousel {
  padding: 0 64px;
}
@media (max-width: 960px) {
  #app #sec-08 .section__wrapper .section__content .splide__thumbnail #thumbnail-carousel {
    padding: 0 32px;
  }
}
#app #sec-08 .section__wrapper .section__content .splide__thumbnail #thumbnail-carousel .splide__arrow {
  background: none;
  width: 24px;
  top: 56px;
}
#app #sec-08 .section__wrapper .section__content .splide__thumbnail #thumbnail-carousel .splide__arrow.splide__arrow--next {
  right: 0;
}
#app #sec-08 .section__wrapper .section__content .splide__thumbnail #thumbnail-carousel .splide__arrow.splide__arrow--prev {
  left: 0;
}
@media (max-width: 960px) {
  #app #sec-08 .section__wrapper .section__content .splide__thumbnail #thumbnail-carousel .splide__arrow {
    width: 20px;
  }
}
#app #sec-08 .section__wrapper .section__content .splide__thumbnail #thumbnail-carousel .splide__arrow img {
  width: 100%;
}
#app #sec-08 .section__wrapper .section__content .splide__thumbnail #thumbnail-carousel .splide__slide.is-active {
  background-color: #F1f1f1;
  border: none;
}
#app #sec-08 .section__wrapper .section__content .splide__thumbnail #thumbnail-carousel .splide__slide img {
  width: 100%;
}
#app #sec-08 .section__wrapper .section__content .splide__thumbnail #thumbnail-carousel .splide__slide h3 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  padding: 16px 8px;
}
#app #footer {
  background-color: #f1f1f1;
}
#app #footer .footer__wrapper {
  padding: 20px 10px;
  width: min(100%, 1200px);
  margin: 0 auto;
}
#app #footer .footer__wrapper .organizations {
  width: min(100%, 700px);
  padding: 20px 80px;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
@media (max-width: 960px) {
  #app #footer .footer__wrapper .organizations {
    padding: 20px 10px;
  }
}
#app #footer .footer__wrapper .organizations img {
  width: 100%;
}
#app #footer .footer__wrapper .copyright {
  padding: 40px 20px 20px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */