*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

header #head_logo {
  visibility: hidden;
  opacity: 0;
}

header #head_logo.active {
  visibility: visible;
  opacity: 1;
}

header #head_logo {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

header::after {
  background-color: transparent;
}

.pace .pace-progress {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.scroll_tip {
  position: fixed;
  background-image: url(../images/scroll.svg);
  width: 100px;
  height: 80px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 1;
  z-index: 50;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scroll_tip.hidden {
  opacity: 0;
  pointer-events: none;
}

#home_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #C6C6C6;
  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;
}

#home_loader .sign {
  position: absolute;
  width: 520px;
  height: 520px;
  display: block;
}

#home_loader .sign.rotate img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

#home_loader .sign.end img {
  -webkit-transform: rotate(360deg) !important;
          transform: rotate(360deg) !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#home_loader .sign img {
  position: absolute;
  width: 65px;
  left: 50%;
  margin-left: -32px;
  -webkit-transform-origin: 32px 225px;
          transform-origin: 32px 225px;
  opacity: 1 !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#home_loader .sign img.active {
  opacity: 1;
}

#home_map {
  display: block;
  position: relative;
  height: 300vh;
  top: 0;
  left: 0;
}

#home_map .taiwan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  height: 100vh;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 3;
}

#home_map .taiwan img {
  height: 700px;
  position: absolute;
  max-width: 9999px;
  -webkit-transform: scale(2);
          transform: scale(2);
  z-index: 1;
}

#home_map .taiwan .point {
  z-index: 3;
  opacity: 0;
  -webkit-transform: scale(2) translateY(-50px) translateX(0);
          transform: scale(2) translateY(-50px) translateX(0);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#home_map .taiwan .point.show {
  opacity: 1;
  -webkit-transform: scale(2) translateY(0);
          transform: scale(2) translateY(0);
}

#home_map .taiwan .point.shine2 {
  -webkit-animation: shining2 2s ease;
          animation: shining2 2s ease;
}

#home_map .taiwan .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  background-color: #00C78B;
  -webkit-transform: translateX(100px) translateY(-260px) scale(0);
          transform: translateX(100px) translateY(-260px) scale(0);
  -webkit-transition: all 1.2s ease 1.2s;
  transition: all 1.2s ease 1.2s;
}

#home_map .taiwan .dot.show {
  -webkit-transform: translateX(0) translateY(0) scale(1);
          transform: translateX(0) translateY(0) scale(1);
  opacity: .7;
}

#home_map .taiwan .dot.shine2 {
  -webkit-animation: shining2 2s ease;
          animation: shining2 2s ease;
}

#home_map .taiwan .dot:nth-child(even) {
  -webkit-transition: all 1.2s ease 1s;
  transition: all 1.2s ease 1s;
}

#home_map .taiwan .dot.big {
  width: 36px;
  height: 36px;
  left: 50% !important;
  top: 50% !important;
  margin-top: -18px;
  margin-left: -18px;
  -webkit-transform: translateX(100px) translateY(-400px) scale(0);
          transform: translateX(100px) translateY(-400px) scale(0);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

#home_map .taiwan .dot.big.shine {
  -webkit-animation: shining 2s ease infinite alternate;
          animation: shining 2s ease infinite alternate;
}

#home_map .taiwan .dot.big.show {
  -webkit-transform: translateX(0) translateY(0) scale(1);
          transform: translateX(0) translateY(0) scale(1);
  opacity: .7;
}

#home_map .taiwan .dot.big.show::after {
  opacity: 0;
  -webkit-transition: all 0.8s ease 1s;
  transition: all 0.8s ease 1s;
}

#home_map .taiwan .dot.big::after {
  content: '';
  background-image: url(../images/home/tail.svg);
  display: block;
  position: absolute;
  width: 150px;
  height: 443px;
  background-repeat: no-repeat;
  bottom: 20px;
  background-size: 151px;
  background-position: bottom left;
  left: 4px;
}

#home_map .taiwan .dot:nth-child(1) {
  left: 40%;
  top: 40%;
}

#home_map .taiwan .dot:nth-child(2) {
  left: 86%;
  top: 26%;
}

#home_map .taiwan .dot:nth-child(3) {
  left: 70%;
  top: 44%;
}

#home_map .taiwan .dot:nth-child(4) {
  left: 19%;
  top: 45%;
}

