.index_kvBox {
  flex-direction: row-reverse;
  position: static;
  transform: none;
  max-height: calc(100vh - 8rem);
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.index_kvBox .kv {
  max-width: 1248px;
  width: 76.1%;
}
.index_kvBox .kv img {
  display: block;
}
.index_kvBox .info {
  max-width: 311px;
  width: 18%;
  flex-shrink: 0;
  margin-right: 3%;
}
.index_kvBox .title {
  width: 22%;
  max-width: 68px;
  margin-bottom: 3.5625rem;
}

.index .bg {
  background-image: url(../img/2024/bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.index .sectionMenu {
  background-color: transparent;
}
.index .sectionMenu .hamburger {
  position: relative;
}
.index .sectionMenu .hamburger:before {
  content: "";
  display: block;
  width: calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  left: -0.3rem;
  top: -0.3rem;
  position: absolute;
  background-color: transparent;
}
.index .container {
  padding: 0 1.875rem;
}
.index .section01 .container {
  width: 100%;
  max-width: 1720px;
}
.index .areaGroup {
  display: flex;
}
.index .infoGroup {
  display: flex;
  padding-right: 1.3rem;
}
.index .infoGroup .inner {
  box-sizing: border-box;
  white-space: nowrap;
  width: auto;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  transition: 0.4s 0.2s;
  padding-left: 0.5em;
  line-height: 1.3;
}
.index .infoGroup .info {
  font-family: "Noto Serif TC", "Noto Sans TC", serif;
  width: 0;
  overflow: hidden;
  transition: 0.4s 0.1s;
  position: relative;
  color: #ffffff;
}
.index .infoGroup.active .circle, .index .infoGroup:hover .circle {
  background-color: #e08d94;
  color: #ffffff;
}
.index .infoGroup.active .inner, .index .infoGroup:hover .inner {
  opacity: 1;
}
.index .section02 .infoGroup .inner, .index .section03 .infoGroup .inner {
  font-size: 1.3125rem;
}
.index .section02 .infoGroup .inner span, .index .section03 .infoGroup .inner span {
  text-align: right;
}
.index .section02 .infoGroup .circle, .index .section03 .infoGroup .circle {
  background-color: #ffffff;
  color: #0195d5;
}
.index .section02 .infoGroup.active .circle, .index .section02 .infoGroup:hover .circle, .index .section03 .infoGroup.active .circle, .index .section03 .infoGroup:hover .circle {
  background-color: #e08d94;
  color: #ffffff;
}
.index .section02 .container, .index .section03 .container {
  max-width: 1720px;
}
.index .section02 .newsGroup {
  margin-bottom: 3.75rem !important;
  color: #ffffff;
}
.index .section02 .newsGroup a:hover {
  color: #e08d94;
  text-decoration: underline;
}
.index .section02:after {
  content: "";
  background-image: url(../img/2024/index_sec02.png);
  background-size: cover;
  background-position: left top;
  width: 15rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.index .section03 .newsGroup {
  position: relative;
  height: 31.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
}
.index .section03 .newsGroup:after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/2024/index_sec03.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.index .section03 .newsGroup a {
  color: #0195d5;
  text-decoration: underline;
  font-weight: bold;
}
.index .section03 .newsGroup a:hover {
  color: #e08d94;
}
.index .section03 .newsGroup .row {
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

.col_line {
  width: 1px;
  background-color: #fff;
  margin-left: 3.75rem;
  margin-right: 4rem;
}

.areaGroup .circle {
  font-size: 1.625rem;
  background-color: #ffffff;
  color: #0195d5;
}

.info_KV {
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
}
.info_KV .infoGroup {
  padding-right: 0;
  padding-left: 1.625rem;
  flex-direction: row-reverse;
}
.info_KV .infoGroup .inner {
  font-size: 1.3125rem;
  text-align: right;
  left: auto;
  right: 0;
  padding-right: 0.5em;
  padding-left: 0;
}

.cornerTopRight {
  width: 2.5rem;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 990;
}
.cornerTopRight a {
  display: block;
  border-radius: 999em;
  background-color: transparent;
  transition: 0.2s;
}
@media (hover: hover) {
  .cornerTopRight a:hover {
    background-color: #e08d94;
  }
}

.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.section .container {
  width: 100vw;
}

#fullpage {
  position: relative;
  z-index: 1;
}
#fullpage .menuContent {
  z-index: 9999;
}

.noScroll #fullpage {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.section01 .container {
  overflow: hidden;
}

.anchorBar {
  position: fixed;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 99;
}
.anchorBar a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  margin: 1.5em auto;
}
.anchorBar a.active {
  background-color: transparent;
}

body {
  touch-action: none;
}

.noTouch {
  touch-action: none;
}

.infTxtt {
  position: fixed;
  z-index: 9999999;
  background-color: #fff;
  padding: 2em;
  top: 10%;
  left: 0%;
  border: 1px solid #000000;
}

@media screen and (max-width: 1640px) {
  .section02 .content .block {
    padding-right: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .anchorBar {
    display: none;
  }
  .cornerTopRight {
    width: 1.875rem;
    top: 45px;
    transform: translateY(-50%);
  }
  .index_kvBox {
    display: block;
    max-height: calc(100vh - 6rem);
    margin-bottom: 1rem;
  }
  .index_kvBox .kv {
    width: auto;
  }
  .index_kvBox .info {
    max-width: none;
    width: 100%;
    margin-right: 0;
    padding-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .index_kvBox .title {
    max-width: 68px;
    margin-bottom: 0;
    width: 13%;
    transform: translateY(15%);
  }
  .index_kvBox .logoLong {
    max-width: 311px;
    width: 64.62%;
  }
  #fp-nav.fp-right {
    display: none !important;
  }
  .info_KV {
    display: block;
    margin-bottom: 1rem;
  }
  .info_KV .infoGroup {
    padding-right: 1.3rem;
    padding-left: 0;
    flex-direction: inherit;
  }
  .info_KV .infoGroup .inner {
    text-align: right;
    left: 0;
    right: auto;
    padding-right: 0;
    padding-left: 0.5em;
  }
  .info_KV .areaGroup {
    margin-bottom: 2rem;
  }
  .col_line {
    display: none;
  }
  .areaGroup .circle {
    font-size: 1.0625rem;
    width: 2.05em !important;
    line-height: 2.05 !important;
    height: auto !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .areaGroup .info .inner {
    text-align: left;
    line-height: 1.3;
    font-weight: bold;
    font-size: 0.8em !important;
  }
  .areaGroup .info .inner span {
    display: block !important;
  }
  .index .container {
    padding: 0 1.25rem;
    position: relative;
  }
  .index .section02 .content .block {
    padding-right: 20%;
  }
  .index .section02:after {
    width: 18%;
    background-position: top right;
  }
  .index .section03 .newsGroup {
    min-height: 13rem;
    height: auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .index .section03 .newsGroup .row {
    padding: 2em 0 !important;
    width: 100%;
    min-height: 30vh;
    height: 15.3125rem;
  }
  .index .section03 .newsGroup .row .col {
    text-align: center !important;
    padding: 0 0.5em;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .index .section03 .newsGroup .row .col p {
    text-align: center !important;
  }
  .index .section03 .newsGroup .row .awaiting {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .index .organizer {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .index .section03 .newsGroup .row .col {
    border-right: none !important;
    width: 100%;
  }
  .index .section03 .newsGroup .row .col:last-of-type {
    display: none;
  }
  .index .cta {
    font-size: 1rem;
    width: 11.25rem;
  }
  .index .cta span.text {
    font-size: inherit !important;
    line-height: 1;
  }
}
@media screen and (max-width: 520px) {
  .cornerTopRight {
    top: 30px;
    transform: translateY(-50%);
  }
}
/*# sourceMappingURL=index.css.map */