@charset "UTF-8";

body {
  height: 100%;
}

.fullheight {
  height: 100%;
}

.padding-40 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 40px;
  /*background-image: url(../img/bg.png), radial-gradient(circle at 50% 10%, #ababab 15%, #323232 100%);*/
  /*background-color: #002180;*/
  background-repeat: no-repeat;
  background-position: 0px, top;
}

.wid-4 {
  width: 4em;
}

.wid-5 {
  width: 5em;
}

.wid-6 {
  width: 6em;
}

.wid-7 {
  width: 7em;
}

.wid-8 {
  width: 8em;
}

.wid-9 {
  width: 9em;
}

.wid-10 {
  width: 10em;
}

.wid-11 {
  width: 11em;
}

.wid-12 {
  width: 12em;
}

.wid-13 {
  width: 13em;
}

.wid-14 {
  width: 14em;
}

.wid-15 {
  width: 15em;
}

.wid-16 {
  width: 16em;
}

/* 官網 */

/* 回到頂端 */
.go-top {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #7e7e7e;
  color: #FFFFFF;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.go-top.show {
  bottom: 20px;
}

.go-top:hover {
  background-color: #06b8c6;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .go-top {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 50px;
    position: fixed;
    bottom: -40px;
    right: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #7e7e7e;
    color: #FFFFFF;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .go-top.show {
    bottom: 140px;
  }

}


/* 導覽 */

.header1 {
  /* width: 75%; */
  margin: auto;
  padding-left: 15%;
  padding-right: 10%;
  background: #ffffff;
}


.header2 {
  display: none;
}

.logo {
  width: 6.375em;
  height: 1.75em;
}

.index-logo {
  width: 6.375em;
  height: 1.75em;
  float: left;
  background: url("../img/logo.png") center center no-repeat;
  background-size: 6.375em 1.75em;
}

.navbar-light .navbar-nav .nav-link {
  /* width: 100px; */
  font-size: 0.8125em;
  font-weight: 400;
  color: #222222;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #06b8c6;
  cursor: pointer;
}

.index-link-active {
  color: #06b8c6;
}

.index-login {
  width: 93px;
  height: 35px;
  font-size: 0.8125em;
  color: #ffffff;
  background: #00cada;
  border-radius: 24px;
}

.index-login a {
  text-decoration: none;
  color: #ffffff;
}

.index-link a :hover {
  cursor: pointer;
  color: #06b8c6;
}

@media (max-width: 1024px) {
  .header1 {
    display: none;
  }

  .header2 {
    display: inline;
  }

  .index-logo {
    width: 18.4375em;
    height: 4.6875em;
    float: left;
    background: url("../img/logo.png") center center no-repeat;
    background-size: 18.4375em 4.6875em;
  }

  .nav {
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 123px;
  }

  .nav span {
    font-size: 2.8125em;
    font-weight: 500;
    color: #333333;
    padding-top: .8em;
    padding-bottom: .8em;
  }

  .navSelectDiv {
    background-color: white;
    position: absolute;
    right: 0;
    z-index: 9999;
    display: none;
    border-radius: 0 0 10px 10px;
  }

  .navSelectDiv span {
    font-size: 1.5125em;
    font-weight: 500;
    color: #333333;
    padding: 20px 10px;
    margin: 0 10px;
  }

  .navSelectDiv div {
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: 1px #E5E4E4 solid;
    margin: 0 20px;
  }


  .navDiv {
    width: 89px;
    text-align: right;
  }


}


/* banner */

.index-banner {
  width: 100%;
  height: 800px;
  background: url("../img/banner-1.png") center bottom no-repeat;
}

/* need malymaly */
.whenNeed-content {
  display: flex;
  justify-content: center;
}



