@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
@import url("/css/bootstrap.css");
@import url("/css/common/form.css");
@import url("/css/hover.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; padding-top:6px;}
.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;}

@media screen and (max-width: 1140px) {	

	.hide-xs{ display:none !important; }
	.show-xs{ display:block !important;}

}




.wrap {
    width: 100%;
    height: auto;
    position: relative;
    font-family: 'Noto Sans TC',"微軟正黑體",Microsoft Yahei;
    line-height: 1.6;
    background: #f8eee2;
}

/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 160px;
    background-image: url("../images/bg-01.png"),url("../images/bg-02.png");
    background-position: 60% bottom, right top;
    background-repeat: no-repeat;
}
 .header span img{ width:100%; height:auto;}

.header-phone {
    position: relative;
    margin-top: 20px;
}
img.bubble01,img.bubble02,img.bubble03,img.bubble04 {
    position: absolute;
    top: 0;
}
img.bubble02 {
    top: -100px;
    left: 70px;
}
img.bubble03 {
    top: -100px;
    left: 200px;
}
img.bubble04 {
    top: 0;
    left: 260px;
}

.header-center {
    width: 480px;
    height: 200px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 40px;
    margin-left: 60px;
}

.blue-bg {
    display: inline-block;
    background-color: #3e8edd;
    color: #fff;
    font-size: 24px;
    padding: 0px 20px;
    border-radius: 50px;
    letter-spacing: 2px;
    font-weight: bold;
}
.header-text {
    color: #4e4e4e;
    font-size: 27px;
    letter-spacing: 1px;
    font-weight: bold;
}
img.header-title {
    margin: 20px 0;
}
 .wrap .logo{ position:absolute; left:8px; top:8px; z-index:6; }
 .wrap .logo img{width:100%; height:auto;}

.header-people {
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
}
img.green-bubble {
    width: 100px;
    position: absolute;
    top: 60px;
    left: -41px;
}


/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/


.container-page {
    width: 100%;
    margin: 0 auto 50px;
    border: 3px solid #541c22;
    background-color: #ffe3d9;
    padding: 30px;
    border-radius: 10px;
    max-width: 1200px;
    margin-top: -27px;
    position: relative;
    z-index: 99;
}
.ec-text {
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    color: #ff7b30;
    letter-spacing: 5px;
    margin-left: -140px;
    margin-right: 35px;
    position: relative;
}
.ec-text p {
    color: #595959;
    font-size: 18px;
    letter-spacing: 1px;
}
.ec-text p span {
    font-size: 24px;
}
a.more-btn {
    background-color: #31b385;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 3px 10px 0;
    border-radius: 50px;
    position: absolute;
    top: 23px;
    white-space: nowrap;
}

.ec-block {
    background-color: #fff;
    border-radius: 20px;
    margin: 0 10px;
    padding: 10px 15px;
    height: 230px;
    text-align: center;
}
.ec-block.ec-plus {
    max-width: 365px;
    height: 127px;
    width: 100%;
}

.ec-block.ec-plus .ec-icon {
    display: inline-block;
}
.ec-plus .ec-block-title {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
}
.ec-block-title {
    color: #1cbf8b;
    font-size: 19px;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: bold;
}
.ec-block-title span {
    background-color: #1cbf8b;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: top;
}
.ec-block-content {
    color: #434343;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 5px;
}
.ec-plus .ec-block-content {
    margin-left: 65px;
}
.ec-icon img {
    margin: 15px auto 20px;
}
.ec-img {
    position: relative;
    z-index: 999;
}
.ec-feature {
    margin-top: -140px !important;
    margin-left: 430px !important;
}