#home_map .taiwan .dot:nth-child(5) {
  left: 54%;
  top: 84%;
}

#home_map .taiwan .dot:nth-child(6) {
  left: 31%;
  top: 80%;
}

#home_map .taiwan .dot:nth-child(7) {
  left: 70%;
  top: 11%;
}

#home_map .taiwan .dot:nth-child(8) {
  left: 47%;
  top: 34%;
}

#home_map .taiwan .dot:nth-child(9) {
  left: 77%;
  top: 40%;
}

#home_map .taiwan .dot:nth-child(10) {
  left: 12%;
  top: 30%;
}

#home_map .taiwan .dot:nth-child(11) {
  left: 25%;
  top: 73%;
}

#home_map .taiwan .dot:nth-child(12) {
  left: 47%;
  top: 78%;
}

#home_map .taiwan .dot:nth-child(13) {
  left: 25%;
  top: 79%;
}

#home_map .taiwan .dot:nth-child(14) {
  left: 100%;
  top: 39%;
}

#home_map .taiwan .dot:nth-child(15) {
  left: 82%;
  top: 26%;
}

#home_map .taiwan .dot:nth-child(16) {
  left: 4%;
  top: 74%;
}

#home_map .taiwan .dot:nth-child(17) {
  left: 19%;
  top: 74%;
}

#home_map .taiwan .dot:nth-child(18) {
  left: 97%;
  top: 69%;
}

#home_map .taiwan .dot:nth-child(19) {
  left: 50%;
  top: 29%;
}

#home_map .taiwan .dot:nth-child(20) {
  left: 44%;
  top: 14%;
}

#home_map .taiwan .dot:nth-child(21) {
  left: 20%;
  top: 73%;
}

#home_map .taiwan .dot:nth-child(22) {
  left: 95%;
  top: 95%;
}

#home_map .taiwan .dot:nth-child(23) {
  left: 42%;
  top: 50%;
}

#home_map .taiwan .dot:nth-child(24) {
  left: 82%;
  top: 54%;
}

#home_map .taiwan .dot:nth-child(25) {
  left: 55%;
  top: 44%;
}

#home_map .taiwan .dot:nth-child(26) {
  left: 78%;
  top: 24%;
}

#home_map .taiwan .dot:nth-child(27) {
  left: 65%;
  top: 33%;
}

#home_map .taiwan .dot:nth-child(28) {
  left: 79%;
  top: 19%;
}

#home_map .taiwan .dot:nth-child(29) {
  left: 41%;
  top: 77%;
}

#home_map .taiwan .dot:nth-child(30) {
  left: 66%;
  top: 32%;
}

#home_map .taiwan .dot:nth-child(31) {
  left: 1%;
  top: 49%;
}

#home_map .taiwan .dot:nth-child(32) {
  left: 5%;
  top: 31%;
}

#home_map .taiwan .dot:nth-child(33) {
  left: 65%;
  top: 73%;
}

#home_map .taiwan .dot:nth-child(34) {
  left: 73%;
  top: 82%;
}

#home_map .taiwan .dot:nth-child(35) {
  left: 81%;
  top: 38%;
}

#home_map .taiwan .dot:nth-child(36) {
  left: 57%;
  top: 37%;
}

#home_map .taiwan .dot:nth-child(37) {
  left: 31%;
  top: 4%;
}

#home_map .taiwan .dot:nth-child(38) {
  left: 90%;
  top: 29%;
}

#home_map .taiwan .dot:nth-child(39) {
  left: 32%;
  top: 41%;
}

#home_map .taiwan .dot:nth-child(40) {
  left: 1%;
  top: 18%;
}

#home_map .taiwan .dot:nth-child(41) {
  left: 22%;
  top: 23%;
}

#home_map .taiwan .dot:nth-child(42) {
  left: 46%;
  top: 17%;
}

#home_map .taiwan .dot:nth-child(43) {
  left: 70%;
  top: 14%;
}

#home_map .taiwan .dot:nth-child(44) {
  left: 25%;
  top: 55%;
}

#home_map .taiwan .dot:nth-child(45) {
  left: 26%;
  top: 93%;
}

#home_map .taiwan .dot:nth-child(46) {
  left: 20%;
  top: 55%;
}

#home_map .taiwan .dot:nth-child(47) {
  left: 56%;
  top: 39%;
}

