@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&family=Noto+Sans+TC:wght@200..900&display=swap");
* {
  box-sizing: border-box;
}

@font-face {
  font-family: Avenir Black;
  src: url(../font/AvenirLTStd-Black.otf);
}
@font-face {
  font-family: Avenir;
  src: url(../font/AvenirLTStd-Book.otf);
}
@font-face {
  font-family: Avenir Roman;
  src: url(../font/AvenirLTStd-Roman.otf);
}
h1,
h2,
h3,
h4 {
  margin: 0;
}

h1 {
  font-size: 2rem;
  line-height: 3.5rem;
}
@media (max-width: 960px) {
  h1 {
    font-size: 1.625rem;
    line-height: 2.75rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 0 0 1rem 0;
}
@media (max-width: 960px) {
  p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

img {
  max-width: 100%;
  vertical-align: top;
  align-self: flex-start;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  font-size: 1rem;
  line-height: 1.875rem;
}
@media (max-width: 960px) {
  ul li,
  ol li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

a {
  text-decoration: none;
  word-break: break-all;
}

.site__header {
  position: relative;
}
@media (max-width: 960px) {
  .site__header .header__top {
    position: fixed;
    top: 0;
    right: 0;
  }
}
.site__header .header__top .top__wrapper {
  width: min(100%, 75rem);
  margin: 0 auto;
  display: flex;
}
@media (max-width: 960px) {
  .site__header .header__top .top__wrapper {
    padding: 0 4.5rem 0 0;
  }
}
.site__header .header__top .top__wrapper .links__list {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 960px) {
  .site__header .header__top .top__wrapper .links__list {
    gap: 0.5rem;
  }
}
.site__header .header__top .top__wrapper .links__list .links__item a img.gjw {
  height: 4rem;
}
@media (max-width: 960px) {
  .site__header .header__top .top__wrapper .links__list .links__item a img.gjw {
    height: 3rem;
  }
}
.site__header .header__top .top__wrapper .links__list .links__item a img.fb {
  margin-block-start: 0.5rem;
  height: 2rem;
}
@media (max-width: 960px) {
  .site__header .header__top .top__wrapper .links__list .links__item a img.fb {
    height: 1.5rem;
  }
}
.site__header .header__title .container {
  position: relative;
  display: grid;
  grid-template-areas: "logo title";
  grid-template-columns: auto 1fr;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 2rem;
}
@media (max-width: 960px) {
  .site__header .header__title .container {
    padding: 0.125rem 0.5rem;
    margin-bottom: 0;
  }
}
.site__header .header__title .container .title__logo {
  flex: 0 1 400px;
  width: 10rem;
}
@media (max-width: 960px) {
  .site__header .header__title .container .title__logo {
    flex: 0 1 56px;
    width: 3.5rem;
  }
}
.site__header .header__title .container .title__logo img {
  width: 11rem;
}
@media (max-width: 960px) {
  .site__header .header__title .container .title__logo img {
    position: relative;
    top: 0.5rem;
    left: 0.5rem;
    width: 2.5rem;
    margin-bottom: 1rem;
  }
}
.site__header .header__title .container .title__name {
  flex: 1 1 auto;
  padding: 0 1.5rem;
}
@media (max-width: 960px) {
  .site__header .header__title .container .title__name {
    padding: 0;
  }
}
.site__header .header__title .container .title__name a {
  text-decoration: none;
}
.site__header .header__title .container .title__name a h2 {
  color: #2b2b2b;
  font-size: 1.5rem;
  line-height: 2.75rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .site__header .header__title .container .title__name a h2 {
    font-size: 0.75rem;
  }
}
.site__header .header__title .container .title__name a p {
  color: #2b2b2b;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .site__header .header__title .container .title__name a p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    display: none;
  }
}
@media (max-width: 960px) {
  .site__header .header__title .container .title__name a p span {
    display: inline-block;
  }
}
.site__header .header__title .container .language__nav {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
@media (max-width: 960px) {
  .site__header .header__title .container .language__nav {
    display: none;
  }
}
.site__header .header__title .container .language__nav:hover .list__wrapper {
  opacity: 1;
}
.site__header .header__title .container .language__nav .nav__label {
  color: rgb(0, 14, 143);
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  cursor: default;
  text-align: end;
  cursor: pointer;
}
.site__header .header__title .container .language__nav .list__wrapper {
  position: relative;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.24, 0.46, 0.45, 0.92);
}
.site__header .header__title .container .language__nav .list__wrapper .nav__list {
  background-color: rgba(0, 14, 143, 0.75);
  width: 120px;
  padding: 0.5rem;
}
.site__header .header__title .container .language__nav .list__wrapper .nav__list .list__item {
  padding-left: 1.5rem;
  position: relative;
}
.site__header .header__title .container .language__nav .list__wrapper .nav__list .list__item:hover::before, .site__header .header__title .container .language__nav .list__wrapper .nav__list .list__item.active::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #fff;
}
.site__header .header__title .container .language__nav .list__wrapper .nav__list .list__item a {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.site__main {
  min-height: 50vh;
}

.site__footer .footer__wrapper {
  background-color: #ebebeb;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: start;
  gap: 1.5rem;
  justify-items: center;
  padding: 2rem 1rem 3rem;
}
.site__footer .footer__wrapper .links__list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site__footer .footer__wrapper .links__list .links__item a img.gjw {
  height: 4rem;
}
.site__footer .footer__wrapper .links__list .links__item a img.fb {
  margin-block-start: 0.5rem;
  height: 2rem;
}
.site__footer .footer__wrapper address {
  color: rgb(0, 14, 143);
  font-size: 1.125rem;
  line-height: 1.75;
  font-style: normal;
  font-weight: 400;
}
.site__footer .footer__wrapper address a {
  color: rgb(0, 14, 143);
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 400;
}
.site__footer .copyright {
  color: rgb(0, 14, 143);
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 400;
  padding: 0.75rem 1rem;
  text-align: center;
}

#site__nav {
  background-color: rgb(0, 14, 143);
  flex: 0 1 100%;
  position: relative;
  z-index: 1001;
  box-sizing: border-box;
  transition: transform 0.3s cubic-bezier(0.24, 0.46, 0.45, 0.92);
  display: flex;
  justify-content: flex-end;
}
#site__nav.open {
  transform: translateX(0%);
}
@media (max-width: 960px) {
  #site__nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 420px;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0, 14, 143);
    transform: translateX(100%);
    padding: 2.5rem 1rem;
  }
}
#site__nav .nav__main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  #site__nav .nav__main {
    flex-direction: column;
  }
}
#site__nav .nav__main > li {
  position: relative;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 960px) {
  #site__nav .nav__main > li {
    padding: 1rem 3rem;
    text-align: end;
    border-bottom: 1px solid #929cf6;
  }
}
#site__nav .nav__main > li:hover > a, #site__nav .nav__main > li.active > a {
  color: #929cf6;
}
#site__nav .nav__main > li:hover .nav__sub {
  max-height: 200rem;
}
#site__nav .nav__main > li > a {
  color: #fff;
  font-size: 1.25rem;
  line-height: 3.25rem;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 960px) {
  #site__nav .nav__main > li > a {
    font-size: 1.125rem;
  }
}
#site__nav .nav__main > li > a sup {
  display: inline-block;
  vertical-align: top;
  font-size: 0.75rem;
  transform: translateY(-0.5rem);
}
#site__nav .nav__main .nav__sub {
  display: block;
  position: absolute;
  top: 100%;
  max-height: 0;
  background-color: rgb(0, 14, 143);
  overflow: hidden;
}
#site__nav .nav__main .nav__sub:hover {
  max-height: 200rem;
}
@media (max-width: 960px) {
  #site__nav .nav__main .nav__sub {
    position: relative;
    max-height: 10000vh;
  }
}
#site__nav .nav__main .nav__sub > li {
  padding: 0.5rem 1.5rem;
}
@media (max-width: 960px) {
  #site__nav .nav__main .nav__sub > li {
    padding: 0.5rem 0rem;
    text-align: end;
  }
}
#site__nav .nav__main .nav__sub > li:hover > a, #site__nav .nav__main .nav__sub > li.active > a {
  color: #929cf6;
}
#site__nav .nav__main .nav__sub > li > a {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2.7525rem;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 960px) {
  #site__nav .nav__main .nav__sub > li > a {
    font-size: 1rem;
    line-height: 2rem;
  }
}
#site__nav .nav__main .nav__sub > li > a sup {
  display: inline-block;
  vertical-align: top;
  font-size: 0.75rem;
  transform: translateY(-0.5rem);
}
#site__nav .language__nav {
  display: none;
}
@media (max-width: 960px) {
  #site__nav .language__nav {
    display: block;
  }
}
#site__nav .language__nav .nav__label {
  text-align: end;
  color: #fff;
  padding: 4rem 2rem 1rem;
}
@media (max-width: 960px) {
  #site__nav .language__nav .nav__label {
    padding: 1.5rem 2rem 1rem;
  }
}
#site__nav .language__nav .list__wrapper .nav__list .list__item {
  text-align: end;
  padding: 0 2rem;
}
@media (max-width: 960px) {
  #site__nav .language__nav .list__wrapper .nav__list .list__item.active a {
    position: relative;
  }
  #site__nav .language__nav .list__wrapper .nav__list .list__item.active a::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: -0.75rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: #fff;
  }
}
#site__nav .language__nav .list__wrapper .nav__list .list__item a {
  font-size: 1rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #fff;
}

