:root {
  --linear: cubic-bezier(0.250, 0.250, 0.750, 0.750);
  --ease: cubic-bezier(0.250, 0.100, 0.250, 1.000);
  --ease-in: cubic-bezier(0.420, 0.000, 1.000, 1.000);
  --ease-out: cubic-bezier(0.000, 0.000, 0.580, 1.000);
  --ease-in-out: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  --ease-in-quad: cubic-bezier(0.550, 0.085, 0.680, 0.530);
  --ease-in-cubic: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  --ease-in-quart: cubic-bezier(0.895, 0.030, 0.685, 0.220);
  --ease-in-quint: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  --ease-in-sine: cubic-bezier(0.470, 0.000, 0.745, 0.715);
  --ease-in-expo: cubic-bezier(0.950, 0.050, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.600, 0.040, 0.980, 0.335);
  --ease-in-back: cubic-bezier(0.600, -0.280, 0.735, 0.045);
  --ease-out-quad: cubic-bezier(0.250, 0.460, 0.450, 0.940);
  --ease-out-cubic: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  --ease-out-quart: cubic-bezier(0.165, 0.840, 0.440, 1.000);
  --ease-out-quint: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  --ease-out-sine: cubic-bezier(0.390, 0.575, 0.565, 1.000);
  --ease-out-expo: cubic-bezier(0.190, 1.000, 0.220, 1.000);
  --ease-out-circ: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  --ease-in-out-quad: cubic-bezier(0.455, 0.030, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  --ease-in-out-quart: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  --ease-in-out-quint: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  --ease-in-out-sine: cubic-bezier(0.445, 0.050, 0.550, 0.950);
  --ease-in-out-expo: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --ease-in-out-back: cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

html, body {
  width: 100%;
  height: 100%;
  background: #000;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.8) transparent;
}

html {
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Sora", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1368px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1520px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1824px) {
  html {
    font-size: 24px;
  }
}
@media (max-width: 911.9px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 480.1px) and (max-width: 911.9px) {
  html {
    font-size: 20px;
  }
}

body.-bgSelectorPopupActive {
  overflow: hidden;
}

a {
  text-decoration: none;
}

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

.-f-sora {
  font-family: "Sora", sans-serif;
}

.kcCampaignSection {
  position: relative;
  width: 100%;
}
.kcCampaignSection .wrapper {
  margin: 0 auto;
  z-index: 1;
  max-width: 60rem;
}

@media (min-width: 912px) {
  #kvSection {
    min-height: 40rem;
    height: 100%;
  }
}
@media (max-width: 911.9px) {
  #kvSection {
    min-height: 30rem;
    max-height: 45rem;
    height: calc(100vh - 10rem);
    overflow: hidden;
  }
}
@media (min-width: 480.1px) and (max-width: 911.9px) {
  #kvSection {
    min-height: 40rem;
    height: calc(100vh - 7.5rem);
  }
}
#kvSection .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
#kvSection .bg::before, #kvSection .bg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
}
#kvSection .bg::before {
  bottom: 0;
  background: #000;
}
@media (min-width: 912px) {
  #kvSection .bg::before {
    height: 7.8125vw;
  }
}
@media (max-width: 911.9px) {
  #kvSection .bg::before {
    height: 4rem;
  }
}
#kvSection .bg::after {
  height: 8rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
