/*MAIN*/
* {
  box-sizing: border-box;
}

:root {
  scroll-padding-top: 120px;
}

html,
body {
  font-family: Arial, "新微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei",
    "黑體-繁", "Heiti TC", "微軟正黑體", "新細明體", "Microsoft JhengHei",
    sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.overflowHidden {
  overflow: hidden;
  height: 100%;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #0d21dc;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
}

.header {
  height: 50px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-menu {
  line-height: 50px;
  margin: 0 auto;
  height: 50px;
}

.logo-block {
  text-align: center;
}

.logo > img {
  vertical-align: middle;
  width: 100px;
}

.links {
  display: none;
}

/* m測選單 */
.iconbar {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.iconbar > i {
  font-size: 25px;
  color: #ff7d0a;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.sidebar {
  width: 375px;
  height: 100vh;
  background: #0d21dc;
  position: fixed;
  right: -375px;
  top: 0;
  transition: right 0.3s;
  z-index: 10;
}

.sidebar.active {
  right: 0;
}

.iconX {
  font-size: 30px;
  color: #ff7d0a;
  text-align: right;
  padding: 10px 20px;
}

.iconX > i {
  cursor: pointer;
}

.sidebar > nav {
  height: 80%;
}

ul.sidebar_menu {
  text-align: center;
  color: #ff7d0a;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  margin-top: 0;
}

.sidebar_menu > li {
  margin: 40px 0;
}

.sidebar_menu > li > a.btn {
  color: #ff7d0a;
  text-decoration: none;
  border: 3px solid #ff7d0a;
  border-radius: 100px;
  padding: 10px 20px;
  text-align: center;
}

.sidebar_menu > li:nth-child(1) > a.btn,
.sidebar_menu > li:nth-child(2) > a.btn,
.sidebar_menu > li:nth-child(5) > a.btn,
.sidebar_menu > li:nth-child(6) > a.btn,
.sidebar_menu > li:nth-child(7) > a.btn,
.sidebar_menu > li:nth-child(8) > a.btn {
  padding: 10px 40px;
}

.sidebar_menu > li > a.on {
  color: #fff;
  background: #ff7d0a;
}

ul.iconLink {
  display: flex;
  justify-content: center;
}

ul.iconLink > li {
  margin: 0 10px;
}

.section1 {
  height: 100vh;
  position: relative;
  background: url("../image/Header_wbg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main {
  height: calc(100vh - 66px);
  position: relative;
  margin: 0 auto;
}

.main > .iconLink {
  display: none;
}

.topic {
  display: flex;
  justify-content: center;
  padding-top: 150px;
}

.metroTxt {
  padding: 0 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  color: #fff;
}

.taipeiArea > img {
  width: 100%;
  object-fit: cover;
}

.subtitle {
  width: 257px;
  margin: 0 auto;
}

.subtitle h2 {
  border-radius: 100px;
  border: 1px solid rgba(13, 33, 220, 0.7);
  background: rgba(13, 33, 220, 0.7);
  padding: 20px 50px;
  font-weight: 600;
  color: #00fff0;
  font-size: 25px;
  text-align: center;
}

.subtitle div {
  padding-left: 25px;
  margin-top: 14px;
}

.subtitle p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.9px;
}

.star1 {
  position: absolute;
  bottom: 26%;
  left: -8%;
  -webkit-animation: star1 2s linear infinite alternate running;
  animation: star1 2s linear infinite alternate running;
}

@-webikit-keyframes star1 {
  from {
    transform: scale(0.2);
  }
  to {
    transform: scale(0.4);
  }
}

@keyframes star1 {
  from {
    transform: scale(0.2);
  }
  to {
    transform: scale(0.4);
  }
}

.oval {
  position: absolute;
  bottom: 18%;
  left: 31%;
  transform: scale(0.5);
  -webkit-animation: oval 2s linear infinite alternate running;
  animation: oval 2s linear infinite alternate running;
}

.oval > img {
  object-fit: cover;
}

@-webkit-keyframes oval {
  from {
    bottom: 20%;
  }
  to {
    bottom: 16%;
  }
}

@keyframes oval {
  from {
    bottom: 20%;
  }
  to {
    bottom: 16%;
  }
}

.star2 {
  position: absolute;
  top: 2%;
  right: 1%;
  -webkit-animation: star2 2s linear infinite alternate running;
  animation: star2 2s linear infinite alternate running;
}

@-webkit-keyframes star2 {
  from {
    transform: scale(0.4);
  }
  to {
    transform: scale(0.2);
  }
}

@keyframes star2 {
  from {
    transform: scale(0.4);
  }
  to {
    transform: scale(0.2);
  }
}

.polygon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 60%;
  right: 8%;
  z-index: 2;
  text-align: center;
  background-image: url("../image/polygon.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.polygon2 .polygonTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  vertical-align: middle;
  text-align: center;
}

.polygonTxt > a {
  text-decoration: none;
}

.polygonTxt > a > h3 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(10, 27, 215, 1);
}

.polygonTxt > a > div {
  width: 20px;
  height: 2px;
  background: rgba(14, 177, 236, 1);
  margin: 10px auto;
}

.polygonTxt > a > p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(10, 27, 215, 1);
}

.polygonTxt > a > p:nth-child(even) {
  font-size: 13px;
  font-weight: 500;
}

.polygonTxt > a > p > img {
  width: 20px;
}

.w-scrollDown {
  display: none;
}

.platformBg {
  position: relative;
  height: 66px;
  background: url("../image/platformBg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.platformImg {
  position: absolute;
  bottom: -2px;
  object-fit: cover;
  width: 100%;
}

.platformImg > img {
  width: 100%;
  height: 46px;
}

.m-people1 {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.m-people1 > img {
  object-fit: cover;
  width: 205px;
}

.m-hide {
  display: none;
}

.littlebit {
  display: none;
}

.mrttrain {
  position: absolute;
  bottom: -7px;
  left: 0%;
  z-index: 1;
}

.mrttrain > img {
  width: 100%;
  /* max-width: 375px; */
  object-fit: cover;
}

/* 跑馬燈 background-test */
/* .wrapper {
  position: relative;
  width: 100%;
  height: 70px;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.wrapper:before {
  content: "";
  display: block;
  width: 200%;
  height: 70px;
  position: absolute;
  bottom: 12%;
  z-index: 1;
  opacity: 0.65;
  background-image: url("../image/MRT_marquee.png");
  background-size: contain;
  -webkit-animation: m 40s linear infinite;
  animation: m 40s linear infinite;
}

@-webkit-keyframes m {
  from {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes m {
  from {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.wrapper:after {
  content: "";
  display: block;
  width: 200%;
  height: 70px;
  position: absolute;
  bottom: 12%;
  z-index: 1;
  opacity: 0.65;
  background-image: url("../image/MRT_marquee.png");
  background-size: contain;
  -webkit-animation: m2 40s linear infinite;
  animation: m2 40s linear infinite;
  animation-delay: -20s;
}

@-webkit-keyframes m2 {
  from {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes m2 {
  from {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
} */

.text-mrt {
  position: absolute;
  bottom: 18%;
  display: flex;
  height: 50px;
  line-height: 50px;
  width: 100vw;
}

.textMarquee {
  display: none;
}

.marquee {
  display: none;
}

.wholeBg {
  background: #3f4756;
}

#blue,
#orange,
#yellow {
  position: relative;
}

.spotBg,
.spotBg2 {
  display: none;
}

.mrtBg {
  background-color: transparent;
  padding: 25px 0 80px 0;
  /* background-attachment: fixed; */
  /* background-position: center; */
  /* padding: 80px 0;
  z-index: 2;
  position: relative; */
}

.mrtBg-last {
  padding-bottom: 105px;
}

.center {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.contentBox {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  /* box-sizing: border-box; */
}

.content-title {
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 150px;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.content-title > summary {
  font-size: 13px;
  color: #666;
  padding-left: 10px;
}

.redline {
  border: 5px solid #e3002c;
}

.blueline {
  border: 5px solid #0070bd;
}

.greenline {
  border: 5px solid #008659;
}

.orangeline {
  border: 5px solid #f8b61c;
}

.brownline {
  border: 5px solid #c48c31;
}

.yellowline {
  border: 5px solid #fcda01;
}

.vermilionline {
  border: 5px solid #e7534d;
}

.siennaline {
  border: 5px solid #9d915d;
}

.content-subtitle {
  display: none;
}

.content-text {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.adBg {
  background: #d7f3ff;
  /* height: 60vh; */
  height: 100%;
}

.hot-community {
  min-height: 430px;
  padding-bottom: 100px;
}

.hot-community--img {
  display: flex;
  justify-content: center;
}

.hot-community--img img {
  width: 200px;
}

/* 社區輪播 */
.billboardSlide {
  width: 90%;
  margin: 20px auto 0;
  position: relative;
  height: 100%;
}

#billboard.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#billboard .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  height: auto !important;
}

#billboard .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.billboardSlide .swiper-pagination.swiper-pagination-9 {
  bottom: -15%;
}

.hot-community--stage {
  background: #fff;
  min-height: 100px;
  width: 100%;
  position: relative;
}

.m-people2 {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.m-people2 > img {
  object-fit: cover;
  width: 297px;
}

.slide {
  width: 100%;
  margin-top: 20px;
  height: 100%;
  position: relative;
}

.my-swiper.swiper {
  width: 100%;
  margin: auto;
}

.my-swiper > .swiper-wrapper > .swiper-slide {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  height: 420px !important;
}

.slide-img {
  display: inline-block;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 50%;
}

.swiper-img__link img {
  display: block;
  transition: transform 0.4s;
  height: 100%;
}

.slide-img:hover .swiper-img__link > img {
  transform: scale(1.2);
  transform-origin: 50% 50%;
  border-radius: 20px 20px 0 0;
}

.swiper-img__link img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.slide-content {
  height: 50%;
  padding: 15px;
}

.slide-content h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1px;
}

.slide-content p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #666;
}

.slide-content p:nth-child(2) {
  padding-top: 15px;
}

.slide-content div {
  text-align: right;
  margin-top: 25px;
}

.slide-btn {
  font-size: 17px;
  border-radius: 10px;
  border-color: #1524d3;
  background: #1524d3;
  color: #fff;
  padding: 10px 15px;
  /* padding: 0.5rem 1rem; */
  text-decoration: none;
}

.my-swiper > .slide-btn > a {
  color: #fff;
  text-decoration: none;
}

.swiper-pagination.swiper-pagination-1,
.swiper-pagination.swiper-pagination-2,
.swiper-pagination.swiper-pagination-3,
.swiper-pagination.swiper-pagination-4,
.swiper-pagination.swiper-pagination-5,
.swiper-pagination.swiper-pagination-6,
.swiper-pagination.swiper-pagination-7,
.swiper-pagination.swiper-pagination-8 {
  bottom: -3rem;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 10px;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 45px;
  height: 6px;
  background: #00fff0;
  border-radius: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #4e586b;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: white;
  position: absolute;
  top: 110%;
  right: 1px;
}

.swiper-button-prev {
  left: 0px;
}

.swiper-button-next {
  right: 0px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}

.footerBg {
  background: #3f4756;
  padding: 25px 20px;
}

.footer-lineImg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-lineImg img {
  width: 335px;
  object-fit: cover;
}

.footer-iconLink {
  padding: 25px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-iconLink > li {
  margin: 0 10px;
}

.footer-resource {
  color: #fff;
  text-align: center;
  line-height: 34px;
}

.footer-resource p {
  font-size: 18px;
  font-weight: 500;
}

.footer-resource a {
  text-decoration: none;
  color: #57c3ea;
  font-size: 15px;
}

.footerBg2 {
  text-align: center;
  background: #2c323e;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 15px 28px;
}

.scrollToTop {
  position: fixed;
  bottom: 40px;
  right: 15px;
  z-index: 100;
  text-decoration: none;
  display: none;
}

.floatTop {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  padding-top: 10px;
  box-shadow: 0 1px 4px #00000026;
}

.floatTop > span,
.floatTop > i {
  display: block;
}

@media (max-width: 376px) {
  ul.sidebar_menu {
    margin-top: -20px;
  }

  .sidebar_menu > li {
    margin: 35px 0;
  }

  .topic {
    padding-top: 80px;
  }

  .star2 {
    top: 0%;
    right: -1%;
  }

  @keyframes star2 {
    from {
      transform: scale(0.4);
    }
    to {
      transform: scale(0.2);
    }
  }

  .polygon {
    position: absolute;
    top: 56%;
    right: 6%;
  }
}

/* ********************  RWD  ************************** */

@media (min-width: 740px) {
  .main {
    height: calc(100vh - 135px);
    position: relative;
    margin: 0 auto;
  }

  .topic {
    width: 85%;
    margin: 0 auto;
  }

  .metroTxt {
    font-size: 25px;
    letter-spacing: 1.25px;
  }

  .subtitle {
    width: 100%;
    padding-left: 15px;
    display: flex;
    align-items: center;
  }

  .subtitle h2 {
    font-size: 35px;
  }

  .subtitle div {
    padding-left: 25px;
    margin-top: 0;
  }

  .subtitle p {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .mrttrain > img {
    width: 90%;
    object-fit: cover;
  }

  .star1 {
    position: absolute;
    bottom: 44%;
    left: 1%;
  }

  @keyframes star1 {
    from {
      transform: scale(0.4);
    }
    to {
      transform: scale(0.6);
    }
  }

  .oval {
    bottom: 40%;
    left: 40%;
  }

  @keyframes oval {
    from {
      bottom: 36%;
    }
    to {
      bottom: 34%;
    }
  }

  .star2 {
    position: absolute;
    top: 2%;
    right: -1%;
  }

  @keyframes star2 {
    from {
      transform: scale(0.6);
    }
    to {
      transform: scale(0.4);
    }
  }

  .polygon {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    right: 8%;
  }
  .polygon2 .polygonTxt {
    height: 210px;
  }

  .polygonTxt > a {
    padding-top: 10px;
  }

  .polygonTxt > a > h3 {
    font-size: 22px;
    color: rgba(10, 27, 215, 1);
  }

  .polygonTxt > a > div {
    width: 25px;
    height: 3px;
    background: rgba(14, 177, 236, 1);
    margin: 10px auto;
  }

  .polygonTxt > a > p {
    font-size: 19 px;
  }

  .polygonTxt > a > p:nth-child(even) {
    font-size: 15px;
  }

  .polygonTxt > a > p > img {
    width: 20px;
  }

  .platformBg {
    height: 135px;
  }

  .platformImg > img {
    height: 95px;
  }

  .w-scrollDown {
    display: block;
    position: absolute;
    z-index: 2;
    top: 75%;
    right: 13%;
    cursor: pointer;
  }

  .scrollBorder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    width: 140px;
    height: 50px;
    overflow: hidden;
    border: none !important;
    border-radius: 150px;
    padding: 0 !important;
    background: #0d21dc !important;
    color: #656565;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    transition: 0.2s all linear;
    text-decoration: initial;
    box-shadow: 0 4px 50px 0 rgb(0 0 0 / 7%);
  }

  .scrollBorder::after {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
  }

  @-webkit-keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }

  .scrollBorder p {
    position: relative;
    z-index: 1;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    top: 0px;
    left: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 150px;
    color: #fff;
    background: #0d21dc;
  }

  .scrollBorder p > i {
    padding-left: 10px;
    color: #fff;
  }

  /* .scrollDown {
    display: block;
    margin: 0 auto;
    padding: 15px 20px;
    position: absolute;
    z-index: 2;
    top: 70%;
    right: 8%;
    cursor: pointer;
    animation-name: scrollDown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-play-state: running;
  }

  @keyframes scrollDown {
    from {
      top: 71%;
    }
    to {
      top: 70%;
    }
  } */

  .m-people1 > img {
    object-fit: cover;
    width: 410px;
  }

  .train > img {
    width: 1099px;
  }

  .transparent {
    min-height: 160px;
  }

  .center {
    width: 100%;
  }

  .contentBox {
    width: 90%;
    margin: 0 auto;
    padding: 30px;
  }

  .content-title {
    font-size: 34px;
  }

  .content-title > summary {
    display: none;
  }

  .content-subtitle {
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: 25px;
    padding: 20px 0;
  }
  .content-text {
    font-size: 18px;
    line-height: 34px;
  }

  .hot-community {
    padding-bottom: 150px;
  }

  .billboardSlide {
    width: 100%;
    margin-top: 35px;
  }

  .billboardSlide .swiper-slide {
    width: 550px !important;
  }

  .billboardSlide > .swiper-pagination {
    display: none;
  }

  .m-people2 > img {
    object-fit: cover;
    width: 594px;
  }

  .lineFriend {
    padding: 40px;
  }

  .lineFriend--img {
    width: 450px;
  }

  .slide {
    margin-top: 25px;
  }

  /* 輪播 */
  .slide .swiper-slide {
    width: 320px !important;
  }

  .swiper-button-prev {
    left: 5%;
  }

  .swiper-button-next {
    right: 5%;
  }

  .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    /* background: #d9d9d9;
    border-radius: 10px;
    opacity: 1 !important; */
  }

  .swiper-pagination-bullet-active {
    width: 50px;
    height: 6px;
    /* background: #00fff0;
    border-radius: 10px; */
  }
}

/* ********************  768  ************************** */

@media (min-width: 768px) {
  .topic {
    width: 80%;
    margin: 0 auto;
  }

  .w-scrollDown {
    top: 75%;
    right: 12%;
  }
}

/* ********************  1024  ************************** */

@media (min-width: 1024px) {
  .header {
    height: 111px;
    padding: 0 20px;
  }

  .header-menu {
    /* width: 90%; */
    /* margin: 0 auto; */
    /* height: 111px; */
  }

  .links {
    display: block;
    width: 100%;
    text-align: center;
  }

  .links a {
    font-size: 15px;
    font-weight: 900;
    color: #ff7d0a;
    text-decoration: none;
    border: 3px solid #ff7d0a;
    background: #0d21dc;
    border-radius: 100px;
    padding: 5px 10px;
    position: relative;
  }

  .links a:nth-child(2),
  .links a:nth-child(4),
  .links a:nth-child(6) {
    margin-left: 10px;
    margin-right: 10px;
  }

  .links a:last-child {
    margin-left: 10px;
  }

  .links a:hover {
    opacity: 0.8;
  }

  .logo-block {
    text-align: center;
  }

  .active {
    background: #ff7d0a !important;
    color: #fff !important;
  }

  /* 測選單 */
  .iconbar {
    display: none;
  }

  .sidebar {
    display: none;
    height: 100vh;
  }

  .main {
    position: relative;
  }

  .topic {
    width: 70%;
  }

  .metroTxt {
    padding: 0 20px;
    font-size: 30px;
    letter-spacing: 1.5px;
  }

  .subtitle {
    padding-left: 20px;
    align-items: center;
  }

  .subtitle h2 {
    font-size: 46px;
  }

  .subtitle div {
    padding-left: 35px;
    margin-top: 0;
  }

  .subtitle p {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .star1 {
    position: absolute;
    bottom: 48%;
    left: 4%;
  }

  @keyframes star1 {
    from {
      transform: scale(0.8);
    }
    to {
      transform: scale(1);
    }
  }

  .oval {
    bottom: 36%;
    left: 42%;
  }

  .oval > img {
    width: 100%;
    object-fit: cover;
  }

  @keyframes oval {
    from {
      bottom: 38%;
    }
    to {
      bottom: 34%;
    }
  }

  .star2 {
    position: absolute;
    top: 8%;
    right: 0%;
  }

  .polygon {
    top: 45%;
    right: 10%;
  }

  .polygonTxt > a > h3 {
    font-size: 25px;
    color: rgba(10, 27, 215, 1);
  }

  .polygonTxt > a > div {
    width: 22px;
    height: 3px;
    background: rgba(14, 177, 236, 1);
    margin: 10px auto;
  }

  .polygonTxt > a > p {
    font-size: 17px;
  }

  .polygonTxt > a > p:nth-child(even) {
    font-size: 15px;
  }

  .polygonTxt > a > p > img {
    width: 20px;
  }

  .platformImg > img {
    width: 100%;
    height: 95px;
    /* object-fit: cover; */
  }

  .w-scrollDown {
    top: 70%;
    right: 13%;
  }

  /* .scrollDown {
    top: 65%;
    right: 10%;
  }

  @keyframes scrollDown {
    from {
      top: 66%;
    }
    to {
      top: 65%;
    }
  } */

  .train {
    position: absolute;
    bottom: -3px;
    left: -20%;
    z-index: 1;
  }

  .slide {
    margin-top: 30px;
  }

  .lineFriend {
    padding: 60px;
  }

  .lineFriend--img {
    /* width: 900px; */
  }
}

/* **************** 1280 ******************* */

@media (min-width: 1280px) {
  .section1 {
    /* background-position:  center; */
  }

  .main {
    height: calc(100vh - 130px);
  }

  .topic {
    width: 70%;
  }

  .metroTxt {
    font-size: 30px;
    letter-spacing: 1.5px;
  }

  .taipeiArea > img {
    /* width: 706px; */
    width: 636px;
  }

  .subtitle {
    display: flex;
    align-items: center;
  }

  .subtitle h2 {
    padding: 15px 25px;
    /* font-size: 52px; */
  }

  .subtitle div {
    margin-top: 0;
  }

  .subtitle p {
    font-size: 22px;
    letter-spacing: 1.1px;
  }

  .star1 {
    position: absolute;
    bottom: 40%;
    left: 15%;
  }

  @keyframes star1 {
    from {
      transform: scale(0.4);
    }
    to {
      transform: scale(0.6);
    }
  }

  .oval {
    bottom: 18%;
    left: 60%;
    transform: scale(1);
  }

  .oval > img {
    width: 227px;
  }

  @keyframes oval {
    from {
      bottom: 20%;
    }
    to {
      bottom: 16%;
    }
  }

  .star2 {
    position: absolute;
    top: 15%;
    right: 5%;
  }

  @keyframes star2 {
    from {
      transform: scale(0.8);
    }
    to {
      transform: scale(0.6);
    }
  }

  .polygon {
    top: 50%;
    right: 5%;
  }

  /* .polygon {
    width: 250px;
    line-height: 228px;
    margin: auto;
    bottom: 5%;
    right: 2%;
  }
  .polygon2 .polygonTxt {
    display: inline-block;
    height: auto;
    line-height: 1;
    width: 250px;
  }

  .polygonTxt > h3 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    color: rgba(10, 27, 215, 1);
  }

  .polygonTxt > div {
    width: 35px;
    height: 4px;
    background: rgba(14, 177, 236, 1);
    margin: 10px auto;
  }

  .polygonTxt > p {
    font-size: 22px;
    font-weight: 700;
    color: rgba(10, 27, 215, 1);
  }

  .polygonTxt > p:nth-child(even) {
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0;
  } */

  .platformBg {
    height: 130px;
  }

  .platformImg > img {
    width: 100%;
    height: 100px;
  }

  .w-scrollDown {
    top: 83%;
    right: 8%;
  }
  /* .scrollDown {
    right: 5%;
    top: 80%;
  }

  @keyframes scrollDown {
    from {
      top: 81%;
    }
    to {
      top: 80%;
    }
  } */

  .m-people1 {
    transform: translateX(0);
    bottom: 20%;
    left: 10%;
    z-index: 1;
  }

  .mrttrain {
    bottom: -1%;
    left: 6%;
  }

  .mrttrain > img {
    width: 50%;
    max-width: 1250px;
    object-fit: cover;
  }

  /* .door {
    position: absolute;
    bottom: -1%;
    left: 2%;
    z-index: 1;
  }

  .door > img {
    width: auto;
    max-width: 484px;
  } */

  .center {
    width: 80%;
    max-width: 1020px;
  }

  .swiper-button-prev {
    left: 7%;
  }

  .swiper-button-next {
    right: 7%;
  }

  /* 背景+++ */
  .spotBg {
    display: block;
    position: absolute;
    bottom: -30%;
    left: 0;
    z-index: 1;
    width: 500px;
    height: 500px;
    border-radius: 50%;
  }

  .spotBg css-doodle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    opacity: 0.5;
  }

  .spotBg2 {
    display: block;
    position: absolute;
    bottom: -30%;
    right: 0;
    z-index: 1;
    width: 500px;
    height: 500px;
    border-radius: 50%;
  }

  .spotBg2 css-doodle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    opacity: 0.5;
  }

  .mrtBg {
    background-color: rgba(81, 92, 113, 0.8);
    padding: 80px 0;
    z-index: 2;
    position: relative;
  }

  .mrtBg-last {
    padding-bottom: 160px;
  }

  .mrtBg-borderUp {
    border-radius: 636px 636px 0px 0px;
  }

  .mrtBg-borderDown {
    border-radius: 0px 0px 593px 593px;
  }

  .adBg {
    background: #d7f3ff;
  }

  .hot-community {
    padding-bottom: 50px;
  }

  .m-hide {
    display: block;
  }

  .m-people2 {
    position: absolute;
    bottom: 12%;
    left: 46%;
    transform: translateX(0);
    z-index: 1;
  }

  .footerBg {
    background: #3f4756;
    padding: 25px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-lineImg {
    order: 1;
    margin-left: 150px;
  }

  .footer-lineImg img {
    width: 450px;
  }

  .scrollToTop {
    bottom: 150px;
    right: 80px;
  }

  .floatTop {
    width: 70px;
    height: 70px;
    font-size: 22px;
  }
}

/* ******************* 1440px ****************** */

@media (min-width: 1440px) {
  .fixed-header {
    background: transparent;
    box-shadow: 0 0 0 0;
  }

  .scroll-down {
    background: #0d21dc;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  }
  .header {
    height: 111px;
  }

  .header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .logo > img {
    width: 200px;
  }

  .links {
    text-align: right;
  }

  .links a {
    font-size: 16px;
    font-weight: 900;
    color: #ff7d0a;
    text-decoration: none;
    padding: 10px 15px;
    border: 3px solid #ff7d0a;
    background: #0d21dc;
    border-radius: 100px;
    position: relative;
  }

  .links a:nth-child(2),
  .links a:nth-child(4),
  .links a:nth-child(6) {
    margin-left: 15px;
    margin-right: 15px;
  }

  .links a:last-child {
    margin-left: 15px;
  }

  .section1 {
    margin-top: 0;
    background-position: 10% center;
  }

  .main > .iconLink {
    display: block;
    position: absolute;
    bottom: 25%;
    left: 1%;
  }

  .main > ul.iconLink > li {
    padding-bottom: 10px;
  }

  .main > ul.iconLink > a {
    text-decoration: none;
    display: inline-block;
  }

  .topic {
    width: auto;
    display: block;
    position: absolute;
    top: 10%;
    left: 40%;
    z-index: 2;
    padding-top: 100px;
  }

  .taipeiArea {
    width: auto;
  }

  .taipeiArea > img {
    /* width: 706px; */
    width: 636px;
  }

  .star1 {
    position: absolute;
    bottom: 50%;
    left: 30%;
  }

  @keyframes star1 {
    from {
      transform: scale(0.6);
    }
    to {
      transform: scale(0.8);
    }
  }

  .oval {
    bottom: 32%;
    left: 60%;
    transform: scale(1);
  }

  .star2 {
    position: absolute;
    top: 9%;
    right: 4%;
  }

  @keyframes star2 {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(0.6);
    }
  }

  .polygon {
    top: 50%;
    right: 1%;
  }

  .w-scrollDown {
    top: 81%;
    right: 3%;
  }

  /* .scrollDown {
    top: 75%;
    right: 1%;
  }

  @keyframes scrollDown {
    from {
      top: 76%;
    }
    to {
      top: 75%;
    }
  } */

  .littlebit {
    display: inline-block;
    position: absolute;
    left: 7%;
    bottom: 15%;
  }

  .littlebit > img {
    width: 40%;
  }

  .mrttrain {
    bottom: -1%;
    left: 12%;
  }

  .mrttrain > img {
    width: 70%;
    max-width: 1250px;
    object-fit: cover;
  }

  .m-people1 {
    left: 25%;
  }

  .m-people2 {
    left: 50%;
  }

  .textMarquee {
    display: flex;
    align-items: center;
    width: 100vw;
    position: absolute;
    bottom: 4%;
    -webkit-animation: loop-slide 60s infinite linear 1s both;
    animation: loop-slide 60s infinite linear 1s both;
  }

  @-webkit-keyframes loop-slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  @keyframes loop-slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  /* .marquee {
    display: flex;
    height: 55px;
    line-height: 50px;
    width: 100vw;
    position: absolute;
    bottom: 4%;
    overflow: hidden;
    width: 100%;
  }
  .txt {
    font-size: 60px;
    white-space: nowrap;
    text-transform: uppercase;
    font-style: italic;
    font-family: Inter;
    letter-spacing: 5px;
    text-shadow: -1px -1px 0 #0a1fe0, 1px -1px 0 #0a1fe0, -1px 1px 0 #0a1fe0,
      1px 1px 0 #0a1fe0;
    color: white;
    padding-left: 10px;
    animation: scroll 40s linear infinite;
  }

  .txt::before {
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 2px #0a1fe0;
    content: attr(data-stroke);
  }

  .txt:nth-child(2) {
    animation: scroll2 40s linear infinite;
    animation-delay: -20s;
  }
  @keyframes scroll {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }

  @keyframes scroll2 {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-200%);
    }
  } */

  .spotBg {
    display: block;
    position: absolute;
    bottom: -50%;
    left: 0;
    z-index: 1;
    width: 600px;
    height: 600px;
    border-radius: 50%;
  }

  .spotBg2 {
    display: block;
    position: absolute;
    bottom: -50%;
    right: 0;
    z-index: 1;
    width: 600px;
    height: 600px;
    border-radius: 50%;
  }

  /* 跑馬燈test  END */

  .center {
    width: 100%;
    max-width: 1440px;
    display: flex;
    padding: 0 10px;
  }
  .contentBox {
    width: 30%;
    max-width: 410px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
  }

  .content-title {
    padding: 15px 25px;
  }

  .redline {
    border: 7px solid #e3002c;
  }

  .blueline {
    border: 7px solid #0070bd;
  }

  .greenline {
    border: 7px solid #008659;
  }

  .orangeline {
    border: 7px solid #f8b61c;
  }

  .brownline {
    border: 7px solid #c48c31;
  }

  .yellowline {
    border: 7px solid #fcda01;
  }

  .vermilionline {
    border: 7px solid #e7534d;
  }

  .siennaline {
    border: 7px solid #9d915d;
  }

  .content-subtitle {
    font-weight: 600;
    text-align: center;
    padding: 23px 0;
  }

  .slide {
    width: 70%;
    height: 100%;
    margin: 0 auto;
  }

  .my-swiper.swiper {
    margin: auto;
    height: 436px;
  }

  .my-swiper > .swiper-wrapper {
    padding-left: 8px;
  }

  .my-swiper > .swiper-wrapper > .swiper-slide {
    height: 436px !important;
  }

  .my-swiper .slide-content h4 {
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
  }

  .my-swiper .slide-content p {
    font-size: 17px;
    line-height: 24px;
    color: #666;
  }

  .my-swiper .slide-content div {
    text-align: right;
    margin-top: 35px;
  }

  .my-swiper .slide-content div a {
    border-radius: 10px;
    border-color: #1524d3;
    background: #1524d3;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
  }

  .swiper-pagination.swiper-pagination-1,
  .swiper-pagination.swiper-pagination-2,
  .swiper-pagination.swiper-pagination-3,
  .swiper-pagination.swiper-pagination-4,
  .swiper-pagination.swiper-pagination-5,
  .swiper-pagination.swiper-pagination-6,
  .swiper-pagination.swiper-pagination-7,
  .swiper-pagination.swiper-pagination-8 {
    bottom: -4rem;
  }

  .my-swiper > .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    background: #d9d9d9;
    border-radius: 10px;
  }

  .swiper-pagination-bullet-active {
    width: 50px;
    height: 6px;
    background: #00fff0;
    border-radius: 10px;
  }

  .swiper-button-prev {
    left: 1%;
  }

  .swiper-button-next {
    right: 1%;
  }

  .billboardSlide {
    width: 1160px;
    /* margin: 35px auto 0; */
  }

  .billboardSlide .swiper-wrapper {
    margin-left: 50px;
  }

  .footerBg {
    padding: 40px;
  }

  .footer-lineImg img {
    width: 765px;
  }
}

