
/*
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;}

}

*/
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 通用設定 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container-wrap {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    flex-wrap: nowrap;
}
.part {
  /*  padding-top: 4em;*/
  padding-bottom: 4em;
}
.part2, .part3 {
  font-family: 'Noto Sans TC';
}
@media screen and (max-width: 768px) {
  .part {
    font-size: calc(1vw + 1vh + .5vmin) !important;
  }
  .part-description .text h2 {
    font-size: 3em !important;
  }
}
.register_outside_wrap {
  margin-top: 12VH !important;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ part-description 概述 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.part-description .pic {
    margin-left: -90px;
    /* max-height: 400px; */
}
.part-description .text {
    /* padding-top: 4.5rem; */
    max-width: 415px;
    margin-left: 35px;
}
.part-description .text h3 {
  color: #4b78ba;
  font-size: 2.2em;
  line-height: 1;
  margin: 0;
  padding-left: 6px;
}
.part-description .text h2 {
  color: #4b78ba;
  font-size: 4em;
  line-height: 1.1;
  margin-bottom: .1em;
}
.part-description .text .hr {
  height: 3px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #c1e6fa 0%, #a8b9f7 100%);
}
.part-description .text p {
  font-size: 1.1em;
  padding-left: 6px;
  letter-spacing: 3px;
  margin: 25px 0;
}
.part-description .btn-group {
  margin-left: 10px;
}
.part-description a {
  border: 2px solid #2e66b5;
  color: #2e66b5;
  font-size: 18px;
  padding: 5px 36px;
  border-radius: 5px !important;
  font-weight: bold;
}
.part-description a.btn-primary {
  color: #fff;
  background-color: #2e66b5;
/*  margin-left: 20px !important;*/
}
.part-description a.btn-outline-primary:hover {
  color: #fff;
  background-color: #2e66b5;
  border-color: #2e66b5;
}
.part-description a.btn.btn-primary:hover {
  background: #275597;
  border-color: #275597;
}
section.part2 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    background: #f1f7fc;
}
.pdtitle {
    color: #2e66b5;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 30px 0 40px;
    text-align: center;
}
.pdtitle span.title-highlight {
    display: block;
    font-size: 40px;
    font-weight: bold;
    /* font-style: italic; */
    font-family: '微軟正黑體';
}
.block {
    width: 25%;
    height: 280px;
    vertical-align: top;
    max-width: 290px;
    display: inline-block;
    margin: 0;
    position: relative;
    border-radius: 10px;
}
.block-title {
    font-size: 24px;
    color: #2e68b4;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 20px 0 5px;
}
.block img {
  display: inline-block;
}
.block-sectitle {
  color: #167dd7;
  font-size: 36px;
  font-weight: bold;
  margin: 15px 0 5px;
  letter-spacing: 2px;
}
.block-content {
  color: #535353;
  font-size: 22px;
  font-weight: bold;
}
.block-content span {
  background: linear-gradient(180deg, rgb(191 221 255) 0%, rgb(181 216 255) 60%, rgb(255 249 98 / 50%) 60%, rgb(255 249 98 / 50%) 100%) !important;
}
.block p {
    color: #555;
    font-size: 18px;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 86%;
    letter-spacing: 1px;
}
section.part3-1 {
    background: #f1f7fc;
    padding-bottom: 75px;
}
.pdtitle p {
    font-size: 20px;
    color: #555;
}
section.part3-1 .report {
    background: #fff;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 15px 0px 60px;
}

.report img {
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
}
section.part3 {
    margin: 0 auto;
    background: #f1f7fc;
    padding-bottom: 70px;
}
section.part3 .report {
    background: #dce9f3;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px 0px 60px;
}

.swiper-button-next, .swiper-button-prev {
    color: #2e66b5 !important;
}
section.part3 .swiper-container.reportcs .swiper-pagination {
    border-radius: 20px;
    left: 0;
    right: 0;
    top: 0%;
}
section.part3 .swiper-container.reportcs {
  max-width: 1200px;
  width: 100%;
  height: 535px;
  background-color: unset;
  color: #fff;
  border-radius: 20px;
  /*    background-image: url(/images/product/proTags/swiper_bg.png);*/
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
}
section.part3 .swiper-slide {
    color: #fff;
    background: unset;
    text-align: center;
}

