.dotsBox .slick-dots li::before, .specBox::after, .specBox::before, .insIntroBox .introBox .suggestBox .suggestList .suggestItem::before, .catalogBox .catalogList .item .Txt .title a::before, .catalogBox .catalogList .item .Img img, .catalogBox, .contentBox .dataBox, .indexTagBox .indexTagList .item .Txt .title a::before, .indexTagBox .indexTagList .item .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.indexTagBox {
  position: relative;
  z-index: 2;
  padding: 150px 0;
}
@media (max-width: 1180px) {
  .indexTagBox {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .indexTagBox {
    padding: 40px 0;
  }
}
.indexTagBox .titleBox {
  margin-bottom: 40px;
}
.indexTagBox .indexTagList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 40px 300px 40px 300px;
  grid-template-columns: repeat(3, 300px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.indexTagBox .indexTagList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.indexTagBox .indexTagList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.indexTagBox .indexTagList > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1023px) {
  .indexTagBox .indexTagList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .indexTagBox .indexTagList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.indexTagBox .indexTagList .item {
  width: 100%;
  max-width: 320px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .indexTagBox .indexTagList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
.indexTagBox .indexTagList .item .Img {
  width: 100%;
  overflow: hidden;
}
.indexTagBox .indexTagList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.indexTagBox .indexTagList .item .Txt {
  text-align: center;
  margin-top: 10px;
}
.indexTagBox .indexTagList .item .Txt .title {
  color: #ffffff;
  font-size: 18pxpx;
  font-weight: 500;
  line-height: calc(18px / 18px);
  letter-spacing: calc(18px * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.indexTagBox .indexTagList .item .Txt .title a::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.tagBox {
  width: 100%;
  background: #1f2e45;
  padding: 90px 0;
}
@media (max-width: 1180px) {
  .tagBox {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .tagBox {
    padding: 40px 0;
  }
}
.tagBox .outerBox > li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1180px) {
  .tagBox .outerBox > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
.tagBox .outerBox > li:last-child {
  margin: 0;
}
.tagBox .outerBox > li .unit {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  padding-right: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1180px) {
  .tagBox .outerBox > li .unit {
    border: none;
    padding: 0;
    margin: 0 0 30px;
  }
}
.tagBox .outerBox > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .tagBox .outerBox > li ul {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-rows: 1fr 10px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(auto-fit, 160px);
    grid-auto-columns: 160px;
    gap: 10px;
    overflow-x: auto;
    padding: 0 0 10px;
  }
  .tagBox .outerBox > li ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
  }
  .tagBox .outerBox > li ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #ffffff;
  }
  .tagBox .outerBox > li ul::-webkit-scrollbar-thumb {
    background: #1f1f1f;
  }
}
.tagBox .outerBox > li ul li a {
  min-width: 150px;
  height: 42px;
  background: #1d2a40;
  border: solid 1px #225e84;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .tagBox .outerBox > li ul li a:hover {
    background: #225e84;
    border-color: #ffffff;
  }
}
.tagBox .outerBox > li ul li a.current {
  border-color: #ffffff;
}

.contentBox {
  position: relative;
  z-index: 2;
}
.contentBox .dataBox.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}

.noData {
  text-align: center;
  padding: 40px 0;
  color: #1f2e45;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .noData {
    font-size: 12px;
  }
}

