@media (max-width: 767px) {
  .mainBox.ins {
    padding-bottom: 40px;
  }
}

@media (max-width: 1023px) {
  .serviceListBox {
    padding-top: 20px;
  }
}

.serviceTopBox {
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .serviceTopBox {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .serviceTopBox {
    padding-top: 140px;
  }
}
.serviceTopBox .fullWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1366px) {
  .serviceTopBox .fullWrap {
    -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;
  }
}
.serviceTopBox .titleBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.serviceTopBox .note {
  position: relative;
  margin-top: 180px;
  padding-left: 100px;
}
@media (max-width: 1366px) {
  .serviceTopBox .note {
    padding-left: 0;
    margin-top: 0;
    text-align: center;
  }
}
.serviceTopBox .note::after {
  content: "";
  position: absolute;
  left: 10px;
  top: -15px;
  width: 85px;
  height: 1px;
  background-color: #303030;
  -webkit-transform: rotate(-65deg);
      -ms-transform: rotate(-65deg);
          transform: rotate(-65deg);
}
@media (max-width: 1366px) {
  .serviceTopBox .note::after {
    display: none;
  }
}

.serviceListBox:not(:last-child) {
  margin-bottom: 240px;
}
@media (max-width: 1023px) {
  .serviceListBox:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .serviceListBox:not(:last-child) {
    margin-bottom: 60px;
  }
}
.serviceListBox .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-weight: 700;
  overflow: hidden;
}
@media (max-width: 480px) {
  .serviceListBox .title {
    margin-bottom: 15px;
  }
}
.serviceListBox .title span {
  display: inline-block;
  font-style: italic;
  margin-left: 8px;
  margin-right: 8px;
}
.serviceListBox .videoBox {
  padding-top: 50px;
}
@media (max-width: 480px) {
  .serviceListBox .videoBox {
    padding-top: 20px;
  }
}
.serviceListBox .videoBox .pic {
  position: relative;
  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;
  margin-bottom: 20px;
}
.serviceListBox .videoBox .pic::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  background-image: url("../images/btnPlay.png");
  background-size: contain;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .serviceListBox .videoBox .pic::before {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
.serviceListBox .videoBox .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
.serviceListBox .videoBox .pic:hover::before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media (min-width: 768px) {
  .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.serviceList {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .serviceList {
    margin-bottom: 20px;
  }
}
.serviceList *:hover {
  cursor: none;
}
.serviceList .box {
  width: 20%;
}
@media (max-width: 767px) {
  .serviceList .box {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.serviceList .pic {
  overflow: hidden;
}
.serviceList .pic:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.serviceList .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}