/* CSS Document */
@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(2, 72, 142, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@keyframes btnAni {
  20% {
    background-color: rgba(2, 72, 142, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes loadingAni_logo {
  0% {
    opacity: 0;
    scale: 0.5 0.5;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
@keyframes loadingAni_logo {
  0% {
    opacity: 0;
    scale: 0.5 0.5;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
@-webkit-keyframes loadingAni_arrow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(8);
            transform: scale(8);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes loadingAni_arrow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(8);
            transform: scale(8);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes bubbleRise {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
}
@keyframes bubbleRise {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
}
@-webkit-keyframes circleAnime_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes circleAnime_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes maskMove {
  0% {
    -webkit-transform: translateX(-150%) rotate(15deg);
            transform: translateX(-150%) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(100%) rotate(15deg);
            transform: translateX(100%) rotate(15deg);
  }
}
@keyframes maskMove {
  0% {
    -webkit-transform: translateX(-150%) rotate(15deg);
            transform: translateX(-150%) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(100%) rotate(15deg);
            transform: translateX(100%) rotate(15deg);
  }
}
@-webkit-keyframes maskMove_2 {
  0% {
    -webkit-transform: translateX(-150%) rotate(15deg);
            transform: translateX(-150%) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(300%) rotate(15deg);
            transform: translateX(300%) rotate(15deg);
  }
}
@keyframes maskMove_2 {
  0% {
    -webkit-transform: translateX(-150%) rotate(15deg);
            transform: translateX(-150%) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(300%) rotate(15deg);
            transform: translateX(300%) rotate(15deg);
  }
}
@-webkit-keyframes ripple_1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.35);
            transform: translate(-50%, -50%) scale(1.35);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.65);
            transform: translate(-50%, -50%) scale(1.65);
  }
}
@keyframes ripple_1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.35);
            transform: translate(-50%, -50%) scale(1.35);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.65);
            transform: translate(-50%, -50%) scale(1.65);
  }
}
@-webkit-keyframes ripple_3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
}
@keyframes ripple_3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.productArea {
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
  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;
}
.productArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#4586a4), color-stop(50%, #4586a4), color-stop(50%, #c7d8df), to(#c7d8df));
  background: linear-gradient(to right, #4586a4 0%, #4586a4 50%, #c7d8df 50%, #c7d8df 100%);
  top: 90px;
  left: 0;
}
@media (max-width: 1180px) {
  .productArea::before {
    display: none;
  }
}
@media (max-width: 1180px) {
  .productArea {
    height: auto;
    overflow: visible;
    padding: 120px 0;
  }
}
.productArea .wrap {
  max-width: 1600px;
}
@media (max-width: 1760px) {
  .productArea .wrap {
    padding: 0 120px;
  }
}
@media (max-width: 1180px) {
  .productArea .wrap {
    padding: 0 40px;
  }
}
.productArea .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .productArea .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productArea .contentBox .leftSide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1180px) {
  .productArea .contentBox .leftSide {
    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;
  }
}
.productArea .contentBox .pageBox {
  width: 460px;
  position: absolute;
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  z-index: 1;
  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;
}
@media (max-width: 1760px) {
  .productArea .contentBox .pageBox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 1280px) {
  .productArea .contentBox .pageBox {
    display: none;
  }
}
.productArea .contentBox .pageBox div {
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 20 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.productArea .contentBox .pageBox div.current {
  color: #38acbf;
}
.productArea .contentBox .pageBox div.separate {
  margin: 0 10px;
}
.productArea .bread {
  margin-bottom: 90px;
}
.productArea .bread .wrap {
  padding: 0;
}
@media (max-width: 1180px) {
  .productArea .titleBox {
    margin-bottom: 40px;
  }
}
.productArea .titleBox .separate {
  background: #3fb5c4;
}
.productArea .titleBox .text {
  max-width: 380px;
}
@media (max-width: 1180px) {
  .productArea .titleBox .text {
    max-width: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
}
.productArea .swiper-pagination {
  position: static;
  margin-top: 90px;
  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;
}
@media (max-width: 1180px) {
  .productArea .swiper-pagination {
    display: none;
  }
}
.productArea .swiper-pagination .swiper-pagination-bullet {
  background: #c5c5c5;
  opacity: 1;
  margin: 0 10px !important;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.productArea .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0;
  border-style: solid;
  border-color: #3fb5c4;
  border-width: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.productArea .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}
.productArea .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.productArea .productBox {
  padding-top: 20px;
}
@media (max-width: 1180px) {
  .productArea .productBox {
    display: none;
  }
}
.productArea .productBox_rwd {
  display: none;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .productArea .productBox_rwd {
    display: block;
  }
}
.productArea .productList {
  width: 100%;
  max-width: 1020px;
  max-height: 600px;
}
@media (max-width: 1180px) {
  .productArea .productList {
    max-height: none;
  }
}
.productArea .productList .swiper-slide {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.productArea .productList .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.productArea .productList .productItem {
  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;
}
@media (max-width: 1180px) {
  .productArea .productList .productItem {
    margin-bottom: 40px;
  }
  .productArea .productList .productItem:last-child {
    margin: 0;
  }
}
.productArea .productList .item {
  position: relative;
  z-index: 1;
  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;
}
@media (max-width: 1560px) {
  .productArea .productList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 120px;
  }
}
@media (max-width: 1560px) and (min-width: 1201px) {
  .productArea .productList .item:hover .Txt .title a {
    color: #3fb5c4;
  }
}
@media (max-width: 1280px) {
  .productArea .productList .item {
    padding: 0;
  }
}
.productArea .productList .item .Img {
  width: 512px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}
.productArea .productList .item .Img::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#02478d), to(#49c6cb));
  background: linear-gradient(to right, #02478d, #49c6cb);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.productArea .productList .item .Img::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  -webkit-animation: ripple_3 3s linear 0s infinite;
          animation: ripple_3 3s linear 0s infinite;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .productArea .productList .item .Img::after {
    display: none;
  }
}
@media (max-width: 1760px) {
  .productArea .productList .item .Img {
    width: 400px;
  }
}
@media (max-width: 1560px) {
  .productArea .productList .item .Img {
    margin: 0 0 40px;
  }
}
@media (max-width: 480px) {
  .productArea .productList .item .Img {
    width: 100%;
  }
}
.productArea .productList .item .Img img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productArea .productList .item .Txt {
  width: 100%;
}
@media (max-width: 1760px) {
  .productArea .productList .item .Txt {
    max-width: 440px;
  }
}
.productArea .productList .item .Txt .title {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: solid 1px #a8bec6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
}
.productArea .productList .item .Txt .title a {
  color: #001e2d;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(30 / 30);
  letter-spacing: calc(30 * 60 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .productArea .productList .item .Txt .title a {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1201px) {
  .productArea .productList .item .Txt .title a:hover {
    color: #3fb5c4;
  }
}
.productArea .productList .item .Txt .title span {
  font-size: 19px;
}
@media (max-width: 480px) {
  .productArea .productList .item .Txt .title span {
    display: block;
    margin-top: 15px;
  }
}
.productArea .productList .item .Txt .text {
  color: #2b5077;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(30 / 16);
  letter-spacing: calc(16 * 5 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1560px) {
  .productArea .productList .item .Txt .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1180px) {
  .productArea .productList .item .Txt .text {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
}
.productArea .productList .item .Txt .btnBox {
  margin-top: 60px;
}
@media (max-width: 1560px) {
  .productArea .productList .item .Txt .btnBox {
    display: none;
  }
}
.productArea .productList .item .linkWrap {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
}
@media (max-width: 1560px) {
  .productArea .productList .item .linkWrap {
    display: block;
  }
}
.productArea .bg {
  background: #dae5eb;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  pointer-events: none;
}
.productArea .bg::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: url("../images/productBG.png") top center;
  background-size: cover;
}
@media (max-width: 768px) {
  .productArea .bg::before {
    width: 100%;
  }
}

.insPage {
  padding: 100px 0 135px;
}
.insPage .titleBox {
  margin-bottom: 80px;
}
.insPage .titleBox .title {
  color: #001e2d;
  text-align: center;
}
@media (max-width: 680px) {
  .insPage .titleBox .title {
    font-size: 18px;
  }
}
.insPage .titleBox .separate {
  margin: 40px auto 0;
}
.insPage .productInsBox {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .insPage .productInsBox {
    padding: 0 80px;
  }
}
@media (max-width: 1180px) {
  .insPage .productInsBox {
    padding: 0;
  }
}
.insPage .productInsBox .innerBox {
  width: 100%;
  background: #ffffff;
  border-radius: 10px 40px 10px 40px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 120px 140px;
}
@media (max-width: 1040px) {
  .insPage .productInsBox .innerBox {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .insPage .productInsBox .innerBox {
    padding: 30px 15px;
  }
}
.insPage .productInsBox .innerBox .topBox {
  margin-bottom: 40px;
  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;
}
@media (max-width: 768px) {
  .insPage .productInsBox .innerBox .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insPage .productInsBox .innerBox .topBox .Img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
  border-style: solid;
  border-color: #e8e8e8;
  border-width: 5px;
}
@media (max-width: 768px) {
  .insPage .productInsBox .innerBox .topBox .Img {
    margin: 0 auto 20px;
  }
}
.insPage .productInsBox .innerBox .topBox .Img img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.insPage .productInsBox .innerBox .topBox .Txt .decoTitle {
  margin-bottom: 20px;
  color: #3fb5c4;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 60 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.insPage .productInsBox .innerBox .topBox .Txt .textBox {
  padding-left: 20px;
  border-left: solid 5px #3fb5c4;
}
.insPage .productInsBox .innerBox .topBox .Txt .textBox .title {
  color: #001e2d;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(30 / 30);
  letter-spacing: calc(30 * 60 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 840px) {
  .insPage .productInsBox .innerBox .topBox .Txt .textBox .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .insPage .productInsBox .innerBox .topBox .Txt .textBox .title {
    font-size: 14px;
  }
}
.insPage .productInsBox .innerBox .topBox .Txt .textBox .title span {
  font-size: 19px;
}
@media (max-width: 840px) {
  .insPage .productInsBox .innerBox .topBox .Txt .textBox .title span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .insPage .productInsBox .innerBox .topBox .Txt .textBox .title span {
    font-size: 12px;
  }
}
.insPage .productInsBox .innerBox .topBox .Txt .textBox .adapt {
  margin-top: 10px;
  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;
}
.insPage .productInsBox .innerBox .topBox .Txt .textBox .adapt p {
  color: #2b5077;
  font-size: 17px;
  font-weight: 400;
  line-height: calc(17 / 17);
  letter-spacing: calc(17 * 5 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 840px) {
  .insPage .productInsBox .innerBox .topBox .Txt .textBox .adapt p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .insPage .productInsBox .innerBox .topBox .Txt .textBox .adapt p {
    font-size: 12px;
  }
}
.insPage .productInsBox .innerBox .adaptBox {
  margin-top: 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;
}
@media (max-width: 680px) {
  .insPage .productInsBox .innerBox .adaptBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insPage .productInsBox .innerBox .adaptBox > div {
  width: 50%;
}
@media (max-width: 680px) {
  .insPage .productInsBox .innerBox .adaptBox > div {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 680px) {
  .insPage .productInsBox .innerBox .adaptBox > div:last-child {
    margin: 0;
  }
}
.insPage .productInsBox .innerBox .adaptBox .title {
  padding-left: 20px;
  margin-bottom: 20px;
  color: #001e2d;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(24 / 24);
  letter-spacing: calc(24 * 60 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  z-index: 1;
}
.insPage .productInsBox .innerBox .adaptBox .title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #3fb5c4;
  left: 0;
  top: 0;
}
.insPage .productInsBox .innerBox .adaptBox .content {
  color: #2b5077;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 5 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.insPage .productInsBox .innerBox .outerTitle {
  padding-left: 20px;
  margin: 70px 0 20px;
  color: #001e2d;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(24 / 24);
  letter-spacing: calc(24 * 60 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  z-index: 1;
}
.insPage .productInsBox .innerBox .outerTitle::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #3fb5c4;
  left: 0;
  top: 0;
}

.btnBox.outer {
  text-align: center;
  margin: 60px auto 0;
}
.btnBox.outer .btn {
  max-width: 440px;
}
.btnBox.outer .btn .wave::before {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}