@charset "UTF-8";
@-webkit-keyframes exrotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes exrotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes exheight {
  0% {
    height: 95%;
  }
  25% {
    height: 90%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 90%;
  }
  100% {
    height: 95%;
  }
}
@keyframes exheight {
  0% {
    height: 95%;
  }
  25% {
    height: 90%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 90%;
  }
  100% {
    height: 95%;
  }
}
@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(84, 82, 81, 0.1);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    background-color: transparent;
  }
}
@keyframes btnAni {
  20% {
    background-color: rgba(84, 82, 81, 0.1);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    background-color: transparent;
  }
}
@-webkit-keyframes btnAni02 {
  20% {
    background-color: rgba(84, 82, 81, 0.1);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    background-color: transparent;
  }
}
@keyframes btnAni02 {
  20% {
    background-color: rgba(84, 82, 81, 0.1);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    background-color: transparent;
  }
}
.exclusiveArea {
  padding: 90px 0;
}
@media (max-width: 1180px) {
  .exclusiveArea {
    padding: 40px 0;
  }
}
.exclusiveArea.show .mainTitleBox, .exclusiveArea.show .picBox, .exclusiveArea.show .exclusiveBox {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.exclusiveArea .mainTitleBox {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  text-align: center;
}
@media (min-width: 1181px) {
  .exclusiveArea .mainTitleBox {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
.exclusiveArea .mainTitleBox .notice {
  font-size: 17px;
  font-weight: 400;
  color: #4a4a4a;
}
.exclusiveArea .picBox {
  position: relative;
  margin: 95px auto 0;
  width: 1048px;
  height: 464px;
}
@media (min-width: 1181px) {
  .exclusiveArea .picBox {
    -webkit-transition: all 0.6s 0.6s ease;
    transition: all 0.6s 0.6s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .exclusiveArea .picBox {
    display: none;
  }
}
.exclusiveArea .picBox .deckBox .deck {
  position: absolute;
}
.exclusiveArea .picBox .deckBox .pic01 {
  top: 33%;
  left: 0%;
}
.exclusiveArea .picBox .deckBox .pic02 {
  top: 4%;
  left: 12.8%;
}
.exclusiveArea .picBox .deckBox .pic03_1 {
  top: 12%;
  left: 18%;
}
.exclusiveArea .picBox .deckBox .pic03_2 {
  top: 35.7%;
  left: 24.8%;
}
.exclusiveArea .picBox .deckBox .pic03_3 {
  top: 21%;
  left: 24.7%;
}
.exclusiveArea .picBox .deckBox .pic03_4 {
  top: 18%;
  left: 45.5%;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-color: #c3c4c4;
}
.exclusiveArea .picBox .deckBox .pic03_4 .circle01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.exclusiveArea .picBox .deckBox .pic03_4 .circle01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-color: #c80c16;
}
.exclusiveArea .picBox .deckBox .pic03_4 .circle02 {
  position: absolute;
  top: 1px;
  left: 0px;
  -webkit-animation: exrotate 3s linear infinite;
          animation: exrotate 3s linear infinite;
}
.exclusiveArea .picBox .deckBox .pic03_4 .circle03 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: exrotate 4s 0.3s linear infinite;
          animation: exrotate 4s 0.3s linear infinite;
}
.exclusiveArea .picBox .deckBox .pic03_4 .circle04 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 93px;
  height: 93px;
  border-radius: 50%;
  background-color: #545251;
}
.exclusiveArea .picBox .deckBox .pic03_5 {
  top: 35.5%;
  left: 39.2%;
  width: 52px;
  height: 52px;
}
.exclusiveArea .picBox .deckBox .pic03_5 .circle01 {
  position: absolute;
  top: 0;
  left: 0;
}
.exclusiveArea .picBox .deckBox .pic03_5 .circle02 {
  position: absolute;
  top: 0;
  left: 0;
}
.exclusiveArea .picBox .deckBox .pic03_5 .circle03 {
  position: absolute;
  top: 0;
  left: 0;
}
.exclusiveArea .picBox .deckBox .pic03_6 {
  top: 44%;
  left: 19.6%;
}
.exclusiveArea .picBox .deckBox .pic04_1 {
  top: 0%;
  left: 69.6%;
}
.exclusiveArea .picBox .deckBox .pic04_2 {
  top: 0%;
  left: 69.6%;
  width: 319px;
  height: 300px;
}
.exclusiveArea .picBox .deckBox .pic04_2 span {
  display: inline-block;
  position: absolute;
  bottom: 24px;
  width: 50px;
}
.exclusiveArea .picBox .deckBox .pic04_2 span:nth-of-type(1) {
  left: 47px;
  height: 137px;
}
.exclusiveArea .picBox .deckBox .pic04_2 span:nth-of-type(1):before {
  -webkit-animation: exheight 12s linear infinite;
          animation: exheight 12s linear infinite;
}
.exclusiveArea .picBox .deckBox .pic04_2 span:nth-of-type(2) {
  left: 140px;
  height: 154px;
}
.exclusiveArea .picBox .deckBox .pic04_2 span:nth-of-type(2):before {
  -webkit-animation: exheight 8s 0.2s linear infinite;
          animation: exheight 8s 0.2s linear infinite;
}
.exclusiveArea .picBox .deckBox .pic04_2 span:nth-of-type(3) {
  left: 233px;
  height: 121px;
}
.exclusiveArea .picBox .deckBox .pic04_2 span:nth-of-type(3):before {
  -webkit-animation: exheight 10s 0.4s linear infinite;
          animation: exheight 10s 0.4s linear infinite;
}
.exclusiveArea .picBox .deckBox .pic04_2 span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c80c16;
}
.exclusiveArea .picBox .deckBox .pic04_3 {
  top: 18.2%;
  left: 77.6%;
}
.exclusiveArea .picBox .deckBox .pic04_4 {
  top: 50%;
  left: 87%;
}
.exclusiveArea .picBox .deckBox .pic05 {
  top: 44%;
  left: 60.7%;
}
.exclusiveArea .picBox img {
  display: block;
}
.exclusiveArea .picTitleList li {
  position: absolute;
}
.exclusiveArea .picTitleList li:nth-of-type(1) {
  top: 37%;
  left: -158px;
}
@media (max-width: 1400px) {
  .exclusiveArea .picTitleList li:nth-of-type(1) {
    left: -40px;
  }
}
.exclusiveArea .picTitleList li:nth-of-type(1) a:after {
  left: 200px;
}
@media (max-width: 1400px) {
  .exclusiveArea .picTitleList li:nth-of-type(1) a:after {
    left: 80px;
  }
}
.exclusiveArea .picTitleList li:nth-of-type(1) .dot {
  top: 65px;
  left: 200px;
}
@media (max-width: 1400px) {
  .exclusiveArea .picTitleList li:nth-of-type(1) .dot {
    left: 80px;
  }
}
.exclusiveArea .picTitleList li:nth-of-type(2) {
  top: 325px;
  left: 255px;
}
.exclusiveArea .picTitleList li:nth-of-type(2) a:after {
  left: 35px;
}
.exclusiveArea .picTitleList li:nth-of-type(2) .dot {
  top: 77px;
  left: 21px;
}
.exclusiveArea .picTitleList li:nth-of-type(3) {
  top: -21px;
  left: 183px;
}
.exclusiveArea .picTitleList li:nth-of-type(3) a:after {
  left: 35px;
}
.exclusiveArea .picTitleList li:nth-of-type(3) .dot {
  top: 77px;
  left: 15px;
}
.exclusiveArea .picTitleList li:nth-of-type(4) {
  top: 20px;
  left: 595px;
}
.exclusiveArea .picTitleList li:nth-of-type(4) a:after {
  left: 190px;
}
.exclusiveArea .picTitleList li:nth-of-type(4) .dot {
  top: 80px;
  left: 188px;
}
.exclusiveArea .picTitleList li:nth-of-type(5) {
  top: 165px;
  left: 924px;
}
@media (max-width: 1400px) {
  .exclusiveArea .picTitleList li:nth-of-type(5) {
    left: 820px;
  }
}
.exclusiveArea .picTitleList li:nth-of-type(5) a:after {
  left: 135px;
}
.exclusiveArea .picTitleList li:nth-of-type(5) .dot {
  top: 90px;
  left: 10px;
}
@media (max-width: 1400px) {
  .exclusiveArea .picTitleList li:nth-of-type(5) .dot {
    left: 110px;
  }
}
.exclusiveArea .picTitleList li a {
  cursor: auto;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.exclusiveArea .picTitleList li a.right:after {
  border-width: 18px 13px 18px 0;
  border-color: transparent #fff transparent transparent;
}
.exclusiveArea .picTitleList li a:after {
  content: "";
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 13px;
  border-color: transparent transparent transparent #fff;
}
.exclusiveArea .picTitleList li .dot {
  position: absolute;
  width: 27px;
  height: 27px;
}
.exclusiveArea .picTitleList li .dot:before, .exclusiveArea .picTitleList li .dot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(84, 82, 81, 0.1);
  border-radius: 50%;
}
.exclusiveArea .picTitleList li .dot:before {
  -webkit-animation: btnAni 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
          animation: btnAni 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.exclusiveArea .picTitleList li .dot:after {
  -webkit-animation: btnAni02 1.25s 0.25s infinite cubic-bezier(0.66, 0, 0, 1);
          animation: btnAni02 1.25s 0.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.exclusiveArea .picTitleList li .dot span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #545251;
}
.exclusiveArea .picTitleList li .dot span:before, .exclusiveArea .picTitleList li .dot span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5px;
  margin-left: -5px;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.exclusiveArea .picTitleList li .dot span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.exclusiveArea .picTitleList li .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #c80c16;
  background-color: #fff;
  z-index: 1;
}
.exclusiveArea .picTitleList li .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #e25a60;
}
.exclusiveArea .exclusiveBox {
  padding-top: 50px;
}
@media (min-width: 1181px) {
  .exclusiveArea .exclusiveBox {
    -webkit-transition: all 0.6s 1.2s ease;
    transition: all 0.6s 1.2s ease;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .exclusiveArea .exclusiveBox {
    padding-top: 30px;
  }
}
.exclusiveArea .exclusiveBox > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.exclusiveArea .exclusiveBox > ul > li {
  padding: 10px;
  width: 33.33%;
  display: flex;
}
.exclusiveArea .exclusiveBox > ul > li a.plusBox{
    width:100%;
}
@media (max-width: 1180px) {
  .exclusiveArea .exclusiveBox > ul > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .exclusiveArea .exclusiveBox > ul > li {
    width: 100%;
  }
}
.exclusiveArea .exclusiveBox a:hover .title, .exclusiveArea .exclusiveBox a.current .title {
  color: #c80c16;
}
.exclusiveArea .exclusiveBox .item {
  height: 100%;
  padding: 20px 35px 25px 40px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
}
@media (max-width: 420px) {
  .exclusiveArea .exclusiveBox .item {
    padding: 20px;
  }
}
.exclusiveArea .exclusiveBox .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exclusiveArea .exclusiveBox .top .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.exclusiveArea .exclusiveBox .icon {
  max-width: 100%;
  height: auto;
}
.exclusiveArea .exclusiveBox .top .title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #252525;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.exclusiveArea .exclusiveBox .top .subTitle {
  font-size: 15px;
  font-weight: 400;
  font-family: "Lato", "微軟正黑體", sans-serif;
  color: #bdbdbd;
  letter-spacing: 0.5px;
}
.exclusiveArea .exclusiveBox .text {
  margin-top: 15px;
  font-size: 15px;
  /* font-weight: 300; */
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #434343;
  line-height: 1.6;
}
.exclusiveArea .exclusiveBox .plusBox:hover .item {
  background-color: #1c1c1c;
}
.exclusiveArea .exclusiveBox .plusBox .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: 20px;
  background-color: #c80c16;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.exclusiveArea .exclusiveBox .plusBox .plus {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}
