.container-fluid {
  padding: 0;
}

.container {
  position: relative;
}
@media (min-width: 1281px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 1.5rem;
  }
}

h1 {
  font-size: 2.25rem;
  line-height: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.2rem !important;
}

h2 {
  font-size: 1.75rem;
  line-height: 2.2rem;
  font-weight: 600;
}

h3 {
  font-size: 1.375rem;
  line-height: 2.5rem;
  font-weight: 500;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.6rem;
  font-weight: 500;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.8rem;
  font-weight: 400;
}

p {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.8rem;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100vh;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "TASA Explorer", "Noto Sans TC", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
}

ol, ul {
  padding-left: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  padding: 0 1rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(73, 73, 73, 0.1));
          filter: drop-shadow(0 0 0.5rem rgba(73, 73, 73, 0.1));
  z-index: 500;
}
header .logo {
  width: 4rem;
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.5rem;
}
header nav .icon-wrap:not(:last-child) {
  margin-right: 1rem;
}
header nav a {
  color: #7f7f7f;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header nav a img {
  width: 2rem;
  padding-bottom: 0.35rem;
  margin-right: 0.35rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header nav a:hover {
  color: #7f7f7f;
  opacity: 0.7;
}
header nav a:hover img {
  opacity: 0.7;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
@media (max-width: 768px) {
  header {
    width: 100%;
    height: 5rem;
    padding: 0 1rem;
    border-radius: 0;
    bottom: 0;
  }
  header .logo {
    display: none;
  }
  header .icon-wrap {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  header nav {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  header nav a {
    font-size: 0.8125rem;
  }
  header nav a img {
    margin-right: 0;
    padding: 0;
  }
}

footer {
  padding: 2rem 0;
  background-color: #4859d9;
}
@media (max-width: 576px) {
  footer {
    padding-bottom: 8.5rem;
  }
}
footer .social-wrap {
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
}
footer .socials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  gap: 0.5rem;
  margin: 0 auto;
}
@media (max-width: 576px) {
  footer .socials {
    margin-bottom: 0.5rem;
    width: 50%;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
footer .socials .social {
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
footer .socials .social img {
  width: 4rem;
}
footer .socials .social:hover {
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
  opacity: 0.8;
}
footer .apps, footer .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .apps {
  gap: 0.5rem;
}
footer .app-left {
  width: 14rem;
  border: 6px solid white;
  border-radius: 0.5rem;
}
@media (max-width: 576px) {
  footer .app-left {
    display: none;
  }
}
footer .app-right p {
  color: white;
  padding: 0.25rem;
  font-size: 1.0625rem;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  footer .app-right p {
    margin-bottom: 0.5rem;
  }
}
footer .app-right .download {
  width: 60%;
  gap: 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
footer .app-right .download:hover {
  opacity: 0.8;
}
@media (max-width: 576px) {
  footer .app-right {
    text-align: center;
  }
  footer .app-right .download {
    margin: 0 auto;
    width: 80%;
  }
}
footer p {
  color: white;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
}

#application, #category, #prize, #critiria, #rule {
  padding: 1rem 0 2rem;
}
#application:target:before, #category:target:before, #prize:target:before, #critiria:target:before, #rule:target:before {
  content: "";
  display: block;
  height: 3.5rem;
}
@media (max-width: 576px) {
  #application:target:before, #category:target:before, #prize:target:before, #critiria:target:before, #rule:target:before {
    height: 1rem;
  }
}

#intro, #application, #category, #prize, #critiria, #schedule, #rule, #notice, #organizer {
  padding: 2rem 0 3rem;
}
#intro h1, #application h1, #category h1, #prize h1, #critiria h1, #schedule h1, #rule h1, #notice h1, #organizer h1 {
  margin-bottom: 0;
}
#intro .title-en, #application .title-en, #category .title-en, #prize .title-en, #critiria .title-en, #schedule .title-en, #rule .title-en, #notice .title-en, #organizer .title-en {
  font-family: "Aoboshi One", serif;
}
@media (max-width: 576px) {
  #intro .title, #intro .title-en, #intro .description, #application .title, #application .title-en, #application .description, #category .title, #category .title-en, #category .description, #prize .title, #prize .title-en, #prize .description, #critiria .title, #critiria .title-en, #critiria .description, #schedule .title, #schedule .title-en, #schedule .description, #rule .title, #rule .title-en, #rule .description, #notice .title, #notice .title-en, #notice .description, #organizer .title, #organizer .title-en, #organizer .description {
    text-align: center;
  }
}

