@charset "UTF-8";
/* height: 100%; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

body {
  font-family: "Noto Sans TC", "cwTeXYen", "Varela Round", sans-serif;
  width: 100%;
  line-height: clamp(1.3rem, 1.5vw, 1.7rem);
  text-align: left;
  color: #757575;
  font-size: clamp(1rem, 0.9vw, 1.2rem);
  scroll-behavior: smooth;
  font-weight: 400;
  background-color: hsl(210, 20%, 98%);
  position: unset !important;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
:root {
  --EfunColor--blue: hsl(209, 60%, 45%);
  --EfunColor--blue2: hsl(219, 52%, 26%);
  --EfunColor--bluehover: hsl(209, 100%, 60%);
}
* {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.on,
.active {
  display: block !important;
}
.clear {
  clear: both;
}

h1,
h2,
h3,
h4,
.clientBox div input {
  position: relative;
}
h1 {
  font-weight: 900;
  font-size: 96px;
  font-size: min(max(6.5vw, 16px), 96px);
  line-height: min(max(6.5vw, 16px), 110px);
  word-break: keep-all;
}
h2 {
  font-size: 72px;
  font-size: min(max(3.5vw, 29px), 72px);
  line-height: min(max(5.7vw, 50px), 86px);
  word-break: keep-all;
  /* margin-bottom: 5%; */
  font-weight: 900;
}
h3 {
  font-size: 64px;
  font-size: min(max(4vw, 2.4rem), 68px);
  line-height: min(max(4.5vw, 2rem), 72px);
  font-weight: 700;
}
h4 {
  font-size: clamp(1.5rem, 1.6vw, 2rem); /*clamp(1.1rem, 1.6vw, 1.5rem);*/
  line-height: clamp(1.2rem, 3vw, 2.5rem);
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #000;
}
h5 {
  /* font-size: clamp(1.1rem, 1.6vw, 1.3rem); */
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  line-height: clamp(1.4rem, 1.6vw, 2.8rem);
  padding-bottom: 0.5rem;
  font-weight: 700;
  color: #000;
}
/* p{color: #888;line-height: 1.8rem;} */
.w {
  color: hsl(0, 0%, 100%);
}
.g,
.letters.g span {
  background-color: hsl(209, 60%, 45%);
  /* Create the gradient. */
  background-image: linear-gradient(
    90deg,
    var(--EfunColor--blue),
    var(--EfunColor--blue2)
  );
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  padding: 0.3rem;
}
.orange {
  color: hsl(27, 100%, 50%);
}
.blue {
  color: hsl(182, 100%, 43%);
}
.greenblue {
  color: hsl(204, 100%, 47%);
}
.pink {
  color: hsl(7, 87%, 58%);
}
.purple {
  color: hsl(270, 49%, 65%);
}
.letter {
  display: inline-block;
}
.de-line {
  width: 0%;
  height: 1px;
  background-color: white;
  margin: 1.5% auto;
}
.vertical-line {
  width: 2px;
  height: 0;
  background-color: var(--EfunColor--blue);
  margin: 2% auto;
  padding-bottom: 15%;
}
.tc {
  text-align: center;
  margin: auto;
}
a:hover .g,
a.g:hover {
  background-image: linear-gradient(90deg, #319dff, #005aff);
}
.underline {
  margin-bottom: 5%;
}
.underline::before {
  content: "";
  position: absolute;
  bottom: 0%;
  width: 6vw;
  height: 3px;
  display: block;
  background-color: var(--EfunColor--blue);
}
.serright {
  margin-left: 65%;
}
.underline.line_center::before {
  left: 50%;
  transform: translateX(-50%);
}
h3.underline::before {
  bottom: 3%;
  width: 4rem;
}
h3.underline.line_center::before {
  left: 50%;
  transform: translateX(-50%);
}
/* slogan */
.slogan,
.slogan2 {
  width: 95%;
  left: 50%;
  top: 50%;
  max-width: 1400px;
  transform: translate(-50%, -60%);
  z-index: 2;
  text-align: center;
  position: absolute;
  display: inline-block;
  text-shadow: 0rem 0rem 0.4rem black;
}
.slogan h2 .letter,
.slogan2 h2 .letter,
.slogan h4 {
  opacity: 0;
}
.slogan h2 {
  font-size: 72px;
  font-size: min(max(4.7vw, 16px), 72px);
  line-height: min(max(4.7vw, 16px), 86px);
}
.slogan2 h2 {
  font-size: 72px;
  font-size: min(max(4.7vw, 16px), 72px);
  line-height: min(max(4.7vw, 16px), 86px);
}
.loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 1);
  z-index: 100;
  justify-content: center;
  align-items: center;
}
.loading.active {
  display: flex !important;
}
.loading--box {
  width: 60%;
  height: 0;
  padding-bottom: 9%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.dotbox {
  margin-top: 3%;
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
}
.dot {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin: 0 1.5%;
  border-radius: 2rem;
  position: relative;
}
.dot:nth-child(1) {
  background-color: hsl(194deg, 81%, 57%);
}
.dot:nth-child(2) {
  background-color: hsl(194deg, 68%, 44%);
}
.dot:nth-child(3) {
  background-color: hsl(203deg, 64%, 39%);
}

.page {
  height: 0;
  padding-bottom: 36%;
  background-position: center top;
  overflow-y: hidden;
}

.page .slogan h2 {
  font-size: min(max(4.7vw, 45px), 70px);
  line-height: min(max(4.7vw, 48px), 86px);
}
.page .slogan2 h2 {
  font-size: min(max(4.7vw, 27px), 70px);
  line-height: min(max(4.7vw, 48px), 86px);
}
.long-arrow {
  width: 50%;
  height: 2px;
  display: block;
  margin: 7% auto;
  background-color: var(--EfunColor--blue);
}
.long-arrow:before {
  transform-origin: top right;
  background-color: var(--EfunColor--blue);
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transform: rotate(30deg);
}
a.more {
  display: inline-flex;
  padding: 0.5rem 5rem 0.5rem 3.5rem;
  border: 4px solid var(--EfunColor--blue);
  background-color: var(--EfunColor--blue);
  color: #fff;
  font-weight: 700;
  margin-top: 3%;
  position: relative;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
a.more::before {
  display: block;
  position: absolute;
  content: "";
  width: 30px;
  height: 12px;
  background-image: url(../img/icon/arrow_more.svg);
  background-size: contain;
  transition: all 0.2s;
  margin-left: 1%;
  right: 18%;
}
a.more:hover {
  border: 4px solid var(--EfunColor--bluehover);
  background: var(--EfunColor--bluehover);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
a.more:hover::before {
  transform: translateX(80%);
  transition: all 0.5s;
}
#sectionn {
  display: block;
}
#section1 {
  background: url("../img/sevbg3.png");
  background-size: 100% 100%;
}
#section2 {
  background: url("../img/sevbg2.png") no-repeat;
  background-size: 100% 100%;
}
#section3 {
  background: url("../img/sevbg1.png") no-repeat;
  background-size: 100% 100%;
}
#section4 {
  background: url("../img/sevbg4.png") no-repeat;
  background-size: 100% 100%;
}
section {
  width: 100%;
  margin: auto;
  position: relative;
}
.contentBox--wrapper {
  width: 90%;
  margin: auto;
  padding: 5% 0 4%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  max-width: 1500px;
}