@media (min-width: 912px) {
  #kvSection .bg::after {
    height: 14.0625vw;
    bottom: 7.8125vw;
  }
}
@media (max-width: 911.9px) {
  #kvSection .bg::after {
    height: 8rem;
    bottom: 4rem;
  }
}
#kvSection .bg .imgWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#kvSection .bg img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 912px) {
  #kvSection .bg .imgWrapper {
    position: absolute;
    left: 0 !important;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #kvSection .bg img {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 911.9px) {
  #kvSection .bg[data-bg-type=h] {
    background-size: 120% auto;
  }
  #kvSection .bg[data-bg-type=h] .imgWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: auto;
    transform: translate(-50%, -50%);
  }
  #kvSection .bg[data-bg-type=h] .imgWrapper::before, #kvSection .bg[data-bg-type=h] .imgWrapper::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    height: 25%;
  }
  #kvSection .bg[data-bg-type=h] .imgWrapper::before {
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  }
  #kvSection .bg[data-bg-type=h] .imgWrapper::after {
    top: 0;
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  }
  #kvSection .bg[data-bg-type=h] img {
    width: 100%;
    height: auto;
  }
}
#kvSection .bgNote {
  position: absolute;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  z-index: 50;
}
#kvSection .bgNote:hover {
  opacity: 1 !important;
}
@media (min-width: 912px) {
  #kvSection .bgNote {
    bottom: 0.5rem;
    left: 1.5rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 911.9px) {
  #kvSection .bgNote {
    bottom: 0rem;
    left: 0.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.6875rem;
    text-align: center;
  }
}
@media (min-width: 480.1px) and (max-width: 911.9px) {
  #kvSection .bgNote {
    font-size: 0.75rem;
  }
}
#kvSection .bgNote i {
  line-height: 2rem;
}
#kvSection .bgNote a {
  color: inherit;
  border-bottom: 1px solid #fff;
}
#kvSection .kvBlock {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
}
@media (min-width: 912px) {
  #kvSection .kvBlock {
    bottom: 1rem;
  }
}
@media (max-width: 911.9px) {
  #kvSection .kvBlock {
    bottom: 2.5rem;
  }
}
#kvSection .nextBg {
  position: absolute;
  z-index: 50;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  cursor: pointer;
}
#kvSection .nextBg:hover {
  opacity: 1 !important;
}
#kvSection .nextBg.-disabled {
  pointer-events: none;
}
@media (min-width: 912px) {
  #kvSection .nextBg {
    bottom: 0.5rem;
    right: 1.5rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 911.9px) {
  #kvSection .nextBg {
    bottom: 0rem;
    right: 0.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.6875rem;
    text-align: center;
  }
}
#kvSection h1 {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 0.125rem 1rem rgb(0, 0, 0);
}
@media (min-width: 912px) {
  #kvSection h1 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 911.9px) {
  #kvSection h1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
}
#kvSection .dayLeftBlock {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  text-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.5);
  opacity: 0;
}
#kvSection .dayLeftBlock .num {
  font-family: "Sora", sans-serif;
  font-weight: bold;
}
@media (min-width: 912px) {
  #kvSection .dayLeftBlock .num {
    font-size: 12.5rem;
    line-height: 12rem;
  }
}
@media (max-width: 911.9px) {
  #kvSection .dayLeftBlock .num {
    font-size: 8rem;
    line-height: 8rem;
  }
}
#kvSection .dayLeftBlock .unit {
  margin-left: 0.5rem;
  margin-right: -3em;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 5.5rem;
  width: 3em;
}
#kvSection .displayBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.5);
}
@media (min-width: 912px) {
  #kvSection .displayBlock {
    gap: 5vw;
  }
}
@media (max-width: 911.9px) {
  #kvSection .displayBlock {
    gap: 0rem;
  }
}
#kvSection .displayBlock .pane {
  opacity: 0;
  transform: translateY(15%);
  --duration: 2s;
}
@media (min-width: 912px) {
  #kvSection .displayBlock .pane {
    flex: 0 0 12.5vw;
  }
}
@media (max-width: 911.9px) {
  #kvSection .displayBlock .pane {
    flex: 0 0 22.22vw;
  }
}
#kvSection .displayBlock .pane.-active {
  opacity: 1;
  transform: translateY(0%);
}
#kvSection .displayBlock .pane.dayPane {
  transition: transform var(--duration) 0s var(--ease-out-expo), opacity var(--duration) 0s var(--ease-out-expo);
}
#kvSection .displayBlock .pane.hourPane {
  transition: transform var(--duration) 0.1s var(--ease-out-expo), opacity var(--duration) 0.1s var(--ease-out-expo);
}
#kvSection .displayBlock .pane.minutePane {
  transition: transform var(--duration) 0.2s var(--ease-out-expo), opacity var(--duration) 0.2s var(--ease-out-expo);
}
#kvSection .displayBlock .pane.secondPane {
  transition: transform var(--duration) 0.3s var(--ease-out-expo), opacity var(--duration) 0.3s var(--ease-out-expo);
}
#kvSection .displayBlock .num {
  font-family: "Sora", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 912px) {
  #kvSection .displayBlock .num {
    font-size: 8.59375vw;
    line-height: 116.3636363636%;
  }
}
@media (max-width: 911.9px) {
  #kvSection .displayBlock .num {
    font-size: 12vw;
    line-height: 13.33vw;
  }
}
#kvSection .displayBlock .unit {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 912px) {
  #kvSection .displayBlock .unit {
    font-size: 2.5vw;
    line-height: 100%;
  }
}
@media (max-width: 911.9px) {
  #kvSection .displayBlock .unit {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
#kvSection .fn-fullscreen {
  position: absolute;
  z-index: 50;
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 912px) {
  #kvSection .fn-fullscreen {
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 911.9px) {
  #kvSection .fn-fullscreen {
    top: 0.5rem;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
  }
}
#kvSection .fn-fullscreen:hover {
  opacity: 1;
}
#kvSection .fn-fullscreen i {
  display: block;
  text-align: center;
  width: 2rem;
}
#kvSection .fn-fullscreen i::before {
  font-size: 1.5rem;
  line-height: 2rem;
}
#kvSection .fn-fullscreen .-off {
  display: none;
}
.-fullscreen #kvSection .fn-fullscreen .-off {
  display: block;
}
.-fullscreen #kvSection .fn-fullscreen .-on {
  display: none;
}