#intro, #category, #rule {
  background-color: #4859d9;
}
#intro .title, #intro .title-en, #category .title, #category .title-en, #rule .title, #rule .title-en {
  color: white;
}
#intro .title-en, #category .title-en, #rule .title-en {
  opacity: 0.4;
}
#intro .description, #category .description, #rule .description {
  color: white;
}

#application .title, #application .title-en, #prize .title, #prize .title-en, #schedule .title, #schedule .title-en, #organizer .title, #organizer .title-en {
  color: #ea5101;
}
#application .title-en, #prize .title-en, #schedule .title-en, #organizer .title-en {
  opacity: 0.4;
}

#critiria, #notice {
  background-color: #ffe6f6;
}
#critiria .title, #critiria .title-en, #notice .title, #notice .title-en {
  color: #ef3aa6;
}
#critiria .title-en, #notice .title-en {
  opacity: 0.4;
}

.title-wrap {
  padding-bottom: 1rem;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  pointer-events: none;
  z-index: -1;
}

#kv {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 4rem;
}
#kv .kv-bg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-image: url("../img/kv.png");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #kv .kv-bg {
    background-image: url("../img/kv-m.png");
  }
}
#kv .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  position: absolute;
  top: 0;
  left: 0;
}
#kv .title .copy-wrap {
  margin: 0 auto;
  text-align: center;
  width: 30%;
}
#kv .kv-title {
  -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.9));
  width: 80%;
  margin-top: 3.5rem;
}
#kv .kv-copy {
  width: 50%;
}
@media (max-width: 768px) {
  #kv {
    padding-top: 0;
  }
  #kv .title {
    margin-top: 1.5rem;
  }
  #kv .kv-title {
    margin-top: 0;
    width: 90%;
  }
  #kv .kv-copy {
    width: 70%;
  }
}
#kv .kv-xxs {
  display: none;
}
@media only screen and (max-width: 375px) {
  #kv {
    height: auto;
  }
  #kv .kv-bg, #kv .title {
    display: none;
  }
  #kv .kv-xxs {
    display: block;
    width: 100%;
    height: auto;
  }
}

.kv-1, .kv-2, .kv-3 {
  width: 100%;
  height: 100%;
}

#intro .description {
  color: #ffff50;
}

#application .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin: 0.5rem;
}
#application h5 {
  display: inline-block;
  min-width: 5rem;
  padding: 0 0.25rem;
  background-color: #ea5101;
  color: white;
}
#application h2 {
  color: #ea5101;
}
#application .hint {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  background-color: #ea5101;
  color: white;
}
#application hr {
  margin: 2rem 0;
  border: 1px dashed #ffa43c;
}
#application .step {
  padding: 1rem;
  border: 1px solid #ea5101;
  background-color: white;
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(73, 73, 73, 0.1));
          filter: drop-shadow(0 0 0.5rem rgba(73, 73, 73, 0.1));
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#application .step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
#application .step-wrap .step-title {
  color: #494949;
}
#application .num {
  width: 2rem;
  height: 2rem;
  background-color: #ea5101;
  display: block;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 3rem;
  color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slick-track {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 576px) {
  .slick-track {
    gap: 0.8rem;
  }
}

