@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Playfair+Display&amp;display=swap");
/* @import url("normalize.css"); */
@import url("jquery.fullPage.css");
@import url("owl.carousel.min.css");
@import url("default.css");
@import url("menu.css");
@import url("hero.css");

/*-----------------------------------------------
    修改
-----------------------------------------------*/

/*-----------------------------------------------
    header-video
-----------------------------------------------*/

/*i8 plus*/

/* CSS Document */
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.page02_bg .wrap-box {
  margin: 0;
  text-align: left;
  max-width: 700px;
  margin-right: 18%;
  flex: 0 0 700px;
  padding-right: 20px;
}

.page03_bg .wrap-box {
  
}

button:focus, button:active, button:visited {
  outline: none;
} 

.page04_bg .wrap-box {
  align-self: flex-end;
  margin-right: 16%;
  margin-top: 60px;
}

.fixdbar {
  top: 93%;
  height: auto;
  margin-top: 0px;
  position: absolute;
  height: 53px;
  left: 0;
  padding: 0;
  z-index: 6;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .page02_bg .wrap-box {
    margin-right: 0;
  }
  .page04_bg .wrap-box {
    align-self: center;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .page02_bg .wrap-box {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .page02_bg .wrap-box {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  .page04_bg .wrap-box {
    justify-content: center;
    width: 100%;
  }
  .fixdbar {
    top: auto;
    bottom: 10px;
  }
}

/*-----------------------------------------------
    reload
-----------------------------------------------*/

/*-----------------------------------------------
    float
-----------------------------------------------*/
.float {
  position: fixed;
  z-index: 66;
  right: 0;
  bottom: 0;
}

.float ul > li {
  margin: 5px 0;
}

.float ul > li > a {
  display: block;
}

.float ul > li > a:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

@media screen and (max-width: 768px) {
  .float {
    top: 60px;
    bottom: auto;
  }

  .float ul > li {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .float {
    width: 100%;
  }
  .float ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*-----------------------------------------------
    shift - 切換圖
-----------------------------------------------*/

/*-----------------------------------------------
    page-frame
-----------------------------------------------*/
.page {
  width: 100%;
  height: 100%;
  /* min-width: 1200px; */
  margin: 0;
  padding: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  position: relative;
}

.page00_bg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page02_bg {
  background: url(../images/bg_01.jpg) top no-repeat;
  background-position: center 0;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}

.page03_bg {
  background: url(../images/hero/bg-hero-1.jpg) no-repeat;
  background-position: center 0;
  background-size: cover!important;
}

.page04_bg {
  background: url(../images/bg_04.jpg) no-repeat;
  background-position: center 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover!important;
}

.page05_bg {
  background: url(../images/bg_03.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

.page06_bg {
  background: url(../images/bg_05.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

.banner-title {
  padding: 100px 0 20px;
}

.page04_bg .banner-title {
  padding-top: 0;
  margin-top: -50px;
}

@media screen and (max-width: 1400px) and (max-height: 900px) {
  .page00_bg {
    background: url(../images/bg_01.jpg) no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page {
    min-width: auto;
  }
  .page04_bg .banner-title {
    margin: 0;
  }
  .page00_bg {
    background: url(../images/mobile_01.jpg) top no-repeat;
    background-position: center 0;
    background-size: cover;
  }

  .page02_bg {
    background: url(../images/mobile_03.jpg) top no-repeat;
  }

  .page04_bg {
    background: url(../images/mobile_05.jpg) center bottom no-repeat;
  }
  .page06_bg {
    background: url(../images/mobile_07.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 480px) {
  .banner-title {
    padding-top: 50px;
  }
  .page03_bg {
    background-position: 50% !important;
  }
}
@media screen and (max-width: 320px) {
  .page03_bg {
    background-position: 50% 40% !important;
  }
}
/*-----------------------------------------------
    page1- store
-----------------------------------------------*/

.brandLogo {
  position: absolute;
  max-width: 500px;
  width: 100%;
  z-index: 99;
  animation: logoScale .5s ease-out .25s 1 both;
}

.button_box2 {
  position: relative;
  max-width: 440px;
  display: flex;
  flex-direction: row;
  height: 53px;
  margin: 0 auto;
  width: 90%;
}

.bt_join {
  flex: 2;
  background: url(../images/btn/bt_join.png) no-repeat;
  z-index: 50;
  opacity: 0.9;
  background-size: contain;
  /*! margin: 5px; */
  transition: all 0.3s ease-out;
  position: relative;
  text-indent: -300%;
  overflow: hidden;
  transform: scale(0.9);
}

.bt_download {
  flex: 2;
  background: url(../images/btn/bt_download.png) no-repeat;
  z-index: 50;
  opacity: 0.9;
  background-size: contain;
  /*! margin: 5px; */
  transition: all 0.3s ease-out;
  position: relative;
  text-indent: -300%;
  overflow: hidden;
  transform: scale(0.9);
}

.bt_home {
  flex: 1;
  background: url(../images/btn/icon-home.png) no-repeat center center, #000000;
  z-index: 50;
  opacity: 0.9;
  background-size: contain;
  /*! margin: 5px; */
  transition: all 0.3s ease-out;
  position: relative;
  text-indent: -300%;
  overflow: hidden;
  transform: scale(0.9);
}

.bt_join:hover,
.bt_home:hover,
.bt_download:hover {
  background-size: contain;
  opacity: 0.85;
  cursor: default;
  transition: all 0.3s ease-out;
  transform: scale(1);
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .brandLogo {
    width: 70%;
    bottom: 20px;
  }
}

/* logo animate */

@keyframes logoScale {
  0% {
      opacity: 0;
      transform: scale(5);
      /*transform: translate3d(0, -80%, 0);*/
  }

  100% {
      opacity: 1;
      transform: scale(1);
  }
}

/*-----------------------------------------------
    page
-----------------------------------------------*/

/*—————————————————————————————————————————————
    page3 - world
——————————————————————————————————————————————*/

.snow0 {
  position: absolute;
  top: 300px;
  left: -300px;
  z-index: 9;
  animation: fly2 10s ease 0.5s 100 both;
}

.snow {
  position: absolute;
  top: 300px;
  left: 600px;
  z-index: 11;
  animation: fly 10s ease 0s 100 both;
}

.snow2 {
  position: absolute;
  top: 0px;
  left: 500px;
  z-index: 9;
  animation: fly2 10s ease 0.8s 100 both;
}

.snow3 {
  position: absolute;
  top: 100px;
  left: -200px;
  z-index: 9;
  animation: fly 8s ease 1.5s 100 both;
}

.snow4 {
  position: absolute;
  top: 130px;
  left: 1200px;
  z-index: 11;
  animation: fly 13s ease 1.8s 100 both;
}

/*-----------------------------------------------
    fly - 蝴蝶飛
-----------------------------------------------*/

@keyframes fly {
  0% {
    opacity: 0;
    transform: translate3d(0%, 0%, 0);
  }

  30% {
    opacity: 1;
  }

  40% {
    filter: brightness(1.1);
  }

  50% {
    filter: brightness(1);
  }

  70% {
    opacity: 1;
    filter: brightness(1.1);
  }

  90% {
    opacity: 1;
    transform: translate3d(550%, 650%, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(550%, 650%, 0);
  }
}

@keyframes fly2 {
  0% {
    opacity: 0;
    transform: translate3d(-120%, -0%, 0);
  }

  10% {
    opacity: 1;
    filter: brightness(1.1);
  }

  20% {
    filter: brightness(1);
  }

  30% {
    opacity: 1;
    filter: brightness(1);
  }

  90% {
    opacity: 1;
    transform: translate3d(800%, 350%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(800%, 350%, 0);
  }
}

.world-content {
  color: #fff;

  font-weight: 600;
  text-shadow: rgba(17, 80, 164, 0.51) 2px 2px, rgba(28, 99, 162, 0.36) 1px -2px,
    rgba(47, 76, 121, 0.5) -3px 1px, rgba(18, 35, 66, 0.5) 0 -2px,
    rgba(22, 46, 138, 0.34) -1px 2px, rgba(35, 82, 170, 0.3) -2px 1px,
    rgba(52, 105, 162, 0.5) 1px 0px, rgba(20, 45, 104, 0.24) -2px 1px;
}

#section2 .world-title {
  padding: 0 0 60px;
  transition: all 0.8s ease-out;
  opacity: 1;
}

body.fp-viewing-firstPage #section2 .world-title {
  opacity: 0;
  margin-left: -50%;
  transition: all 0.8s ease-out;
}

/* !css3 */
#section2 .world-content {
  transition: all 0.8s ease-out;
  opacity: 1;
}

body.fp-viewing-firstPage #section2 .world-content {
  opacity: 0;
  margin-left: 50%;
  transition: all 0.8s ease-out;
}

#myVideo02,
#myVideo01 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

#myVideo01:after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, .2) url(../images/ptn2.png) 50% 0 repeat;
  height: 100%;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  #section2 .world-title {
    width: 70%;
  }

  #myVideo01 {
    display: none;
  }
}

/*-----footer ------ */
#footer {
  height: 250px !important;
}

.footer_wrap {
  width: 100%;
  height: 250px;
  background: #313446;
  padding: 0;
  font-size: 12px;
  font-family: "微軟正黑體", "Playfair Display", Arial, sans-serif;
  bottom: 0;
  position: relative;
  z-index: 1000;
}

.footer_wrap hr {
  margin-top: -0.5px;
}

.footer {
  width: 1050px;
  height: auto;
  margin: 40px auto;
  color: #777777;
}

@media screen and (max-width: 768px) {
  #footer {
    height: 290px !important;
  }

  .footer_wrap {
    width: 100%;
    height: 290px;
    /* background: #fff; */
    padding: 0;
    font-size: 12px;
    font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif, \5b8b\4f53;
    bottom: 0;
    position: relative;
    z-index: 1000;
  }

  .footer_wrap hr {
    margin-top: -0.5px;
  }

  .footer {
    width: 85%;
    height: auto;
    margin: 20px auto 20px;
    color: #777777;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    width: 93%;
    height: auto;
    margin: 20px auto 20px;
    color: #777777;
  }
}