@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Noto Sans TC';
  vertical-align: baseline;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: .05em;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

body,
html {
  overflow-anchor: none;
  width: 100%;
  height: auto;
  color: #333;
  background: #fff;
  position: relative;
}

html {
  font-size: 26px;
  letter-spacing: 1px;

}

.toggle,
.hide {
  display: none;
}

.footer {
  width: 100%;
  color: #fff;
  background: #333333;
  padding: 25px 0 30px 0;
  text-align: center;
  font-size: 18px;
  font-family: "zen-maru-gothic",
    sans-serif;
}

.footer a {
  margin: 0 0 0 10px;
}

a {
  color: inherit;
}

.logo {
  position: absolute;
  background: url(../img/logo.svg) no-repeat center #fff;
  width: 220px;
  height: 70px;
  top: 0;
  left: 0;
  border-radius: 0 0 40px 0;
  display: block;
  z-index: 10;
}


.hamburger {
  position: absolute;
  width: 40px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  right: 5%;
  top: calc(50% - 10px);
  z-index: 100;
  display: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 4px;
  background: #333;
  transition: 0.3s ease;
}

.hamburger span:nth-child(1) {
  background: #40af36;
}

.hamburger span:nth-child(2) {
  background: transparent;
}

.hamburger span:nth-child(3) {
  background: #007ab0;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  opacity: 0;
  z-index: 90;
  border-radius: 0 0 0 40px;
  overflow: hidden;
}


.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: white;

}

.menu ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: .8;
  text-align: left;
  border-bottom: 6px solid transparent;
}

/*007ab0*/
.menu ul li:last-child {
  background-color: #007ab0;
}

.menu ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  transition: 0.2s ease;
  padding: 21px 22px;
  letter-spacing: .12em;
  display: block;
}

.menu ul li:last-child a,
.menu ul li.active:last-child a {
  color: white;
  padding: 8px 22px;
}

.menu ul li.active {
  border-bottom: 6px solid #14608c;
}

