/*
background: url("../images/header_bg.jpg") no-repeat top center;
font-size: calc(1vw + 1vh + .5vmin) !important;
:before{ content:"\f146";font-family: 'FontAwesome'; }

.container-wrap { max-width:1300px;width:100%;margin-left: auto;margin-right: auto;position: relative;}
.part{
    padding-top: 5vh;padding-bottom: 5vh;
}

@media screen and (max-width:767px) {  
    
 .part{ font-size: calc(1vw + 1vh + .5vmin) !important;}

}

*/
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 通用設定 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.part {
  padding-top: 4em;
  padding-bottom: 4em;
}
.part-title {
  text-align: center;
  font-size: 40px;
  color: #0084ff;
  font-weight: bold;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .part {
    font-size: calc(1vw + 1vh + .5vmin) !important;
  }
}
.register_outside_wrap {
  margin-top: 12VH !important;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ part-description 概述 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.part-description {}
.part-description .pic {}
.part-description .text {
  padding-top: 55px;
  max-width: 397px;
}
.part-description .text h3 {
  color: #0084ff;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 5px;
}
.part-description .text h2 {
  color: #0084ff;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: .1em;
}
.part-description .text .hr {
  height: 3px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #0084ff 0%, #28b7d1 100%);
}
.part-description .text p {
  font-size: 1.1em;
  padding-left: 6px;
  letter-spacing: 3px;
  margin-top: 25px;
}
.part-description a {
  font-size: 18px;
  padding: 7px 38px;
  border-radius: 5px !important;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 5px;
  letter-spacing: 4px;
}
@media screen and (max-width: 1140px) {
  .container-wrap {
    justify-content: center;
  }
  .part-description .text {
    margin-bottom: 3em;
  }
  section.part.part-description {
    padding-top: 0;
  }
  .part-description .text {
    order: -1;
  }
}
@media screen and (max-width: 1111px) {
  .container-wrap {
    justify-content: center;
  }
  .part-description .text {
    margin-bottom: 3em;
  }
  section.part.part-description {
    padding-top: 0;
  }
  .part-description .text {
    order: -1;
  }
}
@media screen and (max-width: 768px) {
  .part {
    font-size: calc(1vw + 1vh + .5vmin) !important;
  }
  .part-description {
    padding-top: 6em;
  }
  .part-description .pic {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .part-description .text {
    padding-top: 35px;
    width: 90%;
    max-width: 90% !important;
    position: relative;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .part-title {
    font-size: 30px;
  }
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ part-feature 特色介紹  ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.part.part-feature {
  background: #f1f7fc;
}
.part-feature .container-wrap {
  position: relative;
  padding: 0;
}
.feature-block {
  max-width: 355px;
  background: #fff;
  text-align: center;
  margin: 15px;
  padding: 25px 10px;
}
.feature-icon {
  margin: 0 auto 10px;
}
.feature-title {
  color: #4592ff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ part-report 報表 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.part-report .swiper-container.reportcs {
  max-width: 1125px;
  width: 100%;
  height: 450px;
  background-color: unset;
  color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  border: 5px solid #e5f2ff;
}
.part-report .swiper-slide {
  color: #fff;
  text-align: center;
}
.part-report .slide-title {
  font-size: 28px;
  margin: 20px auto 15px;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: bold;
}
.part-report .swiper-container.reportcs .swiper-slide img {
  width: 100%;
  margin: 0 auto;
  max-width: 1112px;
}
.part-report .swiper-slide p {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Noto Sans TC';
  letter-spacing: 2px;
  margin: 20px 0;
}
.part-report .swiper-slide-active, .swiper-slide-duplicate-active {
  background: #ffffff !important;
}
.navi-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 170px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  font-size: 15px !important;
  border: 1px solid;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  padding: 7px 11px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  font-size: 15px !important;
  border: 1px solid;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  padding: 7px 10px;
}
@media screen and (max-width: 768px) {
  .part-report .swiper-container.reportcs {
    height: auto;
    width: 95%;
  }
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ part-industry 產業 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
section.part.part-industry {
  background: #f1f7fc;
}
.part-industry .container-wrap {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
}
.industry-block {
  background: #fff;
  padding: 15px 15px;
  border-radius: 10px;
  margin: 10px;
}
.industry-title {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  color: #5e5e5e;
  FONT-WEIGHT: 600;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1110px) {
  .part-industry .container-wrap {
    max-width: 870px;
  }
}
@media screen and (max-width: 540px) {
  .container-wrap {
    padding: 0 !important;
  }
  .industry-block {
    width: 45% !important;
    margin: 10px 5px;
  }
  .industry-icon img {
    width: 100%;
  }
}
.register_outside_wrap {
  filter: hue-rotate(35deg) !important;
}
@media screen and (max-width: 1156px) {
  .register_outside_wrap .register {
    margin-bottom: 35px !important;
  }
  .register_outside_wrap {
    height: auto !important;
  }
}