#kvSection .fn-bgSelector {
  position: absolute;
  z-index: 50;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
#kvSection .fn-bgSelector.-active {
  opacity: 0.6;
  pointer-events: auto;
  transition: opacity 0.5s 1s ease-in-out;
}
@media (min-width: 912px) {
  #kvSection .fn-bgSelector {
    top: 1rem;
    left: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 911.9px) {
  #kvSection .fn-bgSelector {
    top: 0.5rem;
    left: 0.5rem;
    width: 2rem;
    height: 2rem;
  }
}
#kvSection .fn-bgSelector:hover {
  opacity: 1;
}
#kvSection .fn-bgSelector i {
  display: block;
  text-align: center;
  width: 2rem;
}
#kvSection .fn-bgSelector i::before {
  font-size: 1.5rem;
  line-height: 2rem;
}

#countdownSection {
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#countdownSection .wrapper {
  text-align: center;
}
@media (min-width: 912px) {
  #countdownSection .wrapper {
    padding-top: 3em;
    padding-bottom: 2em;
  }
}
@media (max-width: 911.9px) {
  #countdownSection .wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#countdownSection .wrapper::before {
  content: "";
  position: absolute;
  width: 15rem;
  margin-left: -7.5rem;
  height: 2px;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}
#countdownSection p {
  font-weight: bold;
  letter-spacing: 0.1em;
  opacity: 0;
}
@media (min-width: 912px) {
  #countdownSection p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
@media (max-width: 911.9px) {
  #countdownSection p {
    margin-bottom: 1.4rem;
    font-size: 0.875rem;
    line-height: 1.5em;
  }
}

#aboutSection {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 912px) {
  #aboutSection .wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (max-width: 911.9px) {
  #aboutSection .wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
#aboutSection p {
  font-weight: bold;
}
@media (min-width: 912px) {
  #aboutSection p {
    margin: 2rem;
    font-size: 1.5rem;
    line-height: 1.75em;
    text-align: center;
  }
}
@media (max-width: 911.9px) {
  #aboutSection p {
    margin: 2rem 1.5rem;
    font-size: 1rem;
    line-height: 2em;
    text-align: justify;
  }
}
@media (min-width: 912px) {
  #aboutSection p .line {
    display: inline-block;
  }
}

