/*
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");

@media screen and (max-width:540px) { 
.space-br {
    display: block;
    /* width: 3px !important; */
    height: 0;
}
}

/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 通用設定 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container-wrap {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
/*
.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 {}
.part-description .pic {
    margin-left: -65px;
    /* max-height: 400px; */
    margin-bottom: 35px;
}
/*
.part-description .text {
    position: absolute;
    right: 6%;
    padding-top: 4.5rem;
    max-width: 415px;
}
*/
.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-top: 25px;
}

section.part.intro {
    background-image: url(/images/product/proTags/intro_bg.png);
	background-position: center top;
    font-family: 'Noto Sans TC';
    background-repeat: no-repeat;
    padding-bottom: 0;
}
.intro_wrap {
    max-width: 1200px;
    margin: 0 auto !important;
}
.intro-text {
    color: #fff;
    display: inline-block;
    padding-bottom: 50px;
}
.intro-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.intro-title span {
    font-size: 42px;
    color: #feff83;
}
.intro-text p {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
}
span.highlight {
    color: #feff83;
}
.intro-text p span.number {
    font-size: 40px;
    margin: 0 5px;
}



section.part2 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #f1f7fc;
}
.part-title {
    color: #2e66b5;
    font-size: 36px;
    letter-spacing: 1px;
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    font-weight: bold;
}
.part-title p {
    color: #353535;
    font-size: 20px;
    font-weight: normal;
}
.part-title p span {
    color: #2e66b5;
    font-weight: bold;
}
.icon_wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.flow-wrap {
    max-width: 1100px;
    margin: 50px auto;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 20px;
}

.block {
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    position: relative;
}
/*
.block:after {
    content: url("/images/product/tax/arrow.png");
    position: absolute;
    right: -80px;
    top: 50%;
}
*/
/*
.block:last-child::after {
    content: none;
}
*/
.block-title {
    font-size: 20px;
    color: #2e68b4;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 25px;
}

.block-title span {
    display: inline-block;
    background-color: #2e68b4;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
/*    font-style: italic;*/
    margin-right: 15px;
}

.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: 80%;
    letter-spacing: 1px;
}
.flow-img {
    margin-bottom: 30px;
}
.flow-feature {
    width: 100%;
    max-width: 700px;
}
.feature-block {
    max-width: 275px;
}
.feature-title {
    background-color: #2e66b5;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 30px;
    margin: 0 auto;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

section.part3 {
    margin: 0 auto;
    background: #f1f7fc;
    padding-bottom: 100px;
}
.part3 .part-title {
/*    font-size: 40px;*/
    padding-bottom: 30px;
}
section.part3 .swiper-container.reportcs {
    max-width: 1200px;
    width: 100%;
    height: 620px;
    color: #fff;
    border-radius: 0 0 20px 20px;
    background: #2e66b5;
    margin: 140px auto 0;
    background-repeat: no-repeat;
    background-position: center;
    overflow: unset;
}
section.part3 .swiper-slide {
    color: #fff;
    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: 0 auto;
    max-width: 1154px;
}
section.part3 .swiper-slide p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Noto Sans TC';
    letter-spacing: 2px;
    margin: 20px 0;
}
section.part3 .swiper-pagination {
    bottom: unset !important;
    top: -140px;
    z-index: 999;
    position: absolute;
}
section.part3 .swiper-pagination-bullet span {
    position: relative;
}

section.part3 .swiper-pagination-bullet {
    background: #fff !important;
    width: 33.33% !important;
    height: 140px;
    border-radius: 0 !important;
    color: #555555;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 20px;
    vertical-align: top;
	    border-right: 2px solid #eee;
}

section.part3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #2e66b5;
    font-weight: bold;
}
section.part3 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 25px 20px;
    border-color: transparent transparent #2e66b5 transparent;
    position: absolute;
    z-index: 99;
    bottom: 0;
}

section.part3 .swiper-pagination-bullet:first-child {
    border-radius: 20px 0 0 0 !important;
}

section.part3 .swiper-pagination-bullet:last-child {
    border-radius: 0 20px 0 0 !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) {
  .part {    padding-bottom: 0em;  }
  .part-description .text {    padding-top: 1rem;    right: 7%;  }

section.part2 {    padding-bottom: 30px;    margin-top: -25px;}

.swiper-container.reportcs {    height: auto;    padding-bottom: 20px;}

.block {    margin: 0 10px;}
	
section.part3 .swiper-container.reportcs .swiper-slide img {
    width: 95%;
}
section.part3 .swiper-container.reportcs {
    height: 100%;
    padding-top: 25px;
}	
	
}



@media screen and (max-width: 992px) {
.block-arrow {
    margin: 10px 0;
}
.block {
    margin: 0 10px;
    width: 100%;
    min-width: 300px;
    max-width: 500px;
}	
.flow-img img {
    width: 95%;
    margin: 0 auto;
}
}

@media screen and (max-width: 768px) {
  .part {
    font-size: calc(1vw + 1vh + .5vmin) !important;
  }
  .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;
  }

.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;
}
	
.block-text {
    display: inline-block;
    text-align: left;
    vertical-align: top;    margin-left: 30px;
    width: 40%;
}	
.block p {
    max-width: 100%;
}	
	section.part3 .swiper-slide p br {
    display: none;
}
/*
	.block-img {
    width: 100%;
}
	.block-word {
    width: 80%;
    text-align: center;
    margin: 0;
}

	.block p {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 50px;
}
.part3 .block img {
    width: 40%;
    display: inline-block;
    margin: 20px 0;
}
*/

	.before.block {
    margin-bottom: 40px;
}
	.register_outside_wrap {
    margin-top: 0VH !important;
}
	
/*
	.block {
    width: 100%;
    display: block;
    max-width: 500px;
    height: 155px;
    margin: 20px auto;
}
*/
	
	
/*
	.block img {
    float: left;
    margin-left: 16%;
    margin-top: 10px;
}
	.block p {
    float: right;
    position: absolute;
    text-align: left;
    margin-left: 15px;
    font-size: 16px;
    margin-top: 65px;
}
	.block-title {
    float: right;
    margin-right: 17%;
}
*/
	section.part3 .swiper-pagination-bullet {
    font-size: 15px;
}	
	.main-wrap {
    padding: 0 17px;
}
	
}





@media screen and (max-width: 540px) {
.container-wrap {
    padding: 0;
}

	.part-title {
    padding-bottom: 0;
}

.part-description .text h2 {
    font-size: 48px !important;
    padding-left: 6px;
}
.part-description .text p {
    font-size: 18px;
    letter-spacing: 0;
}
.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;
}	
	
.feature-block {
    margin-bottom: 20px;
}	
	
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;
}	

	section.part3 .swiper-pagination-bullet {
    font-size: 13px;
}
	
.main-wrap {
    padding: 0 10px;
}	
.block-text {
    width: 52%;
    margin-left: 15px;
}

	
}