.whenNeed-title-1 {
  padding-top: 90px;
  text-align: center;
  font-size: 3.3125em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

.whenNeed-title-2 {
  text-align: center;
  font-size: 2.1875em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #001b82;
}

.whenNeed-text-1 {
  text-align: center;
  align-items: center;
  font-size: 2.1875em;
  font-family: PingFang SC;
  font-weight: 600;
  color: #001b82;
  margin-top: 40px;
}

.whenNeed-text-2 {
  /* width: 16.875em; */
  text-align: center;
  align-items: center;
  font-size: 1.25em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #434343;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 5px 55px;
}

.whenNeed-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whenNeed-img-1 {
  width: 18.125em;
  height: 15.5em;
}

.whenNeed-img-2 {
  width: 17.375em;
  height: 11.8125em;
}

.whenNeed-img-3 {
  width: 11.0625em;
  height: 11.0625em;
}


/* @media (max-width: 1024px) {

  .whenNeed-title-1 {
    padding-top: 68px;
    text-align: center;
    font-size: 2.375em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .whenNeed-title-2 {
    text-align: center;
    font-size: 1.625em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #001b82;
  }

  .whenNeed-text-1 {
    text-align: center;
    font-size: 1.8125em;
    font-family: PingFang SC;
    font-weight: 600;
    color: #001b82;
    margin-top: 25px;
  }

  .whenNeed-text-2 {
    width: 20.625em;
    text-align: center;
    font-size: 1em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #434343;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 15px;
  }

  .whenNeed-img-1 {
    width: 14.25em;
    height: 12.1875em;
  }

  .whenNeed-img-2 {
    width: 13.6875em;
    height: 9.3125em;
  }

  .whenNeed-img-3 {
    width: 8.75em;
    height: 8.75em;
  }

}


@media (max-width: 768px) {

  .whenNeed-title-1 {
    padding-top: 51px;
    text-align: center;
    font-size: 1.8125em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .whenNeed-title-2 {
    text-align: center;
    font-size: 1.1875em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #001b82;
  }

  .whenNeed-text-1 {
    text-align: center;
    font-size: 1.375em;
    font-family: PingFang SC;
    font-weight: 600;
    color: #001b82;
    margin-top: 25px;
  }

  .whenNeed-text-2 {
    text-align: center;
    font-size: 0.75em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #434343;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 15px;
  }

  .whenNeed-img-1 {
    width: 10.6875em;
    height: 9.125em;
  }

  .whenNeed-img-2 {
    width: 10.25em;
    height: 7em;
  }

  .whenNeed-img-3 {
    width: 6.5625em;
    height: 6.5625em;
  }

}

@media (max-width: 480px) {

  .whenNeed-title-1 {
    padding-top: 33px;
    text-align: center;
    font-size: 1.125em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .whenNeed-title-2 {
    text-align: center;
    font-size: 0.75em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #001b82;
  }

  .whenNeed-text-1 {
    text-align: center;
    font-size: 0.875em;
    font-family: PingFang SC;
    font-weight: 600;
    color: #001b82;
    margin-top: 0px;
  }

  .whenNeed-text-2 {
    width: 20.625em;
    text-align: center;
    font-size: 0.5em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #434343;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 0px;
    margin-bottom: 31px;
  }

  .whenNeed-img-1 {
    width: 6.6875em;
    height: 5.75em;
  }

  .whenNeed-img-2 {
    width: 6.4375em;
    height: 4.375em;
  }

  .whenNeed-img-3 {
    width: 4.125em;
    height: 4.125em;
  }
} */

/* 影片 */
.video-title-1 {
  padding-top: 90px;
  text-align: center;
  font-size: 3.3125em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

.video-title-2 {
  text-align: center;
  font-size: 2.1875em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7e7e7e;
}

.video-text {
  font-size: 2.125em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #09B9C7;
  text-align: center;
}

.video-more {
  font-size: 1.25em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #00C9DC;
}

.video-more:hover {
  cursor: pointer;
}

.videobox {
  position: relative;
  width: 836px;
  height: 487px;
  margin: 0 auto;
  /* padding-bottom: 56.25%; */
}

.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



@media (max-width: 1024px) {
  .video {
    margin-top: 90px;
  }

  .videobox {
    position: relative;
    width: 836px;
    height: 487px;
    margin: 0 auto;
    /* padding-bottom: 56.25%; */
  }

  .videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

}

/* youNeed malymlay */
.youNeed {
  height: 47.5625em;
  background: #F7F6F6;
}

.youNeed-title-1 {
  padding-top: 90px;
  text-align: center;
  font-size: 3.3125em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

.youNeed-title-2 {
  text-align: center;
  font-size: 2.1875em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7e7e7e;
}


/* 
.yodNeed-bg {
  background: url("../img/case-background.png") center bottom no-repeat;
  width: 1088px;
  height: 491px;
} */

.success-background {
  background: url("../img/case-background.png") center bottom no-repeat;
  background-size: 65.5em 29.5625em;
  margin: auto auto;
}

.youNeed-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29.5625em;
}

.youNeed-img {
  /* margin-left: 2.4375em; */
  width: 11.3125em;
  height: 11.3125em;
}

.youNeed-text-1 {
  margin-top: 45px;
  font-size: 1.6875em;
  font-family: PingFang SC;
  font-weight: 600;
  color: #001b82;
}

.youNeed-text-2 {
  width: 30.75em;
  font-size: 1.0625em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #797979;
  text-align: justify;
  text-justify: inter-ideograph;
}

.youNeed-point-1 {
  font-size: 6.9375em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #38ccd7;
  margin-top: 45px;
  margin-right: 30px;
}

.youNeed-point-2 {
  font-size: 6.9375em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #38ccd7;
  float: right;
  margin-top: 125px;
  /* transform: scaleX(-1); */
  transform: rotate(180deg);
}

/* @media (max-width: 1024px) {
  .youNeed {
    height: 34.75em;
    background: #F7F6F6;
  }

  .youNeed-title-1 {
    padding-top: 68px;
    text-align: center;
    font-size: 2.375em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .youNeed-title-2 {
    text-align: center;
    font-size: 1.625em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7e7e7e;
  }

  .success-background {
    background: url("../img/case-background.png") center bottom no-repeat;
    background-size: 49.75em 22.4375em;
    margin: auto auto;
  }

  .youNeed-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22.4375em;
  }

  .youNeed-img {
    margin-left: 2.4375em;
    width: 8.625em;
    height: 8.625em;
  }

  .youNeed-text-1 {
    margin-top: 40px;
    font-size: 1.3125em;
    font-family: PingFang SC;
    font-weight: 600;
    color: #001b82;
  }

  .youNeed-text-2 {
    width: 25em;
    font-size: 0.8125em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #797979;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .youNeed-point-1 {
    font-size: 5.25em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #38ccd7;
    margin-top: 45px;
    margin-right: 30px;
  }

  .youNeed-point-2 {
    font-size: 5.25em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #38ccd7;
    float: right;
    margin-top: 125px;
    transform: scaleY(-1);
  }

  .youNeed-left {
    width: 1.4375em;
    height: 2.375em;
  }

  .youNeed-right {
    width: 1.4375em;
    height: 2.375em;
  }
}

@media (max-width: 768px) {
  .youNeed {
    height: 26.0625em;
    background: #F7F6F6;
  }

  .youNeed-title-1 {
    padding-top: 51px;
    text-align: center;
    font-size: 1.8125em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .youNeed-title-2 {
    text-align: center;
    font-size: 1.1875em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7e7e7e;
  }

  .success-background {
    background: url("../img/case-background.png") center bottom no-repeat;
    background-size: 37.3125em 16.8125em;
    margin: auto auto;
  }

  .youNeed-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16.8125em;
  }

  .youNeed-img {
    margin-left: 2.4375em;
    width: 6.4375em;
    height: 6.4375em;
  }

  .youNeed-text-1 {
    margin-top: 40px;
    font-size: 0.9375em;
    font-family: PingFang SC;
    font-weight: 600;
    color: #001b82;
  }

  .youNeed-text-2 {
    width: 25em;
    font-size: 0.625em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #797979;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .youNeed-point-1 {
    font-size: 3.9375em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #38ccd7;
    margin-top: 45px;
    margin-right: 30px;
  }

  .youNeed-point-2 {
    font-size: 3.9375em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #38ccd7;
    float: right;
    margin-top: 125px;
    transform: scaleY(-1);
  }

  .youNeed-left {
    width: 1.4375em;
    height: 2.375em;
  }

  .youNeed-right {
    width: 1.4375em;
    height: 2.375em;
  }
}

@media (max-width: 480px) {
  .youNeed {
    height: 16.3125em;
    background: #F7F6F6;
  }

  .youNeed-title-1 {
    padding-top: 33px;
    text-align: center;
    font-size: 1.125em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .youNeed-title-2 {
    text-align: center;
    font-size: 0.75em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7e7e7e;
  }

  .success-background {
    background: url("../img/case-background.png") center bottom no-repeat;
    background-size: 23.3125em 10.5em;
    margin: auto auto;
  }

  .youNeed-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.5em;
  }

  .youNeed-img {
    margin-left: 2.4375em;
    width: 4.0625em;
    height: 4.0625em;
  }

  .youNeed-text-1 {
    margin-top: 40px;
    font-size: 0.625em;
    font-family: PingFang SC;
    font-weight: 600;
    color: #001b82;
  }

  .youNeed-text-2 {
    width: 20em;
    font-size: 6px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #797979;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .youNeed-point-1 {
    font-size: 2.4375em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #38ccd7;
    margin-top: 45px;
    margin-right: 30px;
  }

  .youNeed-point-2 {
    font-size: 2.4375em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #38ccd7;
    float: right;
    margin-top: 125px;
    transform: scaleY(-1);
  }

  .youNeed-left {
    width: 0.9375em;
    height: 1.5em;
  }

  .youNeed-right {
    width: 0.9375em;
    height: 1.5em;
  }
} */

/* 商務管理 Business management  (BM) */
/* .BM1 {
  margin-top: 90px;
} */

.BM-title-1 {
  padding-top: 90px;
  text-align: center;
  font-size: 3.3125em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

.BM-title-2 {
  text-align: center;
  font-size: 2.1875em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7e7e7e;
}

.BM-text {
  text-align: center;
  font-size: 1.9375em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

/* .BM-text:hover {
  cursor: pointer;
  color: #00CADA;
} */

.BM-a div:hover {
  cursor: pointer;
  color: #00CADA;
}


.triangle {
  width: 0;
  height: 0;
  border: 25px solid;
  border-color: transparent transparent #00CADA transparent;
}

/* @media (max-width: 1024px) {

  .BM1 {
    margin-top: 0px;
  }

  .BM-title-1 {
    padding-top: 68px;
    text-align: center;
    font-size: 2.375em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .BM-title-2 {
    text-align: center;
    font-size: 1.625em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7e7e7e;
  }

  .BM-text {
    text-align: center;
    font-size: 1.375em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .triangle {
    width: 0;
    height: 0;
    border: 25px solid;
    border-color: transparent transparent #00CADA transparent;
  }
}

@media (max-width: 768px) {

  .BM1 {
    margin-top: 0px;
  }

  .BM-title-1 {
    padding-top: 51px;
    text-align: center;
    font-size: 1.8125em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .BM-title-2 {
    text-align: center;
    font-size: 1.1875em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7e7e7e;
  }

  .BM-text {
    text-align: center;
    font-size: 1.0625em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .triangle {
    width: 0;
    height: 0;
    border: 25px solid;
    border-color: transparent transparent #00CADA transparent;
  }
} */

/* 功能 function */

.function-bg {
  width: 245px;
  height: 223px;
  background: #f7f6f6;
}

.function-bg:hover {
  background: #ffffff;
  color: #0fc1cf;
  border-radius: 7px;
  cursor: pointer;
}

.function-bg-active {
  background: #ffffff;
  color: #0fc1cf;
  border-radius: 7px;
}

.function-text-1 {
  font-size: 1.1375em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

.function-text-1-active {
  color: #0fc1cf;
}

.function-text-2 {
  font-size: 1.0625em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #222222;
}

.function-text-3 {
  font-size: 1.0625em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #222222;
}

.function-text-3-active {
  color: #0fc1cf;
}


/* @media (max-width: 1024px) {

  .function-bg-active {
    background: #ffffff;
    color: #0fc1cf;
    border-radius: 7px;
  }


  .function-text-1 {
    padding-top: 68px;
    font-size: 1.0625em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .function-text-1-active {
    color: #0fc1cf;
  }

  .function-text-2 {
    font-size: 0.8125em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #222222;
  }

  .function-text-3 {
    font-size: 0.8125em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #222222;
  }

  .function-text-3-active {
    color: #0fc1cf;
  }
}

@media (max-width: 768px) {

  .function-bg-active {
    background: #ffffff;
    color: #0fc1cf;
    border-radius: 7px;
  }

  .function-text-1 {
    padding-top: 0px;
    font-size: 0.8125em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .function-text-1-active {
    color: #0fc1cf;
  }

  .function-text-2 {
    font-size: 0.625em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #222222;
  }

  .function-text-3 {
    font-size: 0.625em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #222222;
  }

  .function-text-3-active {
    color: #0fc1cf;
  }
} */



/* 跨國溝通 communication */
.communication-title-1 {
  padding-top: 90px;
  text-align: center;
  font-size: 3.3125em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

.communication-title-2 {
  text-align: center;
  font-size: 2.1875em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7e7e7e;
}

.communication-text {
  margin-top: 60px;
  margin-bottom: 70px;
}

.communication-text ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.communication-text li {
  flex: 1;
}

.communication-text h4 {
  height: 60px;
  font-size: 1.5625em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #434343;
  margin-top: 20px;
  text-align: center;
}

.communication-text img {
  margin-top: 40px;
  width: 100%;
  height: 100%;
}

/* @media (max-width : 1024px) {
  .communication-title-1 {
    padding-top: 68px;
    text-align: center;
    font-size: 2.375em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .communication-title-2 {
    text-align: center;
    font-size: 1.625em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7e7e7e;
  }

  .communication-text {
    margin-top: 46px;
    margin-bottom: 54px;
  }

  .communication-text ul {
    list-style: none;
    display: flex;
    align-items: center;
  }

  .communication-text li {
    flex: 1;
  }

  .communication-text h4 {
    height: 15px;
    font-size: 1em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #434343;
    margin-top: 80px;
    text-align: center;
  }

  .communication-text img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width : 768px) {
  .communication-title-1 {
    padding-top: 51px;
    text-align: center;
    font-size: 1.8125em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .communication-title-2 {
    text-align: center;
    font-size: 1.1875em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7e7e7e;
  }

  .communication-text {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .communication-text ul {
    list-style: none;
    display: flex;
    align-items: center;
  }

  .communication-text li {
    flex: 1;
  }

  .communication-text h4 {
    height: 12px;
    font-size: 0.75em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #434343;
    margin-top: 80px;
    text-align: center;
  }

  .communication-text img {
    width: 100%;
    height: 100%;
  }
}

/* 安全 safety */


/* 安全 safety  */
.safety-title-1 {
  padding-top: 90px;
  text-align: center;
  font-size: 3.3125em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

.safety-text-1 {
  text-align: center;
  font-size: 1.5625em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

.safety-text-2 {
  width: 350px;
  text-align: center;
  font-size: 1.125em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7e7e7e;
}

/* @media (max-width : 1024px) {
  .safety-title-1 {
    padding-top: 68px;
    text-align: center;
    font-size: 2.375em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .safety-text-1 {
    text-align: center;
    font-size: 0.875em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .safety-text-2 {
    width: 200px;
    text-align: center;
    font-size: 0.625em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #7e7e7e;
  }
}


@media (max-width : 768px) {
  .safety-title-1 {
    padding-top: 51px;
    text-align: center;
    font-size: 1.8125em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .safety-text-1 {
    text-align: center;
    font-size: 1.1875em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .safety-text-2 {
    width: 200px;
    text-align: center;
    font-size: 0.875em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #7e7e7e;
  }
}  */


/* 聯絡我們 connection */
.connection-title-1 {
  padding-top: 90px;
  text-align: center;
  font-size: 3.3125em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

.connection-title-2 {
  text-align: center;
  font-size: 2.1875em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7e7e7e;
}

.flex-tablist-im {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.im-tab {
  list-style: none;
}

.index-im {
  height: 36px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  line-height: 50px;
  border-bottom: 6px #535353 solid;
  padding: 0px 67px 66px 91px;
}

.index-im-active {
  color: #1dc3d0;
  height: 5px;
  border-bottom: 6px #1dc3d0 solid;
}

.connection form {
  padding: 60px 150px;
}

.form-text {
  margin: auto;
  font-size: 1.1875em;
}


option {
  font-size: 1.1875em;
}

.btn-submit {
  display: flex;
  justify-content: center;
}

.submit-text {
  font-size: 1.375em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  background: #1dc3d0;
  border-radius: 32px;
  padding: 11px 60px 11px 60px;
}

.submit-text:disabled {
  background-color: #D8D8D8;
  border: none;
}

.submit-text:hover {
  color: #ffffff;
}

.connection-check1 {
  font-size: 1.3750em;
}

input:hover {
  cursor: pointer;
}

.terms:hover {
  cursor: pointer;
}

.privacy:hover {
  cursor: pointer;
}

.connection-check2 {
  font-size: 1.1875em;
}

/* @media (max-width: 1024px) {
  .connection-title-1 {
    padding-top: 68px;
    text-align: center;
    font-size: 2.375em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .connection-title-2 {
    text-align: center;
    font-size: 1.625em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7e7e7e;
  }

  .form-text {
    margin: auto;
    font-size: 0.8125em;
  }

  option {
    font-size: 0.9375em;
  }

  .submit-text {
    font-size: 1.0625em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ffffff;
    background: #1dc3d0;
    border-radius: 32px;
    padding: 11px 60px 11px 60px;
  }

  .connection-check1 {
    font-size: 1.0625em;
  }

  .connection-check2 {
    font-size: 0.9375em;
  }

  ::placeholder {
    font-size: 0.9375em;
  }

}

@media (max-width: 768px) {
  .connection-title-1 {
    padding-top: 51px;
    text-align: center;
    font-size: 1.8125em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .connection-title-2 {
    text-align: center;
    font-size: 1.1875em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7e7e7e;
  }

  .form-text {
    margin: auto;
    font-size: 0.5625em;
  }

  option {
    font-size: 0.6875em;
  }

  .submit-text {
    font-size: 0.8125em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ffffff;
    background: #1dc3d0;
    border-radius: 32px;
    padding: 11px 60px 11px 60px;
  }

  .connection-check1 {
    font-size: 0.8125em;
  }

  .connection-check2 {
    font-size: 0.6875em;
  }

  ::placeholder {
    font-size: 0.6875em;
  }

} */

/* QA */
.QA-title-1 {
  padding-top: 90px;
  text-align: center;
  font-size: 3.3125em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

.QA-title-2 {
  text-align: center;
  font-size: 2.1875em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #7e7e7e;
}

.index-QAmore {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7e7e7e;
  padding-top: 200px;
  position: absolute;
  right: 122px;
}

.index-QAitem-active {
  margin-top: -20px;
}

.flexslider {
  margin: 0 auto;
  position: relative;
  width: 1300px;
  height: 260px;
  overflow: hidden;
}

.flexslider li {
  list-style: none;
}

.QAimg-background {
  width: 13.6875em;
  height: 10.125em;
  border: 1px solid #eeeeee;
  background: linear-gradient(150deg, #ffffff 1%, #ffffff 100%);
  box-shadow: 0px 6px 9px 0px rgba(128, 129, 135, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 20px;
}

.QAimg-background img {
  width: 4.1875em;
  height: 4.125em;
}

.QAimg-background h2 {
  padding-top: 22px;
  font-size: 1.375em;
}

.btn-move {
  height: 92px;
  width: 92px;
}

.index-QA .card {
  border: none;
}

.index-QA {
  padding: 0px 67px 66px 91px;
}

.card-header-indexQA {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.btn-QA {
  font-size: 20px;
  width: 100%;
  font-family: PingFang SC;
  color: #333333;
  background-color: transparent;
  text-align: left;
}


.btn-QA-active {
  color: #06b8c6;
}

.btn-QA:hover {
  color: #06b8c6;
  cursor: pointer;
}

.btn-QA:focus {
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
  color: #06b8c6;
}

.indexQA-answer {
  font-size: 16px;
  font-family: PingFang SC;
  color: #919090;
  padding: 1.25rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

[aria-expanded="false"] .menu__icon--open {
  display: inline;
}

[aria-expanded="false"] .menu__icon--close {
  display: none;
}

[aria-expanded="true"] .menu__icon--open {
  display: none;
}

[aria-expanded="true"] .menu__icon--close {
  display: inline;
}

.QA-down {
  color: #d0d0d0;
}


/* @media (max-width: 1024px) {
  .QA-title-1 {
    padding-top: 68px;
    text-align: center;
    font-size: 2.375em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .QA-title-2 {
    text-align: center;
    font-size: 1.625em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7e7e7e;
  }

  .index-QAmore {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7e7e7e;
    padding-top: 200px;
    position: absolute;
    right: 122px;
  }

  .index-QAitem-active {
    margin-top: -20px;
  }

  .flexslider {
    margin: 0 auto;
    position: relative;
    width: 750px;
    height: 200px;
    overflow: hidden;
  }

  .flexslider li {
    list-style: none;
  }

  .QAimg-background {
    width: 173px;
    height: 127px;
    border: 1px solid #eeeeee;
    background: linear-gradient(150deg, #ffffff 1%, #ffffff 100%);
    box-shadow: 0px 6px 9px 0px rgba(128, 129, 135, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 25px;
  }

  .QAimg-background img {
    width: 53px;
    height: 52px;
  }

  .QAimg-background h2 {
    margin-top: 17px;
    font-size: 1.0625em;
  }

  .btn-move {
    height: 39px;
    width: 39px;
  }

  .index-QA .card {
    border: none;
  }

  .index-QA {
    padding: 0px 67px 66px 91px;
  }

  .card-header-indexQA {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }

  .btn-QA {
    font-size: 1.0625em;
    width: 100%;
    font-family: PingFang SC;
    color: #333333;
    background-color: transparent;
  }

  .btn-QA span {
    font-size: 1.0625em;
  }

  .btn-QA-active {
    color: #06b8c6;
  }

  .btn-QA:hover {
    color: #06b8c6;
  }

  .btn-QA:focus {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    color: #06b8c6;
  }

  .indexQA-answer {
    font-size: 1em;
    font-family: PingFang SC;
    color: #919090;
    padding: 1.25rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }

}

@media (max-width: 768px) {
  .QA-title-1 {
    padding-top: 51px;
    text-align: center;
    font-size: 1.8125em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
  }

  .QA-title-2 {
    text-align: center;
    font-size: 1.1875em;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7e7e7e;
  }

  .index-QAmore {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7e7e7e;
    padding-top: 200px;
    position: absolute;
    right: 122px;
  }

  .index-QAitem-active {
    margin-top: -20px;
  }

  .flexslider {
    margin: 0 auto;
    position: relative;
    width: 500px;
    height: 150px;
    overflow: hidden;
  }

  .flexslider li {
    list-style: none;
  }

  .QAimg-background {
    width: 130px;
    height: 96px;
    border: 1px solid #eeeeee;
    background: linear-gradient(150deg, #ffffff 1%, #ffffff 100%);
    box-shadow: 0px 6px 9px 0px rgba(128, 129, 135, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 25px;
  }

  .QAimg-background img {
    width: 40px;
    height: 39px;
  }

  .QAimg-background h2 {
    margin-top: 13px;
    font-size: 0.8125em;
  }

  .btn-move {
    height: 39px;
    width: 39px;
  }

  .index-QA .card {
    border: none;
  }

  .index-QA {
    padding: 0px 67px 66px 91px;
  }

  .card-header-indexQA {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }

  .btn-QA {
    font-size: 0.8125em;
    width: 100%;
    font-family: PingFang SC;
    color: #333333;
    background-color: transparent;
  }

  .btn-QA span {
    font-size: 0.8125em;
  }

  .btn-QA-active {
    color: #06b8c6;
  }

  .btn-QA:hover {
    color: #06b8c6;
  }

  .btn-QA:focus {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    color: #06b8c6;
  }

  .indexQA-answer {
    font-size: 0.625em;
    font-family: PingFang SC;
    color: #919090;
    padding: 1.25rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
} */

/* 底部 */
.index-footer {
  background-color: #000521;
}

.footer-logo {
  width: 7.625em;
  height: 2em;
}

.footer-text-1 {
  text-align: center;
  font-size: 0.6875em;
  font-family: PingFang SC;
  font-weight: 600;
  color: #ffffff;
}

.footer-text-2 {
  text-align: left;
  font-size: 0.6875em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.footer-a:hover {
  cursor: pointer;
}

/* .footer-QRcode {
  width: 71px;
  height: 71px;
} */

/* terms */

.sidemenu {
  width: 16%;
  background: #f7f7f7;
}

.terms-type {
  display: grid;
  margin-top: 50px;
}

.terms-type span {
  /* margin-top: 50px; */
}

.terms-type-text {
  line-height: 2.8125em;
  text-align: center;
  height: 2.8125em;
  font-size: 1.0625em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}

.terms-type-text a {
  color: #222222;
  text-decoration: none;

}

.select-terms-type-text {
  background: rgba(6, 184, 198, 0.1);
  height: 2.8125em;
  border-right: 4px solid #06b8c6;
}

.terms-text {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-right: 60px;
}

.terms-text h6 {
  font-size: 0.875em;
  color: #222222;
  line-height: 1.5em;
}

.terms-text h4 {
  font-size: 1.3125em;
  color: #222222;
  width: 180px;
  border-bottom: 4px solid #06b8c6;
  border-radius: 2px;
  padding-bottom: 15px;
  margin-top: 60px;
}

.terms-text h5 {
  font-weight: 600;
  font-size: 0.9375em;
  color: #222222;
  margin-top: 40px;
}

/* plan_description 方案計畫 */

.plan-type {
  display: grid;
  height: 200px;
}

.plan-text {
  border-left: 4px solid #E4EBED;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  font-family: PingFang SC;
  font-weight: 600;
  color: #010205;
  line-height: 3.125em;
}

.plan-text:hover {
  cursor: pointer;
}

.select_plan {
  border-left: 4px solid #06B8C6;
  color: #06B8C6;
}

.plan-card {
  border: 2px dashed #06b8c6;
  border-radius: 10px;
  background-color: rgba(1, 188, 204, 0.1);
  align-items: center;
}

.pc-title {
  font-size: 1.1875em;
  font-family: PingFang SC;
  font-weight: 600;
  color: #010205;

}

.pc-text-1 {
  font-size: 0.9375em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #353738;
}

.pc-btn {
  background: #01CADA;
  border-radius: 10px;
}

.pc-text-2 {
  font-size: 1em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FEFEFE;
  padding: 13px 24px;
}

.pc-text-3 {
  font-size: 1.125em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #CC0505;
}

.set_list {
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5px;
}

.set_list div {
  white-space: nowrap;
}

.set_block {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(1, 188, 204, 0.1);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.05);
  margin-right: 10px;
  margin-bottom: 10px;
}

.set_level {
  font-size: 1.25em;
  font-family: PingFang SC;
  font-weight: 600;
  color: #FEFEFE;
  border-radius: 10px 10px 0 0;
  background-color: #06b8c6;
  padding: 20px 35px 20px 20px;
}

.set_price {
  text-align: center;
  font-size: 1.25em;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1C1C1C;
  padding: 20px 35px 20px 35px;
}

td {
  border: 1px solid#28BED2;
  height: 50px;
  font-size: 1.25em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #303030;
  align-items: center;
  text-align: center;
}

th {
  background-color: #002180;
  border: 2px solid #FFFFFF;
  font-size: 1.875em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  padding: 15px 0;
}

.td-title {
  background-color: #002180;
  border: 1px solid #FFFFFF;
  font-size: 1.625em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
}

.td-center {
  background-color: #E4F4F7;
  border-left: 2px dashed#28BED2;
  border-right: 2px dashed#28BED2;
  color: #1EB6C7;
  font-weight: 400;
}

.td-right {
  font-weight: 400;
}

.plan-contact {
  font-size: 2.3125em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  background: #01CADA;
  border-radius: 35px;
  /* width: 300px; */
  justify-content: center;
}

.plan-contact:hover {
  cursor: pointer;
}


/* 關於我 about_me */

.about-title {
  font-size: 3.0625em;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
}

.about-text {
  font-size: 1.375em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #575758;
  text-align: justify;
  text-justify: inter-ideograph;
}

.about-text a {
  color: #06B8C6;
  text-decoration: none;
}

/* 免費試用 free_trial */
.free-btn {
  background: #00C2D1;
  border-radius: 13px;
  padding: 6px 12px;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.free-url {
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #00C2D1;
  line-height: 58px;
}

.free-text {
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 58px;
}

.free-text-cn {
  font-size: 29px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 44px;
}

/* EDM */

.EDM-title {
  background: #04257E;
  padding: 11px 26px;
  font-size: 50px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.EDM-btn {
  background: #01C7D7;
  border-radius: 55px;
  font-size: 44px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  padding: 33px 63px;
}

.EDM-btn a {

  color: #FFFFFF;

  text-decoration: none;

}

.EDM-text {
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #303030;
}

.EDM-text a {
  color: #303030;
  text-decoration: none;
}


/* seminar 說明會 */

.seminar-header {
  font-size: 2.9375em;
  font-weight: 500;
  color: #041B72;
}

.seminar-title-1 {
  font-size: 2.5625em;
  font-weight: 500;
  color: #041B72;
}

.seminar-text-1 {
  font-size: 1.6875em;
  font-weight: 400;
  color: #041B72;
  text-align: justify;
  text-justify: inter-ideograph;
}

.seminar-title-2 {
  font-size: 2.5625em;
  font-weight: 500;
  color: #03BBCA;
}

.seminar-text-2 {
  font-size: 1.6875em;
  font-weight: 400;
  color: #03BBCA;
  text-align: justify;
  text-justify: inter-ideograph;
}

.mx-x {
  margin-left: 2.9375em;
  margin-right: 2.9375em;
  padding-right: 2.9375em;
  padding-left: 2.9375em;
}

.seminar-btn {
  display: flex;
  justify-content: center;
}

.seminar-btn-text {
  font-size: 1.6875em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  background: #1dc3d0;
  border-radius: 32px;
  padding: 11px 60px 11px 60px;
}

.seminar-btn-text:hover {
  font-size: 1.6875em;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  background: #1dc3d0;
  border-radius: 32px;
  padding: 11px 60px 11px 60px;
}