.slick-arrow {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3rem;
  border: 2px solid rgba(234, 81, 1, 0.3) !important;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.slick-arrow:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 576px) {
  .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.slick-prev, .slick-next {
  position: absolute;
  bottom: 1rem;
  border: none;
  outline: none;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.5rem;
}
@media (max-width: 576px) {
  .slick-prev, .slick-next {
    background-size: 80%;
  }
}

.slick-prev {
  background-image: url(../img/left.svg);
  top: -13%;
  right: 6%;
}
@media (max-width: 992px) {
  .slick-prev {
    right: 10%;
  }
}
@media (max-width: 576px) {
  .slick-prev {
    right: 15%;
    top: -10%;
  }
}

.slick-next {
  background-image: url(../img/right.svg);
  top: -13%;
  right: 0;
}
@media (max-width: 576px) {
  .slick-next {
    top: -10%;
  }
}

#category {
  color: #fff;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
#category .description {
  color: #ffff50;
}
#category .underline-wrap {
  position: relative;
}
#category .underline {
  position: absolute;
  width: 35%;
  top: 5%;
  right: 32%;
  opacity: 0.8;
  -webkit-animation: pop 3s ease infinite;
          animation: pop 3s ease infinite;
}
@media (max-width: 768px) {
  #category .underline {
    top: 10%;
    right: 10%;
    width: 55%;
  }
}
@media (max-width: 576px) {
  #category .underline {
    top: 28%;
    width: 65%;
    right: 17%;
  }
}
#category .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  gap: 1rem;
}
#category .tabs .tab {
  position: relative;
  width: 100%;
  gap: 0.5rem;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  overflow: hidden;
}
#category .tabs .tab span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3%;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
#category .tabs .tab.active {
  background: #fff;
  color: #333;
}
#category .tab-content {
  text-align: center;
}
#category .tab-content h3 {
  margin-bottom: 1rem;
}
#category .tab-content p {
  white-space: pre-wrap;
}
@media (max-width: 576px) {
  #category .tab-content p {
    white-space: normal;
  }
}
#category .tab-content .tab-hint {
  color: #ffff50;
}
#category .tab-content .tab-hint2 {
  padding: 0.25rem 1rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  #category .tab {
    height: 3rem;
  }
  #category .tab span {
    width: 130%;
    font-weight: 500 !important;
    font-size: 1rem !important;
    bottom: 20% !important;
  }
}
@media (max-width: 576px) {
  #category {
    min-height: 710px;
  }
}

@media (max-width: 768px) {
  .tab-img {
    display: none;
  }
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#prize .prize-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  -webkit-filter: drop-shadow(0 0 1rem rgba(73, 73, 73, 0.1));
          filter: drop-shadow(0 0 1rem rgba(73, 73, 73, 0.1));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#prize .prize-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#prize .prize-wrap .prize-top, #prize .prize-wrap .prize-down {
  width: 100%;
}
#prize .prize-wrap .prize-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0;
  background-color: #ea5101;
}
#prize .prize-wrap .prize-top img {
  width: 50%;
}
#prize .prize-wrap .prize-down {
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 0.5rem;
  background-color: white;
}
#prize .prize-wrap .prize-down h5 {
  margin-bottom: 0;
}
#prize .prize-wrap .prize-down .strong {
  color: #ea5101;
  font-size: 1.25rem;
  font-weight: 600;
}
#prize .prize-wrap .prize-down p {
  font-size: 0.8125rem;
  color: #7f7f7f;
}
@media (max-width: 576px) {
  #prize .prize-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #prize .prize-wrap {
    width: 100%;
  }
}

#critiria .cri-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  -webkit-filter: drop-shadow(0 0 1rem rgba(73, 73, 73, 0.1));
          filter: drop-shadow(0 0 1rem rgba(73, 73, 73, 0.1));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#critiria .cri-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#critiria .cri-wrap .cri-content {
  width: 100%;
  height: 100%;
  padding: 1rem;
  -ms-flex-line-pack: start;
      align-content: start;
  background-color: white;
  z-index: 2;
}
#critiria .cri-wrap .cri-content h3 {
  color: #ef3aa6;
}
#critiria .cri-wrap .cri-content p {
  white-space: pre-wrap;
  margin-bottom: 0;
  color: #7f7f7f;
}
#critiria .cri-wrap .cri-img {
  width: 60%;
  z-index: 1;
}
#critiria .cri-wrap .cri-star {
  width: 10%;
}
#critiria .tip {
  position: absolute;
  right: 0;
  top: -10%;
  width: 10rem;
  height: 10rem;
  -webkit-animation: roll 3s ease infinite;
          animation: roll 3s ease infinite;
}
@media (max-width: 576px) {
  #critiria .cri-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #critiria .description {
    text-align: start;
  }
  #critiria .tip {
    top: 12%;
    right: 4%;
    width: 8rem;
    height: 8rem;
  }
  #critiria .cri-content h3 {
    margin-bottom: 0;
  }
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
#schedule .sch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#schedule .sch-wrap img {
  width: 80%;
}
#schedule .sch-wrap .sch {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 140px;
  max-width: 240px;
}
#schedule .sch-wrap .sch:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 40px;
  background-color: #ffa43c;
}
#schedule .sch-wrap h3 {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 1.75rem;
  background-color: #ea5101;
  color: white;
}
#schedule .sch-wrap h3 span {
  margin-left: 0.25rem;
  font-size: 0.875rem;
}
@media (max-width: 576px) {
  #schedule .sch-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  #schedule .sch-wrap img {
    width: 60%;
  }
  #schedule .sch-wrap .sch:not(:last-child)::before {
    display: none;
  }
}