#home_map .taiwan .dot:nth-child(48) {
  left: 65%;
  top: 70%;
}

#home_map .taiwan .dot:nth-child(49) {
  left: 16%;
  top: 38%;
}

#home_map .taiwan .dot:nth-child(50) {
  left: 61%;
  top: 23%;
}

#home_map .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  height: 100vh;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 5;
}

#home_map .map img {
  opacity: 0;
  height: 1600px;
  position: absolute;
  max-width: 9999px;
  margin-top: -37px;
}

@-webkit-keyframes shining2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shining2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes shining {
  0%, 40% {
    opacity: .7;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(1.2);
            transform: translateY(0) scale(1.2);
  }
}

@keyframes shining {
  0%, 40% {
    opacity: .7;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(1.2);
            transform: translateY(0) scale(1.2);
  }
}

#logo {
  width: 195px;
  position: fixed;
  bottom: 70px;
  left: 5%;
  z-index: 10;
}

#logo img {
  width: 140px;
}

#logo .text {
  position: absolute;
  top: 1px;
  left: 170px;
  width: 250px;
  font-size: 15px;
  line-height: 22px;
}

#logo .t1 {
  position: relative;
  display: block;
  font-size: 15px;
}

#logo .t2 {
  position: relative;
  display: block;
  font-size: 12px;
}

#voice {
  display: none;
}

.voice_control {
  z-index: 1000;
  opacity: 0;
}

.voice_control.show {
  opacity: 1;
}

.homelogo {
  position: fixed;
  left: 1%;
  top: 0;
  opacity: 0;
  height: 85vh;
  z-index: 1000;
}

.homelogo img {
  max-height: 100%;
}

.homelogo.show {
  -webkit-transition: all 1.2s ease .2s;
  transition: all 1.2s ease .2s;
  opacity: 1;
}

.homelogo.hide {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media only screen and (max-height: 920px) and (min-width: 1024px) {
  #home_map .taiwan img {
    height: 615px;
    margin-top: -25px;
  }
}

@media only screen and (max-height: 650px) and (min-width: 1024px) {
  #home_map .taiwan img {
    height: 520px;
    margin-top: -25px;
  }
}

#heart {
  height: 250vh;
}

#heart .line {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 1450px;
  z-index: 5;
}

#heart .line div {
  position: absolute;
  top: 5px;
  height: 100%;
  overflow: hidden;
  left: -29px;
}

#heart .line img {
  width: 1450px;
  margin-top: -37px;
  margin-left: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  max-width: 1450px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#heart .text {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #00C78B;
  font-weight: bold;
  width: 700px;
  text-align: left;
  margin-left: -110px;
  margin-top: -3px;
  opacity: 0;
}

#mobile_text {
  display: none;
}

#heart_page {
  height: 100vh;
  min-height: 700px;
}

#heart_page .head_title {
  position: absolute;
  font-size: 51px;
  color: #0C0C0C;
  text-align: center;
  width: 90%;
  left: 5%;
  top: -100px;
}

#heart_page .text_box {
  position: absolute;
  color: #00C78B;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  letter-spacing: 2px;
  z-index: 5;
}

@media all and (min-width: 1025px) {
  #heart_page .text_box:hover .title {
    opacity: 0;
  }
  #heart_page .text_box:hover .text {
    opacity: 1;
  }
}

#heart_page .text_box .title {
  position: relative;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#heart_page .text_box .text {
  color: black;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 12px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#heart_page .text_box.text1 {
  top: 50%;
  margin-top: -14px;
  left: 10px;
  width: 220px;
  line-height: 28px;
  text-align: right;
}

#heart_page .text_box.text2 {
  top: 50px;
  left: 50%;
  width: 640px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

#heart_page .text_box.text3 {
  top: 100%;
  left: 50%;
  width: 640px;
  margin-top: -46px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#heart_page .text_box.text4 {
  top: 50%;
  right: -50px;
  margin-top: -14px;
  width: 280px;
  line-height: 28px;
  text-align: left;
}

#heart_page .heart_page {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0%;
  height: 100%;
}

#heart_page .heart_page_box {
  max-width: 1300px;
  height: 570px;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
}

#heart_page .top_line {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

#heart_page .top_line .line {
  position: relative;
  height: 380px;
  width: 800px;
  display: block;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

