.teamArea .teamList .imgBox .hover .text, .teamArea .teamList .imgBox .hover .title, .teamArea .teamList .imgBox .hover, .awardArea .awardList .item::before, .introArea::before {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.bgLineBox {
  z-index: 1;
}

.insBannerArea {
  z-index: 2;
}

.customArea {
  z-index: 2;
}

.introArea {
  position: relative;
  background-image: url("../images/deco/about-deco.jpg");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 295px 0 120px;
}
@media (max-width: 1499px) {
  .introArea {
    padding: 200px 0 120px;
  }
}
@media (max-width: 1366px) {
  .introArea {
    padding: 150px 0 120px;
  }
}
@media (max-width: 1180px) {
  .introArea {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .introArea {
    background-attachment: initial;
    background-size: 100%;
    background-position: left center;
  }
}
@media (max-width: 768px) {
  .introArea {
    padding: 60px 0;
  }
}
.introArea::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a1124), color-stop(30%, rgba(10, 17, 36, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(10, 17, 36, 0)), to(#0a1124));
  background: linear-gradient(to bottom, #0a1124 0%, rgba(10, 17, 36, 0) 30%), linear-gradient(to bottom, rgba(10, 17, 36, 0) 70%, #0a1124 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.introArea .introBox {
  position: relative;
  z-index: 1;
}
.introArea .itemRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 1366px) {
  .introArea .itemRow {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
}
@media (max-width: 1180px) {
  .introArea .itemRow {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .introArea .itemRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .introArea .itemRow {
    row-gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .introArea .itemRow:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.introArea .itemRow + .itemRow {
  margin-top: 2.25rem;
}
.introArea .itemRow .Img {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  .introArea .itemRow .Img {
    width: 100%;
  }
}
.introArea .itemRow .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .itemRow .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 991px) {
  .introArea .itemRow .Txt {
    width: 100%;
  }
}
.introArea .itemRow .Txt .title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1366px) {
  .introArea .itemRow .Txt .title {
    font-size: 34px;
  }
}
@media (max-width: 1180px) {
  .introArea .itemRow .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .introArea .itemRow .Txt .title {
    font-size: 30px;
  }
}
.introArea .itemRow .Txt .subtitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  margin-top: 0.625rem;
}
@media (max-width: 1366px) {
  .introArea .itemRow .Txt .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .introArea .itemRow .Txt .subtitle {
    font-size: 20px;
    margin-top: 0.375rem;
  }
}
@media (max-width: 575px) {
  .introArea .itemRow .Txt .subtitle {
    font-size: 18px;
  }
}
.introArea .itemRow .Txt .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #fff;
  margin-top: 1rem;
}
@media (max-width: 1180px) {
  .introArea .itemRow .Txt .text {
    font-size: 14px;
    margin-top: 0.625rem;
  }
}

.awardArea {
  position: relative;
  padding: 150px 0;
  overflow-x: hidden;
  z-index: 1;
}
@media (max-width: 1499px) {
  .awardArea {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .awardArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .awardArea {
    padding: 60px 0;
  }
}
.awardArea .awardBox {
  position: relative;
  margin-top: 2.5rem;
}
.awardArea .awardList {
  margin-bottom: 0 !important;
}
.awardArea .awardList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.awardArea .awardList:not(.slick-slider) .awardItem {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .awardArea .awardList:not(.slick-slider) .awardItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .awardArea .awardList:not(.slick-slider) .awardItem {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .awardArea .awardList:not(.slick-slider) .awardItem {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .awardArea .awardList .slick-list {
    overflow: visible;
    padding: 0 20%;
  }
}
@media (max-width: 480px) {
  .awardArea .awardList .slick-list {
    padding: 0 15%;
  }
}
@media (max-width: 375px) {
  .awardArea .awardList .slick-list {
    padding: 0;
    overflow: hidden;
  }
}
.awardArea .awardList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.awardArea .awardList .slick-track .slick-slide {
  height: auto;
}
.awardArea .awardList .slick-track .slick-slide > div {
  height: 100%;
}
.awardArea .awardList .awardItem {
  position: relative;
  height: 100%;
}
.awardArea .awardList .item {
  position: relative;
  height: 100%;
  padding: 3rem 0 1.5rem;
}
@media (max-width: 1180px) {
  .awardArea .awardList .item {
    padding: 0;
  }
}
.awardArea .awardList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 0;
  background-color: rgba(0, 54, 134, 0.5);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (min-width: 1181px) {
  .awardArea .awardList .item:has(.linkWrap):hover::before {
    height: 100%;
  }
}
.awardArea .awardList .imgBox {
  position: relative;
  padding: 0 1.5rem;
}
.awardArea .awardList .imgBox .Img {
  max-width: 240px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .awardArea .awardList .imgBox .Img {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .awardArea .awardList .imgBox .Img {
    max-width: 180px;
  }
}
.awardArea .awardList .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.awardArea .awardList .Txt {
  position: relative;
  border-left: 2px solid #97c7e5;
  padding: 0 1.25rem;
  margin-top: 3rem;
}
@media (max-width: 1180px) {
  .awardArea .awardList .Txt {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .awardArea .awardList .Txt {
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  .awardArea .awardList .Txt {
    margin-top: 1.5rem;
  }
}
@media (max-width: 375px) {
  .awardArea .awardList .Txt {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
.awardArea .awardList .Txt .year {
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #97c7e5;
  margin-bottom: 0.625rem;
}
@media (max-width: 1280px) {
  .awardArea .awardList .Txt .year {
    font-size: 16px;
    margin-bottom: 0.375rem;
  }
}
@media (max-width: 480px) {
  .awardArea .awardList .Txt .year {
    font-size: 15px;
  }
}
.awardArea .awardList .Txt .title {
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #fff;
  max-width: 240px;
}
@media (max-width: 1280px) {
  .awardArea .awardList .Txt .title {
    font-size: 18px;
    max-width: 220px;
  }
}
@media (max-width: 480px) {
  .awardArea .awardList .Txt .title {
    font-size: 16px;
    max-width: 190px;
  }
}
@media (max-width: 375px) {
  .awardArea .awardList .Txt .title {
    max-width: none;
  }
}
.awardArea .awardList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.historyArea {
  position: relative;
  padding: 150px 0 25px;
  overflow-x: hidden;
  z-index: 1;
}
@media (max-width: 1499px) {
  .historyArea {
    padding: 100px 0 25px;
  }
}
@media (max-width: 1180px) {
  .historyArea {
    padding: 80px 0 25px;
  }
}
@media (max-width: 768px) {
  .historyArea {
    padding: 60px 0 25px;
  }
}
@media (max-width: 768px) {
  .historyArea .sectionTitleBox .controlBox {
    display: block;
  }
}
.historyArea .wrap.full {
  padding: 0;
}
.historyArea .historyBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 1.75rem;
}
.historyArea .historyBox .fullLine {
  display: block;
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.8));
  z-index: 1;
}
.historyArea .leftBox {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 640px) {
  .historyArea .leftBox {
    width: 100%;
  }
}
.historyArea .leftBox .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: unset;
  overflow: hidden;
}
.historyArea .leftBox .decoBox .deco {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 54, 134, 0.5);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.historyArea .leftBox .decoBox .blueLine {
  display: block;
  content: "";
  width: 94.5%;
  height: 2px;
  background-color: #71B5FE;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
}
.historyArea .historyMainList {
  max-width: 690px;
  padding-left: 50px;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 1180px) {
  .historyArea .historyMainList {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyMainList {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .historyArea .historyMainList {
    max-width: none;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.historyArea .historyMainList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.historyArea .historyMainList:not(.slick-slider) .historyItem {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.historyArea .historyMainList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.historyArea .historyMainList .slick-track .slick-slide {
  height: auto;
}
.historyArea .historyMainList .slick-track .slick-slide > div {
  height: 100%;
}
.historyArea .historyMainList .slick-list {
  margin: 0 -16px;
}
@media (max-width: 991px) {
  .historyArea .historyMainList .slick-list {
    margin: 0 -12px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyMainList .slick-list {
    margin: 0;
  }
}
.historyArea .historyMainList .historyItem {
  height: 100%;
  padding: 0 16px;
}
@media (max-width: 991px) {
  .historyArea .historyMainList .historyItem {
    padding: 0 12px;
  }
}
.historyArea .historyMainList .historyItem .textTitleBox {
  padding: 2rem 3.375rem 1.75rem 1.75rem;
}
@media (max-width: 1180px) {
  .historyArea .historyMainList .historyItem .textTitleBox {
    padding: 1.75rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .historyArea .historyMainList .historyItem .textTitleBox {
    padding: 1.25rem 1.25rem 0.625rem;
  }
}
@media (max-width: 768px) {
  .historyArea .historyMainList .historyItem .textTitleBox {
    padding: 1rem 1rem 0.5rem;
  }
}
@media (max-width: 375px) {
  .historyArea .historyMainList .historyItem .textTitleBox {
    padding: 0.625rem 0.625rem 0.625rem;
  }
}
.historyArea .historyMainList .historyItem .textTitleBox .dot {
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.2);
  border: 0.5px solid rgba(98, 188, 234, 0.5);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  translate: -50% 50%;
}
@media (max-width: 1180px) {
  .historyArea .historyMainList .historyItem .textTitleBox .dot {
    width: 24px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyMainList .historyItem .textTitleBox .dot {
    width: 20px;
  }
}
@media (max-width: 375px) {
  .historyArea .historyMainList .historyItem .textTitleBox .dot {
    width: 16px;
  }
}
.historyArea .historyMainList .historyItem .textTitleBox .dot::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 12px;
  height: auto;
  background-color: #97c7e5;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5.7px 1px #62bcea;
          box-shadow: 0 0 5.7px 1px #62bcea;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50%;
  left: 50%;
  translate: -50% 50%;
}
@media (max-width: 1180px) {
  .historyArea .historyMainList .historyItem .textTitleBox .dot::before {
    width: 10px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyMainList .historyItem .textTitleBox .dot::before {
    width: 8px;
  }
}
@media (max-width: 375px) {
  .historyArea .historyMainList .historyItem .textTitleBox .dot::before {
    width: 6px;
  }
}
.historyArea .historyMainList .historyItem .textTitleBox::before {
  display: none;
}
.historyArea .historyMainList .historyItem .textTitleBox .title {
  font-size: 70px;
  color: #97c7e5;
  max-width: 555px;
  margin-left: auto;
}
@media (max-width: 1180px) {
  .historyArea .historyMainList .historyItem .textTitleBox .title {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .historyArea .historyMainList .historyItem .textTitleBox .title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyMainList .historyItem .textTitleBox .title {
    font-size: 42px;
  }
}
@media (max-width: 375px) {
  .historyArea .historyMainList .historyItem .textTitleBox .title {
    font-size: 36px;
  }
}
.historyArea .historyMainList .historyItem .Txt {
  padding: 2rem 3.375rem 2.5rem 1.75rem;
}
@media (max-width: 1366px) {
  .historyArea .historyMainList .historyItem .Txt {
    padding: 1.25rem 2.625rem 1.25rem 1.5rem;
  }
}
@media (max-width: 1180px) {
  .historyArea .historyMainList .historyItem .Txt {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .historyArea .historyMainList .historyItem .Txt {
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .historyArea .historyMainList .historyItem .Txt {
    padding: 0.625rem 1rem;
  }
}
@media (max-width: 640px) {
  .historyArea .historyMainList .historyItem .Txt {
    padding: 0.625rem 1rem 1.5rem;
  }
}
@media (max-width: 375px) {
  .historyArea .historyMainList .historyItem .Txt {
    padding: 0.625rem 0.625rem 1.25rem;
  }
}
.historyArea .historyMainList .historyItem .Txt .textEditor {
  max-width: 550px;
  margin-left: auto;
}
@media (max-width: 1366px) {
  .historyArea .historyMainList .historyItem .Txt .textEditor {
    max-width: none;
  }
}
.historyArea .historyMainList .historyItem .Txt .contentList li {
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media (max-width: 1366px) {
  .historyArea .historyMainList .historyItem .Txt .contentList li {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 375px) {
  .historyArea .historyMainList .historyItem .Txt .contentList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.25rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.historyArea .historyMainList .historyItem .Txt .contentList .month {
  color: #97c7e5;
}
.historyArea .historyMainList .historyItem .Txt .contentList .text {
  font-size: 20px;
}
@media (max-width: 1366px) {
  .historyArea .historyMainList .historyItem .Txt .contentList .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .historyArea .historyMainList .historyItem .Txt .contentList .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyMainList .historyItem .Txt .contentList .text {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .historyArea .historyMainList .historyItem .Txt .contentList .text {
    font-size: 14px;
  }
}
.historyArea .rightBox {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 640px) {
  .historyArea .rightBox {
    display: none;
  }
}
.historyArea .historySubList {
  max-width: 690px;
  padding-right: 50px;
  margin-right: auto;
  z-index: 1;
}
@media (max-width: 1180px) {
  .historyArea .historySubList {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .historyArea .historySubList {
    padding-right: 20px;
  }
}
.historyArea .historySubList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.historyArea .historySubList:not(.slick-slider) .historyItem {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .historyArea .historySubList:not(.slick-slider) .historyItem {
    width: 100%;
  }
}
.historyArea .historySubList .slick-list {
  margin: 0 -6px;
}
.historyArea .historySubList .historyItem {
  padding: 0 6px;
}
.historyArea .historySubList .historyItem .textTitleBox {
  padding: 4.125rem 1.5rem 2rem;
}
@media (max-width: 1180px) {
  .historyArea .historySubList .historyItem .textTitleBox {
    padding: 3.125rem 1.25rem 1.625rem;
  }
}
@media (max-width: 991px) {
  .historyArea .historySubList .historyItem .textTitleBox {
    padding: 2.5rem 1.25rem 1.125rem;
  }
}
@media (max-width: 768px) {
  .historyArea .historySubList .historyItem .textTitleBox {
    padding: 2.125rem 1rem 0.75rem;
  }
}
.historyArea .historySubList .historyItem .Txt {
  padding: 1.875rem 1rem 1.75rem;
}
@media (max-width: 1366px) {
  .historyArea .historySubList .historyItem .Txt {
    padding: 1.25rem 1rem;
  }
}
@media (max-width: 991px) {
  .historyArea .historySubList .historyItem .Txt {
    padding: 0.75rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .historyArea .historySubList .historyItem .Txt {
    padding: 0.625rem 0.75rem;
  }
}
.historyArea .historySubList .historyItem .Txt .contentList li {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.historyArea .historySubList .historyItem .Txt .contentList li + li {
  margin-top: 0.25rem;
}
.historyArea .historySubList .historyItem .Txt .contentList .month {
  font-size: 14px;
  font-weight: 400;
  min-width: 36px;
}
@media (max-width: 768px) {
  .historyArea .historySubList .historyItem .Txt .contentList .month {
    font-size: 13px;
  }
}
.historyArea .historySubList .historyItem .Txt .contentList .text {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .historyArea .historySubList .historyItem .Txt .contentList .text {
    font-size: 13px;
  }
}
.historyArea .historyItem {
  position: relative;
}
.historyArea .historyItem .item {
  position: relative;
}
.historyArea .historyItem .textTitleBox {
  position: relative;
}
.historyArea .historyItem .textTitleBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 8px;
  height: auto;
  background-color: #d9d9d9;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  translate: -50% 50%;
  -webkit-transform: scale(var(--pseudo-scale));
          transform: scale(var(--pseudo-scale));
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.historyArea .historyItem .textTitleBox .title {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1180px) {
  .historyArea .historyItem .textTitleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .historyArea .historyItem .textTitleBox .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyItem .textTitleBox .title {
    font-size: 24px;
  }
}
.historyArea .historyItem .Txt {
  position: relative;
}
.historyArea .historyItem .Txt .contentList {
  position: relative;
  padding-left: 0;
}
.historyArea .historyItem .Txt .contentList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 1366px) {
  .historyArea .historyItem .Txt .contentList li {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 768px) {
  .historyArea .historyItem .Txt .contentList li {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.historyArea .historyItem .Txt .contentList li + li {
  margin-top: 0.375rem;
}
@media (max-width: 375px) {
  .historyArea .historyItem .Txt .contentList li + li {
    margin-top: 0.625rem;
  }
}
.historyArea .historyItem .Txt .contentList .month {
  font-family: "Noto Sans TC", Microsoft JhengHei, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 42px;
}
@media (max-width: 1366px) {
  .historyArea .historyItem .Txt .contentList .month {
    font-size: 16px;
    min-width: 36px;
  }
}
@media (max-width: 991px) {
  .historyArea .historyItem .Txt .contentList .month {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyItem .Txt .contentList .month {
    font-size: 14px;
  }
}
.historyArea .historyItem .Txt .contentList .text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1366px) {
  .historyArea .historyItem .Txt .contentList .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .historyArea .historyItem .Txt .contentList .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyItem .Txt .contentList .text {
    font-size: 14px;
  }
}

.teamArea {
  position: relative;
  padding: 150px 0;
  overflow-x: hidden;
  z-index: 1;
}
@media (max-width: 1499px) {
  .teamArea {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .teamArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .teamArea {
    padding: 60px 0;
  }
}
.teamArea .teamBox {
  position: relative;
  margin-top: 3rem;
}
@media (max-width: 1180px) {
  .teamArea .teamBox {
    margin-top: 2rem;
  }
}
.teamArea .teamList {
  margin-bottom: 0 !important;
}
.teamArea .teamList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teamArea .teamList:not(.slick-slider) .teamItem {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .teamArea .teamList:not(.slick-slider) .teamItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .teamArea .teamList:not(.slick-slider) .teamItem {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .teamArea .teamList:not(.slick-slider) .teamItem {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .teamArea .teamList .slick-list {
    overflow: visible;
    padding: 0 20%;
  }
}
@media (max-width: 480px) {
  .teamArea .teamList .slick-list {
    padding: 0 15%;
  }
}
@media (max-width: 375px) {
  .teamArea .teamList .slick-list {
    padding: 0;
    overflow: hidden;
  }
}
.teamArea .teamList .teamItem {
  position: relative;
}
.teamArea .teamList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .teamArea .teamList .item:has(.hover):hover .hover {
    height: 100%;
    opacity: 1;
  }
  .teamArea .teamList .item:has(.hover):hover .hover .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .teamArea .teamList .item:has(.hover):hover .hover .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.teamArea .teamList .imgBox {
  position: relative;
}
.teamArea .teamList .imgBox .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 187, 254, 0.2)), to(rgba(165, 65, 255, 0.2)));
  background: linear-gradient(180deg, rgba(63, 187, 254, 0.2) 0%, rgba(165, 65, 255, 0.2) 100%);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  mix-blend-mode: color-burn;
}
.teamArea .teamList .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.teamArea .teamList .imgBox .hover {
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
  background-color: rgba(0, 54, 134, 0.8);
  padding: 2rem 2.5rem 4.5rem;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
}
.teamArea .teamList .imgBox .hover .title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.001em;
  line-height: 1;
  color: #ccc;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1280px) {
  .teamArea .teamList .imgBox .hover .title {
    font-size: 22px;
  }
}
.teamArea .teamList .imgBox .hover .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #bebebe;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1280px) {
  .teamArea .teamList .imgBox .hover .text {
    font-size: 14px;
  }
}
.teamArea .teamList .Txt {
  position: relative;
  padding: 0 1.25rem;
  margin-top: 1.5rem;
}
@media (max-width: 1366px) {
  .teamArea .teamList .Txt {
    padding: 0 1rem;
  }
}
@media (max-width: 1280px) {
  .teamArea .teamList .Txt {
    margin-top: 1rem;
  }
}
@media (max-width: 1180px) {
  .teamArea .teamList .Txt {
    margin-top: 0.625rem;
    padding: 0 0.625rem;
  }
}
.teamArea .teamList .Txt .textBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}
@media (max-width: 1280px) {
  .teamArea .teamList .Txt .textBox {
    -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;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
.teamArea .teamList .Txt .textBox .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 1366px) {
  .teamArea .teamList .Txt .textBox .title {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .teamArea .teamList .Txt .textBox .title {
    font-size: 18px;
  }
}
.teamArea .teamList .Txt .textBox .job {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1366px) {
  .teamArea .teamList .Txt .textBox .job {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .teamArea .teamList .Txt .textBox .job {
    font-size: 15px;
  }
}
.teamArea .teamList .Txt .text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.5;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 0.75rem;
  margin-top: 0.25rem;
}
@media (max-width: 1366px) {
  .teamArea .teamList .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .teamArea .teamList .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .teamArea .teamList .Txt .text {
    margin-top: 0.625rem;
  }
}
.teamArea .teamList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.organizeArea {
  position: relative;
  padding: 160px 0;
  z-index: 1;
}
@media (max-width: 1499px) {
  .organizeArea {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .organizeArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .organizeArea {
    padding: 60px 0;
  }
}
.organizeArea .organizeBox {
  position: relative;
}
@media (max-width: 991px) {
  .organizeArea .organizeBox .textEditor.pc {
    display: none;
  }
}
.organizeArea .organizeBox .textEditor.mobile {
  display: none;
}
@media (max-width: 991px) {
  .organizeArea .organizeBox .textEditor.mobile {
    display: block;
  }
}

footer {
  z-index: 1;
}
/*# sourceMappingURL=about.css.map */