@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
@import url("/css/bootstrap4-Mfix.css");
@import url("/css/hover.css");
@import url("/css/common/form.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

html, body { width:100%; height: auto;overflow-X:hidden; }
body { font-size:100%;}
*{transition:all .3s; -webkit-transition:all .3s;}

/*:before{ content:"\f146";font-family: 'FontAwesome'; }*/

.btnTop{ background: #CCC \9;background:rgba(0,0,0,.2); border-radius:50%; width:50px; height:50px; position: fixed;right:15px; bottom:15px;cursor:pointer; z-index:99; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif;	text-transform:uppercase; font-size:13px ; letter-spacing:1px; display: none  ; z-index:999;}
.btnTop:before {    content: "\f106";    font-family: 'FontAwesome';    font-size: 20px;    color: #FFF;    display: block;    width: 100%;    height: 25px;    padding-top: 0;}
.btnTop:hover{background:rgba(0,0,0,.4);}

.img-response{ max-width:100%; height:auto;}

/*------------item-inline-block------------*/
.item-inline-block{ letter-spacing:-5px;}
.item-inline-block > *{display: inline-block !important; letter-spacing:1px;vertical-align: top;}

/*------------item-table-cell------------*/
.item-table-cell{ display:table;}
.item-table-cell > *{display: table-cell !important; vertical-align: top;}


/*------------item-flex------------*/
.item-flex{ display:flex !important;display:-webkit-flex !important;flex-flow: row wrap}
.item-flex > *{flex:1;-webkit-flex:1 }


.empty {    display: inline-block;}


@media screen and (max-width: 640px) {
	
.vertical-xs{ display:block !important;	}
.vertical-xs  > *{  display:block !important; width:100% !important ;float:none !important; }
.empty {    display: block;    height: 1px;}
	
}



.show{ display:block !important;}
.hide{ display:none !important;}
.space-br {    display: inline-block;}

@media screen and (max-width: 640px) {	

.hide-xs{ display:none !important; }
.show-xs{ display:block !important;}
.space-br {    display: block;    line-height: 0;}
	
}





.wrap{width:100%;height:auto;position:relative; font-family:'Noto Sans TC',"微軟正黑體",Microsoft Yahei;line-height:1.6; background:#fff;}
		



/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.header {
    width: 100%;
    min-height: 640px;
    position: relative;
    height: auto;
    overflow: hidden;
    background: url("../images/header.png");
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
}
 .header span img{ width:100%; height:auto;}

.header .center {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: 103px auto 0;
    z-index: 1;
}
.header-text a img {
    margin-top: -60px;
    margin-left: 120px;
}

/*
 .header .logo{ position:absolute; left:8px; top:2px; z-index:6; }
 .header .logo img{width:100%; height:auto;}
*/


/*白色LOGO+底色*/
.header .logo {
    background-color: #3e4864;
    position: absolute;
    top: 0;
    width: 100%;
}
.logo a {
    display: inline-block;
}
.logo img {
    width: 250px;
    height: auto;
    padding: 10px;
}



/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/



.container-wrap { width:100%; margin:0 auto;}



.block {
    border: 3px solid #dbdde2;
    border-radius: 10px;
    max-width: 340px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 100px 30px;
}
.block.bo {
    border: 3px solid #fdeddc;
}
.block-title {
    display: flex;
    align-items: baseline;
    color: #3e4864;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
    border-bottom: 5px dotted #9ea3b1;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.block.bo .block-title {
    border-bottom: 5px dotted #f8cb9b;
}
.block-title p {
    color: #3e4864;
}
.block.bo .block-title p {
    color: #f29837;
}

.block-title img {
    margin-right: 10px;
}

.block-text {
    margin: 10px 0;
    color: #808080;
    font-size: 18px;
}




.part2 {
    padding: 50px 0 120px;
    background: #f5f7ff;
}
.part2 .content-title {
    color: #3e4864;
}
.swiper {
    justify-content: center;
    margin: 0 auto;
    max-width: 990px;
}
.swiper-wrapper {
    width: 588px !important;
    margin: 0 auto;
    text-align: center;
}
.swiper-pagination {
    flex-direction: column;
    display: flex;
    position: relative !important;
}
  .swiper-slide {
      width: 588px;
    text-align: center;
    font-size: 18px;

}



.swiper-pagination-bullet {
    color: #bbbbbb;
    font-weight: bold;
    opacity: unset !important;
	border-radius: unset !important;
    position: relative;
    width: 295px !important;
    height: 50px !important;
    background: none !important;
    text-align: left;
    font-size: 24px;
    padding-top: 18px !important;
    margin: 35px 0 0 !important;
    margin-left: 30px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    width: 300px !important;

}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #ffa94c;
/*    margin-left: 0 !important;*/
/*    border-left: solid 10px;*/
    border-radius: unset;
/*    padding-left: 20px;*/
}
.swiper-pagination-bullet-active:after {
    content: 'point';
    position: absolute;
    font-size: 18px;
    color: #ffa94c;
    left: 0;
    top: -8px;
}
.swiper-pagination-bullet-active:before {
    content: '';
    display: inline-block;
    width: 10px;
    left: -20px;
    top: 2px;
    background: #ffa94c;
    height: 48px;
    position: absolute;
}


.part.part3 {
    padding: 100px 0;
}
.part3 .content-title {
    color: #ef9507;
}
.content-title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
}

.part-title {
    text-align: center;margin-bottom: 40px;
}
.client {
    background-image: url(../images/case01.png);
    background-repeat: no-repeat;
    width: 315px;
    height: 516px;
    margin: 0 30px;
    text-align: left;
    padding-left: 30px;
    padding-top: 30%;
}

.cl02{background-image: url(../images/case02.png);}
.cl03{background-image: url(../images/case03.png);}


.indus {
    background-color: #ef9507;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 3px 20px;
    font-size: 15px;
    letter-spacing: 2px;
}
.customer {
    font-size: 15px;
    padding: 5px 20px;
    letter-spacing: 1px;
    color: #ef9507;
    font-weight: bold;
}
.client-text {
    color: #575757;
    font-size: 18px;
    padding: 0 40px 0 20px;
}


/*----------------------------- 注意事項文字 -----------------------------------  */

/* ul { width:80%; margin:0 auto; color:#a3a3a3; list-style:decimal; padding-left:30px;}
 ul li{ margin-bottom:10px; font-size:15px; color:#333333; line-height:1.5;}
*/


.input-rg {
  background-color: #244672;
  padding-bottom: 10px;
}
.register_wrap {
  /* max-width: 1200px; */
  margin: 0 auto;
  text-align: center;
  /* padding: 50px 0 30px; */
  overflow: hidden;
}
.register-b {
  margin-left: 50px;
}
.register-bg {
  background-color: #a2cdff;
  margin-top: 40px;
}
section.register {
  width: 525px;
  margin: 0 auto 60px;
}
h3.register-title {
  display: none;
}
section.register .title {
  color: #244672;
  font-size: 40px;
  font-weight: bold;
}
.phone {
    margin-bottom: 15px;
}
section.register a#sendCodeBtn:hover, input#submitBtn:hover {
  background-color: #183458 !important;
  cursor: pointer;
}
section.register a#sendCodeBtn, input#submitBtn {
  background-color: #244672 !important;
  color: #ffffff !important;
  line-height: 1.8;
  border: 0 !important;
  border-radius: 10px !important;
  text-decoration: none;
  box-shadow: none;
  font-weight: bold;
}
section.register a.fancybox.btn.btnType1 {
  border: 0;
  color: #244672;
  font-size: 20px;
  margin-top: 10px;
  font-weight: normal;
  box-shadow: unset;
  border-radius: 0 !important;
  text-decoration: none;
}
.form-title {
  text-align: left;
  font-size: 20px;
  color: #244672;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
input#DAA009 {
  width: 310px !important;
  margin-right: 15px;
}
a#sendCodeBtn {
  width: calc(100% - 370px) !important;
}
.code {
  margin-top: 10px;
}
input#M5Code {
  width: 310px !important;
  margin-right: 15px;
}
input#submitBtn {
  width: calc(100% - 370px) !important;
}
/*webkit瀏覽器專用*/
.phone ::-webkit-input-placeholder, .wrap01 ::-webkit-input-placeholder {
  color: #abbfdc !important;
  background-color: unset;
  font-family: '微軟正黑體';
  font-weight: bold;
}
/*Firefox 4-18瀏覽器專用*/
.phone input::-moz-placeholder, .wrap01 input::-moz-placeholder {
  color: #abbfdc !important;
  font-family: '微軟正黑體';
  font-weight: bold;
}
/*Firefox 19+瀏覽器專用*/
.phone input::-moz-placeholder, .wrap01 input::-moz-placeholder {
  color: #abbfdc !important;
  font-family: '微軟正黑體';
  font-weight: bold;
}
/*IE10瀏覽器專用*/
.phone:-ms-input-placeholder, .wrap01 input::-moz-placeholder {
  color: #a6b5c8 !important;
  font-family: '微軟正黑體';
  font-weight: bold;
}
input:-internal-autofill-selected {
  background-color: #244672 !important;
  color: #abbfdc !important;
  font-family: '微軟正黑體';
  font-weight: bold;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #244672;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
  border: #244672;
}
input#DAA009, input#M5Code, input#submitBtn {
  background-color: unset;
  color: #244672;
  border: unset;
  border: 2px solid #244672;
  border-radius: 10px;
}
.title-wrap {
  /* text-align: left; */
  margin-left: 15px;
}
.rg-title {
  color: #244672;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 3px;
}
.title-wrap p {
  font-size: 20px;
}
.part.rg-wrap-new {
    padding: 80px 0 40px;
    text-align: center;
    background: #f5f7ff;
}




