@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+TC:wght@400;500&family=Poppins:wght@400;600&display=swap");
.videoArea:before {
  transition: all 0.5s;
}

.featuresArea .exp_inner .titleStyle03 .txt, .featuresArea .exp_inner .titleStyle02 .txt {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.525px;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.advantageBox .advantageControl .advantage_arrow li, .featuresArea .featuresControl .features_arrow li {
  display: inline-block;
  width: 35px;
  text-align: center;
  cursor: pointer;
}
.advantageBox .advantageControl .advantage_arrow li:before, .featuresArea .featuresControl .features_arrow li:before {
  color: #ffffff;
  font-size: 20px;
  font-family: "FontAwesome";
}
.advantageBox .advantageControl .advantage_arrow li.prev:before, .featuresArea .featuresControl .features_arrow li.prev:before {
  content: "";
}
.advantageBox .advantageControl .advantage_arrow li.next:before, .featuresArea .featuresControl .features_arrow li.next:before {
  content: "";
}

.productPage {
  background-color: #ffffff;
}

.mainArea {
  padding-bottom: 0;
}

.videoArea {
  position: relative;
  margin-top: 60px;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 1180px) {
  .videoArea {
    margin-top: 105px;
  }
}
@media (min-width: 850px) {
  .videoArea {
    padding-bottom: 44.657%;
  }
}
.videoArea.play:before {
  opacity: 0;
  display: none;
}
.videoArea:before {
  content: "";
  position: absolute;
  background-image: url(../images/video_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
}
.videoArea iframe,
.videoArea object,
.videoArea embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoArea .playVideo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto;
  z-index: 2;
  cursor: pointer;
}
.videoArea .playVideo .circle {
  width: 156px;
  height: 156px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.videoArea .playVideo .circle span {
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.videoArea .playVideo .circle .lv_1 {
  width: 106px;
  height: 106px;
  border: 1px solid #f8f7f6;
}
.videoArea .playVideo .circle .lv_2 {
  background-image: url(../images/dot03.png);
  animation: rotate 10s linear infinite;
}
.videoArea .playVideo .circle .lv_3 {
  background-image: url(../images/dot01.png);
  animation: rotate2 15s linear infinite;
}
.videoArea .playVideo .circle img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.videoArea .playVideo p {
  color: #ffffff;
  text-align: center;
}
.videoArea .playVideo p.p1 {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 1.6px;
}
.videoArea .playVideo p.p2 {
  font-size: 17px;
  letter-spacing: 1.7px;
}
@media (max-width: 480px) {
  .videoArea .playVideo .circle {
    width: 110px;
    height: 110px;
  }
  .videoArea .playVideo .circle span {
    background-size: contain;
  }
  .videoArea .playVideo .circle .lv_1 {
    width: 70px;
    height: 70px;
  }
  .videoArea .playVideo .circle .lv_2 {
    width: 85px;
    height: 85px;
  }
  .videoArea .playVideo p.p1 {
    margin-bottom: 0;
    font-size: 14px;
  }
  .videoArea .playVideo p.p2 {
    font-size: 15px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
  }
}
.featuresArea {
  background-color: #f9f8f7;
  display: flex;
}
.featuresArea > div {
  padding-top: 110px;
  padding-bottom: 75px;
}
.featuresArea > .left {
  max-width: 475px;
  width: calc(100% - 1160px);
  margin-right: 0;
  margin-left: auto;
  padding-right: 85px;
  padding-left: 50px;
}
.featuresArea > .right {
  width: 1160px;
  background-color: #f1f1f1;
}
.featuresArea .exp_inner .titleStyle01 {
  padding-bottom: 15px;
  margin-bottom: 28px;
  border-bottom: 1px solid #dcdcdc;
}
.featuresArea .exp_inner .titleStyle01 .title {
  color: #111111;
  font-size: 20px;
}
.featuresArea .exp_inner .titleStyle01 .txt {
  color: #959595;
  font-size: 14px;
}
.featuresArea .exp_inner .titleStyle02 {
  padding-bottom: 28px;
}
.featuresArea .exp_inner .titleStyle02 .title {
  color: #111111;
  font-size: 15px;
}
.featuresArea .exp_inner .titleStyle02 .txt {
  color: #626262;
}
.featuresArea .exp_inner .titleStyle03 {
  padding-top: 28px;
  border-top: 1px solid #dcdcdc;
}
.featuresArea .exp_inner .titleStyle03 .txt {
  color: #808080;
}
.featuresArea .innerBox {
  max-width: 970px;
  padding-left: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.featuresArea .innerBox .left {
  width: 245px;
}
.featuresArea .innerBox .right {
  width: calc(100% - 245px);
  padding-left: 95px;
}
.featuresArea .innerBox .featuresTitle {
  color: #111111;
  font-size: 17px;
  margin-bottom: 60px;
}
.featuresArea .innerBox .featuresInfo {
  display: flex;
  flex-wrap: wrap;
  max-width: 510px;
  margin-left: -5px;
  padding-bottom: 30px;
}
.featuresArea .innerBox .featuresInfo li {
  width: 120px;
  padding-right: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.featuresArea .innerBox .featuresInfo li p {
  margin-top: 10px;
  color: #626262;
  font-size: 14px;
}
.featuresArea .featuresControl {
  display: flex;
  align-items: center;
}
.featuresArea .featuresControl .dots {
  color: #000000;
  font-size: 14px;
  letter-spacing: 1.05px;
}
.featuresArea .featuresControl .dots span {
  color: #959595;
}
.featuresArea .featuresControl .slider-progress {
  background: #dadada;
}
.featuresArea .featuresControl .slider-progress .progress {
  width: 0%;
  height: 1px;
  background: #0099b9;
}
.featuresArea .featuresControl .features_arrow li:before {
  color: #626262;
}
@media (max-width: 480px) {
  .featuresArea .featuresControl .dots,
.featuresArea .featuresControl .slider-progress {
    display: none;
  }
  .featuresArea .featuresControl .features_arrow {
    position: absolute;
    width: calc(100% - 50px);
    top: 27%;
  }
  .featuresArea .featuresControl .features_arrow li {
    position: absolute;
    height: 35px;
  }
  .featuresArea .featuresControl .features_arrow li:before {
    font-size: 40px;
  }
  .featuresArea .featuresControl .features_arrow .features_prev {
    left: 0;
    text-align: left;
  }
  .featuresArea .featuresControl .features_arrow .features_next {
    right: 0;
    text-align: right;
  }
}
@media (max-width: 1600px) {
  .featuresArea > .left {
    width: 35%;
  }
  .featuresArea > .right {
    width: 65%;
  }
}
@media (max-width: 1300px) {
  .featuresArea .innerBox {
    padding-left: 50px;
  }
  .featuresArea .innerBox .right {
    padding-left: 50px;
  }
}
@media (max-width: 1180px) {
  .featuresArea > .left {
    padding-right: 50px;
    padding-left: 25px;
  }
  .featuresArea .innerBox .right {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .featuresArea {
    flex-wrap: wrap;
  }
  .featuresArea > .left,
.featuresArea > .right {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .featuresArea > .left {
    max-width: 100%;
    padding-right: 25px;
  }
  .featuresArea .innerBox {
    padding-left: 25px;
  }
  .featuresArea .innerBox .left {
    width: 35%;
  }
  .featuresArea .innerBox .right {
    width: 65%;
    padding-right: 25px;
  }
  .featuresArea .innerBox .featuresList img {
    margin-left: auto;
    margin-right: auto;
  }
  .featuresArea .innerBox .featuresInfo {
    margin-left: -30px;
  }
  .featuresArea .innerBox .featuresInfo li {
    width: 25%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .featuresArea .innerBox {
    flex-wrap: wrap;
    padding-right: 25px;
  }
  .featuresArea .innerBox .left,
.featuresArea .innerBox .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .featuresArea .innerBox .featuresTitle {
    margin-bottom: 30px;
  }
  .featuresArea .innerBox .featuresInfo {
    margin-left: 0;
    max-width: 100%;
  }
  .featuresArea .innerBox .featuresControl {
    justify-content: center;
  }
}
@media (max-width: 440px) {
  .featuresArea .innerBox .featuresInfo li {
    width: 33.33%;
  }
}

.compareArea {
  background-image: url(../images/compare_img2.png);
  background-repeat: no-repeat;
  background-position: 100% 170%;
  padding-top: 120px;
  padding-bottom: 190px;
  position: relative;
  overflow: hidden;
}
.compareArea .itemImg {
  position: absolute;
  display: block;
  width: 50%;
  height: 0;
  padding-bottom: 930px;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.compareArea .itemImg img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.compareArea .wrap {
  position: relative;
  display: flex;
}
.compareArea .left,
.compareArea .right {
  width: 50%;
  position: relative;
  z-index: 1;
}
.compareArea .left {
  padding-right: 65px;
  transform: translateY(65px);
}
.compareArea .left .item:nth-child(even) {
  margin-left: 105px;
  margin-right: 45px;
}
.compareArea .left .item span {
  left: 20px;
  bottom: 11px;
}
.compareArea .left .item .Txt .ani_dot {
  bottom: -8px;
}
.compareArea .mid:before {
  content: "";
  background-image: url(../images/screen.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 373px;
  height: 771px;
}
.compareArea .right .item {
  color: #111111;
}
.compareArea .right .item:nth-child(odd) {
  margin-left: 115px;
  margin-right: 0;
}
.compareArea .right .item:nth-child(even) {
  margin-left: 70px;
  margin-right: 105px;
}
.compareArea .right .item .Img {
  background-image: url(../images/dot02.png);
}
.compareArea .right .item .Txt {
  order: -1;
  border-bottom-color: #dcdcdc;
}
.compareArea .right .item .Txt span {
  right: 20px;
  top: calc(100% + 10px);
}
.compareArea .right .item .Txt .ani_dot {
  right: auto;
  left: -7px;
}
.compareArea .item {
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.compareArea .item:last-child {
  margin-bottom: 0;
}
.compareArea .item .Img {
  background-image: url(../images/dot01.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px;
}
.compareArea .item .Img img {
  border-radius: 50%;
}
.compareArea .item .Txt {
  width: calc(100% - 145px);
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.compareArea .item .Txt span {
  position: absolute;
  letter-spacing: 0.525px;
}
.compareArea .item .Txt .ani_dot {
  right: -7px;
  bottom: -7px;
}
@media (max-width: 1300px) {
  .compareArea .left .item:nth-child(even) {
    margin-left: 50px;
    margin-right: 45px;
  }
  .compareArea .right .item:nth-child(even) {
    margin-right: 50px;
  }
}
@media (max-width: 1180px) {
  .compareArea {
    padding: 50px 0;
  }
  .compareArea .left {
    transform: none;
    padding-right: 0;
  }
  .compareArea .left .item,
.compareArea .right .item {
    margin-bottom: 30px;
  }
  .compareArea .left .item:nth-child(even),
.compareArea .right .item:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  .compareArea .right .item:nth-child(odd) {
    margin-left: 0;
  }
  .compareArea .mid {
    display: none;
  }
  .compareArea .item .Txt {
    border-bottom: 0;
  }
  .compareArea .item .Txt .ani_dot {
    display: none;
  }
}
@media (max-width: 992px) {
  .compareArea {
    background-image: none;
  }
  .compareArea .itemImg {
    display: none;
  }
  .compareArea .left .item,
.compareArea .right .item {
    color: #111111;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }
  .compareArea .left .item .Txt,
.compareArea .right .item .Txt {
    width: 100%;
    margin-top: 10px;
  }
  .compareArea .left .item span,
.compareArea .right .item span {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .compareArea .left .item {
    padding-right: 10px;
  }
  .compareArea .right .item {
    padding-left: 10px;
  }
  .compareArea .right .item .Txt {
    order: 0;
  }
  .compareArea .item .Img {
    background-image: url(../images/dot02.png);
  }
}
@media (max-width: 480px) {
  .compareArea {
    padding-bottom: 0;
  }
  .compareArea .left .item .Txt,
.compareArea .right .item .Txt {
    min-height: 66px;
  }
  .compareArea .left .item span br,
.compareArea .right .item span br {
    display: none;
  }
}

.ani_dot {
  position: absolute;
}
.ani_dot .aniCircle {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
}
.ani_dot .aniCircle:before, .ani_dot .aniCircle:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: auto;
  display: block;
  border-radius: 50%;
}
.ani_dot .aniCircle:before {
  background: rgba(228, 121, 17, 0.3);
  border-radius: 50%;
  animation: pulse 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  width: 15px;
  height: 15px;
}
.ani_dot .aniCircle:after {
  background: #0099b9;
  z-index: 2;
  width: 7px;
  height: 7px;
}

@keyframes pulse {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.textEditor .tab {
  margin-top: 0;
}
.textEditor .album {
  float: right;
  width: 300px;
  padding: 0 0 35px 35px;
  list-style: none;
}
.textEditor .album li {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  box-shadow: 2px 2px 5px #c3c3c3;
}
.textEditor .album a {
  display: block;
}
.textEditor .album a img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .textEditor .album {
    float: none;
    margin: 20px auto;
    padding: 0;
  }
}
.application_box {
  position: relative;
}
.application_box .itemImg {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 550px;
  overflow: hidden;
}
.application_box .itemImg img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.application_box.one {
  display: flex;
  background-color: #0099b9;
  background-image: url(../images/bgbg.png);
  background-position: right;
}
.application_box.one .left,
.application_box.one .right {
  width: 50%;
}
.application_box.one .right {
  align-self: center;
}
.application_box.one .Txt {
  color: #ffffff;
  max-width: 570px;
  padding-left: 11%;
}
.application_box.one .Txt .title {
  margin-bottom: 30px;
}
.application_box.one .Txt .title > * {
  display: block;
}
.application_box.one .Txt .title span {
  font-size: 32px;
  line-height: 1.3;
}
.application_box.one .Txt .title em {
  font-size: 15px;
  line-height: 23px;
  font-family: "Poppins";
}
.application_box.one .Txt .subTitle {
  font-size: 20px;
  margin-bottom: 10px;
}
.application_box.one .Txt .txt {
  font-size: 15px;
}
.application_box.two .Txt {
  max-width: 500px;
  position: absolute;
  left: 14%;
  top: 120px;
  z-index: 4;
}
.application_box.two .Txt .title {
  color: #111111;
  font-size: 32px;
  margin-bottom: 15px;
}
.application_box.two .Txt .txt {
  color: #333;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.595px;
}
@media (max-width: 1300px) {
  .application_box.one .Txt {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
  }
  .application_box.two .Txt {
    left: 50px;
    right: 50px;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .application_box.one {
    display: block;
  }
  .application_box.one .left,
.application_box.one .right {
    width: 100%;
  }
  .application_box.one .Txt {
    padding: 30px;
  }
  .application_box.one .Txt .title {
    margin-bottom: 20px;
  }
  .application_box.one .Txt .title span {
    font-size: 25px;
  }
  .application_box.one .Txt .title em {
    font-size: 14px;
  }
  .application_box.one .Txt .subTitle {
    font-size: 18px;
  }
  .application_box.one .Txt .txt {
    font-size: 14px;
  }
  .application_box.two .Txt {
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .application_box.two .Txt .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .application_box.two .Txt .txt {
    font-size: 14px;
  }
  .application_box.two .itemImg {
    padding-bottom: 400px;
  }

  .application_box.two .itemImg img {
    display: none;
  }

}

.advantageBox {
  padding-top: 110px;
  background-color: #f9f8f6;
  overflow: hidden;
}
.advantageBox .wrap {
  border-bottom: 1px solid #dcdcdc;
}
.advantageBox ul {
  list-style-type: none !important;
}
.advantageBox .advantageCert {
  display: flex;
  flex-wrap: wrap;
  padding-top: 82px;
  padding-bottom: 10px;
}
.advantageBox .advantageCert li {
  width: calc(20% - 30px);
  margin: 0 15px 30px;
  background-color: #f9f8f7;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1140px) {
  .advantageBox .advantageCert {
    justify-content: center;
  }
  .advantageBox .advantageCert li {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 768px) {
  .advantageBox .advantageCert {
    justify-content: center;
  }
  .advantageBox .advantageCert li {
    width: calc(50% - 30px);
  }
}
.advantageBox .advantageList_box {
  padding-bottom: 100px;
  position: relative;
}
.advantageBox .advantageList {
  margin: 0 -30px 30px;
}
.advantageBox .advantageList li {
  padding: 30px;
}
.advantageBox .advantageList li .Img img {
  box-shadow: 0px 10px 19px 1px rgba(0, 0, 0, 0.15);
}
.advantageBox .advantageList li .Txt {
  color: #111111;
  font-size: 17px;
  padding-top: 30px;
}
.advantageBox .advantageList li .Txt:before {
  content: "";
  width: 3px;
  height: 19px;
  background-color: #0099b9;
  display: inline-block;
  vertical-align: sub;
  margin-right: 13px;
}
@media (max-width: 768px) {
  .advantageBox {
    padding-top: 50px;
  }
  .advantageBox .advantageCert {
    padding-top: 40px;
  }
  .advantageBox .advantageList_box {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .advantageBox li .Img img {
    margin: 0 auto;
  }
}
.advantageBox .advantageControl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantageBox .advantageControl .dots {
  color: #000000;
  font-size: 14px;
  letter-spacing: 1.05px;
}
.advantageBox .advantageControl .dots span {
  color: #959595;
}
.advantageBox .advantageControl .slider-progress {
  background: #dadada;
}
.advantageBox .advantageControl .slider-progress .progress {
  width: 0%;
  height: 1px;
  background: #0099b9;
}
.advantageBox .advantageControl .advantage_arrow li:before {
  color: #626262;
}
@media (max-width: 480px) {
  .advantageBox .advantageControl .dots,
.advantageBox .advantageControl .slider-progress {
    display: none;
  }
  .advantageBox .advantageControl .advantage_arrow {
    position: absolute;
    width: calc(100% - 50px);
    top: 35%;
  }
  .advantageBox .advantageControl .advantage_arrow li {
    position: absolute;
    height: 35px;
    line-height: 35px;
  }
  .advantageBox .advantageControl .advantage_arrow li:before {
    font-size: 40px;
  }
  .advantageBox .advantageControl .advantage_arrow .advantage_prev {
    left: -30px;
    text-align: left;
  }
  .advantageBox .advantageControl .advantage_arrow .advantage_next {
    right: -30px;
    text-align: right;
  }
}

.textEditor .contentBuilder p {
  height: 150px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .textEditor .contentBuilder p {
  height: 100%;
}
}


.waterfall {
   column-count: 4;
   column-gap: 10px;
   text-align: center;
}

.waterfall img {
   margin-bottom: 20px;
}

@media (max-width: 768px) {
  .waterfall {
   column-count: 2;
   column-gap: 10px;
  }
  .waterfall img {
   margin-bottom: 0px;
  }
}