.exclusiveArea .exclusiveBox .plusBox .plus:before, .exclusiveArea .exclusiveBox .plusBox .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 36px;
  height: 6px;
  background-color: #fff;
}
.exclusiveArea .exclusiveBox .plusBox .plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.exclusiveArea .exclusiveBox .plusBox .text {
  text-align: center;
  color: #fff;
}

.caseArea {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1280px) {
  .caseArea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.caseArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .caseArea .topBox {
    -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;
    margin-bottom: 20px;
  }
}

.caseArea .mainTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.6;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .caseArea .mainTitleBox {
    -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;
    text-align: center;
    margin-bottom: 20px;
  }
}

.caseArea .mainTitleBox .title {
  margin-bottom: 10px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .caseArea .mainTitleBox .title {
    margin-right: 45px;
  }
}

.caseArea .mainTitleBox .note {
  font-size: 16px;
  letter-spacing: .02em;
  color: #373636;
}

@media (min-width: 1181px) {
  .caseArea .mainTitleBox {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .caseArea .caseCount,
  .caseArea .caseList {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .caseArea.show .mainTitleBox {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
  }

  .caseArea.show .caseCount,
  .caseArea.show .caseList {
    opacity: 1;
  }

  .caseArea.show .caseCount {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }

  .caseArea.show .caseList {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
  }
}

.caseCount {
  text-align: right;
}

@media (max-width: 767px) {
  .caseCount {
    text-align: center;
  }
}

.caseCount .title {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .02em;
  color: #292929;
}

.caseCount .count {
  font-weight: 500;
  font-family: "Archivo", "微軟正黑體", sans-serif;
  font-size: 90px;
  letter-spacing: .02em;
  color: #bb1b21;
}

.caseList {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  -ms-grid-rows: 1fr 12px 1fr 12px 1fr 12px 1fr;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template: repeat(4, 1fr)/repeat(4, 1fr);
}

@media (max-width: 767px) {
  .caseList {
    -ms-grid-rows: 1fr 12px 1fr;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  }
}

.caseList .last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.caseList .last .item {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .caseList .last {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 10;
    grid-row: span 10;
  }
}

.caseList .last .btn {
  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;
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
  background-color: #bb1b21;
  font-size: 14px;
  letter-spacing: .05em;
  color: #fff;
}

@media (min-width: 1181px) {
  .caseList .last .btn:hover {
    background-color: #1c1c1c;
  }
}

.caseList .last .btn::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff));
  background-image: -webkit-linear-gradient(#fff), -webkit-linear-gradient(#fff);
  background-image: -o-linear-gradient(#fff), -o-linear-gradient(#fff);
  background-image: linear-gradient(#fff), linear-gradient(#fff);
  background-size: 34px 6px, 6px 34px;
  background-position: left center, center top;
  background-repeat: no-repeat;
}

.caseList li:nth-child(1) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.caseList li:nth-child(1) .title {
  left: 30px;
  bottom: 30px;
}

.caseList li:nth-child(1) .link {
  right: 30px;
  bottom: 30px;
}

.caseList li:not(:nth-child(1)) .title {
  left: 20px;
  top: 20px;
}

.caseList li:not(:nth-child(1)) .link {
  right: 20px;
  bottom: 20px;
}

.caseList .item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.caseList .item:hover .Txt {
  opacity: 1;
}

.caseList .item:hover .logo,
.caseList .item:hover .twTitle,
.caseList .item:hover .enTitle,
.caseList .item:hover .link {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.caseList .item:hover .twTitle {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.caseList .item:hover .enTitle {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.caseList .item:hover .link {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.caseList .Img a {
  display: block;
  width: 100%;
}

.caseList .Img img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
    .caseList .item {
      height: 100%;
    }
    .caseList .Img a {
      height: 100%;
    }
    .caseList .Img {
      height: 100%;
    }
    .caseList .Img img {
      height: 100%;
      object-fit: cover;
    }
}

.caseList .Img img {
  display: block;
  width: 100%;
  height: auto;
}

.caseList .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: rgba(187, 27, 33, 0.8);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 768px) {
  .caseList .Txt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .caseList .Txt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }
}

@media (min-width: 768px) {

  .caseList .logo,
  .caseList .twTitle,
  .caseList .enTitle,
  .caseList .link {
    opacity: 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}

@media (max-width: 960px) {
  .caseList .logo {
    display: none;
  }
}

.caseList .logo img {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {

  .caseList .title,
  .caseList .link {
    pointer-events: auto;
  }
}

.caseList .title {
  letter-spacing: .025em;
}

@media (min-width: 768px) {
  .caseList .title {
    position: absolute;
  }
}

@media (max-width: 767px) {
  .caseList .title {
    width: calc(100% - 45px);
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .caseList .title {
    width: calc(100% - 32px);
  }
}

.caseList .twTitle {
  display: block;
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767px) {
  .caseList .twTitle {
    font-size: 15px;
    color: #000;
  }
}

@media (max-width: 480px) {
  .caseList .twTitle {
    font-size: 14px;
  }
}

.caseList .enTitle {
  display: block;
  font-weight: 400;
  font-size: 13px;
  font-family: "Archivo", "微軟正黑體", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding: 20px 0;
  margin: 8px 0;
}

@media (max-width: 767px) {
  .caseList .enTitle {
    color: rgba(0, 0, 0, 0.5);
  }
}

.caseList .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

@media (min-width: 768px) {
  .caseList .link {
    position: absolute;
  }
}

@media (max-width: 767px) {
  .caseList .link {
    border-color: #666;
    color: #666;
  }
}

@media (max-width: 480px) {
  .caseList .link {
    width: 32px;
    height: 32px;
  }
}

.caseList .link::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background-color: #fff;
}

@media (max-width: 1180px) {
  .caseList .link::after {
    display: none;
  }
}

.caseList .link:hover::after {
  -webkit-animation: linkHover 1.5s .2s both infinite;
  animation: linkHover 1.5s .2s both infinite;
}

.caseList .link .icon-link2 {
  width: 16px;
  height: 16px;
}

@media (max-width: 480px) {
  .caseList .link .icon-link2 {
    width: 12px;
    height: 12px;
  }
}

@-webkit-keyframes linkHover {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }

  38%,
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

@keyframes linkHover {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }

  38%,
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

.inquiryArea {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #bb1b21;
}

@media (max-width: 540px) {
  .inquiryArea {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.inquiryArea .wrapMax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 540px) {
  .inquiryArea .wrapMax {
    -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;
  }
}

@media (min-width: 541px) {
  .inquiryArea .btn04 {
    margin-right: 12px;
  }
}

@media (max-width: 540px) {
  .inquiryArea .btn04 {
    margin-bottom: 12px;
  }
}

@media (max-width: 540px) {

  .inquiryArea .btn04 a,
  .inquiryArea .btn06 a {
    width: 230px;
  }
}

.aboutArea {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../images/aboutBg.jpg");
}

@media (max-width: 1180px) {
  .aboutArea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.aboutArea .wrapMax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media (max-width: 1180px) {
  .aboutArea .wrapMax {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.aboutArea .leftBox {
  width: 360px;
}

@media (max-width: 1180px) {
  .aboutArea .leftBox {
    width: 100%;
    text-align: center;
  }
}

.aboutArea .rightBox {
  width: calc(100% - 360px);
  padding-left: 50px;
}

@media (max-width: 1180px) {
  .aboutArea .rightBox {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.aboutArea .mainTitleBox {
  margin-bottom: 40px;
}

.aboutArea .mainTitleBox .title {
  font-size: 28px;
}

.aboutArea .mainTitleBox .subTitle {
  margin-bottom: 25px;
  font-size: 16px;
}

.aboutArea .mainTitleBox .note {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: .05em;
  text-align: justify;
}

@media (max-width: 1180px) {
  .aboutArea .mainTitleBox .note {
    text-align: center;
  }
}

.aboutArea .logoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

@media (max-width: 414px) {
  .aboutArea .logoList {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.aboutArea .logoList li {
  width: 20%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .aboutArea .logoList li {
    width: 33.333%;
  }
}

@media (max-width: 414px) {
  .aboutArea .logoList li {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}

.aboutArea .logoList .Img {
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.aboutArea .logoList .Img:hover {
  opacity: 0.75;
}

.aboutArea .logoList .Img img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1181px) {

  .aboutArea .leftBox,
  .aboutArea .rightBox {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .aboutArea .leftBox {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .aboutArea .rightBox {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  .aboutArea.show .leftBox,
  .aboutArea.show .rightBox {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.designArea {
  background-color: #242424;
  background-image: url("../images/designBgDark.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  color: #fff;
}

.designArea .wrapMax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.designArea .mainTitleBox .title {
  font-size: 20px;
}

.designArea .mainTitleBox .subTitle {
  font-size: 30px;
}

.designArea .leftBox,
.designArea .rightBox {
  width: 50%;
}

@media (max-width: 1180px) {

  .designArea .leftBox,
  .designArea .rightBox {
    width: 100%;
  }
}

.designArea .leftBox {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1180px) {
  .designArea .leftBox {
    display: none;
  }
}

.designArea .itemTextBox {
  position: absolute;
  left: 100px;
  top: 100px;
  z-index: 10;
}

.designArea .itemTextBox.item1 {
  left: 310px;
  top: 160px;
}

.designArea .itemTextBox.item2 {
  left: 175px;
  top: 280px;
}

.designArea .itemTextBox.item3 {
  left: 340px;
  top: 380px;
}

.designArea .itemTextBox.item4 {
  left: 250px;
  top: 515px;
}

.designArea .itemTextBox .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  background-color: #bb1b21;
  background-image: -webkit-gradient(linear, left top, right top, to(#fff)), -webkit-gradient(linear, left top, left bottom, to(#fff));
  background-image: -webkit-linear-gradient(left, #fff 100%), -webkit-linear-gradient(top, #fff 100%);
  background-image: -o-linear-gradient(left, #fff 100%), -o-linear-gradient(top, #fff 100%);
  background-image: linear-gradient(to right, #fff 100%), linear-gradient(to bottom, #fff 100%);
  background-repeat: no-repeat;
  background-size: 11px 1px, 1px 11px;
  background-position: 50%;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
}

.designArea .itemTextBox .icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: rgba(187, 27, 33, 0.1);
}

.designArea .itemTextBox .text {
  position: absolute;
  left: -20px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: .02em;
  color: #bb1b21;
  background-color: #fff;
  border: 1px solid #ececec;
  border-top-color: #e25a60;
  border-top-width: 2px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.designArea .itemTextBox .text::after {
  content: '';
  position: absolute;
  left: 35px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

.designArea .itemTextBox:hover .text,
.designArea .itemTextBox.current .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.designArea .Img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.designArea .Img img {
  display: block;
  width: 100%;
  height: auto;
}

.designArea .Img.top {
  width: 515px;
  z-index: 3;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
}

.designArea .Img.middle {
  width: 530px;
  z-index: 2;
}

.designArea .Img.bottom {
  width: 500px;
  z-index: 1;
  -webkit-transform: translateY(-27%);
  -ms-transform: translateY(-27%);
  transform: translateY(-27%);
}

.designArea .rightBox {
  padding-top: 100px;
  padding-bottom: 140px;
  padding-left: 130px;
  padding-right: 100px;
}

@media (max-width: 1180px) {
  .designArea .rightBox {
    max-width: 500px;
    padding: 40px 0px;
    margin-left: auto;
    margin-right: auto;
  }
}

.designArea .mainTitleBox {
  padding-bottom: 30px;
}

.designArea .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  max-width: 450px;
}

.designArea .list li {
  position: relative;
  /* width: 50%; */
  padding-left: 25px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .02em;
}

.designArea .list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  background-image: url("../images/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 440px) {
  .designArea .list li {
    width: 100%;
  }
}

.designArea .list a {
  color: #fff;
}

.designArea .list a:hover {
  text-decoration: underline;
}

.designArea.show .Img.top {
  -webkit-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);
}

.designArea.show .Img.bottom {
  -webkit-transform: translateY(-7%);
  -ms-transform: translateY(-7%);
  transform: translateY(-7%);
}

.designArea.show .itemTextBox .icon {
  -webkit-animation: bounceIn 1s both;
  animation: bounceIn 1s both;
}

.designArea.show .item1 .icon {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.designArea.show .item2 .icon {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.designArea.show .item3 .icon {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.designArea.show .item4 .icon {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

@media (min-width: 1181px) {

  .designArea .mainTitleBox,
  .designArea .list,
  .designArea .btn06 {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .designArea.show .mainTitleBox,
  .designArea.show .list,
  .designArea.show .btn06 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .designArea.show .mainTitleBox {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }

  .designArea.show .list {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
  }

  .designArea.show .btn06 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
  }
}

.newsArea {
  padding-top: 75px;
  padding-bottom: 50px;
}

@media (max-width: 1180px) {
  .newsArea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.newsArea .wrapMax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1180px) {
  .newsArea .wrapMax {
    -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;
  }
}

.newsArea .mainTitleBox .subTitle {
  font-size: 18px;
}

.newsArea .leftBox {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 300px;
}

@media (max-width: 1180px) {
  .newsArea .leftBox {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
}

.newsArea .rightBox {
  width: calc(100% - 300px);
  padding-left: 20px;
}

@media (max-width: 1180px) {
  .newsArea .rightBox {
    width: 100%;
    padding-left: 0;
  }
}

.newsArea .mainTitleBox {
  margin-bottom: 40px;
}

@media (max-width: 1180px) {
  .newsArea .mainTitleBox {
    margin-bottom: 30px;
  }
}

@media (min-width: 1181px) {
  .newsArea .wrapMax {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .newsArea.show .wrapMax {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .newsArea .arrowBox {
    display: none;
  }
}

.newsList {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.newsList li {
  width: 33.333%;
  margin-bottom: 20px;
}


@media (max-width: 767px) {
  .newsList li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .newsList li {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
  }
}

@media (min-width: 481px) {
  .newsList li {
    border-left: 1px solid #e7e7e7;
  }
}

@media (min-width: 481px) {
  .newsList .item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

.newsList .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .newsList .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.newsList .date {
  width: 55px;
  font-size: 12px;
  letter-spacing: .02em;
  color: #b0b0b0;
  font-family: "Lato", "微軟正黑體", sans-serif;
  color: #707070;
  text-align: center;
}

@media (max-width: 960px) {
  .newsList .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.newsList .date .day {
  font-size: 40px;
  letter-spacing: .05em;
  font-weight: 300;
}

@media (max-width: 960px) {
  .newsList .date .day {
    font-size: 12px;
  }
}

.newsList .title {
  width: calc(100% - 55px);
  padding-top: 5px;
  padding-left: 30px;
}

@media (max-width: 960px) {
  .newsList .title {
    width: 100%;
    padding-left: 0;
  }
}

.newsList .title a {
  display: block;
  width: 100%;
  height: 48px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .02em;
}

.newsList p {
  max-height: 46px;
  line-height: 1.7;
  font-size: 14px;
  letter-spacing: .02em;
  color: #636363;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*首頁ai區塊 250521*/
.aiIntroArea .dotTextList .text::after, .aiIntroArea .dotTextList .text::before, .aiIntroArea .leftBox .btnBox a::before{
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.aiIntroArea {
    width: 100%;
    height: 610px;
    font-family: "微軟正黑體", Helvetica, Arial, Heiti TC, "メイリオ", sans-serif;
    position: relative;
}
@media (max-width: 840px) {
    .aiIntroArea {
        height: 835px;
    }
}
.aiIntroArea .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.aiIntroArea .bg picture {
    width: 100%;
    height: 100%;
}
.aiIntroArea .bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.aiIntroArea .wrap {
    width: 100%;
    max-width: 1320px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    margin: 0 auto;
}
@media (max-width: 840px) {
    .aiIntroArea .wrap {
        padding-top: 25%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}
.aiIntroArea .aiIntroBox {
    width: 100%;
    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;
}
@media (max-width: 1180px) {
    .aiIntroArea .aiIntroBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.aiIntroArea .leftBox {
    width: 50%;
    text-align: left;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1180px) {
    .aiIntroArea .leftBox {
        width: 100%;
    }
}
.aiIntroArea .leftBox .titleBox {
    text-align: left;
    margin-bottom: 32px;
}
@media (max-width: 1180px) {
    .aiIntroArea .leftBox .titleBox {
        margin-bottom: 20px;
    }
}
.aiIntroArea .leftBox .titleBox .title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.85px;
    line-height: 1.35;
}
.aiIntroArea .leftBox .titleBox .title:first-letter {
    color: #fff;
}
@media (max-width: 1180px) {
    .aiIntroArea .leftBox .titleBox .title {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .aiIntroArea .leftBox .titleBox .title {
        font-size: 30px;
    }
}
.aiIntroArea .leftBox .titleBox .subtitle {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.25;
    padding-top: 7px;
}
@media (max-width: 1180px) {
    .aiIntroArea .leftBox .titleBox .subtitle {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .aiIntroArea .leftBox .titleBox .subtitle {
        font-size: 20px;
    }
}
.aiIntroArea .leftBox .text {
    width: 100%;
    max-width: 420px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.46;
    padding-bottom: 35px;
}
@media (max-width: 1180px) {
    .aiIntroArea .leftBox .text {
        max-width: none;
        padding-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .aiIntroArea .leftBox .text {
        padding-bottom: 15px;
    }
}
.aiIntroArea .leftBox .btnBox {
    width: 100%;
    max-width: 200px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 12px;
}
.aiIntroArea .leftBox .btnBox a {
    display: inline-block;
    width: 100%;
    background-color: #bb1b21;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    padding: 10px 30px;
    position: relative;
    text-align: center;
}
.aiIntroArea .leftBox .btnBox a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 1181px) {
    .aiIntroArea .leftBox .btnBox a:hover {
        background-color: #fff;
        color: #bb1b21;
    }
    .aiIntroArea .leftBox .btnBox a:hover::before {
        border-top: 2px solid #bb1b21;
        border-right: 2px solid #bb1b21;
    }
}
.aiIntroArea .rightAiBox {
    width: 50%;
    height: 100%;
    height: 350px;
    position: relative;
    pointer-events: none;
}
@media (max-width: 1180px) {
    .aiIntroArea .rightAiBox {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (max-width: 840px) {
    .aiIntroArea .rightAiBox {
        display: none;
    }
}
.aiIntroArea .iconList {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1180px) {
    .aiIntroArea .iconList {
        display: none;
    }
}
.aiIntroArea .iconList .iconItem {
    width: 60px;
    position: absolute;
}
.aiIntroArea .iconList .iconItem:nth-child(1) {
    top: 19%;
    left: 27%;
}
.aiIntroArea .iconList .iconItem:nth-child(2) {
    top: 6%;
    left: 40%;
}
.aiIntroArea .iconList .iconItem:nth-child(3) {
    top: 27%;
    left: 50%;
}
.aiIntroArea .iconList .iconItem:nth-child(4) {
    top: 41%;
    right: 4%;
}
.aiIntroArea .iconList .iconItem:nth-child(5) {
    bottom: 16%;
    right: -2%;
}
.aiIntroArea .iconList .iconItem:nth-child(6) {
    bottom: -4%;
    right: 7%;
}
.aiIntroArea .iconList .item {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(53, 201, 227, 0.55);
            box-shadow: 0px 0px 20px 0px rgba(53, 201, 227, 0.55);
}
.aiIntroArea .iconList .item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.aiIntroArea .dotTextList {
    width: 100%;
    height: 100%;
    position: relative;
}
.aiIntroArea .dotTextList .dotTextItem {
    position: absolute;
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(1) {
    bottom: 38%;
    left: 26%;
}
@media (max-width: 1180px) {
    .aiIntroArea .dotTextList .dotTextItem:nth-child(1) {
        bottom: auto;
        left: 10%;
        top: 4%;
    }
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(1) .dot {
    top: 30px;
    left: calc(100% + 80px);
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(1) .line {
    width: 80px;
    height: 13px;
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(2) {
    bottom: 15%;
    left: 22%;
}
@media (max-width: 1180px) {
    .aiIntroArea .dotTextList .dotTextItem:nth-child(2) {
        bottom: 5%;
        left: 12%;
    }
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(2) .dot {
    bottom: 40px;
    left: calc(100% + 64px);
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(2) .line {
    width: 68px;
    height: 20px;
    top: auto;
    bottom: calc(50% - 1px);
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(2) .line::before {
    width: 52px;
    top: auto;
    bottom: 0;
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(2) .line::after {
    width: 26px;
    left: 52px;
    top: auto;
    bottom: 0;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-56deg);
            transform: rotate(-56deg);
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(3) {
    top: 12%;
    right: 12%;
}
@media (max-width: 1180px) {
    .aiIntroArea .dotTextList .dotTextItem:nth-child(3) {
        top: 14%;
    }
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(3) .dot {
    top: 36px;
    left: calc(100% + 37px);
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(3) .line {
    width: 42px;
    height: 17px;
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(3) .line::before {
    width: 25px;
}
.aiIntroArea .dotTextList .dotTextItem:nth-child(3) .line::after {
    width: 18px;
    left: 25px;
}
.aiIntroArea .dotTextList .item {
    width: 100%;
    height: 100%;
}
.aiIntroArea .dotTextList .textBox {
    background-color: #2d3d4c;
    border-radius: 22px;
    padding: 10px 20px;
    position: relative;
}
.aiIntroArea .dotTextList .textBox::before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 22px;
    background-color: #2d3d4c;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -2;
    -webkit-animation: aiTextLight 1s 0s ease-in-out infinite;
            animation: aiTextLight 1s 0s ease-in-out infinite;
}
.aiIntroArea .dotTextList .textBox::after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 22px;
    background-color: #2d3d4c;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-animation: aiTextLight 1s 0.5s ease-in-out infinite;
            animation: aiTextLight 1s 0.5s ease-in-out infinite;
}
@-webkit-keyframes aiTextLight {
    0% {
        width: calc(100% + 0px);
        height: calc(100% + 0px);
        opacity: 0.75;
        border-radius: 22px;
    }
    100% {
        border-radius: 32px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        opacity: 0;
    }
}
@keyframes aiTextLight {
    0% {
        width: calc(100% + 0px);
        height: calc(100% + 0px);
        opacity: 0.75;
        border-radius: 22px;
    }
    100% {
        border-radius: 32px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        opacity: 0;
    }
}
.aiIntroArea .dotTextList .text {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    padding-right: 20px;
    position: relative;
}
.aiIntroArea .dotTextList .text::before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: -1px;
    top: calc(50% - 5px);
}
.aiIntroArea .dotTextList .text::after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: -5px;
    top: calc(50% - 1px);
}
.aiIntroArea .dotTextList .dot {
    width: 10px;
    height: 10px;
    background-color: #bc1f25;
    border-radius: 50%;
    position: absolute;
}
.aiIntroArea .dotTextList .dot::before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #bc1f25;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-animation: aiTextLight 1s 0.5s ease-in-out infinite;
            animation: aiTextLight 1s 0.5s ease-in-out infinite;
}
.aiIntroArea .dotTextList .dot::after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.aiIntroArea .dotTextList .line {
    position: absolute;
    left: 100%;
    top: calc(50% - 1px);
}
.aiIntroArea .dotTextList .line::before {
    content: "";
    width: 70px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.aiIntroArea .dotTextList .line::after {
    content: "";
    width: 18px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 70px;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}