#heart_page .top_line .line div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  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-transition: all .5s ease;
  transition: all .5s ease;
}

#heart_page .top_line .line div.show {
  opacity: 1;
}

#heart_page .top_line .line div.line0 {
  top: 27px;
}

#heart_page .top_line .line div.line1 {
  top: -6px;
}

#heart_page .top_line .line div.line2 {
  top: 14px;
}

#heart_page .top_line .line div.line3 {
  top: -10px;
}

#heart_page .top_line .line div.line4 {
  top: 0;
}

#heart_page .top_line .line div::before {
  content: '';
  background-color: white;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-animation: line_ani 6s ease infinite;
          animation: line_ani 6s ease infinite;
}

#heart_page .top_line .line div::after {
  content: '';
  background-color: white;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-animation: line_ani 6s ease infinite 4s;
          animation: line_ani 6s ease infinite 4s;
}

#heart_page .top_line .line img {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 380px;
}

@-webkit-keyframes line_ani_opacity {
  0%, 100% {
    opacity: 0;
  }
  35%, 80% {
    opacity: 1;
  }
}

@keyframes line_ani_opacity {
  0%, 100% {
    opacity: 0;
  }
  35%, 80% {
    opacity: 1;
  }
}

@-webkit-keyframes line_ani {
  0% {
    width: 30%;
    left: -30%;
  }
  100% {
    left: 100%;
    width: 60%;
  }
}

@keyframes line_ani {
  0% {
    width: 30%;
    left: -30%;
  }
  100% {
    left: 100%;
    width: 60%;
  }
}

@-webkit-keyframes line_ani_s {
  0% {
    width: 30%;
    left: -100%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

@keyframes line_ani_s {
  0% {
    width: 30%;
    left: -100%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

#two_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
}

#two_block .two_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
}

#two_block .box {
  position: relative;
  width: 50%;
  height: 100vh;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: white;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#two_block .box .title {
  position: relative;
  font-size: 12vw;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 60px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#two_block .box .text {
  position: absolute;
  font-size: 47px;
  top: 50%;
  margin-top: 150px;
  color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#two_block .box .text::after {
  content: '';
  position: absolute;
  width: 0%;
  background-color: #FFFF00;
  height: 3px;
  bottom: -43px;
  left: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#two_block .box.left {
  position: relative;
  background-color: white;
  background-color: #E3E3E3;
}

#two_block .box.left .title {
  color: #FFFF00;
}

#two_block .box.left .text {
  color: #FFFF00;
}

#two_block .box.left .text::after {
  background-color: #FFFF00;
}

#two_block .box.right {
  position: relative;
}

#two_block .box.right .title {
  color: #00C78B;
}

#two_block .box.right .text {
  color: #00C78B;
}

#two_block .box.right .text::after {
  content: '';
  position: absolute;
  width: 0%;
  background-color: #00C78B;
  height: 3px;
  bottom: -43px;
  left: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media all and (min-width: 1025px) {
  #two_block .box:hover .text::after {
    width: 90%;
    left: 5%;
  }
}

.close {
  position: absolute;
  right: 3%;
  top: 22px;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 50;
}

@media all and (min-width: 1025px) {
  .close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#jumpbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  opacity: 0;
  display: none;
  z-index: 200;
  pointer-events: auto;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#jumpbox.show {
  opacity: 1;
}

#jumpbox .content_block {
  position: relative;
  width: 100%;
  height: 100%;
}

#jumpbox .swiper-container {
  height: 100%;
}

#jumpbox .swiper-pagination {
  bottom: 27px;
  width: auto;
  right: 34px;
  left: auto;
}

#jumpbox .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  margin-left: 10px;
  border: 1px solid #1EC086;
}

#jumpbox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1EC086;
}

#jumpbox .swiper-button-next {
  background-image: none;
  background-size: 0;
  width: 35px;
  height: 70px;
  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;
  right: 6px;
}

#jumpbox .swiper-button-next img {
  position: relative;
}

#jumpbox .swiper-button-prev {
  background-image: none;
  background-size: 0;
  width: 35px;
  height: 70px;
  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;
  left: 6px;
}

#jumpbox .swiper-button-prev img {
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#jumpbox .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 110px;
  padding-bottom: 50px;
}

#jumpbox .box .infomation {
  position: relative;
  width: 30%;
  padding-left: 30px;
  padding-right: 100px;
}