@media screen and (max-width: 1140px) {	

 .swiper {
    flex-direction: column-reverse;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex !important;
    width: 100% !important;
    flex-wrap: wrap !important;
    flex-direction: row;
    margin: 0 auto 40px;
    justify-content: start;
    max-width: 650px;
}
    
.client {
    margin: 0;
    padding-top: 36%;
}	
	
    
}




@media screen and (max-width: 768px) {
.header {
    min-height: 830px;
    background: url("../images/header-phone.png");
    align-items: start;
    background-position: center top;
}
    .header .center {
    margin: 85px auto 0;
}
    .header-text a img {
    margin-left: 3px;
}
.part.part1 {
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}
    .block {
    margin: 20px auto;
}
    
    
    
  .swiper-slide img {
    width: 90%;
    margin: 0 auto;
}
  .register-b {
    margin: 0;
  }
  .part.rg-wrap-new img {
    width: 100%;
  }
    
.client {
    background-image: url(../images/case01-phone.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 80%;
    height: auto;
    margin: 30px auto;
    padding: 30px 0;
    padding-left: 30%;
    text-align: left;
    box-shadow: #e4e4e4 0 0 10px;
    border-radius: 20px;
}
	
.cl02{background-image: url(../images/case02-phone.png);}
.cl03{background-image: url(../images/case03-phone.png);}
	
}


@media screen and (max-width: 640px) {
   
    
   .client-text {
    font-size: 16px;
}	
	 
    .header-text img {
    width: 100%;
        max-width: 575px;
}
    .header-text a img {
    max-width: 284px;
}
    
span.swiper-pagination-bullet {
    margin: 15px auto !important;
    font-size: 15px;
    width: 190px !important;
    border-left: 0;
    border: 3px solid #eee;
    padding-top: 8px !important;
    text-align: center !important;
    padding: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    top: 0;
    width: 450px !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-left: 0;
    border: 3px solid;
    padding-top: 8px !important;
    text-align: center !important;
    padding: 0;
    margin-left: 20px !important;
}
.swiper-pagination-bullet-active:after {
    background-color: #f5f7ff;
    top: -18px;
    padding: 0 5px;
}
    .swiper-pagination-bullet-active:before {
    content: unset;
   
}
	section.part.register {
    width: 95%;
    padding: 0;
}	
    
  section.register {
    width: 100%;
    max-width: unset;
    padding: 20px 10px 40px;
  }
  .form-title {
    margin-left: 5px;
  }
  section.register .title {
    font-size: 36px;
    margin-bottom: 0px;
  }
  input#M5Code {
    width: 220px !important;
    margin-right: 5px;
  }
  input#DAA009 {
    width: 220px !important;
    margin-right: 5px;
  }
  a#sendCodeBtn {
    width: 135px !important;
  }
  input#submitBtn {
    width: 135px !important;
  }
    
    
    
}


@media screen and (max-width: 400px) {
    .swiper-container-horizontal>.swiper-pagination-bullets {
    width: 100% !important;
}
span.swiper-pagination-bullet {
    width: 170px !important;
    font-size: 14px;
}
    
  .rg-title {
    font-size: 28px;
}  
    
.content-title {
	font-size: 24px;}	
    
 input#DAA009 {
    width: 205px !important;
}   
input#M5Code {
    width: 205px !important;
}    
    
    
}