#nav__toggle {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1003;
  background-color: rgba(0, 14, 143, 0.75);
  padding: 0.25rem;
  cursor: pointer;
  text-align: end;
}
@media (max-width: 960px) {
  #nav__toggle {
    display: block;
  }
}
#nav__toggle svg {
  vertical-align: middle;
}
#nav__toggle svg path {
  stroke: #fff;
  stroke-width: 2px;
  fill: none;
}
#nav__toggle svg #hamberger,
#nav__toggle svg #close {
  visibility: hidden;
}

.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-lg {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.container-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.text-info {
  color: #3cb3e2;
}

.text-success {
  color: #5cc10a;
}

.text-special {
  color: #a70463;
}

.text-center {
  text-align: center;
}

.link__special {
  background-color: #a70463;
  color: #fff;
  padding: 0.25rem 0.75rem;
  margin: 0.25rem;
  transition: filter 250ms ease;
  border-radius: 100vw;
}
.link__special:hover {
  filter: brightness(1.1);
}

.btn {
  display: inline-block;
  width: 8.875rem;
  max-width: 100%;
  color: #fff;
  background-color: #fcc70e;
  font-size: 0.8125rem;
  line-height: 2.5rem;
  text-align: center;
  border: none;
  border-radius: 1.25rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.24, 0.46, 0.45, 0.92);
  cursor: pointer;
}
.btn:hover {
  background-color: #323232;
}

.competition-year-list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
}
.competition-year-list .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.competition-year-list .item h3 {
  grid-column: 1/-1;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.competition-year-list .item a {
  color: #3cb3e2;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.competition-year-list .item a:hover {
  text-decoration: underline;
}
.competition-year-list .item a:nth-of-type(2n) {
  color: #5cc10a;
}

.icon-list-item-mark {
  stroke-width: 0;
  fill-opacity: 1;
  stroke: rgb(237, 21, 102);
  stroke-opacity: 1;
  fill: rgb(219, 148, 33);
  transform: rotate(90deg);
}

.initiator__list .list__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.initiator__list .list__item img {
  margin: 0.375rem 0.25rem 0 0;
  line-height: 1.85rem;
  margin-right: 1.5rem;
}
.initiator__list .list__item a {
  font-size: 1rem;
  line-height: 1.85rem;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.initiator__list .list__item a span {
  color: #fcc70e;
  font-weight: 700;
}

.initiator__list-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .initiator__list-img {
    padding: 1rem 0;
  }
}
.initiator__list-img .list__item {
  padding: 1rem;
  text-align: center;
}
@media (max-width: 960px) {
  .initiator__list-img .list__item {
    flex: 0 1 100%;
    padding: 0.5rem;
  }
}
.judge__list .list {
  display: flex;
  flex-wrap: wrap;
}
.judge__list .list .item {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-right: 1rem;
  cursor: pointer;
}
.judge__list .list .item:hover {
  color: rgb(0, 14, 143);
  text-decoration: underline;
}

.video-container iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.splide .splide__arrows .splide__arrow {
  background: none;
  width: 48px;
  height: 48px;
}
@media (max-width: 960px) {
  .splide .splide__arrows .splide__arrow {
    display: none;
  }
}
.splide .splide__arrows .splide__arrow svg {
  width: 4rem;
  height: 4rem;
}
.splide .splide__arrows .splide__arrow svg path {
  fill: rgba(0, 0, 0, 0.2);
}
.splide .splide__arrows .splide__arrow img {
  width: 100%;
  height: 100%;
}
.splide .splide__arrows .splide__arrow:disabled {
  opacity: 0;
}
.splide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
.splide .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}

