@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap");
*:not(i) {
  font-family: "Chiron GoRound TC", sans-serif !important;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

img {
  width: 100%;
}

/* 後續無限線性旋轉 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
}

body {
  background: #FCFFEE;
  padding: 0px;
  margin: 0px;
}
body.hide {
  display: none;
}
body .main {
  margin: 30px 25px 130px;
  animation: fadeIn 2s;
}
body .main .a1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
body .main .a1 .top_texts {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 40px;
}
body .main .a1 .top_texts img {
  width: 100%;
  max-width: 350px;
}
body .main .a1 .top_texts img.welcome {
  width: calc(100% - 80px);
}
body .main .a1 .top_texts img.name {
  margin-top: -5px;
}
body .main .a1 .mid_texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 25px 40px;
}
body .main .a1 .mid_texts img {
  width: calc(100% - 20px);
  max-width: 330px;
}
body .main .a1 .radio {
  width: 310px;
  max-width: 310px;
  position: relative;
  margin: 0px 0px 35px;
}
body .main .a1 .radio .plate_1 {
  position: absolute;
  top: 20px;
  width: 173px;
  z-index: 1;
  opacity: 0.8;
  left: 25px;
  animation: spin 4s linear infinite;
}
body .main .a1 .radio .plate_2 {
  position: absolute;
  right: 17px;
  bottom: 18px;
  z-index: 1;
  width: 140px;
}
body .main .a1 .bottom_text {
  padding: 0px 10px;
  margin: 0px auto;
}
body .main .a1 .bottom_text .g {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
body .main .a1 .bottom_text .g:last-child {
  margin-top: 10px;
}
body .main .b1 {
  display: flex;
  position: relative;
  margin-bottom: 70px;
  flex-direction: column;
  align-items: center;
}
body .main .b1 .table {
  width: 300px;
  opacity: 0.3;
  margin-top: 40px;
}
body .main .b1 .table_texts {
  position: absolute;
  top: 0;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .main .b1 .table_texts * {
  font-weight: 500;
}
body .main .b1 .table_texts .names {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
body .main .b1 .table_texts .names * {
  font-size: 20px;
}
body .main .b1 .table_texts .host {
  font-size: 20px;
  margin-top: 98px;
}
body .main .b1 .table_texts .parents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  gap: 120px;
}
body .main .b1 .table_texts .parents .center {
  position: absolute;
  width: 1px;
  height: 30px;
  background: #c5b5a7;
}
body .main .b1 .table_texts .parents * {
  font-size: 20px;
  line-height: 30px;
}
body .main .b1 .table_texts .w {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0px 10px;
}
body .main .b1 .line_link {
  margin-top: 65px;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: black;
  text-decoration: none;
}
body .main .b1 .line_link span {
  padding: 0px 5px;
  text-decoration: underline;
  color: #06C755;
}
body .main .b1 .line_link span i {
  margin-left: 5px;
  font-size: 12px;
  color: lightgray;
}
body .main .b1 .line_link img {
  width: 50%;
  margin-top: 10px;
}
body .main .c1 {
  display: flex;
  justify-content: flex-start;
  margin: 0px 0px 65px;
  flex-direction: column;
  align-items: center;
}
body .main .c1 .part {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
body .main .c1 .part img.icon {
  width: 80px;
  margin: 0px 15px 10px 0px;
}
body .main .c1 .part .text a {
  color: black;
  text-decoration: none;
}
body .main .c1 .part .text a i {
  margin-left: 10px;
  color: lightgray;
  cursor: pointer;
}
body .main .c1 .part .text a span {
  font-weight: 300;
  font-size: 14px;
}
body .main .c1 .part .text .box {
  margin-bottom: 15px;
}
body .main .c1 .part .text .box:last-child {
  margin-bottom: 0px;
}
body .main .c1 .part .text .box .title {
  border-bottom: 1px dashed saddlebrown;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 20px 0px 15px;
  margin-bottom: 10px;
  line-height: 40px;
  color: saddlebrown;
}
body .main .c1 .part .text .box .title i {
  margin-right: 10px;
}
body .main .c1 .part .text .box .info i {
  color: saddlebrown;
  margin-right: 10px;
  margin-top: 10px;
}
body .main .c1 .map {
  margin: 10px 0px 60px;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 4/3;
  /* 控制比例，可改成 4/3、1/1 */
}
body .main .c1 .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 25px;
}
body .main .d1 {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  width: calc(100% - 30px);
  margin: 0 auto;
  overflow: hidden;
  height: 80px;
  z-index: 10;
}
body .main .d1 .left,
body .main .d1 .right {
  position: absolute;
  z-index: 2;
}
body .main .d1 .left .moto,
body .main .d1 .right .moto {
  width: 80px;
  transition: transform 0.2s linear;
  position: relative;
}
body .main .d1 .left {
  left: 0;
}
body .main .d1 .right {
  right: 0;
}
body .main .d1 .red_lines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  height: 80px;
}
body .main .d1 .red_lines .red_line {
  width: calc((100% - 60px) / 2);
  background: linear-gradient(270deg, red, transparent);
  height: 1.5px;
  margin-bottom: 5px;
}
body .main .d1 .red_lines .red_line:last-child {
  background: linear-gradient(90deg, red, transparent);
}
body .main .d1 .red_lines img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
body .img_swiper {
  margin-bottom: 70px;
  width: 100%;
  /* 預設圓點 → 長條 */
}
body .img_swiper img {
  border-radius: 15px;
}
body .img_swiper .splide__pagination {
  position: relative;
  margin-top: 20px;
}
body .img_swiper .splide__pagination .splide__pagination__page {
  background: #c6cab7;
}
body .img_swiper .splide__pagination .splide__pagination__page.is-active {
  background: #626554;
  transform: none;
}
body .swal2-container {
  background: white;
}
body .swal2-container .swal2-html-container {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
body .swal2-container .swal2-confirm {
  background: white;
  color: black;
  border: black;
  height: unset;
  border-bottom: 1px solid black;
  border-radius: 0px;
  padding: 0px 12px;
  animation: fadeIn 2s;
  font-weight: 300;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */