@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

:root {
  --purple: #253b9f;
  --lightPurple: #3cabda;
}

body,
a,
img,
div,
header,
table,
tr,
td,
th,
tbody,
thead,
ul,
li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
}

.b {
  font-weight: 700;
}

.bb {
  font-weight: 900;
}

.lightGreen {
  color: var(--lightPurple);
}

body {
  background-image: url("./img/bg1.jpg");
  background-position: center bottom;
  background-size: cover;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 87px;
  display: flex;
  background-color: #fff;
  z-index: 5;
}

.innerHeader {
  max-width: 1512px;
  width: 100%;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.navUl {
  display: flex;
  gap: 30px;
}

.navUl li a {
  font-size: 16px;
}

.navUl li a:hover {
  color: var(--purple);
}

.kv {
  position: relative;
  text-align: center;
  margin-top: 87px;
}
.wrapper {
  overflow: hidden;
}
.kvInfo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.kvInfo img {
  align-self: center;
}

.cc {
  position: absolute;
}

.c1 {
  width: 800px;
  left: 50%;
  margin-left: -1120px;
  top: -450px;
}

.c2 {
  width: 850px;
  left: 50%;
  margin-left: -1056px;
  bottom: -200px;
}

.c3 {
  width: 700px;
  right: 50%;
  margin-right: -1056px;
  bottom: -200px;
}

.c4 {
  width: 1250px;
  right: 50%;
  margin-right: -625px;
  bottom: 60px;
  animation: ro 20s infinite linear;
}

@keyframes ro {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.useTransition {
  transition: 0.6s opacity ease-out;
  opacity: 0;
}

.opa {
  opacity: 1;
}

.kvTitle {
  width: 800px;
  right: 50%;
  margin-right: -400px;
  bottom: 500px;
}

.middleTitle {
  margin-top: 480px;
}

.date {
  margin-top: 30px;
}

.eventLocation {
  margin-top: 20px;
  width: 300px;
}

.allLogo {
  margin-top: 55px;
  width: 1100px;
}

.block1Info {
  text-align: center;
  padding: 0 20px;
  font-size: 30px;
  line-height: 70px;
}

.block1Info span {
  color: var(--purple);
}

.block2 {
  padding-top: 30px;
  text-align: center;
}

.dimand {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 338px;
  height: 338px;
  background-size: cover;
  background-image: url("img/translucent.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 -20px;
}

.dTitle {
  color: var(--lightPurple);
  font-size: 26px;
}

.dTxt {
  font-size: 16px;
  line-height: 23px;
  padding-top: 5px;
}
.block3 {
  padding-top: 150px;
  padding-bottom: 450px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.mountain1 {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: calc(-1920px / 2);
  bottom: -250px;
  width: 1920px;
}
.mainTitle {
  display: flex;
  flex-wrap: wrap;
}
.big {
  color: var(--purple);
  text-align: center;
  font-size: 48px;
  width: 100%;
}
.en {
  font-size: 25px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.slideCon {
  margin-top: 70px;
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.arrow {
  position: absolute;
  top: 100px;
  cursor: pointer;
  width: 40px;
}
.leftArrow {
  left: 20px;
}
.rightArrow {
  right: 20px;
}
.slideMask {
  overflow: hidden;
  width: 1030px;
  margin: 0 auto;
  position: relative;
}
.slideMove {
  position: relative;
  white-space: nowrap;
  left: 0;
  transition: 0.8s all;
}
.item {
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
}
.itemPic {
  width: 233px;
  height: 218px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 10px 10px 0 var(--purple);
  background-color: #f3f3f3;
}

.itemPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itemInfo {
  border-left: #194cf7 5px solid;
  margin-top: 30px;
  padding-left: 10px;
}
.itemSmall {
  font-size: 15px;
}

.itemBig {
  font-size: 25px;
}
.block4 {
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}

.mainTitleAgenda {
  margin-bottom: 20px;
  top: -40px;
  position: relative;
}

table {
  width: 1085px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
  position: relative;
  z-index: 2;
}
table th {
  color: #fff;
  background-color: var(--purple);
}
table td,
table th {
  font-size: 20px;
  text-align: left;
  padding: 15px 20px;
  vertical-align: top;
}
table td:first-child {
  white-space: nowrap;
}
table span {
  color: var(--purple);
  font-weight: 700;
}

table tbody tr:nth-child(even) {
  background-color: #f6f4f4;
}
.say {
  font-size: 22px;
  text-align: center;
  padding-top: 50px;
}
.signBtn {
  display: block;
  width: 195px;
  height: 195px;
  margin: 50px auto 0 auto;
  background-image: url("./img/oSign.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.block5 {
  background-image: url("./img/bg2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 400px;
}
.newTitle {
  font-size: 48px;
  text-align: center;
}
.newTitle span {
  color: var(--purple);
  font-size: 70px;
}
.ddCon {
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.d2 {
  margin: 0 -15px;
  width: 296px;
  height: 296px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-image: url("./img/translucent.svg");
}

.d2Title {
  font-size: 25px;
  color: var(--lightPurple);
}
.d2Word {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 45px;
}
.block6 {
  padding-top: 150px;
  background-color: #fff;
  text-align: center;
}
.underTitle {
  display: block;
  margin: 0 auto;
}
.underSay {
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  margin-top: 100px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.ll {
  position: absolute;
  left: -45px;
  top: -15px;
}
.rr {
  right: -35px;
  bottom: -15px;
  position: absolute;
}
.smallSay {
  padding-top: 55px;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
  border-bottom: 1px solid #c9c9c9;
}
.point {
  font-size: 20px;
  padding-top: 50px;
  padding-bottom: 15px;
}
.grid {
  width: 706px;
  margin: 0 auto;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.grid > div {
  border: 1px solid var(--purple);
  font-size: 16px;
  line-height: 26px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;
  font-weight: 700;
  box-shadow: 5px 5px 0 var(--purple);
}
.comming {
  position: relative;
  display: inline-block;
}
.comming > span {
  text-align: center;
  font-size: 200px;
  color: transparent;
  -webkit-text-stroke: 1px var(--purple);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.tt {
  font-size: 20px;
  border: 1px solid #000;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: absolute;
  top: 130px;
  background-color: #fff;
}

.tt::before {
  content: "-";
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.tt::after {
  content: "-";
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.fixedBtn {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  width: 126px;
  height: 126px;
  right: 30px;
  bottom: 30px;
  color: var(--purple);
  font-size: 20px;
}
.fixedBtn img {
  width: 50px;
  margin-bottom: 5px;
}

.burger {
  display: none;
}

.mobileKv {
  display: none;
}

.mask {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}
.maskOpen {
  display: flex;
}

.innerMask {
  max-width: 600px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
.closeMask {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  right: -7px;
  top: -7px;
  background-color: #fff;
  border: 1px solid #303030;
  display: block;
}
.closeMask div {
  width: 15px;
  left: 4px;
  background-color: #101010;
  height: 1px;
  position: absolute;
  top: 11px;
}
.closeMask div:first-child {
  transform: rotateZ(45deg);
}
.closeMask div:last-child {
  transform: rotateZ(-45deg);
}
.scroll {
  padding: 20px;
  max-height: 500px;
  overflow: scroll;
  background-color: #eee;
  font-size: 14px;
}

.agreeBtn {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--purple);
}
.scroll ul {
  margin-top: 30px;
}
.scroll ul li {
  list-style: decimal;
  margin-left: 16px;
  margin-bottom: 20px;
}
.scroll ul li:last-child {
  margin-bottom: 0;
}

.scroll ul li a {
  color: var(--purple);
  text-decoration: underline;
}
.checkQ {
  font-size: 13px;
  padding-top: 30px;
}
.cCon {
  padding-top: 10px;
  display: flex;
}
.cBox {
  font-size: 13px;
  margin-right: 15px;
}
.cBox label {
  display: flex;
  align-items: center;
}
.disabled {
  opacity: 0.5;
}
.ss {
  position: absolute;
}
.s1 {
  left: 50%;
  top: 0;
  margin-left: -1000px;
}
.s2 {
  right: 50%;
  margin-right: -920px;
  bottom: 800px;
}
.s3 {
  left: 50%;
  margin-left: -1000px;
  bottom: 400px;
}
@media screen and (max-width: 1024px) {
  .alignBg {
    display: none;
  }
  .ss {
    display: none;
  }
  .cc,
  .kvInfo {
    display: none;
  }
  .kv {
    margin-top: 60px;
  }
  .mobileKv {
    display: block;
    width: 100%;
  }
  header {
    height: 60px;
  }
  .navUl {
    display: none;
  }
  .headerLogo {
    width: 190px;
  }
  .burger {
    display: flex;
    flex-direction: column;
    width: 25px;
    position: relative;
    gap: 4px;
  }
  .burger div {
    background-color: #101010;
    height: 2px;
    width: 100%;
    position: relative;
  }
  .burger.close div {
    position: absolute;
  }
  .burger.close div:nth-child(2) {
    display: none;
  }
  .burger.close div:first-child {
    transform: rotateZ(45deg);
    top: -2px;
  }
  .burger.close div:last-child {
    transform: rotateZ(-45deg);
    top: -2px;
  }
  .openMenu {
    display: block;
    width: 100%;
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 60px;
    border-top: 1px solid #aaa;
  }
  .openMenu li {
    padding: 15px 25px;
    border-bottom: 1px solid #ddd;
  }
  .block1Info {
    font-size: 19px;
    line-height: 50px;
  }
  .dimand {
    margin: -20px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.3)
    );
    border: 1px solid #fff;
  }
  .dTxt {
    font-size: 13px;
    line-height: 20px;
  }
  .dTitle {
    font-size: 18px;
  }
  .big {
    font-size: 30px;
  }
  .en {
    font-size: 18px;
  }
  .arrow {
    width: 30px;
    z-index: 3;
    top: 130px;
  }
  .leftArrow {
    left: 50%;
    margin-left: -390px;
  }
  .rightArrow {
    right: 50%;
    margin-right: -390px;
  }
  .item {
    margin-right: 20px;
  }
  .slideCon {
    width: 100%;
  }
  .slideMask {
    width: 675px;
  }
  .itemPic {
    width: 320px;
    height: 280px;
  }
  .itemSmall {
    font-size: 18px;
  }
  .itemBig {
    font-size: 25px;
  }
  .itemInfo {
    padding-left: 15px;
    border-left-width: 5px;
  }
  .mountain1 {
    width: 300%;
    margin-left: 0;
    left: 0;
    bottom: -570px;
  }
  .block3 {
    padding-bottom: 250px;
  }
  .mainTitleAgenda {
    top: -20px;
  }
  table {
    width: 90%;
  }
  thead {
    display: none;
  }
  tr {
    display: block;
  }
  table td {
    display: block;
    font-size: 16px;
    padding: 10px 20px;
  }
  table tr:nth-child(even) {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  td:nth-child(1)::before {
    content: "時間：";
    display: inline;
  }
  td:nth-child(2) {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .fixedBtn {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
  .fixedBtn img {
    width: 30px;
  }
  .say {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .signBtn {
    width: 110px;
    height: 110px;
    background-size: cover;
  }
  .newTitle {
    font-size: 30px;
  }

  .newTitle span {
    font-size: 45px;
  }
  .ddCon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    gap: 10px;
  }
  .d2 {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.3)
    );
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
  }
  .d2 br {
    display: none;
  }
  .d2Title {
    font-size: 18px;
  }
  .d2Word {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 0;
  }
  .underTitle {
    width: 90%;
  }
  .block6 {
    padding-top: 100px;
  }
  .underSay {
    margin-top: 40px;
    font-size: 18px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .smallSay {
    font-size: 16px;
    width: 90%;
  }
  .grid {
    width: 90%;
  }
  .comming > span {
    font-size: 90px;
    position: relative;
    bottom: 30px;
    -webkit-text-stroke: none;
  }
  .tt {
    width: 95%;
    position: relative;
    font-size: 12px;
    margin-bottom: 50px;
    z-index: 2;
    top: 170px;
  }
  .block6 {
    padding-bottom: 120px;
  }
}

@media screen and (max-height: 700px) {
  .maskOpen {
    display: block;
    overflow: auto;
    padding: 20px 0;
    z-index: 99;
  }
  .innerMask {
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .slideMask {
    width: 330px;
  }
  .mountain1 {
    bottom: -50px;
  }
  .rightArrow {
    right: 10px;
    margin-right: 0;
  }
  .leftArrow {
    left: 10px;
    margin-left: 0;
  }
  .mask {
    padding: 20px;
  }
  .block5 {
    padding-bottom: 250px;
  }
}
.underBook {
  background-color: #fff;
  padding-top: 100px;
  text-align: center;
}

.underTitle {
  display: block;
  margin: 0 auto;
  max-width: 550px;
  padding-bottom: 30px;
  width: 90%;
}

.wordUnder {
  font-size: 18px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-top: 30px;
}

.pointTxt {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.fourCircle {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
  gap: 20px;
}

.ccc {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--purple);
  box-shadow: 3px 3px 0 var(--purple);
}
.cDiv {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.bigWordBg {
  text-align: center;
  position: relative;
  margin-top: 100px;
  display: inline-block;
  padding-top: 100px;
  padding-bottom: 100px;
}
.bigWordBg span {
  font-size: 150px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--purple);
  -webkit-text-fill-color: #fff;
  font-weight: 900;
  position: absolute;
  display: block;
  text-align: center;
  white-space: nowrap;
  top: 0;
  left: -20px;
}
.smallWord {
  background-color: #fff;
  border: 1px solid #101010;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #101010;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 599px) {
  .bigWordBg span {
    font-size: 100px;
    left: 12px;
  }
  .bigWordBg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wordUnder {
    margin-top: 10px;
  }
}