#jumpbox .box .lang {
  margin-bottom: 14px;
  position: relative;
  font-size: 18px;
  color: gray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 3px;
}

#jumpbox .box .lang .tw {
  position: relative;
  margin-right: 3px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#jumpbox .box .lang .en {
  position: relative;
  margin-left: 3px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media all and (min-width: 1025px) {
  #jumpbox .box .lang div:hover {
    color: black;
  }
}

#jumpbox .box .num {
  color: #1EC086;
  font-weight: bold;
  font-size: 25px;
  display: block;
  margin-bottom: 50px;
}

#jumpbox .box .title {
  position: relative;
  FONT-SIZE: 52px;
  display: block;
  color: black;
  line-height: 53px;
  margin-bottom: 30px;
}

#jumpbox .box .en_title {
  position: relative;
  FONT-SIZE: 35px;
  display: block;
  color: #808080;
  line-height: 38px;
  margin-bottom: 60px;
}

#jumpbox .box .text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  display: block;
  margin-bottom: 100px;
}

#jumpbox .box .text.text_en {
  display: none;
}

#jumpbox .box .info {
  font-size: 13px;
  line-height: 20px;
  display: block;
  position: relative;
}

#jumpbox .box .info ul {
  position: relative;
}

#jumpbox .box .info ul li {
  position: relative;
  padding-bottom: 12px;
}

#jumpbox .box .img_block {
  position: relative;
  width: 70%;
  height: 100%;
  overflow: hidden;
}

#jumpbox .box .img_block .swiper-slide {
  height: 100%;
  overflow: hidden;
}

#jumpbox .box .img_block .swiper-slide.swiper-slide-active .bg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#jumpbox .box .img_block .swiper-slide .bg {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all .8s ease .2s;
  transition: all .8s ease .2s;
}

#jumpbox .box .img_block .swiper-slide .bg img {
  position: relative;
  opacity: 0;
}

#city_mind, #left_mind, #right_mind {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 0%;
  left: 0;
  z-index: 50;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  pointer-events: none;
  visibility: hidden;
  background-color: white;
  z-index: -1;
}

#city_mind.show, #left_mind.show, #right_mind.show {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 90;
}

#city_mind .close, #left_mind .close, #right_mind .close {
  position: absolute;
  right: 3%;
  top: 100px;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 20px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#city_mind .project_box, #left_mind .project_box, #right_mind .project_box {
  position: relative;
  height: calc(100vh - 185px);
  top: 185px;
  overflow: hidden;
  width: 100%;
}

#city_mind .project_box, #left_mind .project_box, #right_mind .project_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0;
}

#city_mind .project_box .project_link, #left_mind .project_box .project_link, #right_mind .project_box .project_link {
  position: relative;
}

#city_mind .project_box .project_link img, #left_mind .project_box .project_link img, #right_mind .project_box .project_link img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media all and (min-width: 1025px) {
  #city_mind .close:hover, #left_mind .close:hover, #right_mind .close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #city_mind .project_box .project_link:hover img, #left_mind .project_box .project_link:hover img, #right_mind .project_box .project_link:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#left_mind {
  width: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  right: 0;
  left: auto;
  background-color: #e3e3e3;
}

#left_mind.show, #right_mind.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#right_mind {
  left: 0;
  width: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 0;
  background-color: #fff;
}

#left_mind .close {
  right: auto;
  left: 3%;
}

@-webkit-keyframes img_scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 0;
  }
}

@keyframes img_scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 0;
  }
}

.project_link {
  position: relative;
  width: 100%;
  height: 17vw;
  color: white;
  font-size: 14px;
  float: left;
  border-bottom: 2px solid #C8C8C8;
  overflow: hidden;
  padding: 0 0;
}

.project_link:nth-child(even) {
  border-right: 0;
}

.project_link:hover .img::after {
  opacity: .6;
}