.swiper {
	width: 100%;
    max-width: 535px;
    height: 385px;
    position: relative;
    overflow: hidden;
}
.swiper.swiper-container-initialized {
    width: 100%;
    max-width: 545px;
}
.swiper-pagination-bullet {
    width: unset !important;
    height: unset !important;
    border-radius: 5px !important;
    padding: 0 10px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
}
.swiper-pagination-bullet {
    width: unset !important;
    height: unset !important;
    border-radius: 5px !important;
    padding: 0 10px;
    background-color: unset !important;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
    opacity: 1 !important;
}
.blue-btn,.ora-btn,.green-btn {
    background-color: #3e8edd;
    padding: 5px 15px;
    border-radius: 5px;
}
.ora-btn {
    background-color: #ff7b30;
}
.green-btn {
    background-color: #16b884;
}

.blue-btn:hover {
    background-color: #2e7bc7;
}
.ora-btn:hover {
    background-color: #df6a28;
}
.green-btn:hover {
    background-color: #139f72;
}

.a1-img img {
    margin: 0 auto;
}
.part.a1pro {
    margin: 90px 0 50px;
}
.a1pro-word .ec-text {
    margin: 0 40px;
}
/*----------------------------- 注意事項文字 -----------------------------------  */

/* 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;}
*/


.register_wrap {
    /* max-width: 1200px; */
/*    margin: 0 auto;*/
	margin-left: 20px;
    text-align: center;
    /* padding: 50px 0 30px; */
    overflow: hidden;
}
.register-bg {
    background-color: #a2cdff;
    margin-top: 40px;
}

h3.register-title {
  display: none;
}
section.register .title {
  color: #304287;
  font-size: 40px;
  font-weight: bold;
}
section.register a#sendCodeBtn:hover, input#submitBtn:hover {
    background-color: #337fca !important;
    cursor: pointer;
}
section.register a#sendCodeBtn, input#submitBtn {
    background-color: #3e8edd !important;
    color: #ffffff !important;
    line-height: 1.8;
    border: 0 !important;
    border-radius: 5px !important;
    text-decoration: none;
    box-shadow: none;
    font-weight: bold;
}
section.register a.fancybox.btn.btnType1 {
    border: 0;
    color: #3e8edd;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 10px;
    font-weight: normal;
    box-shadow: unset;
    border-radius: 0 !important;
    text-decoration: none;
}