.index-banner-splide {
  padding: 0 0 2rem;
}
.index-banner-splide .splide__track .splide__list .splide__slide article {
  height: 100%;
}
.index-banner-splide .splide__track .splide__list .splide__slide article a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.index-banner-splide .splide__track .splide__list .splide__slide article a .wrapper {
  height: 100%;
  position: relative;
}
.index-banner-splide .splide__track .splide__list .splide__slide article a .wrapper .img {
  position: relative;
  width: 100%;
  height: 90%;
  padding-top: 56.25%;
}
.index-banner-splide .splide__track .splide__list .splide__slide article a .wrapper .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner-splide .splide__track .splide__list .splide__slide article a .wrapper .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  height: 4.5rem;
  display: flex;
  align-items: end;
  justify-content: center;
}
.index-banner-splide .splide__track .splide__list .splide__slide article a .wrapper .txt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9960784314), rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0));
}
.index-banner-splide .splide__track .splide__list .splide__slide article a .wrapper .txt .title {
  position: relative;
  max-height: 4.5rem;
  font-size: 1.375rem;
  line-height: 2.25rem;
  color: #fff;
  font-weight: 400;
}
.index-banner-splide .splide__arrow .splide__pagination li .splide__pagination__page {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background: #eee;
  border-radius: 50%;
  margin: 0.75rem;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}
