@charset "UTF-8";
body {
  margin: 0;
  font-family: "Montserrat";
  overflow: hidden;
  background-color: #2a2a2a;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  color: #fff;
  position: relative;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    opacity: 0;
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    opacity: 0;
  }
}

#wx_browser {
  width: 100vw;
}
#no_wx_browser {
  width: 100vw;
  height: var(--app-height);
  overflow: hidden;
}
nav {
  height: var(--app-height);
  position: fixed;
  top: 0;
  z-index: 100;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav ul li a span {
  background: #fff;
}

nav li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 16px;
  position: relative;
}

nav span:after {
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 100%;
  transition: 0.3s;
}

nav li .active span {
  background: #fff;
  position: absolute;
}

nav li .active span:after {
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

nav ul li a.active span,
nav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

nav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

nav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

.pg-vertical {
  overflow: hidden !important;
}

.pa-page {
  position: relative;
}

.bg {
  width: 100vw;
  height: var(--app-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

#page-1 .bg,
#page-1-clone .bg {
  background-image: url(../image/min/bg1.png?v=1.0.1);
}

#page-2 .bg,
#page-2-clone .bg {
  background-image: url(../image/min/bg2.png?v=1.0.1);
}

.mobile_fixed_top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.mobile_fixed_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  flex-direction: column;
  padding: 12px 0;
}

.column {
  display: flex;
  flex-direction: column;
}

.down_box {
  display: flex;
  align-items: center;
}

.down_container {
  display: flex;
  align-items: center;
}

.down_btn {
  width: 175px;
}

#customer {
  width: 60px;
  margin-left: 12px;
}

.last_text {
  color: #fe2c55;
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding-top: 14px;
}

.mobile_logo {
  height: 60px;
  margin: 10px 12px;
}

.none {
  display: none !important;
}

.overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  flex-direction: column;
  padding: 12px 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  flex-direction: column;
  padding: 12px 0;
}

.popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.desc img {
  width: 80vw;
}

.close img {
  width: 40px;
  margin-top: 12px;
}

.popup2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.desc2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
}

.desc2 img {
  width: 100%;
}

.ios-text {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding-bottom: 14px;
}

.close2 img {
  width: 40px;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .role {
    width: 80vw;
    margin-bottom: 20vh;
  }
}

@media screen and (max-width: 768px) {
  .role {
    width: 80vw;
    margin-bottom: 20vh;
  }
}
