main {
  padding: 100px 0;
}

main .page_title {
  letter-spacing: 2px;
}

main .page_title h2 {
  color: #95bc69;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  left: -2px;
}

@media (max-width: 1200px) {
  main .page_title h2 {
    font-size: 30px;
  }
}

main .page_title .breadcrumb {
  font-size: 14px;
  padding: 32px 0;
  background-color: initial;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  main .page_title .breadcrumb {
    padding: 10px 0;
  }
}

main .page_title .breadcrumb .breadcrumb-item, main .page_title .breadcrumb .breadcrumb-item.active {
  color: #4c362a;
}

main .page_title .breadcrumb .breadcrumb-item a, main .page_title .breadcrumb .breadcrumb-item.active a {
  color: #4c362a;
}

main .page_title .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}

main .content {
  margin-top: 38px;
  color: #4c362a;
}

main .content .swiper {
  width: 100%;
  height: 620px;
  padding: 50px 90px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 767px) {
  main .content .swiper {
    padding: 25px 25px;
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  main .content .swiper {
    height: 500px;
  }
}

@media (max-width: 500px) {
  main .content .swiper {
    height: 400px;
  }
}

@media (max-width: 400px) {
  main .content .swiper {
    height: 300px;
  }
}

main .content .swiper .swiper-container {
  width: 100%;
  height: 100%;
}

main .content .swiper .swiper-container .swiper-slide .photo {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

main .content .swiper .swiper-pagination {
  position: relative;
  padding-top: 15px;
}

main .content .swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background: #59b1e3;
  opacity: 1;
}

@media (max-width: 576px) {
  main .content .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 375px) {
  main .content .swiper .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}

main .content .swiper .swiper-pagination-bullet-active {
  background: #fff001;
}

main .content .swiper .swiper-button-next:after, main .content .swiper .swiper-button-prev:after {
  content: initial;
}

main .content .swiper i {
  background-color: #59b1e3;
  padding: 10px;
  border-radius: 15px;
  font-size: 32px;
  color: #fff;
}

main .content .description {
  padding-top: 45px;
}

main .content .description .title {
  text-align: center;
  color: #4c362a;
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  main .content .description .title {
    font-size: 18px;
  }
}

main .content .description p {
  margin-bottom: 55px;
  line-height: 1.8;
}

main .content .description p:last-child {
  margin-bottom: 0;
}

main .content .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 1200px) {
  main .content .schedule {
    display: none;
  }
}

main .content .schedule:before {
  content: '';
  width: 90%;
  height: 0;
  border-top: 5px solid #ed7d31;
  position: absolute;
  top: 40px;
  left: 5%;
  z-index: -1;
}

@media (max-width: 767px) {
  main .content .schedule:before {
    height: 215px;
    border-bottom: 5px solid #ed7d31;
  }
}

main .content .schedule .festival {
  margin-bottom: 30px;
}

main .content .schedule .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 5px solid #ed7d31;
  border-radius: 50%;
  word-break: keep-all;
  background: #fff;
}

main .content .schedule .circle .month {
  display: inline-block;
  margin: auto;
}

main .content .schedule ul {
  margin: 0;
  padding: 0;
  padding-top: 30px;
  list-style: none;
}

main .content .schedule ul li {
  padding-left: 13px;
  position: relative;
}

main .content .schedule ul li::after {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

main .content .schedule_for_smol {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (max-width: 1200px) {
  main .content .schedule_for_smol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

main .content .schedule_for_smol .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  border-radius: 23px;
  height: 45px;
  color: #fff;
  width: 100%;
  background-color: #ed7d31;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 20px;
}

main .content .schedule_for_smol .month .arrow {
  width: 30px;
  height: 15px;
  background-image: url("/images/03-features/06/collapse_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

main .content .schedule_for_smol .act {
  background-color: #fff;
  border: 1px solid #ed7d31;
  color: black;
}

main .content .schedule_for_smol .act .arrow {
  background-image: url("/images/03-features/06/collapse_orange.svg");
}

main .content .schedule_for_smol ul {
  list-style: none;
}

main .content .schedule_for_smol ul li {
  padding-left: 13px;
  position: relative;
}

main .content .schedule_for_smol ul li::after {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=03-06-Features-main.css.map */