.project_link .name {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.project_link .sub_name {
  position: relative;
  font-size: 15px;
  line-height: 20px;
}

.project_link .text {
  position: absolute;
  display: block;
  font-size: 28px;
  line-height: 32px;
  bottom: 45px;
  left: 35px;
  width: 88%;
}

.project_link .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.project_link .img img {
  position: relative;
  opacity: 0;
}

.project_link .img::after {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (max-height: 930px) and (min-width: 1025px) {
  #heart_page .heart_page {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@media only screen and (max-height: 720px) and (min-width: 1025px) {
  #heart_page .heart_page {
    -webkit-transform: scale(0.8) translateY(-30px);
            transform: scale(0.8) translateY(-30px);
  }
  .scroll_tip {
    bottom: 0;
    -webkit-transform: translateX(-50px) scale(0.7);
            transform: translateX(-50px) scale(0.7);
  }
  #heart_page .head_title {
    top: -60px;
  }
}

@media only screen and (max-width: 1500px) {
  #jumpbox .box .title {
    FONT-SIZE: 36px;
    line-height: 44px;
  }
  #jumpbox .box .en_title {
    FONT-SIZE: 26px;
    line-height: 30px;
    margin-bottom: 32px;
  }
  #jumpbox .box .num {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #jumpbox .box .infomation {
    padding-right: 60px;
  }
  #heart_page .top_line .line {
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
  }
  #heart_page .head_title {
    top: -60px;
  }
}

@media only screen and (max-width: 1400px) {
  #heart_page .top_line .line {
    -webkit-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7);
  }
  .close {
    top: 20px;
    RIGHT: 5PX;
  }
  #logo {
    width: 130px;
  }
  #heart_page .head_title {
    font-size: 40px;
    top: -30px;
  }
}

@media only screen and (max-width: 1200px) {
  #heart_page .top_line {
    width: 900px;
    height: 380px;
  }
  #heart_page .top_line .text {
    font-size: 20px;
  }
  #heart_page .top_line .line {
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
  }
  #heart_page .top_line .text.text3 {
    margin-left: -71px;
    margin-top: -53px;
  }
  #heart_page .top_line .text.text2 {
    top: 10px;
  }
  #heart_page .mind .block .box {
    width: 22%;
  }
  #heart_page .heart_page {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  #heart_page .head_title {
    top: 0;
  }
  #two_block .box .text {
    font-size: 35px;
  }
  #two_block .box .text::after, #two_block .box.right .text::after {
    bottom: -20px;
  }
  .project_link .sub_name {
    display: none;
  }
  .project_link .text {
    position: absolute;
    display: block;
    font-size: 24px;
    line-height: 30px;
    bottom: 15px;
    left: 20px;
    width: 88%;
  }
}

@media all and (max-width: 1024px) {
  .scroll_tip {
    background-position: bottom;
    height: 14px;
  }
  #heart .line img {
    margin-top: -0;
  }
  #city_mind .box .img {
    height: 70vw;
  }
  #city_mind .box .memo {
    padding-bottom: 50px;
  }
  #mobile_text {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 205;
  }
  #mobile_text .close {
    position: absolute;
  }
  #mobile_text .box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 90%;
    left: 5%;
    text-align: center;
  }
  #mobile_text .head_title {
    font-size: 20px;
    font-weight: bold;
    display: block;
    position: relative;
    margin-bottom: 0;
  }
  #mobile_text .title {
    position: relative;
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-top: 32px;
    color: #1EC086;
    margin-bottom: 40px;
    font-weight: bold;
  }
  #mobile_text .line {
    min-height: 275px;
    position: relative;
    width: 60%;
    -webkit-transform: scale(1);
            transform: scale(1);
    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;
    top: auto;
    margin: 0 auto 50px;
  }
  #mobile_text .line img {
    position: relative;
  }
  #mobile_text .line::before {
    content: '';
    background-color: white;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-animation: line_ani 6s ease infinite;
            animation: line_ani 6s ease infinite;
  }
  #mobile_text .line::after {
    content: '';
    background-color: white;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-animation: line_ani 6s ease infinite 4s;
            animation: line_ani 6s ease infinite 4s;
  }
  #mobile_text .text {
    position: relative;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    line-height: 32px;
  }
  #heart_page .top_line {
    width: 100%;
    height: 500px;
    margin-top: 100px;
  }
  #heart_page .heart_page {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #heart_page .head_title {
    font-weight: bold;
    top: 13vw;
    font-size: 4vw;
  }
  #heart_page .heart_page_box {
    top: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    width: 90%;
  }
  #heart_page .text_box {
    display: inline-block;
  }
  #heart_page .text_box.text4, #heart_page .text_box.text1 {
    width: 200px;
    text-align: center;
    right: 0;
  }
  #heart_page .text_box .title {
    background-color: #23C186;
    display: inline-block;
    color: white;
    padding: 6px 11px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 6px 15px rgba(117, 117, 117, 0.5);
            box-shadow: 3px 6px 15px rgba(117, 117, 117, 0.5);
  }
  #heart_page .text_box .title::before {
    content: '';
    background-color: #1CA572;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 4px;
    top: 4px;
    border-radius: 10px;
  }
  #heart_page .text_box .title::after {
    content: '';
  }
  .project_link {
    font-size: 22px;
    height: 22vw;
  }
  #two_block .box .title {
    font-size: 10vw;
  }
  #two_block .box .text, #two_block .box.right .text {
    width: auto;
    text-align: center;
    font-size: 3.5vw;
    margin-top: 45px;
  }
  #two_block .box .text::after, #two_block .box.right .text::after {
    width: 100%;
    left: 0%;
    bottom: -15px;
    height: 2px;
  }
  #two_block .box.left .title {
    color: #FFFF00;
  }
  #two_block .box.left .text {
    color: #FFFF00;
  }
  #two_block .box.right .title {
    color: #00C78B;
  }
  #two_block .box.right .text {
    color: #00C78B;
  }
  #heart_page .top_line .text {
    display: none;
  }
  #jumpbox .box {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  #jumpbox .box .img_block {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #jumpbox {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #jumpbox .box .infomation {
    padding-right: 0;
    width: 80%;
    left: 10%;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 100px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #jumpbox .box .infomation::after {
    content: '';
    background-image: url(../images/arrow2.svg);
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -0;
    background-repeat: no-repeat;
    background-position: center;
  }
  #jumpbox .content_block {
    height: auto;
  }
}