.menu ul li a:hover {
  color: #f7b400;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

.menu.active {
  left: 0;
  opacity: 1;
}


.kv {
  width: 100%;
  height: 1080px;
  background: #0b5984 url('../img/kv.jpg') center 0 no-repeat;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.bg {
  width: 100%;
  height: 1080px;
  background: #0b5984 url('../img/kv.jpg') center 0 no-repeat;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-size: cover;
  animation: big 30s infinite;
}

.main {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 100px auto 0;
  text-align: left;
  display: inline-block;
  position: relative;
  left: calc(50% - 500px);
  z-index: 10;
}

.metroPoint {
  position: relative;
  background: url('../img/MP.svg') center top no-repeat;
  width: 295px;
  height: 310px;
  display: block;
  margin: 50px 0 60px;
}

.mainTxt {
  position: relative;
  background: url('../img/MainTxt.svg') center top no-repeat;
  width: 550px;
  height: 70px;
  display: block;
  animation: shing 2.5s infinite;
  margin-bottom: 40px;
}

.subTxt {
  position: relative;
  background: url('../img/SubTxt.svg') center top no-repeat;
  width: 488px;
  height: 70px;
  display: block;
  margin-bottom: 15px;
}

.scroll {
  position: absolute;
  background: url('../img/scroll.svg') center top no-repeat;
  width: 27px;
  height: 26px;
  display: block;
  left: calc(50% - 13px);
  top: 70%;
  animation: moveDown 2.5s infinite;
}

.p-list {
  position: absolute;
  top: 30%;
  left: 80%;
}

.d1,
.d2,
.d3 {
  background: url('../img/dot.svg') center top no-repeat;
}

.d1 {
  width: 90px;
  height: 90px;
  margin-left: 200px;
  opacity: .5;
}

.d2 {
  width: 100px;
  height: 100px;
  opacity: .7;
  margin: 20px 0 20px;

}

.d3 {
  width: 237px;
  height: 237px;
  margin-left: 40px;
  opacity: .8;
}

.p1 {
  background: rgb(222, 255, 255);
  background: linear-gradient(90deg, rgba(222, 255, 255, 1) 0%, rgba(231, 252, 215, 1) 100%);
  width: 100%;
  padding: 40px 20px 60px;
}

.p2 {
  background: #fffedc;
  width: 100%;
  padding: 60px 20px 60px;
}

.p3 {
  background: #f3fceb;
  width: 100%;
  padding: 60px 20px 40px;
}

.p4 {
  background: #deffff;
  width: 100%;
  padding: 60px 20px 40px;
}

.content {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}

h2 {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: .15em;
  text-align: center;
  margin: 40px auto;
  font-family: "zen-maru-gothic",
    sans-serif;
  display: table;
  font-weight: 600;
  color: white;
  padding: 20px 30px;
  background: rgb(64, 175, 54);
  background: linear-gradient(90deg, rgba(64, 175, 54, 1) 0%, rgba(0, 122, 176, 1) 100%);
  border-radius: 50px;
}


.p3 h3 span {
  position: absolute;
  background: url('../img/arrow.svg') 0 0 no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
  font-size: 0;
  top: 10px;
  right: -20px;
}


h3 {
  font-size: 28px;
  color: #333;
  text-align: center;
  margin: 30px auto;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  font-family: "zen-maru-gothic",
    sans-serif;
  position: relative;
}

.icon-list {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.p1 .icon-list li {
  width: 33%;
  padding: 20px 40px;
}

.p4 .icon-list {
  max-width: 920px;
  margin: 0 auto;
}

.p4 .icon-list li {
  width: 33%;
  padding: 10px 0px;
}

.p3 .icon-list li {
  width: 25%;
  padding: 20px 10px;
}

.p3 img {
  max-width: 100%;
}

.p1 img {
  height: 250px;
}

.icon-block {
  display: flex;
  justify-content: space-around;
}

.icon-block li {
  width: 28%;
  background: white;
  border-radius: 160px;
  padding: 40px 30px;
  cursor: pointer;
}

.step1 {
  padding: 45px;
}

.step1 .link {
  display: block;
  margin: 30px auto;
}

.link a {
  margin-bottom: 15px;
  transition: all .3s;
}

.link a:hover {
  filter: brightness(120%);
}

.other-menu {
  text-align: center;
  background: #40AF36;
  background: linear-gradient(90deg, rgba(64, 175, 54, 1) 0%, rgba(0, 122, 176, 1) 100%);
  width: 100%;
  color: white;
}

.other-menu li {
  display: inline-block;
  font-size: 26px;
  color: white;
  text-align: center;
  margin: 40px 20px 40px;
  font-weight: 600;
  font-family: "zen-maru-gothic",
    sans-serif;

}

.other-menu li a {
  font-family: inherit;
  display: block;
}

.other-menu li:hover {
  color: #fbc700;
}

dotlottie-player {
  margin: 0 auto;
  max-width: 100%;
}

.video-block {
  border: 2px solid #007ab0;
  border-radius: 24px;
  padding: 3px;
  margin: 30px auto;
  display: block;
  height: 186px;
}

#myVideo {
  border-radius: 20px;
  max-width: 100%;
}

.v-btn {
  display: flex;
  justify-content: space-evenly;
  margin: 10px auto;
  flex-wrap: wrap;
  text-align: center;
}

.v-btn li {
  width: 30%;
  color: #333;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  font-family: "zen-maru-gothic",
    sans-serif;
  margin: 20px 0;
}

h5 {
  font-family: inherit;
  letter-spacing: 0.15em;
}

h5 span {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
}

h5::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url('../img/play-icon.svg') 0 0 no-repeat;
  display: inline-block;
  margin: 0px 5px 0;
  vertical-align: middle;
}


@-webkit-keyframes shing {
  0% {
    filter: brightness(100%);
  }

  50% {
    filter: brightness(120%);
  }

  100% {
    filter: brightness(100%);
  }
}

@keyframes shing {
  0% {
    filter: brightness(100%);
  }

  50% {
    filter: brightness(120%);
  }

  100% {
    filter: brightness(100%);
  }
}

@keyframes moveDown {
  0% {
    top: 70%;
  }

  50% {
    top: 72%;
  }

  100% {
    top: 70%;
  }
}

@keyframes jumpP {
  0% {
    margin-bottom: 0;
  }

  50% {
    margin-bottom: 80px;
  }

  100% {
    margin-bottom: 0;
  }
}

@keyframes big {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}