#rule .rule1, #rule .rule2, #notice .rule1, #notice .rule2 {
  font-size: 0.875rem;
  background-color: white;
  padding: 1.5rem;
  height: 400px;
  overflow-y: scroll;
}
#rule .rule1 li, #rule .rule2 li, #notice .rule1 li, #notice .rule2 li {
  margin-bottom: 0.5rem;
  color: #494949;
}
#rule .rule1 a, #notice .rule1 a {
  color: #4859d9;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#rule .rule1 a:hover, #notice .rule1 a:hover {
  opacity: 0.8;
}
#rule .rule1::-webkit-scrollbar, #notice .rule1::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
#rule .rule1::-webkit-scrollbar-thumb, #notice .rule1::-webkit-scrollbar-thumb {
  background-color: rgba(72, 89, 217, 0.3);
}
#rule .rule2 a, #notice .rule2 a {
  color: #ef3aa6;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#rule .rule2 a:hover, #notice .rule2 a:hover {
  opacity: 0.8;
}
#rule .rule2::-webkit-scrollbar, #notice .rule2::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
#rule .rule2::-webkit-scrollbar-thumb, #notice .rule2::-webkit-scrollbar-thumb {
  background-color: rgba(239, 58, 166, 0.3);
}

.indent1 {
  margin-left: 1rem;
}

.indent2 {
  margin-left: 2rem;
}

#organizer .org-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
#organizer .org-wrap .org, #organizer .org-wrap img, #organizer .org-wrap h3 {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#organizer .org-wrap .org {
  position: relative;
  background-color: white;
  border: 1px solid #ea5101;
  width: 33.3333333333%;
  padding: 1rem;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(73, 73, 73, 0.05));
          filter: drop-shadow(0 0 0.5rem rgba(73, 73, 73, 0.05));
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#organizer .org-wrap .org:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#organizer .org-wrap img {
  width: 100%;
}
#organizer .org-wrap h3 {
  text-align: center;
  color: #4859d9;
}
#organizer .org-wrap h3:hover {
  opacity: 0.4;
}
#organizer .org-wrap .org.expanded {
  width: 400px;
}
@media (max-width: 576px) {
  #organizer .org-wrap .org.expanded {
    width: 100%;
  }
}
#organizer .org-wrap .content {
  margin-top: 1rem;
  color: #7f7f7f;
}
@media (max-width: 576px) {
  #organizer .org-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #organizer .org-wrap .org {
    width: 100%;
    padding: 0.5rem;
    text-align: center;
  }
  #organizer .org-wrap img {
    width: 60%;
  }
}

#btnset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: fixed;
  right: 0;
  bottom: 2rem;
  z-index: 350;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}
#btnset button {
  padding: 0.25rem 0.5rem 0;
  cursor: pointer;
  border: none;
  background-color: #ffff50;
}
#btnset a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #4859d9;
  font-weight: 500;
}
#btnset a:hover {
  opacity: 0.8;
}
#btnset img {
  margin-right: 0.25rem;
  width: 1.5rem;
}
#btnset p {
  margin-top: 0.25rem;
}
#btnset.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 576px) {
  #btnset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    bottom: 5rem;
    gap: 0;
  }
  #btnset button {
    position: relative;
    width: 100%;
  }
  #btnset button:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2px;
    height: 40px;
    background-color: #ffef5a;
  }
}