@charset "UTF-8";
body {
  position: relative;
  height: 100%;
  width: 100%;
  background: #000;
  font-family: "微軟正黑體","Arial";
}

* {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
}

img {
  width: auto;
}

  .mei-flex{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction:row;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  align-items:center;
  -webkit-align-items:center;
  -ms-align-items:center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
    position:relative;
  }
#all{
    padding-top: constant(safe-area-inset-top);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-left: constant(safe-area-inset-left);
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  line-height: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #fff;

  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}

#loading > div {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 350px;
}

#loading > div img {
  display: block;
  margin: 0 auto;
}

#loading .progress {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -52px;
  width: 100%;
    margin-top: 214px;
/*  margin-top: 70px;*/
  font-size: 20px;
  width: 110px;
}

#loading .progress p {
  color: #aa8080;
  text-align: center;
  font-size: 2em;
  text-align: center;
  top: 45%;
  position: relative;
  left: 1.5%;
}

html, body {
  background: #fff;
  min-width: 640px;
/*   overflow-x: hidden; */
  -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.all {
  position: relative;
  min-width: 640px;
  width: 100%;
  height: 100%;
  min-height: 700px;
  margin: 0 auto;
  display: block;
}

.mobile-980,.mobile-640,.mobile { display: none;}
.pc { display: block;}


@media screen and (max-width: 990px) {
  .pc{display: none !important;}
  .mobile{display: block !important;}
  .mobile-980{display: block;}
  .mainkv>.logos{max-width: inherit;}
  html, body{min-width: inherit;}
}



.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}
#hamburger-1{
  z-index: 30;
  padding-left: 50px;
  padding-right: 15px;
}
.hamburger .line{
  width: 46px;
  height: 5px;
  background-color: #bd9d9d;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.hamburger:hover{
  cursor: pointer;
}
#hamburger-1.is-active .line{
  background-color: #bd9d9d;

}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}


/*manu_open*/
.manu_open{
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color:rgba(238,145,86,0.95);
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 15;
    transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  opacity: 0;
}
.manu_open>div{
  width: 100%;
  margin-top: 196px;
}
.manu_open a{
  display: block;
  width: 422px;
  height: 57px;
  margin: 83px auto 0;
}
.manu_open.showtime{
  opacity: 1;
  display: block !important;
  left: 0;
}
/*swiper*/
    .swiper-container {
        width: 100%;
        height: 40%;
        margin: 3em 0;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-button-prev{
      background-image: url("../images/left.png");
    }
    .swiper-button-next{
      background-image: url("../images/right.png");
    }
    .swiper-pagination-bullet-active{
      background-color: #8c5a44;
    }
@media (max-width: 1280px){
  .swiper-button-prev,
.swiper-button-next{padding: 1.5em;}
}