section.part3 .slide-title {
  font-size: 28px;
  margin: 20px auto 15px;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: bold;
}
section.part3 .swiper-container.reportcs .swiper-slide img {
    width: 100%;
    margin: 80px auto 0;
    max-width: 847px;
}
section.part3 .swiper-slide p {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Noto Sans TC';
  letter-spacing: 2px;
  margin: 20px 0;
}

.swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    color: #2e66b5;
/*    font-weight: bold;*/
    border: 2px solid #86b5f3;
    opacity: 1;
    background: #ffffff;
    padding: 7px 35px 10px;
    margin: 0 10px;
    border-radius: 5px;
}
  .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet img {
    width: 24px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
  }
/*
  .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet:first-child {
    padding-top: 10px;
    border-radius: 10px 0 0 10px;
}
  .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet:last-child {
    padding-bottom: 14px;
    border-radius: 0 10px 10px 0;
}
*/
.swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet-active {
    background: #4376bc;
    color: #fff;
}


/*
section.part3 .swiper-pagination-bullet span {
  position: relative;
}
section.part3 .swiper-pagination-bullet {
  background: #fff !important;
  width: 30px !important;
  border-radius: 10px !important;
}
*/



section.part4 {
    margin: 0 auto;
    background: #f1f7fc;
    padding-bottom: 70px;
}

section.part4 .swiper-wrapper{
    max-width: 1100px;
}
section.part4 .swiper-slide {
    background: #fff;
    transform: scale(1);
    width: 100%;
    max-width: 1100px;
}


.app-wrap {
    background: #ffffff;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px 0px 60px;
}
.app-wrap .title-highlight {
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: left;
}
.app-wrap .pdtitle p {
    font-size: 20px;
    color: #555;
    text-align: left;
}
.app-wrap .pdtitle img {
    margin: 45px 0 0;
}

.app-demo img {
    margin: 0 10px;
    max-width: 299px;
    max-height: 538px;
}
.app-wrap a {
    font-size: 20px;
    background: #2e66b5;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    font-weight: bold;
    max-width: 200px;
    margin: 20px auto 0;
    text-decoration: none;
}
.register_outside_wrap {
    filter: hue-rotate(35deg) !important;
}