.footer {
  display: flex;
  line-height: 2em;
  text-align: center;
  color: #fff;
  gap: 1rem;
}
@media (min-width: 912px) {
  .footer {
    font-size: 0.875rem;
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 911.9px) {
  .footer {
    font-size: 0.875rem;
    padding: 1rem 1rem;
  }
}
.footer a {
  flex: 0 0 auto;
  color: #fff;
  text-decoration: none;
}
.footer .spacer {
  flex: 1;
}
.footer .copy b {
  margin: 0 0.1em;
  display: inline-block;
  transform: scaleX(-1);
}

#bgSelectorPopup {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0rem);
          backdrop-filter: blur(0rem);
  transform: translateX(-200vw);
  transition: transform 0s 1.5s var(--ease-in-expo), opacity 0.5s 0.5s var(--ease-out-expo), background 1s var(--ease-in-expo), -webkit-backdrop-filter 1s var(--ease-in-expo);
  transition: transform 0s 1.5s var(--ease-in-expo), opacity 0.5s 0.5s var(--ease-out-expo), background 1s var(--ease-in-expo), backdrop-filter 1s var(--ease-in-expo);
  transition: transform 0s 1.5s var(--ease-in-expo), opacity 0.5s 0.5s var(--ease-out-expo), background 1s var(--ease-in-expo), backdrop-filter 1s var(--ease-in-expo), -webkit-backdrop-filter 1s var(--ease-in-expo);
}
#bgSelectorPopup .scrollWrapper {
  position: absolute;
  opacity: 0;
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  overflow-y: auto;
  opacity: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.8) transparent;
  transition: opacity 0.5s var(--ease-in-cubic);
}
@media (min-width: 912px) {
  #bgSelectorPopup .scrollWrapper {
    padding: 5rem;
  }
}
@media (max-width: 911.9px) {
  #bgSelectorPopup .scrollWrapper {
    padding: 3rem;
  }
}
#bgSelectorPopup .scrollContent {
  transform: translateY(2rem);
  transition: transform 0s 1s var(--ease-in-expo);
}
#bgSelectorPopup .scrollContent h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
}
#bgSelectorPopup .scrollContent .itemList {
  display: grid;
}
@media (min-width: 912px) {
  #bgSelectorPopup .scrollContent .itemList {
    padding: 2rem;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 912px) and (max-width: 1215.9px) {
  #bgSelectorPopup .scrollContent .itemList {
    padding: 2rem;
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 911.9px) {
  #bgSelectorPopup .scrollContent .itemList {
    padding: 0rem;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
#bgSelectorPopup .scrollContent .item {
  cursor: pointer;
}
#bgSelectorPopup .scrollContent .item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 0.5rem;
  transition: transform 0.5s var(--ease-out-expo), opacity 0.5s var(--ease-out-expo), box-shadow 1s var(--ease-out-expo);
}
@media (min-width: 912px) {
  #bgSelectorPopup .scrollContent .item img {
    opacity: 0.7;
    border-radius: 0.5rem;
  }
}
@media (max-width: 911.9px) {
  #bgSelectorPopup .scrollContent .item img {
    opacity: 1;
    border-radius: 0.25rem;
  }
}
#bgSelectorPopup .scrollContent .item .caption {
  color: #fff;
  opacity: 0;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: center;
  transition: opacity 0.5s var(--ease-out-expo);
}
#bgSelectorPopup .scrollContent .item:hover img {
  transform: translateY(-0.25rem);
  opacity: 1;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.5);
}
#bgSelectorPopup .scrollContent .item:hover .caption {
  opacity: 1;
  transition: opacity 0.5s 0.25s var(--ease-out-expo);
}
#bgSelectorPopup .fn-close {
  position: absolute;
  font-size: 1.5rem;
  text-align: center;
  align-content: center;
  opacity: 0;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: opacity 0.5s var(--ease-out-expo), color 0.5s var(--ease-out-expo);
}
@media (min-width: 912px) {
  #bgSelectorPopup .fn-close {
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 911.9px) {
  #bgSelectorPopup .fn-close {
    top: 0.5rem;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
  }
}
#bgSelectorPopup .fn-close:hover {
  color: #fff;
}
#bgSelectorPopup.-active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  transform: translateX(0);
  transition: transform 0s var(--ease-out-expo), background 2s var(--ease-out-expo), -webkit-backdrop-filter 3s var(--ease-out-expo);
  transition: transform 0s var(--ease-out-expo), background 2s var(--ease-out-expo), backdrop-filter 3s var(--ease-out-expo);
  transition: transform 0s var(--ease-out-expo), background 2s var(--ease-out-expo), backdrop-filter 3s var(--ease-out-expo), -webkit-backdrop-filter 3s var(--ease-out-expo);
}
#bgSelectorPopup.-active .scrollWrapper {
  opacity: 1;
  transition: opacity 1.5s 0.25s var(--ease-out-expo);
}
#bgSelectorPopup.-active .scrollContent {
  transform: translateY(0);
  transition: transform 1.5s 0.25s var(--ease-out-expo);
}
#bgSelectorPopup.-active .fn-close {
  opacity: 1;
}