@media only screen and (max-width: 1000px) {
  #home_loader .sign {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    z-index: 5;
  }
  #home_loader #logo {
    width: 130px;
    left: 50%;
    -webkit-transform: translateX(-186px);
            transform: translateX(-186px);
  }
  #heart_page .head_title {
    top: 20vw;
  }
  .homelogo {
    width: 27%;
  }
  #heart_page .text_box .title {
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 7px;
    line-height: 20px;
  }
  #heart_page .text_box .title::before {
    left: 4px;
    top: 4px;
    border-radius: 7px;
  }
  #heart_page .text_box, #heart_page .text_box.text4, #heart_page .text_box.text1 {
    width: auto;
  }
  #heart_page .text_box.text1 {
    left: 0;
    right: auto;
    margin-top: 20px;
  }
  #heart_page .text_box.text4 {
    margin-top: 20px;
  }
  #heart_page .top_line .line {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
            transform: translateX(-50%) translateY(-50%) scale(0.8);
    left: 50%;
  }
  #jumpbox .box .lang {
    font-size: 16px;
  }
}

@media all and (max-width: 700px) {
  #jumpbox .box .lang {
    font-size: 14px;
  }
  .voice_control {
    -webkit-transform: translateY(135px);
            transform: translateY(135px);
  }
  .voice_control.done {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #logo {
    width: 116px;
    bottom: auto;
    top: 42px;
  }
  #city_mind.show, #left_mind.show, #right_mind.show {
    z-index: 250;
  }
  #jumpbox.show {
    z-index: 300;
  }
  #city_mind .project_box, #left_mind .project_box, #right_mind .project_box {
    top: 50px;
    height: calc(50vh - 50px);
  }
  #city_mind .close, #left_mind .close, #right_mind .close {
    top: 0;
    left: auto;
    right: 0%;
  }
  .project_link {
    height: 32vw;
  }
  .project_link .text {
    font-size: 16px;
    line-height: 22px;
    bottom: 8px;
    left: 20px;
  }
  #two_block .box.left {
    background-color: #C9C9C9;
  }
  #right_mind {
    background-color: #E3E3E3;
  }
  #heart_page .top_line .line {
    width: 450px;
  }
  #left_mind {
    width: 100%;
    height: 50vh;
    top: auto;
    overflow: hidden;
    bottom: 0;
  }
  #right_mind {
    width: 100%;
    height: 50vh;
    top: 0;
    overflow: hidden;
    bottom: auto;
  }
  #heart_page .head_title {
    top: 0;
    font-size: 20px;
  }
  #heart_page .heart_page_box {
    display: block;
  }
  #heart_page .top_line {
    margin-top: 150px;
    height: 400px;
  }
  #mobile_text .title {
    margin-top: 23px;
    margin-bottom: 25px;
  }
  #heart_page .text_box .title {
    font-size: 12px;
    padding: 1px 8px;
    border-radius: 5px;
    line-height: 18px;
  }
  #heart_page .text_box.text2 {
    top: 92px;
  }
  #heart_page .text_box.text3 {
    margin-top: -60px;
  }
  #mobile_text .line {
    width: 90%;
    min-height: 200px;
  }
  #heart_page .text_box .title::before {
    left: 3px;
    top: 3px;
    border-radius: 5px;
  }
  #two_block .box {
    width: 100%;
    height: 50vh;
  }
  #two_block .two_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #two_block .box .title {
    font-size: 21vw;
  }
  #two_block .box .text, #two_block .box.right .text {
    font-size: 7vw;
  }
  #city_mind .box .img {
    margin-top: 80px;
  }
  #city_mind .close, .close {
    position: absolute;
    right: 0;
    top: 6px;
    width: 80px;
    height: 70px;
    padding-top: 27px;
  }
  #city_mind .close img, .close img {
    width: 13px;
  }
  #jumpbox .box .title {
    FONT-SIZE: 33px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  #jumpbox .box .en_title {
    FONT-SIZE: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #jumpbox .box .text {
    position: relative;
    font-size: 12px;
    line-height: 26px;
    display: block;
    margin-bottom: 75px;
  }
  #jumpbox .box .info {
    font-size: 12px;
    line-height: 15px;
    display: block;
    position: relative;
  }
  #jumpbox .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  #jumpbox .swiper-pagination {
    bottom: 8px;
    right: 12px;
  }
  #jumpbox .box .num {
    font-size: 15px;
  }
  .homelogo {
    width: 35%;
    top: 0;
    bottom: auto;
    height: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .homelogo.hide {
    -webkit-transform: translateX(-50%) scale(1.3);
            transform: translateX(-50%) scale(1.3);
  }
  #home_loader .sign {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  #home_loader #logo {
    bottom: 10vh;
    top: auto;
    -webkit-transform: translateX(-160px) scale(0.8);
            transform: translateX(-160px) scale(0.8);
  }
  #home_loader #logo .text {
    left: 160px;
  }
  #jumpbox .swiper-button-next, #jumpbox .swiper-button-prev {
    width: 30px;
  }
}

