* {
  font-family: '微軟正黑體';
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Microsoft JhengHei;
}

h1 {
  font-size: 17pt;
}

h3 {
  line-height: 27px;
  font-size: 12pt;
  letter-spacing: 1px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
}

section {
  position: absolute;
  overflow: hidden;
}

#page2 {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

body {
  position: relative;
  overflow: hidden;
}

.bg-img {
  width: 100vw;
  background-image: url('../img/BG.jpg');
  position: fixed;
  top: 0;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;

  margin-top: 30px;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80vw;
  padding: 0 0 70px;
}

.logo_1 {
  width: 60%;
  margin: 0 auto 40px;

  animation-name: show_back;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.circle {
  position: relative;
  width: 100%;
  cursor: pointer;

  animation-name: show_back;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.circle > :nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 90%;
  z-index: 3;
}

.circle > :nth-child(3) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 90%;
  opacity: 0;
}

.circle:hover {
  transform: scale(1.1, 1.1);
}

.circle svg {
  width: 40%;
  position: absolute;
  z-index: 2;
  left: -1%;
  top: 49%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.circle #svgIn {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}

.circle #svgOut {
  -webkit-transform: translate(130%, -180%) rotate(0deg) scale(1);
  transform: translate(130%, -180%) rotate(0deg) scale(1);
}

.circle:hover svg {
  opacity: 1;
}

.bg-buttomLine {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: -30%;
  width: 220vw;
  padding: 10px;
}

.logo {
  position: fixed;
  z-index: 1;
  bottom: 5%;
  width: 100vw;

  animation-name: show_back;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.logo > :nth-child(1) {
  width: 80vw;
  max-width: 500px;
  margin: auto;
}

.videoItem {
  width: 40vh;
  margin: auto;
}

.videoItem video {
  width: 100%;
  height: auto;
  display: block;
  border: 4px solid black;
}

.flex-page2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-page2 .logo_1 {
  margin: 5px auto;
  width: 40%;
  max-width: 250px;
}

.flex-page2 > :nth-child(1) {
  height: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-page2 > :nth-child(2) {
  height: 57%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ada7a1),
    to(#e2d9cf)
  );
  background: linear-gradient(#ada7a1, #e2d9cf);
  opacity: 0.6;
}

.flex-page2 .message {
  padding: 25px 25px 0;
  height: 78%;
}

.flex-page2 .message > :nth-child(1) {
  height: 100%;
  overflow: auto;
  padding: 0 25px 0 0;
}

.flex-page2 .message .item .title {
  border-bottom: 1px solid gray;
  padding: 0 0 2px;
  font-size: 16px;
  font-weight: 700;
}

.flex-page2 .message .item .info {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
}

.flex-page2 .enter {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 16px;
  left: 0px;
}

.flex-page2 .enter a {
  display: block;
  width: 15vw;
  max-width: 80px;
  margin: auto;
}

.flex-page2 .enter :hover {
  transform: scale(1.1, 1.1);
}

.onlyDesktop {
  display: none;
}

@media screen and (min-width: 550px) {
  .flex-page2 .enter {
    position: relative;
  }
}

@keyframes show_back {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-height: 400px) {
  .container {
    margin-top: 0px;
  }

  .flex {
    width: 35vw !important;
    padding: 0 0 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex .logo_1 {
    margin: 10px;
  }
  .logo > :nth-child(1) {
    width: 50vw;
    max-width: 500px;
    margin: auto;
  }
  .bg-buttomLine {
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  .container {
    margin-top: 0px;
  }

  .circle {
    position: relative;
    width: 80%;
    cursor: pointer;
  }
}

@media screen and (min-width: 600px) {
  .container {
    margin-top: 0px;
  }

  .flex {
    width: 50vw;
  }
  .bg-buttomLine {
    width: 130vw;
    left: -20%;
  }
  .message {
    width: 80%;
    margin: auto;
  }
  .message .item .title {
    font-size: 20px !important;
    font-weight: 700;
  }
  .message .item .info {
    font-size: 18px !important;
    font-weight: 500;
  }
}

@media screen and (min-width: 1180px) {
  .flex {
    width: 25vw;
    padding: 0 0 100px;
  }
  .bg-buttomLine {
    width: 100vw;
    left: 0%;
  }
  .bg-people {
    background-image: url('../img/BG.jpg');
    position: fixed;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .bg-people .flexRow {
    width: 100vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.5;
  }
  .flex-page2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-page2 > :nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    height: 70vh;
    padding: 0 0 200px;
  }
  .flex-page2 > :nth-child(2) {
    width: 45vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-page2 > :nth-child(2) .message {
    padding: 0;
    margin: 0;
  }
  .flex-page2 > :nth-child(2) .message > :nth-child(1) {
    height: 60vh;
    margin: 20px;
  }
  .flex-page2 > :nth-child(2) .enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 80px;
  }
  .flex-page2 > :nth-child(2) .enter a {
    margin: 0 30px;
  }
  .flex-page2 .bg-pole {
    width: 20vw;
    bottom: 32px;
    right: 22%;
    position: fixed;
    background-image: url('../img/pole.png');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  .videoItem {
    width: 40vw;
  }
  .videoItem video {
    border: 13px solid black;
  }
  .onlyDesktop {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
