.anchorBox, .honorArea .item .title, .brandArea .brandList .brandItem .item .Img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  margin-bottom: 200px;
}
@media (max-width: 1180px) {
  .aboutBox {
    margin-bottom: 100px;
  }
}
@media (max-width: 670px) {
  .aboutBox {
    margin-bottom: 60px;
  }
}
.aboutBox.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.aboutBox .decoBox {
  width: 500px;
  height: 90px;
  border: 2px solid #ececec;
  position: absolute;
  top: 35px;
  left: 120px;
  right: unset;
  bottom: unset;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 35px;
}
@media (max-width: 1480px) {
  .aboutBox .decoBox {
    display: none;
  }
}
.aboutBox .decoBox p {
  color: #eeeeee;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}
.aboutBox .aboutItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1320px) {
  .aboutBox .aboutItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aboutBox .aboutItem .Txt {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin: 0 -50px -50px 0;
}
.aboutBox .aboutItem .Txt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ececec;
  right: -70px;
  bottom: -35px;
  z-index: -1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
@media (max-width: 1480px) {
  .aboutBox .aboutItem .Txt::before {
    display: none;
  }
}
@media (max-width: 1320px) {
  .aboutBox .aboutItem .Txt {
    max-width: 740px;
    margin: 0;
  }
}
.aboutBox .aboutItem .Txt > div {
  background: #f7f7f7;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  padding: 50px 100px 50px 50px;
}
@media (max-width: 1320px) {
  .aboutBox .aboutItem .Txt > div {
    padding: 50px;
  }
}
.aboutBox .aboutItem .Txt .topBox {
  border: 1px solid #e6e6e6;
  border-width: 0 0 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 670px) {
  .aboutBox .aboutItem .Txt .topBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutBox .aboutItem .Txt .topBox .title {
  color: #222222;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 768px) {
  .aboutBox .aboutItem .Txt .topBox .title {
    font-size: 30px;
  }
}
.aboutBox .aboutItem .Txt .topBox .subtitle {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 670px) {
  .aboutBox .aboutItem .Txt .topBox .subtitle {
    display: none;
  }
}
.aboutBox .aboutItem .Txt .topBox .subtitle i {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #00549d;
  border-radius: 50%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin-right: 10px;
}
.aboutBox .aboutItem .Txt .topBox .subtitle i::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #b5b6b6;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aboutBox .aboutItem .Txt .topBox .subtitle span {
  color: #00549d;
  padding-left: 5px;
}
.aboutBox .aboutItem .item {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.aboutBox .aboutItem .item .Img {
  width: 740px;
}
@media (max-width: 870px) {
  .aboutBox .aboutItem .item .Img {
    width: 100%;
  }
}
.aboutBox .aboutItem .item .Img a {
  display: block;
}
.aboutBox .aboutItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutBox .aboutItem .item .videoBtn {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: unset;
  left: unset;
  right: 50px;
  bottom: 50px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .aboutBox .aboutItem .item .videoBtn {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 600px) {
  .aboutBox .aboutItem .item .videoBtn {
    right: 50%;
    bottom: 10px;
    -webkit-transform: translateX(50%) scale(0.4);
            transform: translateX(50%) scale(0.4);
  }
}
@media (max-width: 480px) {
  .aboutBox .aboutItem .item .videoBtn {
    -webkit-transform: translateX(50%) scale(0.3);
            transform: translateX(50%) scale(0.3);
    bottom: -10px;
  }
}
.aboutBox .aboutItem .item .videoBtn::before {
  content: "";
  position: absolute;
  width: 168px;
  height: 168px;
  background: url("../images/videoBtnBG.png") center no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: videoBtnAround 10s linear 0s infinite;
          animation: videoBtnAround 10s linear 0s infinite;
}
.aboutBox .aboutItem .item .videoBtn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #00549d;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.aboutIntroBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.aboutIntroBox .titleBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
  padding-top: 100px;
}
@media (max-width: 800px) {
  .aboutIntroBox .titleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .aboutIntroBox .titleBox {
    padding: 0 50px;
  }
}
.aboutIntroBox .titleBox .text {
  max-width: 450px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .aboutIntroBox .titleBox .text {
    font-size: 12px;
  }
}
.aboutIntroBox .Img {
  width: 100%;
  min-height: 280px;
}
.aboutIntroBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cultureArea {
  padding: 130px 0 100px;
}
@media (max-width: 768px) {
  .cultureArea {
    padding: 60px 0;
  }
}
.cultureArea .titleBox {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin: 0 auto 80px;
}
.cultureArea .titleBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ececec;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .cultureArea .titleBox {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cultureArea .titleBox {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .cultureArea .titleBox {
    width: 100%;
  }
}
.cultureArea .titleBox .innerText {
  background: #ffffff;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}
.cultureArea .titleBox .innerText .dot {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #00549d;
  border-radius: 50%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin: 0 10px;
}
@media (max-width: 740px) {
  .cultureArea .titleBox .innerText .dot {
    display: none;
  }
}
.cultureArea .titleBox .innerText .dot::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #b5b6b6;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cultureArea .titleBox .innerText .subtitle {
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin: 0;
}
@media (max-width: 740px) {
  .cultureArea .titleBox .innerText .subtitle {
    display: none;
  }
}
.cultureArea .titleBox .innerText .subtitle span {
  color: #00549d;
  padding-left: 5px;
}
.cultureArea .titleBox .leftLine {
  width: 1px;
  height: 50px;
  background: #ececec;
  position: absolute;
  top: 20px;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.cultureArea .titleBox .rightLine {
  width: 1px;
  height: 50px;
  background: #ececec;
  position: absolute;
  top: 20px;
  left: unset;
  right: 0;
  bottom: unset;
  z-index: 1;
}
.cultureArea .cultureBox.active .cultureList .cultureItem {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.cultureArea .cultureBox.active .cultureList .cultureItem:nth-of-type(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.cultureArea .cultureBox.active .cultureList .cultureItem:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.cultureArea .cultureBox .cultureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .cultureArea .cultureBox .cultureList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cultureArea .cultureBox .cultureList .cultureItem {
  width: 100%;
  max-width: 400px;
  background: #f7f7f7;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.cultureArea .cultureBox .cultureList .cultureItem::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #f2f2f2;
  top: 0;
  right: -25px;
}
@media (max-width: 1540px) {
  .cultureArea .cultureBox .cultureList .cultureItem::before {
    display: none;
  }
}
@media (max-width: 1470px) {
  .cultureArea .cultureBox .cultureList .cultureItem {
    margin: 0 10px;
  }
}
@media (max-width: 1023px) {
  .cultureArea .cultureBox .cultureList .cultureItem {
    max-width: 100%;
    margin: 0 0 100px;
  }
}
@media (max-width: 1023px) {
  .cultureArea .cultureBox .cultureList .cultureItem:last-child {
    margin: 0;
  }
}
.cultureArea .cultureBox .cultureList .cultureItem:last-child::before {
  display: none;
}
.cultureArea .cultureBox .cultureList .cultureItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 50px 50px;
}
@media (max-width: 1470px) {
  .cultureArea .cultureBox .cultureList .cultureItem .item {
    padding: 0 30px 30px;
  }
}
.cultureArea .cultureBox .cultureList .cultureItem .item .iconBox {
  width: 120px;
  height: 120px;
  background: #00549d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -50px 0 30px;
}
.cultureArea .cultureBox .cultureList .cultureItem .item .iconBox .Img {
  width: 60px;
}
.cultureArea .cultureBox .cultureList .cultureItem .item .iconBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cultureArea .cultureBox .cultureList .cultureItem .item .Txt .title {
  color: #222222;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
  margin-bottom: 15px;
}
.cultureArea .cultureBox .cultureList .cultureItem .item .Txt .subtitle {
  color: #00549d;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  text-align: center;
}
.cultureArea .cultureBox .cultureList .cultureItem .item .Txt .separate {
  width: 20px;
  height: 2px;
  background: #00549d;
  margin: 20px auto;
}
.cultureArea .cultureBox .cultureList .cultureItem .item .Txt .textEditor {
  min-height: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .cultureArea .cultureBox .cultureList .cultureItem .item .Txt .textEditor {
    min-height: 120px;
  }
}
@media (max-width: 1000px) {
  .cultureArea .cultureBox .cultureList .cultureItem .item .Txt .textEditor {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .cultureArea .cultureBox .cultureList .cultureItem .item .Txt .textEditor {
    height: auto;
  }
}
.cultureArea .cultureBox .cultureList .cultureItem .item .Txt .textEditor p {
  letter-spacing: 1px;
}

.brandArea {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .brandArea {
    padding-bottom: 60px;
  }
}
.brandArea .titleBox {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin: 0 auto 70px;
}
.brandArea .titleBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ececec;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .brandArea .titleBox {
    width: 100%;
  }
}
.brandArea .titleBox .innerText {
  background: #ffffff;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}
.brandArea .titleBox .innerText .dot {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #00549d;
  border-radius: 50%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin: 0 10px;
}
@media (max-width: 740px) {
  .brandArea .titleBox .innerText .dot {
    display: none;
  }
}
.brandArea .titleBox .innerText .dot::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #b5b6b6;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.brandArea .titleBox .innerText .subtitle {
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin: 0;
}
@media (max-width: 740px) {
  .brandArea .titleBox .innerText .subtitle {
    display: none;
  }
}
.brandArea .titleBox .innerText .subtitle span {
  color: #00549d;
  padding-left: 5px;
}
.brandArea .titleBox .leftLine {
  width: 1px;
  height: 50px;
  background: #ececec;
  position: absolute;
  top: 20px;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.brandArea .titleBox .rightLine {
  width: 1px;
  height: 50px;
  background: #ececec;
  position: absolute;
  top: 20px;
  left: unset;
  right: 0;
  bottom: unset;
  z-index: 1;
}
.brandArea .brandList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1470px) {
  .brandArea .brandList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 870px) {
  .brandArea .brandList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.brandArea .brandList .brandItem {
  width: 100%;
}
.brandArea .brandList .brandItem .item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
@media (min-width: 1201px) {
  .brandArea .brandList .brandItem .item:hover .Img {
    opacity: 0;
  }
}
.brandArea .brandList .brandItem .item .Txt {
  width: 100%;
  height: 100%;
  max-width: 400px;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
  padding: 20px 40px 0;
}
@media (max-width: 950px) {
  .brandArea .brandList .brandItem .item .Txt {
    display: none;
  }
}
.brandArea .brandList .brandItem .item .Txt .title {
  border: 1px solid #e6e6e6;
  border-width: 0 0 1px 0;
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 30px;
}
.brandArea .brandList .brandItem .item .Txt .textEditor {
  height: 180px;
  font-size: 16px;
}
.brandArea .brandList .brandItem .item .Txt .textEditor p {
  display: -webkit-box;
  -webkit-line-clamp: 99;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brandArea .brandList .brandItem .item .Txt .btnBox {
  margin-top: 20px;
}
.brandArea .brandList .brandItem .item .Txt .btnBox .btn {
  margin: 0 auto;
}
.brandArea .brandList .brandItem .item .Img {
  width: 100%;
  max-width: 400px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 870px) {
  .brandArea .brandList .brandItem .item .Img {
    width: 100%;
  }
}
.brandArea .brandList .brandItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 870px) {
  .brandArea .brandList .brandItem .item .Img img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.brandArea .brandList .brandItem .item .Img span {
  width: calc(100% - 60px);
  border: 1px solid #ffffff;
  border-width: 1px 0 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .brandArea .brandList .brandItem .item .Img span {
    font-size: 17px;
  }
}

.teamArea {
  overflow: hidden;
}
.teamArea .chairmanBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.teamArea .chairmanBox .flexBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 140px;
}
@media (max-width: 1600px) {
  .teamArea .chairmanBox .flexBox {
    padding-top: 50px;
  }
}
@media (max-width: 1240px) {
  .teamArea .chairmanBox .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 100px 0 150px;
  }
}
@media (max-width: 940px) {
  .teamArea .chairmanBox .flexBox {
    padding-top: 50px;
  }
}
.teamArea .chairmanBox .flexBox .titleBox {
  width: 450px;
  text-align: left;
  margin-right: 200px;
}
@media (max-width: 1400px) {
  .teamArea .chairmanBox .flexBox .titleBox {
    margin-right: 120px;
  }
}
@media (max-width: 1240px) {
  .teamArea .chairmanBox .flexBox .titleBox {
    width: 100%;
    margin: 0 0 50px 50px;
  }
}
.teamArea .chairmanBox .flexBox .titleBox .title {
  color: #ffffff;
}
.teamArea .chairmanBox .flexBox .titleBox .subtitle {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .teamArea .chairmanBox .flexBox .titleBox .subtitle {
    font-size: 24px;
    margin: 0;
  }
}
.teamArea .chairmanBox .flexBox .titleBox .btnBox {
  margin-top: 50px;
}
.teamArea .chairmanBox .flexBox .textEditorBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.teamArea .chairmanBox .flexBox .textEditorBox::before {
  content: "";
  position: absolute;
  width: 231px;
  height: 85px;
  background: url("../images/chairmanSign.png") no-repeat center;
  background-size: contain;
  bottom: -100px;
  right: 0;
}
@media (max-width: 1240px) {
  .teamArea .chairmanBox .flexBox .textEditorBox::before {
    right: 50px;
  }
}
@media (max-width: 1240px) {
  .teamArea .chairmanBox .flexBox .textEditorBox {
    max-width: 800px;
  }
}
@media (max-width: 1080px) {
  .teamArea .chairmanBox .flexBox .textEditorBox {
    max-width: 650px;
    padding-top: 90px;
  }
}
@media (max-width: 870px) {
  .teamArea .chairmanBox .flexBox .textEditorBox {
    max-width: 100%;
    padding: 0;
  }
}
.teamArea .chairmanBox .flexBox .textEditor {
  margin-left: 200px;
}
@media (max-width: 1400px) {
  .teamArea .chairmanBox .flexBox .textEditor {
    margin-left: 120px;
  }
}
@media (max-width: 1240px) {
  .teamArea .chairmanBox .flexBox .textEditor {
    margin: 0;
    padding: 0 50px;
  }
}
.teamArea .chairmanBox .flexBox .textEditor p {
  max-width: 450px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 1240px) {
  .teamArea .chairmanBox .flexBox .textEditor p {
    max-width: none;
  }
}
.teamArea .chairmanBox .ImgBox {
  width: 100%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
@media (max-width: 1240px) {
  .teamArea .chairmanBox .ImgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.teamArea .chairmanBox .ImgBox .leftImg {
  width: 50%;
  background: url("../images/chairmanLeftImg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 38.95%;
}
@media (max-width: 1240px) {
  .teamArea .chairmanBox .ImgBox .leftImg {
    width: 100%;
    height: 400px;
    padding: 0;
  }
}
.teamArea .chairmanBox .ImgBox .rightImg {
  width: 50%;
  background: #f3f3f3;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  overflow: hidden;
}
.teamArea .chairmanBox .ImgBox .rightImg::before {
  content: "";
  position: absolute;
  width: 869px;
  height: 165px;
  background: url("../images/chairmanRightImg.png") no-repeat center;
  background-size: contain;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1240px) {
  .teamArea .chairmanBox .ImgBox .rightImg {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 1080px) {
  .teamArea .chairmanBox .ImgBox .rightImg {
    height: 430px;
  }
}
@media (max-width: 600px) {
  .teamArea .chairmanBox .ImgBox .rightImg {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .teamArea .chairmanBox .ImgBox .rightImg {
    height: 600px;
  }
}
.teamArea .chairmanBox .ImgBox .chairman {
  width: 100%;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .teamArea .chairmanBox .ImgBox .chairman {
    left: 45%;
  }
}
@media (max-width: 1240px) {
  .teamArea .chairmanBox .ImgBox .chairman {
    min-height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
    left: unset;
    right: -400px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 1080px) {
  .teamArea .chairmanBox .ImgBox .chairman {
    right: -300px;
  }
}
@media (max-width: 870px) {
  .teamArea .chairmanBox .ImgBox .chairman {
    display: none;
  }
}
.teamArea .chairmanBox .ImgBox .chairmanBox_rwd {
  display: none;
  background: #f3f3f3;
  padding-top: 40px;
}
@media (max-width: 870px) {
  .teamArea .chairmanBox .ImgBox .chairmanBox_rwd {
    display: block;
    padding: 0;
  }
}
.teamArea .chairmanBox .ImgBox .chairmanBox_rwd .chairman_rwd {
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.organizationArea {
  padding: 130px 0 115px;
}
@media (max-width: 768px) {
  .organizationArea {
    padding: 60px 0;
  }
}
.organizationArea .titleBox {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin: 0 auto 50px;
}
.organizationArea .titleBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ececec;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .organizationArea .titleBox {
    width: 100%;
  }
}
.organizationArea .titleBox .innerText {
  background: #ffffff;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}
.organizationArea .titleBox .innerText .dot {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #00549d;
  border-radius: 50%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin: 0 10px;
}
@media (max-width: 740px) {
  .organizationArea .titleBox .innerText .dot {
    display: none;
  }
}
.organizationArea .titleBox .innerText .dot::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #b5b6b6;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.organizationArea .titleBox .innerText .subtitle {
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin: 0;
}
@media (max-width: 740px) {
  .organizationArea .titleBox .innerText .subtitle {
    display: none;
  }
}
.organizationArea .titleBox .innerText .subtitle span {
  color: #00549d;
  padding-left: 5px;
}
.organizationArea .titleBox .leftLine {
  width: 1px;
  height: 50px;
  background: #ececec;
  position: absolute;
  top: 20px;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.organizationArea .titleBox .rightLine {
  width: 1px;
  height: 50px;
  background: #ececec;
  position: absolute;
  top: 20px;
  left: unset;
  right: 0;
  bottom: unset;
  z-index: 1;
}
.organizationArea .Img {
  width: 100%;
}
.organizationArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.honorArea {
  background: #f7f7f7;
  padding: 110px 0 40px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.honorArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  bottom: 110px;
  left: 0;
}
@media (max-width: 768px) {
  .honorArea {
    padding: 60px 0;
  }
}
.honorArea .titleBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1080px) {
  .honorArea .titleBox .arrowBox {
    display: none;
  }
}
.honorArea .titleBox .arrowBox button {
  width: 30px;
  height: 30px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.honorArea .titleBox .arrowBox button::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #bbbbbb;
  border-width: 2px 2px 0 0;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honorArea .titleBox .arrowBox button.arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.honorArea .titleBox .arrowBox button.arrowNext::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.honorArea .titleBox .arrowBox button.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 1201px) {
  .honorArea .titleBox .arrowBox button:hover::before {
    border-color: #00549d;
  }
}
.honorArea .titleBox .arrowBox .separate {
  display: block;
  width: 1px;
  height: 15px;
  background: #dbdbdb;
}
.honorArea .slick-list {
  padding: 0 40px 70px;
}
@media (max-width: 480px) {
  .honorArea .slick-list {
    padding: 0 0 70px 10px;
  }
}
@media (max-width: 1080px) {
  .honorArea .honorBox {
    display: none;
  }
}
.honorArea .honorBox_rwd {
  display: none;
}
@media (max-width: 1080px) {
  .honorArea .honorBox_rwd {
    display: block;
  }
}
@media (max-width: 768px) {
  .honorArea .honorBox_rwd .honorItem .Img {
    max-width: 280px;
  }
}
.honorArea .honorBox_rwd .honorItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.honorArea .honorBox_rwd .arrowBox_rwd {
  display: none;
}
@media (max-width: 1080px) {
  .honorArea .honorBox_rwd .arrowBox_rwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.honorArea .honorBox_rwd .arrowBox_rwd button {
  width: 30px;
  height: 30px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.honorArea .honorBox_rwd .arrowBox_rwd button::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #bbbbbb;
  border-width: 2px 2px 0 0;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honorArea .honorBox_rwd .arrowBox_rwd button.arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.honorArea .honorBox_rwd .arrowBox_rwd button.arrowNext::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.honorArea .honorBox_rwd .arrowBox_rwd button.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 1201px) {
  .honorArea .honorBox_rwd .arrowBox_rwd button:hover::before {
    border-color: #00549d;
  }
}
.honorArea .honorBox_rwd .arrowBox_rwd .separate {
  display: block;
  width: 1px;
  height: 15px;
  background: #dbdbdb;
}
.honorArea .item {
  border: 1px solid #e6e6e6;
  border-width: 0 0 0 1px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  padding: 0 70px 20px 40px;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .honorArea .item:hover .Txt .title {
    font-size: 50px;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}
.honorArea .item .Txt {
  margin-top: 40px;
}
.honorArea .item .title {
  color: #00549d;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}
.honorArea .item .mainTitle {
  max-width: 280px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  margin-top: 20px;
}
.honorArea .item .dot {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #00549d;
  border-radius: 50%;
  position: absolute;
  top: unset;
  left: -8px;
  right: unset;
  bottom: -8px;
  z-index: 1;
}
.honorArea .item .dot::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #b5b6b6;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.honorArea .albumList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.honorArea .albumItem {
  margin-right: 20px;
}
.honorArea .albumItem:last-child {
  margin: 0;
}
.honorArea .albumItem .Img {
  width: 280px;
}
@media (max-width: 480px) {
  .honorArea .albumItem .Img {
    width: 90%;
  }
}
.honorArea .albumItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.honorArea .albumItem .title {
  max-width: 280px;
  min-height: 60px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  margin-top: 20px;
}

.anchorBox {
  width: 100%;
  height: 60px;
  max-width: 1300px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 0;
  position: absolute;
  top: -60px;
  left: 50%;
  right: unset;
  bottom: unset;
  z-index: 999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .anchorBox {
    top: -60px;
  }
}
@media (max-width: 480px) {
  .anchorBox {
    display: none;
  }
}
.anchorBox.fixed {
  background: #ffffff;
  border: solid 1px #e6e6e6;
  position: fixed;
  top: 80px;
}
.anchorBox .anchor {
  width: 100%;
  height: 100%;
}
.anchorBox .anchor.current a {
  background: #00549d;
  color: #ffffff;
}
.anchorBox .anchor.current a::before {
  opacity: 1;
}
.anchorBox .anchor a {
  width: 100%;
  height: 100%;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
@media (max-width: 768px) {
  .anchorBox .anchor a {
    font-size: 14px;
  }
}
@media (min-width: 1201px) {
  .anchorBox .anchor a:hover {
    background: #00549d;
    color: #ffffff;
  }
}

.groupArea {
  background: #f7f7f7;
  padding: 130px 0;
}
@media (max-width: 768px) {
  .groupArea {
    padding: 60px 0;
  }
}
.groupArea .titleBox {
  margin-bottom: 40px;
}
.groupArea .groupList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
}
@media (max-width: 1180px) {
  .groupArea .groupList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 670px) {
  .groupArea .groupList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .groupArea .groupList {
    gap: 30px 0;
  }
}
.groupArea .groupList .groupItem.addPadding .item .Txt .subtitle {
  height: 45px;
}
.groupArea .groupList .groupItem.addPadding .item .expBox {
  margin-top: 22.5px;
}
.groupArea .groupList .item {
  width: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (max-width: 1180px) {
  .groupArea .groupList .item {
    max-width: 415px;
    margin: 0 auto;
  }
}
@media (min-width: 1201px) {
  .groupArea .groupList .item:hover .innerBox .Img::before {
    opacity: 1;
  }
  .groupArea .groupList .item:hover .innerBox .Txt .title {
    color: #00549d;
  }
}
.groupArea .groupList .item.noExp {
  pointer-events: none;
}
.groupArea .groupList .item.current .innerBox::before {
  opacity: 1;
}
.groupArea .groupList .item.current .innerBox .Img::before {
  opacity: 1;
}
.groupArea .groupList .item.current .innerBox .Txt .title {
  color: #00549d;
}
.groupArea .groupList .item.current .innerBox .Txt .arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.groupArea .groupList .item.current .expBox {
  opacity: 1;
  pointer-events: auto;
}
.groupArea .groupList .item .innerBox {
  position: relative;
}
.groupArea .groupList .item .innerBox::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #f7f7f7 transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 0;
  z-index: 1;
}
.groupArea .groupList .item .Img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.groupArea .groupList .item .Img::before {
  content: "";
  position: absolute;
  border: solid 1px #00549d;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.groupArea .groupList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.groupArea .groupList .item .Txt .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.groupArea .groupList .item .Txt .titleBox .title {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.groupArea .groupList .item .Txt .titleBox .arrow {
  display: block;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #00549d #00549d transparent transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  margin: -10px 10px 0 0;
}
.groupArea .groupList .item .Txt .subtitle {
  color: #666666;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.groupArea .groupList .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.groupArea .groupList .item .expBox {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  pointer-events: none;
  padding: 40px 60px;
}
@media (max-width: 768px) {
  .groupArea .groupList .item .expBox {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .groupArea .groupList .item .expBox > .unitTitle:first-child {
    padding-top: 0;
  }
}
.groupArea .groupList .item .expBox .unitTitle {
  padding: 20px 0;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.groupArea .groupList .item .expBox .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .groupArea .groupList .item .expBox .top {
    display: block;
    margin: 0;
  }
}
.groupArea .groupList .item .expBox .top:last-child {
  margin: 0;
}
.groupArea .groupList .item .expBox .top .box {
  width: 50%;
}
@media (max-width: 1023px) {
  .groupArea .groupList .item .expBox .top .box {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .groupArea .groupList .item .expBox .top .box:first-child .unitTitle {
    padding-top: 0;
  }
}
.groupArea .groupList .item .textEditor ul {
  padding: 0;
}
.groupArea .groupList .item .textEditor ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
}
.groupArea .groupList .item .textEditor ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #00549d;
  border-radius: 50%;
  top: 12px;
  left: 0;
}