@media only screen and (max-height: 600px) and (max-width: 1024px) {
  #home_loader #logo {
    -webkit-transform: translateX(-156px) scale(0.8);
            transform: translateX(-156px) scale(0.8);
    bottom: 8vh;
  }
  #home_loader .sign {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  #heart_page .heart_page {
    position: absolute;
    overflow: hidden;
  }
  #mobile_text .line {
    min-height: 120px;
    width: 42%;
    margin: 0 auto 30px;
  }
  .homelogo {
    height: 100vh;
  }
}

@media only screen and (max-height: 400px) and (max-width: 700px) {
  #heart_page .top_line {
    margin-top: 115px;
    height: 400px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  #heart_page {
    min-height: 500px;
  }
  #two_block {
    overflow: hidden;
  }
  #two_block .box {
    width: 50%;
    height: 100%;
  }
  #two_block .box .title {
    font-size: 9vw;
  }
  #two_block .box .text, #two_block .box.right .text {
    font-size: 4vw;
  }
  #right_mind, #left_mind {
    height: 100%;
  }
  #city_mind .project_box, #left_mind .project_box, #right_mind .project_box {
    top: 50px;
    height: calc(100vh - 50px);
  }
}

@media only screen and (max-width: 360px) {
  .scroll_tip {
    display: none;
  }
  #heart_page .head_title {
    width: 100%;
    left: 0;
  }
  #heart_page .top_line .line {
    width: 365px;
  }
  #heart_page .text_box, #heart_page .text_box.text3 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #heart_page .text_box.text3 {
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
  #heart_page .text_box.text2 {
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
    top: 80px;
  }
  #heart_page .top_line {
    height: 350px;
  }
  #mobile_text .text {
    width: 100%;
  }
  #two_block .box .title {
    font-size: 18vw;
    margin-bottom: 30px;
  }
  #home_loader .sign {
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
  }
}
/*# sourceMappingURL=w_home.css.map */