@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", "微軟正黑體", "Helvetica", "Arial", sans-serif !important;
}

* {
  box-sizing: border-box;
}
.allweb {
  position: relative;
  width: 100%;
}
.allwebin {
  position: relative;
  line-height: normal;
}
img {
  max-width: 100%;
  display: block;
}

/* ............................. */

.content1,
.content2,
.content3,
.content4,
.content5,
.content6 {
  position: relative;
  width: 100%;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0 auto;
  overflow: hidden;
}

.content1 div,
.content2 div,
.content3 div,
.content4 div,
.content5 div,
.content6 div,
.content7 div {
  /* transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s; */
}
.content1 {
  background: linear-gradient(180deg, #2a9d8f 0%, #264653 100%);
  padding-bottom: 49%;
  /* top: 75px; */
}
.content2 {
  position: relative;
  background-color: #fff;
  /* min-height: 300px; */
  display: block;
}
.content3 {
  position: relative;
  background: url("../images/dataimg/shutterstock_1948509133 1.png");
  background-size: 100% 100%;
  /* min-height: 300px; */
  display: block;
}
.content5 {
  width: 80%;
  min-height: 300px;
  margin: 0 auto;
  background-color: rgba(233, 196, 106, 1);
  border-radius: 48px;
}
.content6 {
  width: 100%;
  min-height: 180px;
  margin: 0 auto;
  background-color: rgb(249 250 251);
}
.content7 {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
.con5bx {
  position: relative;
  width: 85%;
  margin: 50px auto;
}
.con5a {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.con5tx {
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 4vw;
  /* letter-spacing: 0.1em; */
  text-align: right;
  color: rgba(42, 157, 143, 1);
}
.con5txx {
  font-size: 2vw;
  font-weight: 700;
  line-height: 3vw;
  /* letter-spacing: 0.1em; */
  text-align: right;

  color: rgba(0, 0, 0, 1);
}
.con5l {
  width: 30%;
}
.con5r {
  width: 70%;
}
.con5b {
  width: 100%;
  padding-bottom: 20%;
  margin: 15% auto 0 auto;
  background: url("../images/dataimg/Frame 20.png") no-repeat;
  background-size: 100% auto;
  clip-path: inset(0 100% 0 0); /* 初始狀態，從右側遮罩 */
  transition: clip-path 2s ease; /* 過渡效果 */
  opacity: 0; /* 初始隱藏 */
}

.con5b.show {
  clip-path: inset(0 0 0 0); /* 完全顯示背景 */
  opacity: 1; /* 顯示 */
}

.con55 {
  position: absolute;
  width: 62%;
  top: 50%;
  left: 23%;
}
.con5c {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: space-between;
}
.c5ww {
  margin-top: -125px;
  width: 100%;
}
.cn5a {
  /* background: url("../images/dataimg/w1.png") no-repeat center; */
  background-color: #264653;
  background-size: cover;
  width: 6px; /* 初始寬度 */
  height: 93px; /* 固定高度 */
  margin-left: 0px;
  clip-path: inset(100% 0 0 0); /* 初始遮罩，完全遮住元素 */
  transition: clip-path 1s ease; /* 過渡效果，1秒完成 */
  opacity: 0; /* 初始隱藏 */
}

.cn5a.show {
  clip-path: inset(0 0 0 0); /* 取消遮罩，顯示整個元素 */
  opacity: 1; /* 顯示元素 */
}
.cn5b {
  width: 100%;
  height: 6px;
  background-color: #264653;
  /* background: url("../images/dataimg/w2.png"); */
  clip-path: inset(0 100% 0 0); /* 初始狀態，從右側遮罩 */
  transition: clip-path 2s ease; /* 過渡效果 */
  opacity: 0; /* 初始隱藏 */
  margin-left: -0.5%;
}
.cn5b.show {
  clip-path: inset(0 0 0 0); /* 完全顯示背景 */
  opacity: 1; /* 顯示 */
}
.cn5c {
  background: url("../images/dataimg/w3.png") no-repeat center;
  background-size: cover;
  width: 30px; /* 初始寬度 */
  height: 93px; /* 固定高度 */
  margin-left: -15px;
  clip-path: inset(0 0 100% 0); /* 初始遮罩，完全遮住元素 */
  transition: clip-path 1s ease; /* 過渡效果，1秒完成 */
  opacity: 0; /* 初始隱藏 */
}

.cn5c.show {
  clip-path: inset(0 0 0 0); /* 取消遮罩，顯示整個元素 */
  opacity: 1; /* 顯示元素 */
}
.con5mb {
  width: 60%;
  margin: 30px 0 0 25%;
  background: url("../images/dataimg/Frame 61.png") no-repeat;
  background-size: 100% auto;
  padding-bottom: 265%;
  background-size: cover;

  clip-path: inset(0 0 100% 0); /* 初始遮罩，完全遮住元素 */
  transition: clip-path 3s ease; /* 過渡效果，1秒完成 */
  opacity: 0; /* 初始隱藏 */
}

.con5mb.show {
  clip-path: inset(0 0 0 0); /* 取消遮罩，顯示整個元素 */
  opacity: 1; /* 顯示元素 */
}

.cn5d {
  position: absolute;
  width: 85%;
  line-height: 2.5vw;
  background-color: rgba(42, 157, 143, 1);
  margin: 0px auto 0 auto;
  border-radius: 5em;
  text-align: center;
  color: #fff;
  font-size: 1.8vw;
  font-weight: 500;
  padding: 5px 10px 10px 10px;
  /* letter-spacing: 0.1em; */
  left: 50%;
  margin-left: -43%;
  top: 0%;
}
.c5ww {
  width: 100%;
  height: 4vw;
  clip-path: inset(0 100% 0 0); /* 初始狀態，從右側遮罩 */
  transition: clip-path 2s ease; /* 過渡效果 */
  opacity: 0; /* 初始隱藏 */
}
.c5ww.show {
  clip-path: inset(0 0 0 0); /* 完全顯示背景 */
  opacity: 1; /* 顯示 */
}
.con6-tlt {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.content6 > div {
  position: absolute;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.con6-tlt h1 {
  position: absolute;
  width: 100%;
  font-size: 2vw;
  font-weight: 500;
  line-height: 52.13px;
  /* letter-spacing: 0.1em; */
  text-align: center;
  color: rgba(0, 0, 0, 1);

  text-align: center;
  top: 0;
  left: 0;
}
.con6-tlt {
  position: relative;
  width: 75.416%;
  padding-bottom: 10.52%;
  /* background-image: url(../images/p7_title.png); */
  top: 4.987%;
  left: 50%;
  transform: translateX(-50%);
}
.con6-tlt::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 5px;
  left: 0;
  top: 25px;
  background-color: rgba(231, 111, 81, 1);
}
.con6-tlt::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 5px;
  right: 0;
  top: 25px;
  background-color: rgba(231, 111, 81, 1);
}
.door {
  width: 100%;
  padding-bottom: 20%;
  top: 0;
  left: 0;
}

.on {
  display: block !important;
}
.door > div:nth-child(1) {
  left: 0;
}
.door.on > div:nth-child(1) {
  left: -50%;
}
.door > div:nth-child(2) {
  right: 0;
}
.door.on > div:nth-child(2) {
  right: -50%;
}
.door > div {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgb(249 250 251);
  top: 0;
  transition: all 1s;
}
.conlinkbt {
  cursor: pointer;
  width: 270px;
  height: 70px;
  background-color: rgba(231, 111, 81, 1);
  border-radius: 5em;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 65px;
  padding-right: 15px;
}
.c7bt {
  position: absolute;
  left: 50%;
  margin-left: -135px;
}
.datactl {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: rgba(50, 50, 50, 1);
  padding: 3%;
}
.datatl {
  position: relative;
  width: 100%;
  letter-spacing: 5px;
  font-size: 1.89vw;
  color: #323232;
  font-weight: 500;
  margin-left: 30px;
}
.datatl::before {
  content: "";
  position: absolute;
  top: 2vw;
  left: -30px;
  width: 25px;
  height: 1.7vw;
  background: url("../images/dataimg/cc.png") no-repeat;
  background-size: 100% auto;
}
.datatl::after {
  content: "";
  position: absolute;
  bottom: -1vw; /* 位置在底部 */
  left: -30px; /* 從左邊開始 */
  width: 0; /* 初始寬度為 0 */
  height: 0.4vw; /* 與 border-bottom 相同的高度 */
  background-color: #e76f51; /* 邊框顏色 */
  transition: width 1s ease; /* 寬度變化的過渡效果 */
  opacity: 0; /* 初始不顯示 */
}
.datatl.visible::after {
  width: 240px; /* 寬度變為 100% */
  opacity: 1; /* 變為可見 */
}
/*  */
.uacc {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
}
.datatl2 {
  position: relative;
  width: 100%;
  letter-spacing: 5px;
  font-size: 1.89vw;
  color: #323232;
  font-weight: 500;
  margin-left: 30px;
}
.datatl2::before {
  content: "";
  position: absolute;
  top: 2vw;
  left: -30px;
  width: 25px;
  height: 1.7vw;
  background: url("../images/dataimg/cc2.png") no-repeat;
  background-size: 100% auto;
}
.datatl2::after {
  content: "";
  position: absolute;
  bottom: -1vw; /* 位置在底部 */
  left: -30px; /* 從左邊開始 */
  width: 0; /* 初始寬度為 0 */
  height: 0.4vw; /* 與 border-bottom 相同的高度 */
  background-color: rgba(233, 196, 106, 1); /* 邊框顏色 */
  transition: width 1s ease; /* 寬度變化的過渡效果 */
  opacity: 0; /* 初始不顯示 */
}
.datatl2.visible::after {
  width: 240px; /* 寬度變為 100% */
  opacity: 1; /* 變為可見 */
}
/*  */
.dataitm {
  width: 100%;
  margin: 100px auto;
  display: flex;
  /* align-items: center; */
  align-content: center;
  justify-content: center;
}
.dataitm2 {
  width: 100%;
  margin: 100px auto;
  display: flex;
  /* align-items: center; */
  align-content: center;
  justify-content: center;
}
.datait2 {
  width: 25%;
}
.datal {
  margin: 0 4% 0 6%;
}
.datar {
  margin: 0 8% 0 4%;
}
.dacon {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.dacx {
  width: 48%;
  min-height: 402px;
  margin: 0 1%;
  border: 10px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2em;
  background: url("../images/dataimg/Component 6.png") no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  background-color: rgba(255, 255, 255, 0.5);
}
.dacx2 {
  width: 48%;
  min-height: 300px;
  margin: 0 1%;
  border: 10px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2em;
  background: url("../images/dataimg/Component 7.png") no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  background-color: rgba(255, 255, 255, 0.5);
}
.daca {
  margin-top: 30px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: rgba(50, 50, 50, 1);
  letter-spacing: 3px;
}
.dacb {
  width: 60%;
  height: 3px;
  background-color: rgba(42, 157, 143, 1);
  margin: 20px auto;
  border-radius: 1em;
}
.dacc {
  width: 87%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.dactx {
  width: 100%;
  overflow: hidden;
  margin: 15px auto;
}
.neb1::before {
  content: "1";
  line-height: 23px;
  padding: 1px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  background-color: rgba(231, 111, 81, 1);
  font-size: 20px;
  font-weight: 500;
  border-radius: 1em;
  position: absolute;
  left: -10px;
}
.neb2::before {
  content: "2";
  line-height: 23px;
  padding: 1px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  background-color: rgba(231, 111, 81, 1);
  font-size: 20px;
  font-weight: 500;
  border-radius: 1em;
  position: absolute;
  left: -10px;
}
.neb3::before {
  content: "3";
  line-height: 23px;
  padding: 1px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  background-color: rgba(231, 111, 81, 1);
  font-size: 20px;
  font-weight: 500;
  border-radius: 1em;
  position: absolute;
  left: -10px;
}
.dactr {
  margin-left: 30px;
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.96px;
  letter-spacing: 0.5px;
  text-align: left;
  padding-left: 38px;
}
.dafbx {
  position: relative;
  width: 45%;
  background: url("../images/dataimg/Rectangle\ 4.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.daftx {
  text-align: center;
  font-size: 2.1vw;
  font-weight: 500;
  color: #fff;
  padding: 20px;
}
.daglr {
  position: relative;
  width: 60px;
  height: 60px;
  background: url("../images/dataimg/Ellipse\ 4.png");
  background-size: 100% 100%;
  margin: 0 2% -10% 2%;
  overflow: hidden;
  border-radius: 3em;
}
.awtbx {
  width: 30px;
  height: 30px;
  margin: 15px auto 0 auto;

  animation: shak 1s ease;
  animation-fill-mode: forwards;
  -webkit-animation: shak 1s ease infinite;
}
.conh {
  width: 65%;
  margin: 0 auto;
  display: flex;

  align-content: center;
  /* justify-content: center; */
  flex-wrap: wrap;
}
.conla {
  width: 69%;
  opacity: 0;
}
.conatl {
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 104.26px;
  letter-spacing: 0.1em;
  color: rgba(50, 50, 50, 1);
}
.conatx {
  font-size: 20px;
  font-weight: 500;
  line-height: 28.96px;
  letter-spacing: 2px;
  text-align: left;
  color: rgba(50, 50, 50, 1);
}
.conlb {
  width: 31%;
  opacity: 0;
}
.conlc {
  width: 60%;
}
.conld {
  width: 100%;
}
.condbx {
  width: 100%;
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
  align-content: center;
  justify-content: center;
}
.conda {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
}
.condb {
  width: 100%;
  background: url("../images/dataimg/Rectangle5.png");
  background-size: 100% 100%;
  color: #fff;
  font-size: 1vw;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 5px 5px 10px 5px;
}
.cdbox {
  width: 23%;
  margin: 0 2%;
}
.condc {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mt150 {
  margin-top: 150px;
}
.contx {
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  letter-spacing: 2px;
}
.conmd {
  position: relative;
  width: 65%;
  margin: 0 auto;
  padding: 72px 0;
}
.gruop {
  position: absolute;
  width: 30%;
  right: 1%;
  top: 15%;
}
.himg {
  width: 13%;
  position: absolute;
  right: 0;
  top: 50%;
}
.himg2 {
  width: 37%;
  top: 50%;
  position: absolute;
}
.appbt {
  position: absolute;
  cursor: pointer;
  bottom: 25%;
  width: 270px;
  height: 70px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 15px;
  border-radius: 5em;
  text-align: center;
  border: 4px solid #fff;
  left: 8%;
  line-height: 29px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  padding-right: 35px;
}
.appbt:hover {
  background-color: rgba(231, 111, 81, 1);
}
.appbt:hover .vec2 {
  opacity: 1;
  /* transform: scale(0.98);
  animation: bounceIn 0.5s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; */
}
a:active,
a:hover {
  outline: 0;
  color: hsl(0deg 0% 100%) !important;
}
.conlinkbt:hover .vec2 {
  opacity: 1;
  /* transform: scale(0.98); */
  /* animation: bounceIn 0.5s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; */
}
.ar {
  animation: slide-left 0.5s ease-in-out;
}
.al {
  animation: slide-right 0.5s ease-in-out;
}
.vec {
  position: absolute;
  right: 9%;
  top: 29%;
}
.vec2 {
  opacity: 0;
  border-radius: 10em;
  background-color: #fff;
  transform: scale(0.98);
  position: absolute;
  right: 5%;
  top: 18%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
canvas {
  width: 100%;
  display: block;
}
#canvas {
  position: relative;
  height: 46vw;
  overflow: hidden;
}
.hdtbx {
  position: absolute;
  width: 46%;
  top: 20%;
  left: 8%;
}
.hdta {
  position: relative;
  width: 100%;
}
.hdtb {
  position: relative;
  width: 100%;
}
.hdx {
  width: 100%;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 6px;
  /* display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between; */
}
.htx {
  width: 100%;
  font-family: Noto Sans TC;
  font-size: 5vw;
  font-weight: 700;
  line-height: 7vw;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.htxx {
  width: 100%;
  position: relative;
  font-size: 2vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2vw;
  margin: 5% auto 0 auto;
}
.htxr {
  text-align: right;
}
#totop {
  position: fixed;
  width: 80px;
  /* padding-bottom: 80px; */
  display: block;
  cursor: pointer;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  /* background-image: url(../img/works/top.png); */
  z-index: 5;
  bottom: 3%;
  right: 0;
}
.animabx {
  position: absolute;
  right: 0;
  top: 7%;
  width: 50%;
}
.top img {
  width: 100%;
}
.top {
  position: relative;
  right: 0;
  width: 80px;
  height: 80px;
  /* border-style: solid;
  border-width: 0 1.5vmin 1.5vmin 1.5vmin;
  border-color: transparent transparent #374153 transparent; */
  margin-top: 27.5%;
}

.datat {
  width: 100px;
  margin: 30px auto;
}
.dataf {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  color: #323232;
}

/* loader */
#navloader {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 55;
}
#footerloader {
  width: 100%;
  position: relative;
  display: contents;
}
.ipcimg {
  display: inline-block;
}
.pcimg {
  display: block;
}
.mbimg {
  display: none;
}
.gruop img,
.himg img,
.datait img,
.datat img,
.awtbx img,
.conlb img,
.conda img,
.con5l img,
.uacc img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1440px) {
  .htxx {
    top: 50%;
  }

  .c5ww {
    margin-top: -117px;
  }
  .daglr {
    margin: 0 2% -7% 2%;
  }
  .dacon {
    width: 95%;

    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .conmd {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 72px 0;
  }
  .conh {
    width: 80%;
  }

  .mt100 {
    margin-top: 50px;
  }
  .condb {
    font-size: 1.3vw;
  }
  .mt150 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .conlb {
    width: 31%;
    opacity: 0;
    padding-bottom: 4vw;
  }
}
@media only screen and (max-width: 1000px) {
  .datatl2::after {
    bottom: -24px;
  }
  .datatl2::before {
    height: 3vw;
  }
  .datatl::after {
    bottom: -23px;
  }
  .datatl::before {
    height: 3vw;
  }
  .c5ww {
    margin-top: -112px;
  }
}
@media only screen and (max-width: 800px) {
  .datatl2::before {
    height: 4vw;
  }
  .datatl::after {
    bottom: -7px;
  }
  .datatl::before {
    height: 4vw;
    top: 90px;
  }
  #canvas {
    position: relative;
    height: 51vw;
    overflow: hidden;
  }
  .con6-tlt h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 40.54px;
    letter-spacing: 0.1em;
    text-align: center;
    color: rgba(231, 111, 81, 1);
  }
  .con6-tlt::after,
  .con6-tlt::before {
    content: none;
  }
  .con5txx {
    font-size: 20px;
    text-align: center;
  }
  .con5tx {
    font-size: 36px;
    font-weight: 700;
    line-height: 4vw;
    text-align: center;
    margin-bottom: 20px;
  }
  .con5l {
    width: 70%;
    margin: 0 auto;
  }
  .con5r {
    width: 100%;
  }
  .pcimg {
    display: none;
  }
  .mbimg {
    display: block;
  }
  .con5b,
  .con5c {
    display: none;
  }
  .con5a {
    display: block;
  }
  .cdbox {
    width: 50%;
    margin: 0 auto;
  }
  .condbx {
    display: block;
  }
  .conlb {
    width: 70%;
    margin: 30px auto;
  }
  .conatl {
    text-align: center;
  }
  .conla {
    width: 100%;
  }
  .conh {
    width: 90%;
  }
  .conh {
    display: block;
  }
  .daftx {
    text-align: center;
    font-size: 5.3vw;
    font-weight: 500;
    color: #fff;
    padding: 20px;
  }
  .dafbx {
    position: relative;
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .dacx,
  .dacx2 {
    width: 95%;
    margin: 0 auto 30px auto;
  }
  .dacon {
    display: block;
  }
  .gruop,
  .htxx {
    display: none;
  }
  .content1 {
    padding-bottom: 100%;
  }
  .hdtbx {
    position: absolute;
    width: 70%;
    top: 20%;
    left: 50%;
    margin-left: -35%;
  }
  .hdx {
    font-size: 7vw;
  }
  .appbt {
    bottom: 40%;
    width: 270px;
    margin-left: -135px;
    left: 50%;
  }
  .animabx {
    position: absolute;
    right: 0;
    top: 48%;
    width: 100%;
  }
  .datatl {
    width: 100%;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 450px) {
  .content3 {
    position: relative;
    background: url("../images/dataimg/mbbgg.webp") no-repeat;
    background-size: 100% 100%;
    /* min-height: 300px; */
    display: block;
  }
  .dacc {
    width: 95%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .c7bt {
    position: absolute;
    left: 50%;
    margin-left: -100px;
  }
  .content7 {
    padding: 5% 5% 100px 5%;
  }
  .on {
    display: none !important;
  }
  .condc {
    margin-top: 20px;
  }
  .ipcimg {
    display: none;
  }
  .himg2 {
    width: 107px;
    height: 10px;
  }
  .himg {
    width: 33px;
    height: 10px;
  }

  .hdx {
    letter-spacing: 0;
  }
  .htx {
    width: 94%;
    font-family: Noto Sans TC;
    font-size: 10vw;
    font-weight: 700;
    line-height: 52.01px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .htxr {
    margin-left: 20px;
    text-align: right;
  }
  .hdta {
    bottom: 10px;
  }
  .uacc {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .awtbx {
    width: 20px;
    height: 20px;
    margin: 15px auto 0 auto;
    animation: shak 1.5s ease;
    animation-fill-mode: forwards;
    -webkit-animation: shak 1.5s ease infinite;
  }
  .content6 > div {
    position: relative;
    margin: 0 auto;
  }
  .con6tx {
    width: 95%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40.54px;
    letter-spacing: 0.1em;
    text-align: center;
    color: rgba(231, 111, 81, 1);
  }
  .con6-tlt {
    font-size: 28px;
    font-weight: 500;
    line-height: 40.54px;
    letter-spacing: 0.1em;
    text-align: center;
    color: rgba(231, 111, 81, 1);
    left: 50%;
  }
  #totop {
    width: 50px;
  }
  .top {
    width: 50px;
    height: 50px;
  }
  .conda {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0px;
  }
  .con6-tlt {
    width: 100%;
    margin: 0 auto;
  }
  .con5a {
    width: 100%;
  }
  .con5tx {
    font-size: 8vw;
    letter-spacing: 0px;
  }
  .conmd {
    padding: 30px 0;
  }
  .conlinkbt {
    cursor: pointer;
    width: 200px;
    height: 52px;
    background-color: rgba(231, 111, 81, 1);
    margin: 0 auto;
    border-radius: 5em;
    color: #fff;

    font-size: 16px;
    font-weight: 500;
    line-height: 48.17px;
    letter-spacing: 0.1em;
  }
  .content6 {
    width: 100%;
    min-height: 125px;
    margin: 0 auto;
    background-color: rgb(249 250 251);
  }
  .con5mb {
    width: 90%;
    margin: 30px 0 0 14%;

    padding-bottom: 400%;
  }
  .con5l {
    width: 80%;
    margin: 30px auto 0 auto;
  }
  .con5txx {
    font-family: Noto Sans TC;
    font-size: 3.7vw;
    font-weight: 500;
    line-height: 23.17px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .content5 {
    width: 95%;
  }
  .condb {
    font-size: 20px;
    font-weight: 500;
    line-height: 28.96px;
    letter-spacing: 0.1em;
  }
  .cdbox {
    width: 75%;
    margin: 0 auto;
  }
  .datatl2::after {
    content: "";
    position: absolute;
    width: 270px;
    bottom: -12px;
    left: -30px;
    width: 0;
    height: 8px;
    background-color: rgba(233, 196, 106, 1);
    transition: width 1s ease;
    opacity: 0;
  }
  .datatl2::before {
    content: "";
    position: absolute;
    top: 62px;
    left: -30px;
    width: 25px;
    height: 32px;
    background: url("../images/dataimg/cc2.png") no-repeat;
    background-size: 100% auto;
  }
  .datatl2 {
    font-size: 7vw;
    font-weight: 500;
    line-height: 40.54px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .conlc {
    width: 85%;
  }
  .conatx {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    letter-spacing: 0em;
  }
  .mt150 {
    margin-top: 50px;
  }
  .conatl {
    font-size: 7.7vw;
    font-weight: 500;
    line-height: 40.54px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .mt100 {
    margin-top: 30px;
  }
  .daglr {
    width: 40px;
    height: 40px;
  }
  .dafbx {
    position: relative;
    width: 95%;
    margin: 0 auto 50px auto;
  }
  .daftx {
    font-size: 5.5vw;
    font-weight: 500;
    line-height: 40.54px;
    letter-spacing: 2px;
    text-align: center;
    padding: 30px 0;
  }
  .dactl {
    width: 35px;
  }
  .dactr {
    width: 100%;
    font-size: 4.4vw;
    margin-left: 10px;
    letter-spacing: 0;
    padding-left: 22px;
  }
  .daca {
    font-size: 6.6vw;
    font-weight: 500;
    line-height: 40.54px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .dacx,
  .dacx2 {
    background-image: none;
  }
  .datactl {
    position: relative;
    width: 81%;

    font-size: 6.5vw;
    font-weight: 500;
    line-height: 40.54px;
    letter-spacing: 0.1em;
    text-align: center;

    margin: 68px auto 68px auto;
  }
  .datait2 {
    width: 90%;
    margin: 0 auto;
  }
  .datat {
    width: 84px;
  }
  .dataitm2 {
    display: block;
    margin: 30px auto;
  }
  .dataitm div {
    width: 260px;
    margin: 0 auto 20px auto;
  }

  .dataitm :nth-child(2) {
    width: 260px;
    margin: 0 auto 20px auto;
  }
  .dataitm :nth-child(3) {
    width: 260px;
    margin: 0 auto 20px auto;
  }
  .dataitm :nth-child(4) {
    width: 260px;
    margin: 0 auto 20px auto;
  }
  .dataitm {
    display: block;
  }
  .contx {
    font-size: 16px;
    letter-spacing: 0;
  }
  .datatl.visible::after {
    width: 240px;
    opacity: 1;
  }
  .datatl::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -30px;
    width: 0;
    height: 8px;
    background-color: #e76f51;
    transition: width 1s ease;
    opacity: 0;
  }
  .datatl::before {
    content: "";
    position: absolute;
    top: 70px;

    left: -30px;
    width: 25px;
    height: 32px;
    background: url("../images/dataimg/cc.png") no-repeat;
    background-size: 100% auto;
  }
  .conmd {
    width: 89%;
  }
  .datatl {
    width: 85%;
    letter-spacing: 2px;
    text-align: left;
    font-size: 7vw;
  }
  .appbt {
    font-size: 16px;
    padding: 10px;
  }
  .vec {
    width: 8px;
    height: 8px;
    top: 39%;
  }
  .vec2 {
    width: 20px;
    height: 20px;
    top: 31%;
    right: 7%;
  }
  .appbt {
    width: 200px;
    height: 52px;
    margin-left: -100px;
    line-height: 21px;
  }
  .hdtbx {
    position: absolute;
    width: 80%;
    margin-left: -40%;
  }

  .content1 {
    /* top: 55px; */
    padding-bottom: 130%;
  }
  .animabx {
    position: absolute;
    right: 0;
    top: 22%;
    width: 100%;
  }
  #canvas {
    position: relative;
    height: 90vw;
    overflow: hidden;
  }
  .dataitm {
    width: 100%;
    margin: 50px auto;
    display: block;
  }
  .content6 {
    min-height: 50px;
  }
}
@media only screen and (max-width: 414px) {
  .dacon {
    width: 98%;
  }
  .datatl::after {
    bottom: -18px;
  }
}
@media only screen and (max-width: 393px) {
  .datatl::after {
    bottom: -23px;
  }
}
@media only screen and (max-width: 390px) {
  .con5txx {
    font-size: 3.8vw;
  }
  .datatl::after {
    bottom: -6vw;
  }
}
@media only screen and (max-width: 375px) {
  .dactr {
    width: 100%;
    font-size: 4.3vw;
    margin-left: 10px;
    letter-spacing: 0;
    padding-left: 22px;
  }
  .condb {
    font-size: 20px;
    font-weight: 500;
    line-height: 28.96px;
    letter-spacing: 1px;
  }
  /* .dactr {
    margin-left: 10px;
    color: #323232;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.96px;
    letter-spacing: 0.1em;
    text-align: left;
  } */
  .dactl {
    width: 13%;
  }
  .daftx {
    font-size: 6vw;
    font-weight: 500;
    line-height: 40.54px;
    letter-spacing: 0px;
    text-align: center;
    padding: 30px 0;
  }

  .datatl {
    width: 85%;
    letter-spacing: 1px;
    text-align: left;
    font-size: 28px;
  }
  .hdtbx {
    position: absolute;
    width: 90%;
    margin-left: -45%;
  }
}
@media only screen and (max-width: 360px) {
  .con6tx {
    font-size: 8vw;
  }
  .datactl {
    position: relative;
    width: 90%;
    /* font-size: 28px; */
    font-weight: 500;
    line-height: 40.54px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 68px auto 68px auto;
  }
  .datatl2 {
    font-size: 7.5vw;
  }
  .con5tx {
    font-size: 8vw;
  }
  .conlc {
    width: 90%;
  }
  .daftx {
    font-size: 6vw;
    font-weight: 500;
    line-height: 40.54px;
    letter-spacing: 0px;
    text-align: center;
    padding: 30px 0;
  }
  .datatl {
    width: 90%;
    letter-spacing: 1px;
    text-align: left;
    font-size: 28px;
  }

  .datatl {
    font-size: 7vw;
  }
  .datatl::after {
    bottom: -30px;
  }
}
@media only screen and (max-width: 325px) {
  .dacc {
    width: 98%;
  }
  .datatl::after {
    bottom: -18px;
  }
  .datatl::before {
    top: 50px;
  }
}