.catalogBox {
  padding: 90px 0;
}
@media (max-width: 1180px) {
  .catalogBox {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .catalogBox {
    padding: 40px 0;
  }
}
.catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.catalogBox .catalogList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 60px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.catalogBox .catalogList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.catalogBox .catalogList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.catalogBox .catalogList > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.catalogBox .catalogList > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media (max-width: 1180px) {
  .catalogBox .catalogList {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
}
@media (max-width: 768px) {
  .catalogBox .catalogList {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media (max-width: 480px) {
  .catalogBox .catalogList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalogBox .catalogList .item {
  width: 100%;
  max-width: 330px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .catalogBox .catalogList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .catalogBox .catalogList .item:hover .Txt .title a {
    color: #1f2e45;
  }
}
.catalogBox .catalogList .item .Img {
  width: 100%;
  overflow: hidden;
}
.catalogBox .catalogList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogBox .catalogList .item .Txt {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .catalogBox .catalogList .item .Txt {
    margin-top: 20px;
  }
}
.catalogBox .catalogList .item .Txt .title a {
  color: #225e84;
  font-size: 21px;
  font-weight: 500;
  line-height: calc(21 / 21);
  letter-spacing: calc(21 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.catalogBox .catalogList .item .Txt .title a::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .catalogBox .catalogList .item .Txt .title a {
    font-size: 18px;
  }
}
.catalogBox .catalogList .item .Txt .enTitle {
  margin-top: 20px;
  color: #225e84;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 60 / 1000 * 1px);
  font-family: "Lato", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
  .catalogBox .catalogList .item .Txt .enTitle {
    font-size: 15px;
    margin-top: 10px;
  }
}

.insIntroBox {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  padding: 130px 0 30px;
}
.insIntroBox.noSpec {
  border: none;
  padding-bottom: 60px;
}
@media (max-width: 1180px) {
  .insIntroBox {
    padding-top: 100px;
  }
}
.insIntroBox .wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .insIntroBox .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .insIntroBox .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.insIntroBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 120px;
}
@media (max-width: 1560px) {
  .insIntroBox .wrap {
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  .insIntroBox .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .insIntroBox .wrap {
    gap: 30px;
  }
}
.insIntroBox .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 30px;
}
@media (max-width: 1023px) {
  .insIntroBox .introBox {
    width: 100%;
    padding: 0;
  }
}
.insIntroBox .introBox .bread {
  margin-bottom: 60px;
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .bread {
    margin-bottom: 40px;
  }
}
.insIntroBox .introBox .bread .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  padding-left: 15px;
}
.insIntroBox .introBox .topBox {
  width: 100%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 90px;
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .topBox {
    margin-bottom: 30px;
  }
}
.insIntroBox .introBox .topBox .box {
  width: 100%;
  max-width: 150px;
}
.insIntroBox .introBox .topBox .box .unit {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(12 / 12);
  letter-spacing: calc(12 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.insIntroBox .introBox .topBox .box .locationList .item {
  width: 100%;
  max-width: 45px;
}
.insIntroBox .introBox .topBox .box .Img {
  width: 100%;
}
.insIntroBox .introBox .topBox .box .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.insIntroBox .introBox .textBox .title {
  color: #ffffff;
  font-size: 27px;
  font-weight: 500;
  line-height: calc(27 / 27);
  letter-spacing: calc(27 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .insIntroBox .introBox .textBox .title {
    font-size: 18px;
  }
}
.insIntroBox .introBox .textBox .enTitle {
  margin-top: 20px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: calc(30 / 30);
  letter-spacing: calc(30 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .insIntroBox .introBox .textBox .enTitle {
    font-size: 20px;
  }
}
.insIntroBox .introBox .bottomBox {
  margin-top: 60px;
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .bottomBox {
    margin-top: 40px;
  }
}
.insIntroBox .introBox .bottomBox .subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 500;
  line-height: calc(21 / 21);
  letter-spacing: calc(21 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .insIntroBox .introBox .bottomBox .subtitle {
    font-size: 17px;
  }
}
.insIntroBox .introBox .bottomBox .introText {
  color: #b3b3b3;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(30 / 15);
  letter-spacing: calc(15 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .insIntroBox .introBox .bottomBox .introText {
    font-size: 14px;
  }
}
.insIntroBox .introBox .suggestBox {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  padding-top: 30px;
}
.insIntroBox .introBox .suggestBox .unit {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.insIntroBox .introBox .suggestBox .suggestList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 30px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.insIntroBox .introBox .suggestBox .suggestList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.insIntroBox .introBox .suggestBox .suggestList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .suggestBox .suggestList {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .insIntroBox .introBox .suggestBox .suggestList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.insIntroBox .introBox .suggestBox .suggestList .suggestItem {
  position: relative;
}
.insIntroBox .introBox .suggestBox .suggestList .suggestItem::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  top: 12px;
  left: 0;
  z-index: 1;
}
.insIntroBox .introBox .suggestBox .suggestList .suggestItem:nth-of-type(odd)::before {
  display: none;
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .suggestBox .suggestList .suggestItem:nth-of-type(odd)::before {
    display: block;
  }
}
@media (max-width: 480px) {
  .insIntroBox .introBox .suggestBox .suggestList .suggestItem:nth-of-type(odd)::before {
    display: none;
  }
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .suggestBox .suggestList .suggestItem:first-child::before {
    display: none;
  }
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .suggestBox .suggestList .suggestItem:nth-of-type(4n)::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .insIntroBox .introBox .suggestBox .suggestList .suggestItem:nth-of-type(4n)::before {
    display: block;
  }
}
.insIntroBox .introBox .suggestBox .suggestList .item {
  width: 100%;
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
}
.insIntroBox .introBox .suggestBox .suggestList .item .Img {
  width: 100%;
  max-width: 70px;
  margin: 0 auto;
}
.insIntroBox .introBox .suggestBox .suggestList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.insIntroBox .introBox .suggestBox .suggestList .item .title {
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.insIntroBox .ImgBox {
  width: 100%;
  max-width: 480px;
  max-height: 900px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .insIntroBox .ImgBox {
    max-height: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .insIntroBox .ImgBox {
    max-height: 400px;
  }
}
.insIntroBox .ImgBox .plusIcon {
  width: 50px;
  height: 50px;
  background: #225e84;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1023px) {
  .insIntroBox .ImgBox .plusIcon {
    display: none;
  }
}
.insIntroBox .ImgBox .plusIcon svg {
  width: 24px;
  height: 24px;
}
.insIntroBox .ImgBox .Img {
  width: 100%;
}
.insIntroBox .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.albumBox {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  position: relative;
  padding-bottom: 30px;
  margin: 30px 0 120px;
}
@media (max-width: 1180px) {
  .albumBox {
    margin-bottom: 80px;
  }
}
.albumBox .unit {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.albumBox .wrap {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .albumBox .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .albumBox .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.albumBox .albumList .slick-list {
  margin: 0 -10px;
}
.albumBox .albumList .slick-slide {
  padding: 0 10px;
}
.albumBox .albumList .item .Img {
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
}
.albumBox .albumList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.albumBox .arrowBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 38px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1500px) {
  .albumBox .arrowBox {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-top: 30px;
  }
}
.albumBox .arrowBox .arrowPrev {
  margin-left: -40px;
}
@media (max-width: 1500px) {
  .albumBox .arrowBox .arrowPrev {
    margin: 0;
  }
}
.albumBox .arrowBox .arrowNext {
  margin-right: -40px;
}
@media (max-width: 1500px) {
  .albumBox .arrowBox .arrowNext {
    margin: 0;
  }
}

.specBox {
  background: #1d2a40;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 60px;
}
.specBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  top: 240px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1560px) {
  .specBox::before {
    top: 165px;
  }
}
@media (max-width: 1400px) {
  .specBox::before {
    top: 150px;
  }
}
@media (max-width: 1180px) {
  .specBox::before {
    display: none;
  }
}
.specBox::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  display: none;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  bottom: 215px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1560px) {
  .specBox::after {
    bottom: 140px;
  }
}
@media (max-width: 1400px) {
  .specBox::after {
    display: none;
  }
}
@media (max-width: 1400px) {
  .specBox {
    gap: 30px;
  }
}
@media (max-width: 1180px) {
  .specBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 30px;
  }
}
@media (max-width: 768px) {
  .specBox {
    padding: 80px 20px;
  }
}
@media (max-width: 480px) {
  .specBox {
    padding: 40px 20px;
  }
}
.specBox .albumSpecBox {
  width: 100%;
  max-width: 930px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1560px) {
  .specBox .albumSpecBox {
    max-width: 760px;
  }
}
@media (max-width: 1400px) {
  .specBox .albumSpecBox {
    max-width: 600px;
  }
}
@media (max-width: 1180px) {
  .specBox .albumSpecBox {
    max-width: 930px;
  }
}
.specBox .albumSpecBox .albumList {
  margin: 0 !important;
}
.specBox .albumSpecBox .Img {
  width: 100%;
}
.specBox .albumSpecBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.specBox .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1180px) {
  .specBox .rightBox {
    width: 100%;
    max-width: 930px;
  }
}
.specBox .rightBox .titleBox {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.specBox .specList {
  min-height: 290px;
}
@media (max-width: 1400px) {
  .specBox .specList {
    min-height: 200px;
  }
}
.specBox .specList li {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 60px;
}
@media (max-width: 1400px) {
  .specBox .specList li {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .specBox .specList li {
    gap: 30px;
  }
}
.specBox .specList li:last-child {
  margin: 0;
}
.specBox .specList li .unit {
  width: 150px;
  border-right: solid 2px rgba(255, 255, 255, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1400px) {
  .specBox .specList li .unit {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .specBox .specList li .unit {
    width: 95px;
    font-size: 14px;
  }
}
.specBox .specList li .content {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 60 / 1000 * 1px);
  font-family: "Lato", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1400px) {
  .specBox .specList li .content {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .specBox .specList li .content {
    font-size: 14px;
  }
}
.specBox .bottomBox {
  width: 100%;
  max-width: 660px;
  margin-top: 80px;
  padding-right: 10px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1560px) {
  .specBox .bottomBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
  }
}
@media (max-width: 1400px) {
  .specBox .bottomBox {
    margin-top: 50px;
  }
}
@media (max-width: 1180px) {
  .specBox .bottomBox {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
}

.expBox {
  padding: 150px 0;
}
@media (max-width: 1180px) {
  .expBox {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .expBox {
    padding: 40px 0;
  }
}
.expBox .titleBox {
  text-align: center;
  margin-bottom: 60px;
}

.patentBox {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .patentBox {
    padding-bottom: 30px;
  }
}
.patentBox.noExp {
  padding-top: 60px;
}
.patentBox .topBox {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
}
.patentBox .topBox .box {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .patentBox .topBox .box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .patentBox .topBox .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.patentBox .topBox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1180px) {
  .patentBox .topBox .box {
    -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;
    gap: 20px;
  }
}
.patentBox .topBox .box .text {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
@media (max-width: 600px) {
  .patentBox .topBox .box .text {
    -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;
  }
}
.patentBox .topBox .box .text span {
  color: #ffffff;
  font-size: 21px;
  font-weight: 500;
  line-height: calc(21 / 21);
  letter-spacing: calc(21 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 600px) {
  .patentBox .topBox .box .text span {
    font-size: 16px;
  }
}
.patentBox .topBox .box .text i {
  width: 180px;
  height: 30px;
  background: url("../images/patentText.png") no-repeat center;
  background-size: contain;
}
.patentBox .wrap {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 480px) {
  .patentBox .wrap {
    margin-top: 30px;
  }
}
.patentBox .wrap .arrowBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .patentBox .wrap .arrowBox {
    padding: 0 20px;
  }
}
.patentBox .patentList {
  padding: 0 50px;
}
@media (max-width: 1180px) {
  .patentBox .patentList {
    padding: 0 80px;
  }
}
@media (max-width: 480px) {
  .patentBox .patentList {
    padding: 0 50px;
  }
}
.patentBox .patentList .item {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 740px) {
  .patentBox .patentList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.patentBox .patentList .item .Img {
  width: 100%;
  max-width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.patentBox .patentList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.patentBox .patentList .item .Txt .title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.sideDataArea {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
  padding: 120px 0 40px;
}
@media (max-width: 1180px) {
  .sideDataArea {
    padding: 80px 0 40px;
  }
}
@media (max-width: 480px) {
  .sideDataArea {
    padding: 40px 0;
  }
}
.sideDataArea .topBox {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sideDataArea .topBox .box {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .sideDataArea .topBox .box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .sideDataArea .topBox .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sideDataArea .sideDataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
.sideDataArea .sideDataBox .sideDataFirstList {
  width: 100%;
  max-width: 670px;
  margin: 0 !important;
}
@media (max-width: 1500px) {
  .sideDataArea .sideDataBox .sideDataFirstList {
    max-width: 100%;
  }
}
.sideDataArea .sideDataBox .sideDataFirstList .slick-list {
  margin: 0 -10px;
}
.sideDataArea .sideDataBox .sideDataFirstList .slick-slide {
  padding: 0 10px;
}
.sideDataArea .sideDataBox .sideDataSecondList,
.sideDataArea .sideDataBox .sideDataThirdList {
  width: 100%;
  max-width: 335px;
}
@media (max-width: 1500px) {
  .sideDataArea .sideDataBox .sideDataSecondList,
  .sideDataArea .sideDataBox .sideDataThirdList {
    display: none;
  }
}
.sideDataArea .sideDataBox .Img {
  width: 100%;
  margin-bottom: 30px;
}
.sideDataArea .sideDataBox .Img img {
  min-height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1500px) {
  .sideDataArea .sideDataBox .Img img {
    min-height: unset;
  }
}
.sideDataArea .sideDataBox .Txt .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.sideDataArea .sideDataBox .Txt .subtitle {
  margin-top: 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.sideDataArea .bottomBox {
  margin-top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
}
@media (max-width: 1500px) {
  .sideDataArea .bottomBox {
    margin-top: 30px;
  }
}
@media (max-width: 1180px) {
  .sideDataArea .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.backBtnBox {
  padding: 50px 0 60px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}

.dotsBox .slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
}
@media (max-width: 1180px) {
  .dotsBox .slick-dots {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .dotsBox .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.dotsBox .slick-dots li {
  display: block;
  width: 5px;
  height: 5px;
  margin: 0;
}
.dotsBox .slick-dots li::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
}
.dotsBox .slick-dots li.slick-active button {
  background: #225e84;
}
.dotsBox .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 0;
}
.dotsBox .slick-dots li button::before {
  display: none;
}

.zoomContainer {
  cursor: none;
}

.zoomLens {
  pointer-events: none !important;
}