.list--dice {
  margin: 1% 0 0 2.5%;
  padding: 0;
  list-style: disc outside;
  /* line-height: 167%; */
}
.list--decimal {
  margin: 0 auto;
  padding: 0;
  list-style: decimal inside;
}
li {
  margin-left: 0%;
}

.imgLeft {
  display: block;
  float: left;
  padding: 0 1% 1% 0;
}
.title .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.brandBox {
  box-sizing: content-box;
  background-color: white;
  width: 30%;
  margin: 0 1%;
  padding: 3% 2%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.brandBox:hover {
  box-shadow: rgba(0, 0, 0, 0.8) 0px 4px 12px;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
  z-index: 2;
}
.brandBox p {
  color: #000;
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding-bottom: 3%;
}
.brand {
  border-bottom: 1px solid #999;
  margin: auto;
}

header {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  background-color: black;
}
footer {
  background-color: #213967;
}
/* loader */
#navloader {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 55;
}
#footerloader {
  width: 100%;
  position: relative;
  display: contents;
}

.swiper {
  width: 100%;
  height: 100%;
}
.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-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  margin: auto;
  background-color: rgba(1, 12, 33, 0.7);
  position: absolute;
  bottom: 0;
  padding: 0.5em 0;
  z-index: 60;
}
.footer .copyrights {
  width: 60%;
  margin: 0.5% auto 0;
}
.footer .copyrights img:nth-child(1) {
  width: 35%;
  height: auto;
  float: left;
  margin-right: 1%;
  display: block;
  max-width: 390px;
}
.footer .copyrights .icon15 {
  width: 3%;
  height: auto;
  float: right;
  display: block;
  margin-left: 0.5%;
  max-width: 35px;
}
@keyframes mouse {
  0% {
    transform: translateY(80%);
  }
  50% {
    transform: translateY(130%);
  }
  100% {
    transform: translateY(80%);
  }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 960px) {
  .slogan {
    width: 95%;
  }
  .slogan h1 {
    transform: translateY(96%) !important;
  }
  a.more {
    padding: 0.5rem 4rem 0.5rem 1rem;
    -webkit-text-fill-color: unset;
  }
  /* h2 {margin-bottom: 3%;} */

  .underline::before {
    bottom: 7%;
  }
  .brandBox {
    width: 90%;
    padding: 5% 2%;
    font-size: 1.1rem;
    line-height: 1.5rem;
    box-sizing: border-box;
    margin: 1%;
  }
  .brand {
    min-height: 7.5rem;
  }
  .brand img:first-child {
    max-width: 100%;
    max-height: 40px;
    display: block;
  }
  .list--dice {
    margin: 1% 0 0 6.5%;
  }
}

@media screen and (max-width: 480px) {
  #section1 {
    background: none;
  }
  #section2 {
    background: none;
  }
  #section3 {
    background: none;
  }
  #section4 {
    background: none;
  }
  .slogan h1 {
    transform: translateY(200%) !important;
  }
  .underline::before {
    width: 16vw;
  }
}
@media screen and (max-width: 375px) {
  .slogan h1 {
    transform: translateY(188%) !important;
  }
}