@media (min-width: 1620px) {
  .billboardSlide {
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .header-menu {
    width: 90%;
    margin: 0 auto;
  }

  .links a {
    font-size: 16px;
    padding: 10px 20px;
    border: 3px solid #ff7d0a;
  }

  .links a:nth-child(2),
  .links a:nth-child(4),
  .links a:nth-child(6) {
    margin-left: 20px;
    margin-right: 20px;
  }

  .links a:last-child {
    margin-left: 20px;
  }

  .main > .iconLink {
    display: block;
    position: absolute;
    bottom: 25%;
    left: 1%;
  }

  .topic {
    left: 45%;
  }

  .taipeiArea > img {
    width: 706px;
  }

  .littlebit {
    left: 5%;
    bottom: 22%;
  }

  .littlebit > img {
    width: 648px;
  }

  .mrttrain {
    left: 10%;
  }

  .mrttrain > img {
    /* width: 1587px; */
    width: auto;
  }

  .star1 {
    position: absolute;
    bottom: 33%;
    left: 40%;
  }

  @keyframes star1 {
    from {
      transform: scale(0.6);
    }
    to {
      transform: scale(0.8);
    }
  }

  .oval {
    bottom: 32%;
    left: 60%;
    transform: scale(1);
  }

  @keyframes oval {
    from {
      bottom: 34%;
    }
    to {
      bottom: 30%;
    }
  }

  .star2 {
    position: absolute;
    top: 15%;
    right: 5%;
  }

  @keyframes star2 {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(0.6);
    }
  }

  .polygon {
    top: 50%;
    right: 5%;
  }

  .w-scrollDown {
    top: 80%;
    right: 6%;
  }

  /* .scrollDown {
    top: 74%;
    right: 5%;
  }

  @keyframes scrollDown {
    from {
      top: 75%;
    }
    to {
      top: 74%;
    }
  } */

  .center {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
  }

  .contentBox {
    max-width: 418px;
  }

  .slide {
    margin-top: 0;
    margin-left: 15px;
  }

  .billboardSlide {
    width: 1715px;
    margin: 35px auto 0;
  }

  .billboardSlide .swiper-wrapper {
    margin-left: 25px;
  }
}

@media (min-width: 2560px) {
  .header-menu {
    max-width: 1920px;
  }

  .main > .iconLink {
    left: 3%;
  }

  .topic {
    left: 50%;
  }

  .mrttrain {
    left: 12%;
  }

  .littlebit {
    left: 8%;
    bottom: 18%;
  }
}

@media (max-width: 767.99px) {
  /* .adBg2 {
    height: 10vh;
  } */

  .people01,
  .location01 {
    display: none;
  }

  .location02 {
    bottom: 30%;
    right: 10%;
  }

  .people02.location02 > img {
    width: 375px;
  }
}