.index-banner-splide .splide__arrow .splide__pagination li .splide__pagination__page.is-active {
  background: radial-gradient(circle, #fff, #A5C10A);
}

.news__list {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1rem;
}
.news__list .list__item {
  margin-bottom: 0.5rem;
}
.news__list .list__item a {
  text-decoration: none;
}
.news__list .list__item a:hover .item__title {
  color: #a58202;
}
.news__list .list__item a .item__title {
  color: #111;
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.news__list .list__item a .item__title::before {
  position: absolute;
  content: "．";
  color: #111;
  display: inline-block;
  top: 0.4375rem;
  left: 0;
}
.news__list .list__item a .item__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 1.5rem;
  width: calc(100% - 1.5rem);
  border-bottom: 1px dashed #ccc;
}

.sponsor__list {
  margin-bottom: 1.75rem;
}
.sponsor__list .list {
  display: grid;
  gap: 2rem;
}
.sponsor__list .list .item {
  display: grid;
  grid-template-areas: "name time amount receipt purpose";
  grid-template-columns: 1fr 6rem 7rem 7rem 1fr;
  gap: 0.75rem;
}
@media (max-width: 960px) {
  .sponsor__list .list .item {
    grid-template-areas: "name name amount receipt" "time purpose purpose purpose";
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.sponsor__list .list .item a {
  color: #2b2b2b;
  text-decoration: underline;
}
.sponsor__list .list .item .img {
  max-width: 144px;
}
.sponsor__list .list .item .name {
  grid-area: name;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.sponsor__list .list .item .time {
  grid-area: time;
}
.sponsor__list .list .item .amount {
  grid-area: amount;
}
.sponsor__list .list .item .receipt {
  grid-area: receipt;
}
.sponsor__list .list .item .purpose {
  grid-area: purpose;
}

.page__section {
  padding: 4rem 0;
}

.section__header .header__titlek {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 1.25rem;
}

.section__footer {
  padding: 1rem 0;
}
.section__footer .link__more {
  text-align: center;
}
.section__footer .link__more a {
  color: #111;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
  text-decoration: none;
}
.section__footer .link__more a:hover {
  color: #a58202;
}
.section__footer .link__more a::after {
  content: "►";
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.pagination .wrapper {
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
}
.pagination .wrapper > div {
  text-align: center;
  min-width: 2.5rem;
  line-height: 2.5rem;
}
.pagination .wrapper > div.disabled {
  cursor: not-allowed;
}
.pagination .wrapper > div.disabled a {
  filter: grayscale(1);
  opacity: 0.3;
}
.pagination .wrapper > div.disabled img {
  opacity: 0.2;
}
.pagination .wrapper .first a,
.pagination .wrapper .last a,
.pagination .wrapper .prev a,
.pagination .wrapper .next a {
  font-size: 1rem;
  margin: 0.25rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  display: inline-block;
  color: rgb(0, 14, 143);
}
.pagination .wrapper .first img,
.pagination .wrapper .last img,
.pagination .wrapper .prev img,
.pagination .wrapper .next img {
  height: 1.5rem;
}
.pagination .wrapper .pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination .wrapper .pages a {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  margin: 0.25rem;
  border: 1px solid rgb(0, 14, 143);
  border-radius: 50%;
  color: rgb(0, 14, 143);
}
.pagination .wrapper .pages a.active, .pagination .wrapper .pages a:hover {
  font-weight: 700;
  color: #fff;
  background-color: rgb(0, 14, 143);
}
.pagination .info {
  flex: 0 1 100%;
  max-width: 100%;
  line-height: 2.5rem;
  text-align: center;
}

.page-about .about__content .container {
  position: relative;
  padding: 3rem 1rem 5rem;
  display: block;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.page-about .about__content .container h1 {
  color: #111;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  font-weight: 500;
  text-align: center;
  padding: 2rem;
  margin: 0 auto 2.5rem;
  width: 95%;
}
@media (max-width: 960px) {
  .page-about .about__content .container h1 {
    font-size: 1.5rem;
    line-height: 2.75rem;
  }
}
.page-about .about__content .container section {
  padding: 1rem 0;
}
.page-about .about__content .container section h2 {
  font-size: 1.625rem;
  line-height: 2.875rem;
}
.page-about .about__content .container p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 960px) {
  .page-about .about__content .container p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.page-about .about__content .container p a {
  text-decoration: underline;
  color: #2b2b2b;
  font-weight: 700;
}
.page-about .about__content .container p a:hover {
  color: rgb(0, 14, 143);
}
.page-about .about__content .container ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
  margin-bottom: 1.75rem;
}
.page-about .about__content .container ol li {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (max-width: 960px) {
  .page-about .about__content .container ol li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.page-about .about__content .container address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 700;
  padding: 1.875rem 0;
}

.page-competition .competition__content {
  position: relative;
}
.page-competition .competition__content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  background-image: url(/img/competition/bg-competition-1600.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.page-competition .competition__content .container {
  position: relative;
  padding: 3rem 1rem 5rem;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.page-competition .competition__content .container h1 {
  color: #111;
  font-size: 2.5rem;
  line-height: 4.8125rem;
  font-weight: 400;
  text-align: center;
  padding: 3rem;
  margin: 0 auto 2.5rem;
  width: 95%;
}
@media (max-width: 960px) {
  .page-competition .competition__content .container h1 {
    font-size: 1.875rem;
    line-height: 2.75rem;
  }
}
.page-competition .competition__content .container h2 {
  color: #111;
  font-size: 1.375rem;
  line-height: 2.5rem;
  font-weight: 700;
  padding: 1.25rem 0 0;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .page-competition .competition__content .container h2 {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}
.page-competition .competition__content .container p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (max-width: 960px) {
  .page-competition .competition__content .container p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.page-competition .competition__content .container ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}
.page-competition .competition__content .container ol li {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (max-width: 960px) {
  .page-competition .competition__content .container ol li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.page-competition .competition__content .container .register__way {
  padding: 3rem 1rem;
}
.page-competition .competition__content .container .register__way h3 {
  color: #111;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: center;
  width: 95%;
}
@media (max-width: 960px) {
  .page-competition .competition__content .container .register__way h3 {
    font-size: 1.875rem;
    line-height: 2.75rem;
  }
}
.page-competition .competition__content .container .register__way p {
  color: #2b2b2b;
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  margin: 0 auto;
  width: 95%;
}
@media (max-width: 960px) {
  .page-competition .competition__content .container .register__way p {
    font-size: 1.875rem;
    line-height: 2.75rem;
  }
}
.page-competition .competition__content .container .links {
  padding: 3rem 1rem;
  text-align: center;
}

div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  z-index: 1202;
}

.page__competition-finallist h1 {
  text-align: center;
  padding: 2rem 1rem 1rem;
}
.page__competition-finallist .header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.page__competition-finallist .header p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.page__competition-finallist .header h2 {
  text-align: center;
  margin: 0;
}
.page__competition-finallist .header .btn {
  background-color: white;
  border: 2px solid black;
  border-radius: 100vw;
  padding: 0.25rem 1.5rem 0.125rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  cursor: pointer;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}
.page__competition-finallist .header .btn.changed {
  color: white;
  border-color: transparent;
}
.page__competition-finallist .search {
  margin-bottom: 2rem;
}
.page__competition-finallist .search .search__box {
  display: grid;
  grid-template-columns: 1fr auto;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 100vw;
  overflow: hidden;
}
.page__competition-finallist .search .search__box input[type=text] {
  grid-column: 1/-1;
  grid-row: 1/2;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem 0.255rem;
  border: none;
  border-radius: 100vw;
}
.page__competition-finallist .search .search__box .icon {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 1rem;
  aspect-ratio: 1/1;
  align-self: center;
  margin-right: 1rem;
}
.page__competition-finallist .search .search__result {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.page__competition-finallist .message {
  text-align: center;
  padding: 4rem 1rem 8rem;
}
.page__competition-finallist .message h2 {
  font-size: 1.75rem;
  line-height: 3.25rem;
}
.page__competition-finallist .group h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem;
}
.page__competition-finallist .group .works .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  justify-content: center;
  align-items: start;
  gap: 1.5rem;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem 2rem;
}
@media (max-width: 960px) {
  .page__competition-finallist .group .works .list {
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    padding: 1rem;
  }
}
.page__competition-finallist .group .works .list .item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.5rem;
  padding-left: 0.5rem;
  border-left: 4px solid rgb(0, 14, 143);
  border-radius: 3px;
}
.page__competition-finallist .group .works .list .item .img {
  position: relative;
  background-color: #f1f1f1;
  padding: 0.5rem;
  cursor: pointer;
  transition-duration: 300ms;
}
.page__competition-finallist .group .works .list .item .img:hover {
  background-color: #c5e1c1;
}
.page__competition-finallist .group .works .list .item .img:hover img {
  filter: brightness(1.2);
}
.page__competition-finallist .group .works .list .item .img:hover .icon-popup {
  transform: scale(1.2);
}
.page__competition-finallist .group .works .list .item .img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  transition-duration: 300ms;
}
.page__competition-finallist .group .works .list .item .img .btn-popup {
  text-decoration: none;
  color: green;
  font-size: 0.875rem;
  border: 1px solid green;
  border-radius: 50%;
  padding: 0 0.5rem;
  margin: 0.25rem;
  cursor: pointer;
}
.page__competition-finallist .group .works .list .item .img .btn-popup img {
  width: 1.5rem;
  height: 1.5rem;
  fill: green;
}
.page__competition-finallist .group .works .list .item .img .btn-popup:hover {
  background-color: green;
  color: white;
}
.page__competition-finallist .group .works .list .item .txt {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.page__competition-finallist .group .works .list .item .icon-popup {
  position: absolute;
  display: inline-block;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  aspect-ratio: 1/1;
  cursor: pointer;
  transform-origin: 100% 100%;
  align-self: end;
}
.page__competition-finallist .more__links {
  font-size: 1.25rem;
  padding: 3rem 1rem;
  text-align: center;
}
.page__competition-finallist .more__links .link__special {
  padding: 0.5rem 1.5rem;
}
.page__competition-finallist .swal2-html-container {
  white-space: pre-line;
  text-align: start;
}
.page__competition-finallist .swal2-popup {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
}
.page__competition-finallist .rotate-0 {
  transform: rotate(0deg);
}
.page__competition-finallist .rotate-90 {
  transform: rotate(90deg);
}
.page__competition-finallist .rotate-180 {
  transform: rotate(180deg);
}
.page__competition-finallist .rotate-270 {
  transform: rotate(270deg);
}
.page__competition-finallist .max-800 {
  max-width: min(800px, 100%);
  max-height: min(800px, 100%);
}

.page__competition-winners h1 {
  text-align: center;
  padding: 2rem 1rem;
}
.page__competition-winners .header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.page__competition-winners .header p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.page__competition-winners .header h2 {
  text-align: center;
  margin: 0;
}
.page__competition-winners .header .btn {
  background-color: white;
  border: 2px solid black;
  border-radius: 100vw;
  padding: 0.25rem 1.5rem 0.125rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  cursor: pointer;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}
.page__competition-winners .header .btn.changed {
  color: white;
  border-color: transparent;
}
.page__competition-winners .message {
  text-align: center;
  padding: 4rem 1rem 8rem;
}
.page__competition-winners .message h2 {
  font-size: 1.75rem;
  line-height: 3.25rem;
}
.page__competition-winners .group {
  width: 100%;
  max-width: 44rem;
  margin: 0 auto;
}
.page__competition-winners .group > h2 {
  text-align: center;
}
.page__competition-winners .group .works {
  padding: 1rem;
}
.page__competition-winners .group .works .list {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.page__competition-winners .group .works .list .item {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.page__competition-winners .group .works .list .item.p1 .icon svg {
  stroke: rgb(230, 197, 15);
}
.page__competition-winners .group .works .list .item.p1 .award {
  color: rgb(230, 197, 15);
}
.page__competition-winners .group .works .list .item.p2 .award {
  color: silver;
}
.page__competition-winners .group .works .list .item.p3 .award {
  color: burlywood;
}
.page__competition-winners .group .works .list .item .icon img {
  width: 1.5rem;
}
.page__competition-winners .group .works .list .item .award {
  font-weight: 700;
}
.page__competition-winners .group .works .list .item .name {
  font-weight: 700;
}
.page__competition-winners .group .works .list .item .intro .btn-popup {
  text-decoration: none;
  color: green;
  font-size: 1rem;
  border: 1px solid green;
  border-radius: 100vw;
  padding: 0 0.5rem;
  margin: 0.25rem;
  cursor: pointer;
}
.page__competition-winners .group .works .list .item .intro .btn-popup:hover {
  background-color: green;
  color: white;
}
.page__competition-winners .judges {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1rem 1rem;
}
.page__competition-winners .judges h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
  padding: 2rem 0;
}
.page__competition-winners .judges .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1rem;
  width: 100%;
}
.page__competition-winners .judges .list .item {
  display: flex;
  align-items: center;
}
.page__competition-winners .judges .list .item button {
  background: none;
  border: none;
}
.page__competition-winners .judges .list .item button:hover img {
  transform: scale(1.5);
}
.page__competition-winners .judges .list .item button img {
  width: 1rem;
  cursor: pointer;
  transition-duration: 300ms;
}
.page__competition-winners .more__links {
  font-size: 1.25rem;
  padding: 3rem 1rem;
  text-align: center;
}
.page__competition-winners .more__links .link__special {
  padding: 0.5rem 1.5rem;
}

.page__competition-history h1 {
  text-align: center;
  padding: 2rem 1rem;
}
.page__competition-history .list__competition-history {
  width: 100%;
  max-width: 56rem;
  padding: 1rem;
  margin: 0 auto;
}
.page__competition-history .list__competition-history > h2 {
  text-align: center;
}
.page__competition-history .list__competition-history .list__wrapper {
  display: grid;
  gap: 2rem;
  padding: 2rem 1rem;
}
.page__competition-history .list__competition-history .list__wrapper > .item {
  display: grid;
  gap: 0.75rem;
}
.page__competition-history .list__competition-history .list__wrapper > .item h2 {
  font-size: 1.75rem;
  line-height: 1.75;
}
.page__competition-history .list__competition-history .list__wrapper > .item h3 {
  font-size: 1.375rem;
  line-height: 1.75;
}
.page__competition-history .list__competition-history .list__wrapper > .item .summary {
  white-space: pre-wrap;
  font-size: 1.125rem;
  line-height: 1.75;
}

.swal2-html-container {
  white-space: pre-line;
  text-align: start;
}

.swal2-popup {
  width: 100% !important;
  max-width: 800px !important;
}

.rotate-0 {
  transform: rotate(0deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.max-800 {
  max-width: min(800px, 100%);
  max-height: min(800px, 100%);
}

.page-index #index-banner {
  margin-bottom: 3rem;
}
.page-index .grid__container {
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: start;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .page-index .grid__container {
    grid-template-columns: 1fr;
  }
}
.page-index .grid__container .grid__main {
  padding: 0 1rem;
}
.page-index .grid__container .grid__main #donate {
  margin-bottom: 4rem;
}
.page-index .grid__container .grid__main #donate h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.page-index .grid__container .grid__main #donate p {
  font-size: 1.25rem;
  line-height: 1.75;
}
.page-index .grid__container .grid__main #donate p a {
  font-weight: 500;
  color: purple;
  text-decoration: underline;
  transition-duration: 0.3s;
}
.page-index .grid__container .grid__main #donate p a:hover {
  color: orange;
}
.page-index .grid__container .grid__main #donate a img {
  display: block;
  transition-duration: 0.3s;
  width: min(90%, 50rem);
  margin: 2rem auto;
}
.page-index .grid__container .grid__main #donate a img:hover {
  filter: brightness(1.1);
}
.page-index .grid__container .grid__main #latest-news {
  margin-bottom: 3rem;
}
@media (max-width: 960px) {
  .page-index .grid__container .grid__main #latest-news {
    order: 1;
  }
}
.page-index .grid__container .grid__aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.page-index .grid__container .grid__aside .sidebar-ad {
  transition-duration: 0.3s;
}
.page-index .grid__container .grid__aside .sidebar-ad:hover {
  filter: brightness(1.05);
}
.page-index .grid__container .grid__aside #fbpage {
  text-align: center;
  margin-bottom: 3rem;
}
.page-index .container {
  padding: 1rem;
}
.page-index .index__intro {
  position: relative;
  padding: 3rem 0 5rem;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .page-index .index__intro {
    padding: 3rem 0 5rem;
  }
}
.page-index .index__intro h1 {
  color: #111;
  font-size: 2.5rem;
  line-height: 4.8125rem;
  font-weight: 400;
  text-align: center;
  padding: 3rem;
  margin: 0 auto 4.8125rem;
  width: 95%;
}
@media (max-width: 960px) {
  .page-index .index__intro h1 {
    font-size: 1.875rem;
    line-height: 2.75rem;
  }
}
.page-index .index__intro h2 {
  color: #111;
  font-size: 1.375rem;
  line-height: 2.5rem;
  font-weight: 700;
  padding: 1.25rem 0 0;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .page-index .index__intro h2 {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}
.page-index .index__intro p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (max-width: 960px) {
  .page-index .index__intro p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.page-index .index__intro ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}
.page-index .index__intro ol li {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (max-width: 960px) {
  .page-index .index__intro ol li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.page-index .index__intro .register__way {
  padding: 3rem 1rem;
}
.page-index .index__intro .register__way h3 {
  color: #111;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: center;
  width: 95%;
}
@media (max-width: 960px) {
  .page-index .index__intro .register__way h3 {
    font-size: 1.875rem;
    line-height: 2.75rem;
  }
}
.page-index .index__intro .register__way p {
  color: #2b2b2b;
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  margin: 0 auto;
  width: 95%;
}
@media (max-width: 960px) {
  .page-index .index__intro .register__way p {
    font-size: 1.875rem;
    line-height: 2.75rem;
  }
}
.page-index .index__links {
  background-color: #ebebeb;
  padding: 4rem 2rem;
  text-align: center;
}
.page-index .index__links h2 {
  font-size: 1.75rem;
  line-height: 2.75rem;
  margin-bottom: 3rem;
}
.page-index .index__links h3 {
  font-size: 1.5rem;
  line-height: 2.75rem;
  margin-bottom: 1rem;
}
.page-index .index__links .btn {
  display: inline-block;
  margin-bottom: 4rem;
  font-size: 1.375rem;
  line-height: 2rem;
  padding: 0.25rem 1.5rem;
  width: auto;
}

.page__en .site__header .header__title .container .title__name h2 {
  font-size: 1.375rem;
  line-height: 2.75rem;
}
.page__en .site__header .header__title .container .title__name p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.page-register .column__2 {
  background-color: #ebebeb;
}
@media (max-width: 960px) {
  .page-register .column__2 {
    background-color: #fff;
  }
}
.page-register .register__intro .lang__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  width: min(100%, 960px);
  margin-inline: auto;
  padding: 2rem 1rem;
}
.page-register .register__intro .lang__list .lang__item {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  border-radius: 100vw;
  padding: 0.5rem 1rem;
}
.page-register .register__intro .lang__list .lang__item.active, .page-register .register__intro .lang__list .lang__item:hover {
  background-color: rgb(0, 14, 143);
  color: #fff;
}
.page-register .register__intro .register__wrapper .section__header {
  margin-bottom: 2rem;
}
.page-register .register__intro .register__wrapper .section__header .header__title {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media (max-width: 960px) {
  .page-register .register__intro .register__wrapper .section__header .header__title {
    font-size: 2rem;
    line-height: 2.875rem;
    width: 90%;
    margin: 1rem 5%;
  }
}
.page-register .register__intro .register__wrapper .section__header .header__line {
  width: 95%;
}
@media (max-width: 960px) {
  .page-register .register__intro .register__wrapper .section__header .header__line {
    width: 95%;
    margin: 1rem 2.5%;
  }
}
.page-register .register__intro .register__wrapper p {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  line-height: 2.25rem;
}
@media (max-width: 960px) {
  .page-register .register__intro .register__wrapper p {
    width: 90%;
    margin: 1rem 5% 2rem;
  }
}
.page-register .register__form {
  background-color: #fff;
  padding: 3rem 1.5rem 1.5rem;
  max-width: 800px;
}
@media (max-width: 960px) {
  .page-register .register__form {
    padding: 0 0.5rem;
    margin: 0 auto;
  }
}
.page-register .register__form .fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "note note" "lastname firstname" "birth birth" "group group" "country address" "postcode city" "phone email" "howtoget howtoget" "idea idea" "instructor school" "image image" "ideaimage ideaimage" "sendprize sendprize" "remittance remittance" "registernote registernote" "actions actions" "validation validation";
  gap: 1rem;
}
@media (max-width: 960px) {
  .page-register .register__form .fields {
    grid-template-columns: 1fr;
    grid-template-areas: "note" "lastname" "firstname" "birth" "group" "country" "address" "postcode" "city" "phone" "email" "howtoget" "idea" "instructor" "school" "image" "ideaimage" "sendprize" "remittance" "registernote" "actions" "validation";
    gap: 0;
  }
}
.page-register .register__form .fields .field {
  padding: 0.5rem 0;
}
.page-register .register__form .fields .field > label {
  display: block;
  font-size: 1rem;
  line-height: 1.85rem;
  font-weight: 700;
  padding: 0.5rem;
  width: 100%;
}
.page-register .register__form .fields .field.field__birth {
  display: flex;
  flex-wrap: wrap;
}
.page-register .register__form .fields .field.field__birth > label {
  width: 100%;
  line-height: 2.25rem;
}
.page-register .register__form .fields .field.field__birth .col {
  margin-right: 1rem;
}
.page-register .register__form .fields .field.field__group {
  grid-area: group;
}
.page-register .register__form .fields .field.field__group .radio-group > div {
  margin-block: 0.375rem;
}
.page-register .register__form .fields .field.field-checkbox {
  display: flex;
}
.page-register .register__form .fields .field.field-checkbox > label {
  flex: 0 1 auto;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  padding: 0 0.5rem;
  cursor: pointer;
}
.page-register .register__form .fields .field.field-checkbox input {
  width: 2rem;
}
.page-register .register__form .fields .field.field__note ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 1rem 0;
}
.page-register .register__form .fields .field.field__note p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 0 0.5rem;
}
.page-register .register__form .fields .field.field__note p span {
  color: #ff0000;
}
.page-register .register__form .fields .field input[type=text], .page-register .register__form .fields .field input[type=email] {
  background-color: #ebebeb;
  border: none;
  border-radius: 0.4375rem;
  font-size: 1rem;
  line-height: 2.25rem;
  padding: 0.5rem;
  width: 100%;
}
.page-register .register__form .fields .field textarea {
  width: 100%;
  max-width: 100%;
  background-color: #ebebeb;
  border: none;
  border-radius: 0.4375rem;
  font-size: 1rem;
  line-height: 2.25rem;
  padding: 0.5rem;
}
.page-register .register__form .fields .field select {
  background-color: #ebebeb;
  border: none;
  border-radius: 0.4375rem;
  font-size: 1rem;
  line-height: 2.25rem;
  height: 3.25rem;
  padding: 0.5rem;
  width: 100%;
}
.page-register .register__form .fields .field select option {
  line-height: 2.25rem;
}
.page-register .register__form .fields .field.field__note {
  grid-area: note;
}
.page-register .register__form .fields .field.field__lastname {
  grid-area: lastname;
}
.page-register .register__form .fields .field.field__firstname {
  grid-area: firstname;
}
.page-register .register__form .fields .field.field__birth {
  grid-area: birth;
}
.page-register .register__form .fields .field.field__birth .group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem 0.25rem;
}
.page-register .register__form .fields .field.field__birth .group span {
  border: 1px solid #999;
  padding: 0.5rem 1rem;
  border-radius: 0.4375rem;
}
.page-register .register__form .fields .field.field__birth .group span.active {
  color: #fff;
  background-color: rgb(0, 14, 143);
  border: 1px solid rgb(0, 14, 143);
}
.page-register .register__form .fields .field.field__birth .group-note {
  font-size: 1.125rem;
  line-height: 2.25rem;
  padding: 0 0.5rem;
}
.page-register .register__form .fields .field.field__birth .group-note span {
  font-weight: 700;
}
.page-register .register__form .fields .field.field__birth .group-note a {
  font-size: 1.125rem;
  line-height: 2.75rem;
  font-weight: 700;
}
.page-register .register__form .fields .field.field__country {
  grid-area: country;
}
.page-register .register__form .fields .field.field__address {
  grid-area: address;
}
.page-register .register__form .fields .field.field__postcode {
  grid-area: postcode;
}
.page-register .register__form .fields .field.field__city {
  grid-area: city;
}
.page-register .register__form .fields .field.field__phone {
  grid-area: phone;
}
.page-register .register__form .fields .field.field__email {
  grid-area: email;
}
.page-register .register__form .fields .field.field__howtoget {
  grid-area: howtoget;
}
.page-register .register__form .fields .field.field__idea {
  grid-area: idea;
}
.page-register .register__form .fields .field.field__instructor {
  grid-area: instructor;
}
.page-register .register__form .fields .field.field__school {
  grid-area: school;
}
.page-register .register__form .fields .field.field__image {
  grid-area: image;
  margin-bottom: 2rem;
}
.page-register .register__form .fields .field.field__ideaimage {
  grid-area: ideaimage;
}
.page-register .register__form .fields .field.field__sendprize {
  grid-area: sendprize;
}
.page-register .register__form .fields .field.field__sendprize input[type=checkbox] {
  width: 1.75rem;
}
.page-register .register__form .fields .field.field__sendprize label {
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.page-register .register__form .fields .field.field__remittance {
  grid-area: remittance;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.page-register .register__form .fields .field.field__remittance .notes {
  grid-column: 1/-1;
  font-weight: 700;
  color: #3cb3e2;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.page-register .register__form .fields .field.field__remittance .col > label {
  display: block;
  font-size: 1rem;
  line-height: 1.85rem;
  font-weight: 700;
  padding: 0.5rem;
  width: 100%;
}
.page-register .register__form .fields .field.field__registernote {
  grid-area: registernote;
}
.page-register .register__form .fields .field.field__actions {
  grid-area: actions;
}
.page-register .register__form .fields .field.field__actions button {
  width: 100%;
  background-color: rgb(0, 14, 143);
}
.page-register .register__form .fields .field.field__actions button:hover {
  filter: brightness(1.5);
}
.page-register .register__form .fields .field.field__validation-summary {
  grid-area: validation;
}
.page-register .register__form .fields .field.field__validation-summary span {
  color: #ff0000;
  display: block;
}

.page-regulations .regulations__content .lang__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  width: min(100%, 960px);
  margin-inline: auto;
  padding: 2rem 1rem;
}
.page-regulations .regulations__content .lang__list .lang__item {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  border-radius: 100vw;
  padding: 0.5rem 1rem;
}
.page-regulations .regulations__content .lang__list .lang__item.active, .page-regulations .regulations__content .lang__list .lang__item:hover {
  background-color: rgb(0, 14, 143);
  color: #fff;
}
.page-regulations .regulations__content .poster {
  width: min(100%, 600px);
  margin: 4rem auto;
}
.page-regulations .regulations__content .poster a {
  cursor: zoom-in;
}
.page-regulations .regulations__content > .container {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.page-regulations .regulations__content > .container h1 {
  font-size: 2rem;
  line-height: 3.75rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 4.8125rem;
}
@media (max-width: 960px) {
  .page-regulations .regulations__content > .container h1 {
    font-size: 1.5rem;
    line-height: 2.75rem;
    margin-bottom: 1.75rem;
  }
}
.page-regulations .regulations__content > .container .regulations__summary {
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 960px) {
  .page-regulations .regulations__content > .container .regulations__summary {
    font-size: 1.125rem;
    line-height: 2.25rem;
    margin-bottom: 1.75rem;
  }
}
.page-regulations .regulations__content > .container .section {
  padding: 1rem 0;
}
.page-regulations .regulations__content > .container .section h2 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.page-regulations .regulations__content > .container .section h3 {
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.page-regulations .regulations__content > .container .section p {
  font-size: 1.125rem;
  line-height: 2rem;
}
.page-regulations .regulations__content > .container .section ul li,
.page-regulations .regulations__content > .container .section ol li {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.page-regulations .regulations__content > .container .section ul li a,
.page-regulations .regulations__content > .container .section ol li a {
  color: #2b2b2b;
}
.page-regulations .regulations__content > .container .section ol {
  list-style-type: decimal;
  padding-inline-start: 1.25rem;
}
.page-regulations .regulations__content > .container .section a {
  color: #2b2b2b;
}
.page-regulations .regulations__content > .container .section table {
  border-collapse: collapse;
  border: 1px solid #000;
}
.page-regulations .regulations__content > .container .section table thead tr th {
  border: 1px solid #000;
  padding: 0.5rem 0.75rem;
}
.page-regulations .regulations__content > .container .section table tbody tr td {
  border: 1px solid #000;
  padding: 0.5rem 0.75rem;
  min-width: 6rem;
}
.page-regulations .regulations__content > .container .links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 3rem 1rem;
  text-align: center;
}
.page-regulations .regulations__content > .container .links .btn {
  color: rgb(0, 14, 143);
  background-color: #fff;
  border: 1px solid rgb(0, 14, 143);
}
.page-regulations .regulations__content > .container .links .btn:hover {
  color: #fff;
  background-color: rgb(0, 14, 143);
}

.page__review {
  padding: 4rem 1rem;
}
.page__review .section__header h1 {
  text-align: center;
  margin-bottom: 3.5rem;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 900;
  font-family: "Noto Serif TC", serif;
  color: #a58202;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.page__review .history__list {
  width: min(100%, 50rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 4rem;
}
.page__review .history__list .list__item {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
}
.page__review .history__list .list__item:hover .item__year {
  box-shadow: 0 0 1rem rgba(165, 130, 2, 0.3);
}
.page__review .history__list .list__item .item__year {
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Serig TC", serif;
  color: #a58202;
  padding: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #a58202;
  transition: 0.3s;
}
.page__review .history__list .list__item .item__year:hover {
  box-shadow: 0 0 1rem rgba(165, 130, 2, 0.3);
}
.page__review .history__list .list__item .item__desc {
  display: grid;
  gap: 0.5rem;
  padding: 0.75rem 0;
}
.page__review .history__list .list__item .item__desc a:hover h4 {
  color: #a58202;
}
.page__review .history__list .list__item .item__desc a h4 {
  white-space: pre-line;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  background-color: rgba(165, 130, 2, 0.075);
  transition: 0.3s;
}

.section__header {
  text-align: center;
  margin-bottom: 2rem;
}
.section__header.section__header-white .header__title {
  color: #fff;
}
.section__header.section__header-white .header__line {
  border-color: #fff;
}
.section__header.section__header-align-start .header__title {
  text-align: start;
}
.section__header.section__header-align-start .header__line {
  margin: 1rem auto 1rem 0;
}
.section__header .header__title {
  font-family: "playfair display", serif;
  font-size: 2.8125rem;
  line-height: 4.25rem;
  font-weight: 400;
}
@media (max-width: 960px) {
  .section__header .header__title {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
@media (max-width: 960px) {
  .section__header .header__title span {
    display: inline-block;
  }
}
.section__header .header__line {
  width: 18rem;
  max-width: 100%;
  height: 1px;
  border-top: 1px solid #000;
  margin: 1rem auto;
}
@media (max-width: 960px) {
  .section__header .header__line {
    max-width: 98%;
    margin: 1rem 0;
  }
}

.page-2-columns .container-fluid .columns_wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 960px) {
  .page-2-columns .container-fluid .columns_wrapper {
    flex-wrap: wrap;
  }
}
.page-2-columns .container-fluid .columns_wrapper .column__1 {
  background-color: #a58202;
  flex: 0 1 45%;
  text-align: start;
  padding: 4rem;
}
@media (max-width: 960px) {
  .page-2-columns .container-fluid .columns_wrapper .column__1 {
    flex: 0 1 100%;
    padding: 4rem 0;
  }
}
.page-2-columns .container-fluid .columns_wrapper .column__1 .column__wrapper {
  width: 100%;
  max-width: 480px;
  margin: 0 0 0 auto;
}
@media (max-width: 960px) {
  .page-2-columns .container-fluid .columns_wrapper .column__1 .column__wrapper {
    max-width: 100%;
  }
}
.page-2-columns .container-fluid .columns_wrapper .column__2 {
  flex: 0 1 55%;
  padding: 4rem;
}
@media (max-width: 960px) {
  .page-2-columns .container-fluid .columns_wrapper .column__2 {
    flex: 0 1 100%;
    padding: 4rem 0;
  }
}
.page-2-columns .container-fluid .columns_wrapper .column__2 .column__wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 0 0;
}
@media (max-width: 960px) {
  .page-2-columns .container-fluid .columns_wrapper .column__2 .column__wrapper {
    max-width: 100%;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
}/*# sourceMappingURL=site.css.map */