/*

@media screen and (min-width: 1024px) { .swiper-container.reportcs .swiper-pagination { border-radius: 20px;     left: auto;    right: 10px;    top: 55%; background: linear-gradient(to right, #d6ecfd 0%, #c6e4fd 100%); box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.08); }
  .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet { width: auto; height: auto; text-align: center; line-height: 35px; font-size: 18px;     color: #4f87c0;    font-weight: bold; padding: 10px; opacity: 1; border-radius: 0; background:#cee8f1; padding: 10px 32px 14px; margin: 0; }
  .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet img { width: 24px; height: auto; display: inline-block; margin-right: 10px; position: relative; top: 4px; }
  .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet:first-child { padding-top: 20px; border-radius: 20px 20px 0 0; }
  .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet:last-child { padding-bottom: 20px; border-radius: 0 0 20px 20px; }
 .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet-active { background: #fff; }
 .swiper-container.reportcs .swiper-slide { opacity: 0 !important; }
 .swiper-container.reportcs .swiper-slide-active { opacity: 1 !important; } }
*/
@media screen and (max-width: 1200px) {
  section.part3 {
    height: auto;
  }
  section.part3 .swiper-container.reportcs {
    width: 90%;
    height: auto;
  }
  section.part3 .swiper-container.reportcs .swiper-slide img {
    width: 90%;
  }
  section.part3 .swiper-wrapper {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 1024px) {
    .container-wrap {
    flex-direction: column;
}
    .part-description {
    padding-top: 2em;
  }
  .part-description .pic {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .part-description .text {
    padding-top: 0;
    width: 90%;
    margin-top: 2em;
    max-width: 90% !important;
    position: relative;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
    
 .part {
    padding-bottom: 5em;
}
.part-description .text {
    max-width: 60% !important;
}
 section.part2 {
    padding-bottom: 30px;
    /* margin-top: -25px; */
}
  .swiper-container.reportcs {
    height: auto;
    padding-bottom: 20px;
  }
  .block {
    margin: 0 10px;
  }
    
    .app-demo img {
    margin: 0 auto;
}
    .app-wrap .pdtitle span.title-highlight {
    text-align: center;
}
    .app-wrap .pdtitle p {
    text-align: center;
}    
    
    
}
@media screen and (max-width: 768px) {
  .part {
    font-size: calc(1vw + 1vh + .5vmin) !important;
  }
.part-description .text {
    max-width: 90% !important;
}
  .pdtitle {
    font-size: 26px;
    padding-bottom: 25px;
  }
  section.part.intro {
    padding-top: 3.5em;
  }
  .intro-title {
    margin-bottom: 10px;
  }
  .intro-text {
    text-align: center;
    padding-bottom: 10px;
  }
  .intro-text p {
    font-size: 20px;
    width: 74%;
    display: inline-block;
    line-height: 1.3;
  }
  .intro-img {
    text-align: center;
  }
  .intro-img img {
    display: inline-block;
  }
  .block {
    width: 100%;
    max-width: unset;
    height: auto;
    margin: 30px auto 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
  .block-text {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 70%;
}
  .block p {
    max-width: 100%;
  }
  section.part3 .swiper-slide p br {
    display: none;
  }

.swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet {
    font-size: 13px;
    padding: 4px 13px;
}
   .app-wrap {
    width: 100%;
    max-width: 700px;
}
    section.part4 .swiper-wrapper {
      width: 100% !important;
    max-width:  700px;
}
   section.part4 .swiper-slide {
    width: 100% !important;
    max-width: 700px;
}
   section.part4 .swiper-slide img {
    width: 100% !important;
    max-width: 600px;
}
    section.part4 .swiper-slide .app-demo img {
    max-width: 300px;
    max-height: unset;
}
    
    
  .before.block {
    margin-bottom: 40px;
  }
  .register_outside_wrap {
    margin-top: 0VH !important;
  }
  
  .main-wrap {
    padding: 0 17px;
  }
}

@media screen and (max-width: 640px) {
.report img {
    max-width: 373px;
}
.pdtitle p {
    /* margin-bottom: 15px; */
    width: 76%;
    margin: 0 auto 30px;
} 
  section.part3 .report {
    width: 90%;
    padding: 30px 0 0;
}
  section.part3-1 .report {
    width: 90%;
    padding: 15px 0 0;
}
    
  .swiper-container.reportcs {
    width: 100%;
}  
    
    section.part4 {
    background: #ffffff;
}
    
}

@media screen and (max-width: 450px) {
  .container-wrap {
    padding: 0;
  }
  .block-title:before, .block-title.set:before, .block-title.auto:before {
    content: none;
  }
  .pdtitle {
    font-size: 22px;
    padding-bottom: 0;
  }
    .app-wrap .pdtitle {
    padding-bottom: 25px;
}
    .app-wrap .pdtitle p br {
    display: none;
}
  .part-description .text h2 {
    font-size: 48px !important;
    padding-left: 6px;
  }
  .part-description .text p {
    font-size: 18px;
  }
  .intro-title {
    font-size: 20px;
    padding-top: 10px;
  }
  .intro-title span {
    font-size: 26px;
  }
  .intro-text p {
    font-size: 18px;
    width: 100%;
  }
  .intro-text p span.number {
    font-size: 28px;
  }
  .block-title {
    font-size: 20px;
  }
  .block p {
    font-size: 17px;
  }
  .block img {
    max-width: 130px;
    height: auto;
  }
  .block-title {
    margin: 10px 0;
  }
  section.part3 .slide-title {
    font-size: 24px;
  }
  section.part3 .swiper-container.reportcs, section.part3 .swiper-container.reportcs .swiper-slide img {
    width: 100%;
  }
  section.part3 .swiper-container.reportcs {
    border-radius: unset;
    margin-bottom: 30px;
  }
  section.part3 .swiper-slide p {
    font-size: 18px;
    text-align: left;
    padding: 0 20px;
  }
  .main-wrap {
    padding: 0 10px;
  }
  .block-text {
    width: 52%;
    margin-left: 15px;
  }
}
