/* CSS Document */
.memberArea .dataBottomBox .arrowBox .arrowPrev img, .memberArea .dataBottomBox .arrowBox .arrowNext img, .memberArea .dataBottomBox .arrowBox .arrowPrev, .memberArea .dataBottomBox .arrowBox .arrowNext, .memberArea .dataTopBox .arrowBox .arrowPrev img, .memberArea .dataTopBox .arrowBox .arrowNext img, .memberArea .dataTopBox .arrowBox .arrowPrev, .memberArea .dataTopBox .arrowBox .arrowNext, .historyArea .arrowBox .arrowPrev img, .historyArea .arrowBox .arrowNext img, .historyArea .arrowBox .arrowPrev, .historyArea .arrowBox .arrowNext, .historyArea .dataBox .dataItem .item .dot::after, .historyArea .dataBox .dataItem .item .year .title, .historyArea .dataBox .dataItem .item::before, .historyArea .dataBox .dataItem .item, .technologyArea .dataList .numBox, .technologyArea .dataBox .arrowBox .arrowPrev img, .technologyArea .dataBox .arrowBox .arrowNext img, .technologyArea .dataBox .arrowBox .arrowPrev, .technologyArea .dataBox .arrowBox .arrowNext {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.aboutPage .mainArea {
  padding: 0 !important;
}

.aboutArea {
  position: relative;
  padding: 50px 0 100px;
  background-image: url("../images/deco/aboutDecoBg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: clamp(150px, 54%, 1026px) auto;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 50px 0 70px;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0 60px;
  }
}
.aboutArea::before {
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 50px 0 0 50px;
  background-image: url("../images/deco/grid.png");
  background-position: center left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1560px) {
  .aboutArea::before {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1180px) {
  .aboutArea::before {
    width: calc(100% - 20px);
    background-size: auto 100%;
    border-radius: 20px 0 0 20px;
  }
}
.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .aboutArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
}
.aboutArea .leftBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  padding-top: 70px;
}
.aboutArea .leftBox .Txt {
  max-width: 630px;
}
@media (max-width: 1024px) {
  .aboutArea .leftBox .Txt {
    max-width: none;
  }
}
@media (max-width: 1680px) {
  .aboutArea .leftBox {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .aboutArea .leftBox {
    width: 100%;
  }
}
.aboutArea .rightBox {
  padding-left: 20px;
}
@media (max-width: 1680px) {
  .aboutArea .rightBox .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (max-width: 1024px) {
  .aboutArea .rightBox {
    width: 60%;
    padding: 0;
  }
}
@media (max-width: 680px) {
  .aboutArea .rightBox {
    width: 100%;
  }
}
.aboutArea .highLayerDecoBox {
  z-index: 2;
}
.aboutArea .decoBox, .aboutArea .highLayerDecoBox {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutArea .decoBox .cellTopLeft, .aboutArea .highLayerDecoBox .cellTopLeft {
  width: clamp(80px, 20%, 268px);
  height: auto;
  aspect-ratio: 268/276;
  background: url("../images/deco/customAboutCells/aboutTopLeft.png") no-repeat center;
  top: 10px;
  left: -100px;
}
@media (max-width: 1680px) {
  .aboutArea .decoBox .cellTopLeft, .aboutArea .highLayerDecoBox .cellTopLeft {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 1440px) {
  .aboutArea .decoBox .cellTopLeft, .aboutArea .highLayerDecoBox .cellTopLeft {
    display: none;
  }
}
.aboutArea .decoBox .cellCenterLeft, .aboutArea .highLayerDecoBox .cellCenterLeft {
  width: clamp(50px, 10%, 114px);
  height: auto;
  aspect-ratio: 114/112;
  background: url("../images/deco/customAboutCells/aboutBottomLeft.png") no-repeat center;
  bottom: 100px;
  left: 100px;
}
@media (max-width: 1680px) {
  .aboutArea .decoBox .cellCenterLeft, .aboutArea .highLayerDecoBox .cellCenterLeft {
    left: 40%;
    bottom: auto;
    top: -50px;
  }
}
.aboutArea .decoBox .cellTopRight, .aboutArea .highLayerDecoBox .cellTopRight {
  width: clamp(80px, 24%, 277px);
  height: auto;
  aspect-ratio: 277/271;
  background: url("../images/deco/customAboutCells/aboutTopRight.png") no-repeat center;
  top: -100px;
  right: 40px;
}
@media (max-width: 1440px) {
  .aboutArea .decoBox .cellTopRight, .aboutArea .highLayerDecoBox .cellTopRight {
    display: none;
  }
}
.aboutArea .decoBox .cellCenterCenter, .aboutArea .highLayerDecoBox .cellCenterCenter {
  width: clamp(50px, 10%, 123px);
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/deco/customAboutCells/aboutCenterCenter.png") no-repeat center;
  top: 45%;
  left: 50%;
}
@media (max-width: 1180px) {
  .aboutArea .decoBox .cellCenterCenter, .aboutArea .highLayerDecoBox .cellCenterCenter {
    top: auto;
    bottom: 10%;
    left: 10%;
    display: none;
  }
}
.aboutArea .decoBox .cellBottomRight, .aboutArea .highLayerDecoBox .cellBottomRight {
  width: clamp(70px, 20%, 255px);
  height: auto;
  aspect-ratio: 255/256;
  background: url("../images/deco/customAboutCells/aboutBottomRight.png") no-repeat center;
  bottom: 50px;
  right: 220px;
}
@media (max-width: 1680px) {
  .aboutArea .decoBox .cellBottomRight, .aboutArea .highLayerDecoBox .cellBottomRight {
    bottom: -50px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .decoBox .cellBottomRight, .aboutArea .highLayerDecoBox .cellBottomRight {
    right: 5%;
  }
}

.technologyArea {
  position: relative;
  z-index: 0;
  padding: 38px 0 0;
}
.technologyArea > .wrap {
  max-width: none;
  height: 100%;
  position: relative;
  padding: 0;
}
.technologyArea .topBox {
  max-width: 1500px;
  position: relative;
  z-index: 1;
  padding: 0 50px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .technologyArea .topBox {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .technologyArea .topBox {
    padding: 0 20px;
  }
}
@media (max-width: 680px) {
  .technologyArea .topBox {
    margin-bottom: 20px;
  }
}
.technologyArea .topBox .Txt {
  padding: 0 10px;
}
@media (max-width: 1440px) {
  .technologyArea .topBox .Txt {
    padding: 0;
  }
}
.technologyArea .topBox .Txt .text {
  letter-spacing: 0.8px;
}
.technologyArea .dataBox {
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .technologyArea .dataBox {
    position: relative;
    margin-top: 345px;
    top: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 20px;
  }
}
.technologyArea .dataBox .arrowBox {
  display: none;
}
.technologyArea .dataBox .arrowBox .arrowPrev, .technologyArea .dataBox .arrowBox .arrowNext {
  pointer-events: all;
  width: 56px;
  height: 56px;
  border: 1px solid #00a7eb;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
}
.technologyArea .dataBox .arrowBox .arrowPrev img, .technologyArea .dataBox .arrowBox .arrowNext img {
  width: 19px;
  height: 16px;
  -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.3));
          filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.3));
}
@media (max-width: 768px) {
  .technologyArea .dataBox .arrowBox .arrowPrev img, .technologyArea .dataBox .arrowBox .arrowNext img {
    width: 14px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  .technologyArea .dataBox .arrowBox .arrowPrev, .technologyArea .dataBox .arrowBox .arrowNext {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1181px) {
  .technologyArea .dataBox .arrowBox .arrowPrev:hover, .technologyArea .dataBox .arrowBox .arrowNext:hover {
    -webkit-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.3);
  }
  .technologyArea .dataBox .arrowBox .arrowPrev:hover img, .technologyArea .dataBox .arrowBox .arrowNext:hover img {
    -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
            filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
  }
}
@media (max-width: 768px) {
  .technologyArea .dataBox .arrowBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 15px auto 0;
  }
}
.technologyArea .dataList {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .technologyArea .dataList .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .technologyArea .dataList .slick-track .slick-slide {
    height: auto !important;
  }
  .technologyArea .dataList .slick-track .slick-slide > div {
    height: 100%;
  }
  .technologyArea .dataList .slick-track .slick-slide > div .dataItem {
    height: 100%;
  }
  .technologyArea .dataList .slick-track .slick-slide > div .dataItem .item {
    height: 100%;
  }
}
.technologyArea .dataList .numBox {
  cursor: pointer;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #00a7eb;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .technologyArea .dataList .numBox {
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: none;
  }
}
.technologyArea .dataList .numBox::after {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: #fff;
  -webkit-box-shadow: 0px 0px 57px rgba(104, 199, 255, 0.68);
          box-shadow: 0px 0px 57px rgba(104, 199, 255, 0.68);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .technologyArea .dataList .numBox::after {
    -webkit-box-shadow: 0 0 13px rgba(104, 199, 255, 0.1);
            box-shadow: 0 0 13px rgba(104, 199, 255, 0.1);
  }
}
@media (max-width: 1180px) {
  .technologyArea .dataList .numBox {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .technologyArea .dataList .numBox {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .technologyArea .dataList .numBox {
    display: none;
  }
}
.technologyArea .dataList .dataItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: absolute;
}
.technologyArea .dataList .dataItem1 {
  top: 48%;
  left: 15%;
}
@media (max-width: 1680px) {
  .technologyArea .dataList .dataItem1 {
    left: 50px;
  }
}
@media (max-width: 1180px) {
  .technologyArea .dataList .dataItem1 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    top: auto;
    bottom: 5%;
  }
}
.technologyArea .dataList .dataItem1 .numBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.technologyArea .dataList .dataItem1 .item {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .technologyArea .dataList .dataItem1 {
    top: 10%;
    bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 20px;
  }
  .technologyArea .dataList .dataItem1 .numBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .technologyArea .dataList .dataItem1 .item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.technologyArea .dataList .dataItem2 {
  top: 30%;
  right: 15%;
}
@media (max-width: 1680px) {
  .technologyArea .dataList .dataItem2 {
    right: 50px;
  }
}
@media (max-width: 1180px) {
  .technologyArea .dataList .dataItem2 {
    top: 10%;
  }
}
.technologyArea .dataList .dataItem2 .numBox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.technologyArea .dataList .dataItem2 .item {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .technologyArea .dataList .dataItem2 {
    top: auto;
    bottom: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 20px;
  }
  .technologyArea .dataList .dataItem2 .numBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .technologyArea .dataList .dataItem2 .item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 768px) {
  .technologyArea .dataList .dataItem {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    gap: 10px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .technologyArea .dataList .dataItem {
    padding: 0 10px;
  }
}
.technologyArea .dataList .item {
  width: 410px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 57px rgba(104, 199, 255, 0.68);
          box-shadow: 0px 0px 57px rgba(104, 199, 255, 0.68);
  padding: 25px 30px;
}
@media (max-width: 768px) {
  .technologyArea .dataList .item {
    -webkit-box-shadow: 0 0 13px rgba(104, 199, 255, 0.1);
            box-shadow: 0 0 13px rgba(104, 199, 255, 0.1);
  }
}
@media (max-width: 1440px) {
  .technologyArea .dataList .item {
    width: 350px;
    padding: 20px 25px;
  }
}
@media (max-width: 1180px) {
  .technologyArea .dataList .item {
    width: 300px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .technologyArea .dataList .item {
    width: 100%;
  }
}
.technologyArea .dataList .Txt {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1180px) {
  .technologyArea .dataList .Txt {
    padding-left: 15px;
  }
}
.technologyArea .dataList .Txt::before, .technologyArea .dataList .Txt::after {
  width: 2px;
  height: 21px;
  content: "";
  position: absolute;
  left: 0;
}
.technologyArea .dataList .Txt::before {
  top: 0;
  background: #00a7eb;
}
.technologyArea .dataList .Txt::after {
  top: 21px;
  background: #ffd800;
}
.technologyArea .dataList .Txt .title {
  color: #00a7eb;
  font-weight: 500;
}
.technologyArea .dataList .Txt .subtitle {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
.technologyArea .dataList .Txt .text {
  height: 142px;
  overflow-y: auto;
  position: relative;
  margin-top: 15px;
  padding-left: 5px;
}
.technologyArea .dataList .Txt .text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: rgba(219, 219, 219, 0);
}
.technologyArea .dataList .Txt .text::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(219, 219, 219, 0);
}
.technologyArea .dataList .Txt .text::-webkit-scrollbar-thumb {
  background: #00a7eb;
}
@media (max-width: 1180px) {
  .technologyArea .dataList .Txt .text {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .technologyArea .dataList .Txt .text {
    height: 80px;
  }
}
.technologyArea .dataList .Txt .text li:not(:last-child) {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1440px) {
  .technologyArea .dataList .Txt .text li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.technologyArea .connector1 {
  width: 150px;
  height: 95px;
  position: absolute;
  top: 58.5%;
  left: 39%;
  z-index: -1;
}
@media (max-width: 1880px) {
  .technologyArea .connector1 {
    width: 100px;
  }
}
@media (max-width: 1680px) {
  .technologyArea .connector1 {
    width: 200px;
  }
}
@media (max-width: 1440px) {
  .technologyArea .connector1 {
    width: 100px;
    height: 150px;
  }
}
@media (max-width: 1180px) {
  .technologyArea .connector1 {
    display: none;
  }
}
.technologyArea .connector2 {
  width: 175px;
  height: 60px;
  position: absolute;
  top: 43%;
  right: 39%;
  z-index: -1;
}
@media (max-width: 1680px) {
  .technologyArea .connector2 {
    width: 250px;
  }
}
@media (max-width: 1536px) {
  .technologyArea .connector2 {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .technologyArea .connector2 {
    width: 150px;
    height: 120px;
  }
}
@media (max-width: 1180px) {
  .technologyArea .connector2 {
    display: none;
  }
}
.technologyArea .videoBox {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: -120px;
}
.technologyArea .videoBox::before {
  width: 140%;
  height: 100px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(80%, #f9f9f9), to(transparent));
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 80%, transparent 100%);
  top: -50px;
  left: 0;
  content: "";
  z-index: 1;
}
.technologyArea .videoBox #aboutTechnologyAreaVideo {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: auto;
  display: block;
  z-index: -1;
  position: relative;
}
@media (max-width: 1440px) {
  .technologyArea .videoBox {
    height: 65vh;
    min-height: 600px;
    margin: 0;
  }
  .technologyArea .videoBox #aboutTechnologyAreaVideo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 680px) {
  .technologyArea .videoBox {
    margin-top: -40px;
  }
}

.visionArea {
  position: relative;
  padding: 147px 0 174px;
  margin-top: -60px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .visionArea {
    margin-top: -5px;
  }
}
@media (max-width: 1180px) {
  .visionArea {
    padding: 100px 0 120px;
  }
}
@media (max-width: 768px) {
  .visionArea {
    padding: 60px 0 60px;
  }
}
.visionArea .bgDeco {
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.visionArea .bgDeco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1680px) {
  .visionArea .bgDeco img {
    left: 0;
  }
}
.visionArea .topBox .titleBox, .visionArea .bottomBox .titleBox {
  margin-bottom: 15px;
}
.visionArea .topBox .titleBox .subtitle strong, .visionArea .bottomBox .titleBox .subtitle strong {
  color: #b7e9ff !important;
}
.visionArea .topBox .Txt, .visionArea .bottomBox .Txt {
  max-width: 830px;
  margin: 0 auto;
}
.visionArea .dataBox {
  position: relative;
  padding: 45px 0 95px;
}
.visionArea .dataBox::before {
  width: 2px;
  height: 52px;
  background: #ffd800;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1180px) {
  .visionArea .dataBox::before {
    height: 30px;
  }
}
@media (max-width: 768px) {
  .visionArea .dataBox::before {
    height: 20px;
  }
}
@media (max-width: 1180px) {
  .visionArea .dataBox {
    padding: 30px 0 70px;
  }
}
@media (max-width: 768px) {
  .visionArea .dataBox {
    padding: 30px 0;
  }
}
.visionArea .dataBox .dataList {
  width: 100%;
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .visionArea .dataBox .dataList {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .visionArea .dataBox .dataList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.visionArea .dataBox .dataList .dataItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 480px) {
  .visionArea .dataBox .dataList .dataItem {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.visionArea .dataBox .dataList .dataItem .Img {
  max-width: 128px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .visionArea .dataBox .dataList .dataItem .Img {
    -webkit-box-shadow: 0 0 13px 5px rgba(194, 246, 255, 0.3);
            box-shadow: 0 0 13px 5px rgba(194, 246, 255, 0.3);
  }
}
.visionArea .dataBox .dataList .dataItem .Txt {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .visionArea .dataBox .dataList .dataItem .Txt {
    margin-top: 8px;
  }
}
.visionArea .dataBox .dataList .dataItem:first-of-type .Img {
  -webkit-animation: visionShining 3s ease-in-out infinite;
          animation: visionShining 3s ease-in-out infinite;
}
.visionArea .dataBox .dataList .dataItem:nth-of-type(2) .Img {
  -webkit-animation: visionShining 3s ease-in-out 1s infinite;
          animation: visionShining 3s ease-in-out 1s infinite;
}
.visionArea .dataBox .dataList .dataItem:last-of-type .Img {
  -webkit-animation: visionShining 3s ease-in-out 2s infinite;
          animation: visionShining 3s ease-in-out 2s infinite;
}

.historyArea {
  position: relative;
  background: #eeeeee;
  border-bottom-left-radius: 108px;
  padding: 176px 0 150px;
}
.historyArea::before {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: url("../images/deco/grid.png");
  background-position: center left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1560px) {
  .historyArea::before {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1180px) {
  .historyArea::before {
    width: calc(100% - 20px);
    background-size: auto 100%;
    border-radius: 20px 0 0 20px;
  }
}
@media (max-width: 1180px) {
  .historyArea {
    padding: 100px 0 120px;
  }
}
@media (max-width: 768px) {
  .historyArea {
    border-bottom-left-radius: 50px;
    padding: 60px 0 60px;
  }
}
.historyArea .wrap {
  max-width: 1710px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  padding: 0 0 0 50px;
  margin: 0 0 0 auto;
}
@media (max-width: 1680px) {
  .historyArea .wrap {
    gap: 50px;
  }
}
@media (max-width: 1536px) {
  .historyArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1180px) {
  .historyArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .historyArea .wrap {
    padding: 0 20px;
  }
}
.historyArea .leftBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 280px;
}
.historyArea .leftBox .titleBox {
  margin-bottom: 15px;
}
@media (max-width: 1536px) {
  .historyArea .leftBox {
    width: 100%;
    max-width: none;
  }
}
.historyArea .dataBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: -15px;
}
@media (max-width: 1180px) {
  .historyArea .dataBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.historyArea .dataBox .dataList {
  max-width: 1058px;
  position: relative;
}
@media (max-width: 1280px) {
  .historyArea .dataBox .dataList {
    max-width: 986px;
  }
}
@media (max-width: 1180px) {
  .historyArea .dataBox .dataList {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% + 6.5px);
    max-width: none;
    margin-left: -6.5px;
  }
}
.historyArea .dataBox .dataList::before {
  width: calc(100% - 6.5px);
  height: 1px;
  background: #cccccc;
  content: "";
  position: absolute;
  top: 107px;
  left: 6.5px;
  z-index: 0;
}
.historyArea .dataBox .current .dataItem .item {
  background: #ffffff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.historyArea .dataBox .current .dataItem .item::before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
}
.historyArea .dataBox .current .dataItem .item .year .title {
  -webkit-transform: scale(1.33);
          transform: scale(1.33);
  font-weight: 700;
}
.historyArea .dataBox .current .dataItem .item .dot::after {
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
          transform: translate(-50%, -50%) scale(1) !important;
}
.historyArea .dataBox .dataItem {
  position: relative;
  z-index: 1;
  padding: 13px 6.5px;
}
@media (min-width: 1181px) {
  .historyArea .dataBox .dataItem:hover .item {
    background: #ffffff;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  }
  .historyArea .dataBox .dataItem:hover .item::before {
    -webkit-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
  }
  .historyArea .dataBox .dataItem:hover .item .dot::after {
    -webkit-transform: translate(-50%, -50%) scale(1) !important;
            transform: translate(-50%, -50%) scale(1) !important;
  }
}
.historyArea .dataBox .dataItem .item {
  width: 344px;
  height: 235px;
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 47px 40px 35px;
}
@media (max-width: 1280px) {
  .historyArea .dataBox .dataItem .item {
    width: 320px;
    padding: 40px 30px 30px;
  }
}
@media (max-width: 1180px) {
  .historyArea .dataBox .dataItem .item {
    width: auto;
  }
}
.historyArea .dataBox .dataItem .item::before {
  width: calc(100% - 94px);
  height: 2px;
  background: #00a7eb;
  content: "";
  position: absolute;
  top: 93px;
  left: 50px;
  opacity: 0.2;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.historyArea .dataBox .dataItem .item .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #00a7eb;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .historyArea .dataBox .dataItem .item .year {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.historyArea .dataBox .dataItem .item .year .title {
  font-size: 24px;
  font-weight: 500;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  margin-bottom: -2px;
}
@media (max-width: 768px) {
  .historyArea .dataBox .dataItem .item .year .title {
    font-size: 20px;
  }
}
.historyArea .dataBox .dataItem .item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00a7eb;
  position: absolute;
  top: 90px;
  left: 50px;
  z-index: 0;
}
@media (max-width: 1280px) {
  .historyArea .dataBox .dataItem .item .dot {
    left: 40px;
  }
}
.historyArea .dataBox .dataItem .item .dot::after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #00a7eb;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.historyArea .dataBox .dataItem .item > .text {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .historyArea .dataBox .dataItem .item > .text {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.historyArea .arrowBox {
  pointer-events: none;
  z-index: 1;
  margin-top: 70px;
}
@media (max-width: 1180px) {
  .historyArea .arrowBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-top: 0;
  }
}
.historyArea .arrowBox .arrowPrev, .historyArea .arrowBox .arrowNext {
  pointer-events: all;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(0, 167, 235, 0.5);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 167, 235, 0.3);
          box-shadow: 0 0 0 0 rgba(0, 167, 235, 0.3);
}
@media (max-width: 768px) {
  .historyArea .arrowBox .arrowPrev, .historyArea .arrowBox .arrowNext {
    width: 40px;
    height: 40px;
  }
}
.historyArea .arrowBox .arrowPrev img, .historyArea .arrowBox .arrowNext img {
  width: 19px;
  height: 16px;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 167, 235, 0.3));
          filter: drop-shadow(0 0 0 rgba(0, 167, 235, 0.3));
}
@media (max-width: 768px) {
  .historyArea .arrowBox .arrowPrev img, .historyArea .arrowBox .arrowNext img {
    width: 14px;
    height: 12px;
  }
}
@media (min-width: 1181px) {
  .historyArea .arrowBox .arrowPrev:hover, .historyArea .arrowBox .arrowNext:hover {
    border-color: #00a7eb;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 167, 235, 0.3);
            box-shadow: 0 0 5px 0 rgba(0, 167, 235, 0.3);
  }
  .historyArea .arrowBox .arrowPrev:hover img, .historyArea .arrowBox .arrowNext:hover img {
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5)) drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5));
            filter: drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5)) drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5));
  }
}
.historyArea .arrowBox .arrowPrev {
  margin-bottom: 10px;
}
.historyArea .arrowBox .arrowPrev .arrow {
  width: 19px;
  height: 15px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-mask-image: url("../images/icon/arrowPrev.svg");
          mask-image: url("../images/icon/arrowPrev.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #00a7eb;
}
.historyArea .arrowBox .arrowNext .arrow {
  width: 19px;
  height: 15px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-mask-image: url("../images/icon/arrowNext.svg");
          mask-image: url("../images/icon/arrowNext.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #00a7eb;
}
.historyArea .decoBox {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.historyArea .decoBox .cellTopRight {
  width: clamp(50px, 10%, 114px);
  height: auto;
  aspect-ratio: 114/112;
  background: url("../images/deco/customAboutCells/aboutBottomLeft.png") no-repeat center;
  top: 100px;
  right: 100px;
}
@media (max-width: 768px) {
  .historyArea .decoBox .cellTopRight {
    top: 20px;
    right: 20px;
  }
}
.historyArea .decoBox .cellBottomRight {
  width: clamp(70px, 20%, 234px);
  height: auto;
  aspect-ratio: 234/235;
  background: url("../images/deco/customAboutCells/historyBottomRight.png") no-repeat center;
  bottom: -100px;
  right: 20%;
}
@media (max-width: 1180px) {
  .historyArea .decoBox .cellBottomRight {
    bottom: 0;
  }
}

.memberArea {
  position: relative;
  padding: 160px 0;
  background-image: url("../images/deco/aboutDecoBg2.png");
  background-repeat: no-repeat;
  background-position: -3% -20%;
  background-size: clamp(150px, 54%, 803px) auto;
}
@media (max-width: 1180px) {
  .memberArea {
    padding: 100px 0 120px;
  }
}
@media (max-width: 768px) {
  .memberArea {
    background-image: none;
    padding: 60px 0 60px;
  }
}
.memberArea .decoBox {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.memberArea .decoBox .layer1 {
  z-index: 0;
}
.memberArea .decoBox .layer1 .cellTopLeft {
  width: clamp(50px, 10%, 123px);
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/deco/customAboutCells/aboutCenterCenter.png") no-repeat center;
  top: 20%;
  left: 90px;
  opacity: 0.8;
}
@media (max-width: 1180px) {
  .memberArea .decoBox .layer1 .cellTopLeft {
    display: none;
  }
}
.memberArea .decoBox .layer2 {
  z-index: 1;
  bottom: 0;
  left: 0;
}
.memberArea .decoBox .layer3 {
  z-index: 2;
}
.memberArea .decoBox .layer3 .cellCenterRight {
  width: clamp(70px, 30%, 280px);
  height: auto;
  aspect-ratio: 280/279;
  background: url("../images/deco/customAboutCells/memberBottomRight.png") no-repeat center;
  bottom: 20%;
  right: 40px;
}
.memberArea .decoBox .layer4 {
  z-index: 3;
  bottom: 0;
  right: 0;
}
.memberArea .decoBox .layer1, .memberArea .decoBox .layer3 {
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.memberArea .decoBox .layer2 {
  width: 95%;
  height: 775px;
  border-top-right-radius: 50px;
  background: #f3f3f3;
  background: url("../images/deco/memberDeco.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
}
@media (max-width: 1680px) {
  .memberArea .decoBox .layer2 {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1180px) {
  .memberArea .decoBox .layer2 {
    width: 100%;
    height: 825px;
  }
}
.memberArea .decoBox .layer4 {
  width: 95%;
  height: 370px;
  border-top-left-radius: 108px;
  background: url("../images/deco/productDeco2.jpg") no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 1680px) {
  .memberArea .decoBox .layer4 {
    width: calc(100% - 20px);
    border-top-left-radius: 54px;
  }
}
@media (max-width: 1180px) {
  .memberArea .decoBox .layer4 {
    width: 100%;
    height: 330px;
  }
}
.memberArea .decoBox .layer4::before {
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #609ab8, #0c3f55, #278dc9, #11418a, #075881, #0b699b, #50b1df, #0e6086, #13405a);
  background-size: 400% 400%;
  -webkit-animation: gradient 20s ease infinite;
          animation: gradient 20s ease infinite;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}
.memberArea .topBox .titleBox {
  margin-bottom: 90px;
}
@media (max-width: 1180px) {
  .memberArea .topBox .titleBox {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .memberArea .topBox .titleBox {
    margin-bottom: 50px;
  }
}
.memberArea .dataTopBox {
  max-width: 1215px;
  position: relative;
  margin: 0 auto;
}
.memberArea .dataTopBox .dataItem {
  padding: 0 20px 20px;
}
@media (max-width: 1440px) {
  .memberArea .dataTopBox .dataItem {
    padding: 0 15px 15px;
  }
}
.memberArea .dataTopBox .dataItem .position {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  background: #00a7eb;
  border-radius: 99px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 10px 25px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .memberArea .dataTopBox .dataItem .position {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 8px 20px;
  }
}
@media (max-width: 768px) {
  .memberArea .dataTopBox .dataItem .position {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.memberArea .dataTopBox .dataItem .Txt {
  height: calc(100% - 20px);
  min-height: 342px;
  position: relative;
  z-index: 0;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(104, 199, 255, 0.68);
          box-shadow: 0px 0px 20px rgba(104, 199, 255, 0.68);
  text-align: center;
  padding: 55px 30px;
  margin-top: -28px;
}
@media (max-width: 1440px) {
  .memberArea .dataTopBox .dataItem .Txt {
    -webkit-box-shadow: 0 0 13px rgba(104, 199, 255, 0.68);
            box-shadow: 0 0 13px rgba(104, 199, 255, 0.68);
    padding: 40px 15px;
  }
}
@media (max-width: 1180px) {
  .memberArea .dataTopBox .dataItem .Txt {
    min-height: 300px;
  }
}
.memberArea .dataTopBox .dataItem .Txt .name {
  color: #3b3b3b;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.4px;
}
@media (max-width: 1180px) {
  .memberArea .dataTopBox .dataItem .Txt .name {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 768px) {
  .memberArea .dataTopBox .dataItem .Txt .name {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.memberArea .dataTopBox .dataItem .Txt .enName {
  color: #535353;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .memberArea .dataTopBox .dataItem .Txt .enName {
    font-size: 16px;
    letter-spacing: 0.8px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .memberArea .dataTopBox .dataItem .Txt .enName {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.memberArea .dataTopBox .dataItem .Txt .textEditor {
  text-align: left;
}
.memberArea .dataTopBox .dataItem .Txt .textEditor li {
  color: #535353;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.9px;
}
.memberArea .dataTopBox .dataItem .Txt .textEditor li span {
  color: #00a7eb;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .memberArea .dataTopBox .dataItem .Txt .textEditor li {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 1180px) {
  .memberArea .dataTopBox .dataItem .Txt .textEditor li {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.memberArea .dataTopBox .arrowBox {
  width: 100vw;
  max-width: 1500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .memberArea .dataTopBox .arrowBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 20px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}
.memberArea .dataTopBox .arrowBox .arrowPrev, .memberArea .dataTopBox .arrowBox .arrowNext {
  pointer-events: all;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(0, 167, 235, 0.5);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 167, 235, 0.3);
          box-shadow: 0 0 0 0 rgba(0, 167, 235, 0.3);
}
@media (max-width: 768px) {
  .memberArea .dataTopBox .arrowBox .arrowPrev, .memberArea .dataTopBox .arrowBox .arrowNext {
    width: 40px;
    height: 40px;
  }
}
.memberArea .dataTopBox .arrowBox .arrowPrev img, .memberArea .dataTopBox .arrowBox .arrowNext img {
  width: 19px;
  height: 16px;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 167, 235, 0.3));
          filter: drop-shadow(0 0 0 rgba(0, 167, 235, 0.3));
}
@media (max-width: 768px) {
  .memberArea .dataTopBox .arrowBox .arrowPrev img, .memberArea .dataTopBox .arrowBox .arrowNext img {
    width: 14px;
    height: 12px;
  }
}
@media (min-width: 1181px) {
  .memberArea .dataTopBox .arrowBox .arrowPrev:hover, .memberArea .dataTopBox .arrowBox .arrowNext:hover {
    border-color: #00a7eb;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 167, 235, 0.3);
            box-shadow: 0 0 5px 0 rgba(0, 167, 235, 0.3);
  }
  .memberArea .dataTopBox .arrowBox .arrowPrev:hover img, .memberArea .dataTopBox .arrowBox .arrowNext:hover img {
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5)) drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5));
            filter: drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5)) drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5));
  }
}
.memberArea .dataBottomBox {
  max-width: 1215px;
  position: relative;
  margin: 0 auto;
  margin-top: 45px;
}
@media (max-width: 1440px) {
  .memberArea .dataBottomBox {
    margin-top: 30px;
  }
  .memberArea .dataBottomBox .slick-dots {
    display: none !important;
  }
}
.memberArea .dataBottomBox .dataList {
  margin-bottom: 0 !important;
}
.memberArea .dataBottomBox .dataItem {
  padding: 20px;
}
@media (max-width: 1440px) {
  .memberArea .dataBottomBox .dataItem {
    padding: 15px;
  }
}
.memberArea .dataBottomBox .dataItem .Txt {
  height: calc(100% - 13px);
  min-height: 253px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  padding: 28px;
}
.memberArea .dataBottomBox .dataItem .Txt .name {
  display: inline-block;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .memberArea .dataBottomBox .dataItem .Txt .name {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.memberArea .dataBottomBox .dataItem .Txt .enName {
  display: inline-block;
  color: #535353;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
@media (max-width: 1180px) {
  .memberArea .dataBottomBox .dataItem .Txt .enName {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.memberArea .dataBottomBox .dataItem .Txt .position {
  color: #00a7eb;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .memberArea .dataBottomBox .dataItem .Txt .position {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
}
.memberArea .dataBottomBox .dataItem .Txt .textEditor li {
  color: #535353;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.8px;
}
.memberArea .dataBottomBox .dataItem .Txt .textEditor li strong {
  font-weight: 600;
}
@media (max-width: 1440px) {
  .memberArea .dataBottomBox .dataItem .Txt .textEditor li {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 1180px) {
  .memberArea .dataBottomBox .dataItem .Txt .textEditor li {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.memberArea .dataBottomBox .arrowBox {
  width: 100vw;
  max-width: 1500px;
  position: absolute;
  top: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .memberArea .dataBottomBox .arrowBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 20px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}
.memberArea .dataBottomBox .arrowBox .arrowPrev, .memberArea .dataBottomBox .arrowBox .arrowNext {
  pointer-events: all;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
}
.memberArea .dataBottomBox .arrowBox .arrowPrev img, .memberArea .dataBottomBox .arrowBox .arrowNext img {
  width: 19px;
  height: 16px;
  -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.3));
          filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.3));
}
@media (max-width: 768px) {
  .memberArea .dataBottomBox .arrowBox .arrowPrev img, .memberArea .dataBottomBox .arrowBox .arrowNext img {
    width: 14px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  .memberArea .dataBottomBox .arrowBox .arrowPrev, .memberArea .dataBottomBox .arrowBox .arrowNext {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1181px) {
  .memberArea .dataBottomBox .arrowBox .arrowPrev:hover, .memberArea .dataBottomBox .arrowBox .arrowNext:hover {
    -webkit-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.3);
  }
  .memberArea .dataBottomBox .arrowBox .arrowPrev:hover img, .memberArea .dataBottomBox .arrowBox .arrowNext:hover img {
    -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
            filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
  }
}
.memberArea .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.memberArea .slick-track .slick-slide {
  height: auto !important;
}
.memberArea .slick-track .slick-slide > div {
  height: 100%;
}
.memberArea .slick-track .slick-slide > div .dataItem {
  height: 100%;
}
.memberArea .slick-track .slick-slide > div .dataItem .item {
  height: 100%;
}