input#DAA009 {

    width: 280px !important;
    margin-right: 15px;
}
a#sendCodeBtn {
    width: calc(100% - 335px) !important;
}
.code {
    margin-top: 10px;
}
input#M5Code {
    width: 230px !important;
    margin-right: 15px;
}
input#submitBtn {
    width: calc(100% - 288px) !important;
}
/*webkit瀏覽器專用*/
.phone ::-webkit-input-placeholder,.input ::-webkit-input-placeholder { color: #3e8edd !important; background-color: unset; font-family: '微軟正黑體';font-weight: bold;}
/*Firefox 4-18瀏覽器專用*/
.phone input::-moz-placeholder,.input input::-moz-placeholder { color: #3e8edd !important; font-family: '微軟正黑體';font-weight: bold;}
/*Firefox 19+瀏覽器專用*/
.phone input::-moz-placeholder,.input input::-moz-placeholder{color:#3e8edd !important;font-family: '微軟正黑體';font-weight: bold;}
/*IE10瀏覽器專用*/
.phone:-ms-input-placeholder,.input input::-moz-placeholder{color: #3e8edd !important;font-family: '微軟正黑體';font-weight: bold;}

input:-internal-autofill-selected {
    background-color: #fff !important;
    color: #3e8edd !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: #3e8edd;
    -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

input#DAA009, input#M5Code, input#submitBtn {
    background-color: unset;
    color: #3e8edd;
    border: unset;
    border-bottom: 2px solid #3e8edd;
    border-radius: 0;
}
section.register {
    background-color: #ffede7;
    padding: 30px 0 25px;
    border-radius: 10px;
    width: 490px;
    margin: -15px auto 60px;
    border: 2px solid #3e8edd;
}
.rg-img {
    margin-right: 30px;
}

.rg-title {
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 30px 0;
    color: #ff7b30;
    font-size: 40px;
    font-family: 'heisei-maru-gothic-std';
    letter-spacing: 3px;
    font-weight: bold;
}
.rg-title p {
    color: #ff7b30;
    font-size: 22px;
    font-weight: normal;
}
.customer-part {
    margin: 40px 0 50px;
}

.cus-block {
    text-align: center;
    color: #575757;
    font-size: 20px;
    font-family: heisei-maru-gothic-std, sans-serif;
}
.cus-block p {
    margin: 20px 0 5px;
    letter-spacing: 1px;
}
.cus-block span {
    color: #16b884;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}




@media screen and (max-width: 1024px) {	
	
.header {
    padding-top: 60px;
}	
	
.header-center {
    margin: 0 160px;
    z-index: 99;
}	
.ec-feature {
    margin: 30px 0 0 !important;
}	
.wrap {
    padding: 0 10px;
}	
.ec-block {
    margin: 0 auto;
}
.ec-text {
    margin: 0 auto;
    line-height: 1.3;
}
.ec-text p {
    margin-bottom: 30px;
}	
	
.header {
    background-image: unset;
}	
	
}


@media screen and (max-width: 768px) {	
	

.swiper-slide {
    width: 100% !important;
    max-width: 545px;
}

.ec-feature {
    max-width: 500px;
    margin: 0 auto !important;
    text-align: center;
}
.ec-block {
    width: 210px;
    margin: 14px;
}	

	
}

@media screen and (max-width: 540px) {	
	
.header-center {
    margin: 0 auto;
}
.header-left {
    padding-top: 100px;
}
.container-page {
    padding: 30px 0;
}	
.ec-block {
    margin: 10px auto;
    padding: 10px 0;
    width: 46%;
    background-color: #faf6f0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    padding: 0 !important;
}	
.swiper {
    height: auto;
    padding-bottom: 60px;
}
.swiper-slide img {
    width: 97%;
    margin: 0 auto;
}	
.header-phone img {
    width: 93%;
    margin: 0 auto;
}
.header-center {
    margin: 0 auto;
    width: 92%;
    padding: 15px 30px;
    height: auto;
	background-color: #faf6f0;
}
	.blue-bg {
    font-size: 20px;
    letter-spacing: 3px;
}
.part.a1pro {
    margin: 50px 0 0;
}
.rg-title {
    font-size: 30px;
    text-align: center;
}
.customer-part.row {
    display: block;
    margin: 0 auto;
    text-align: center;
}
	
.cus-block {
    margin: 30px 0;
}	
.cus-block img {
    margin: 0 auto;
}	
.ec-text p {
    margin-bottom: 10px;
}
	.ec-block span {
    position: absolute;
    left: 0;
    color: #fff;
    background: #31b385;
    font-weight: bold;
    top: 0;
    border-radius: 15px 0;
    padding: 2px 20px;
}
	.ec-block-title {
    font-size: 17px;
}	
.ec-block-content {
    letter-spacing: 0;
    font-size: 15px;
}	
.ec-block.phone2row {
	position: relative;
}	

section.register {
    width: 100%;
    padding: 20px 10px 40px;
  }

  input#M5Code {
    width: 200px !important;
  }
  input#DAA009 {
    width: 170px !important;
}
a#sendCodeBtn {
    width: 135px !important;
}
input#submitBtn {
    width: 105px !important;
}
/*
.register_wrap {
    height: 646px;
    padding: 30px 0 0;
}
*/
section.register {
    display: block;
    margin: 0 auto;
    background-color: unset;
    border: none;
}
	
	.register_wrap {
    margin: 0 auto;
}
	
	.header-text {
    font-size: 24px;
}
	.blue-btn, .ora-btn, .green-btn {
    font-size: 14px;
    padding: 5px;
}
	
.a1pro-word .ec-text {
    margin: 0 auto 25px;
}
		
}


@media screen and (max-width: 400px) {	

.header-text {
    font-size: 20px;
}

.blue-btn, .ora-btn, .green-btn {
    letter-spacing: 0;
}	
	.rg-title {
    font-size: 26px;
}
	.rg-title p {
    font-size: 20px;
}

}