@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%;
    height: 570px !important;
    position: relative;
    overflow: hidden;
    background-image: url("../images/header-bg.png");
    background-repeat: no-repeat;
}
 .header span img{ width:100%; height:auto;}

.header .center {
    width: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding-top: 60px;
}


.header-text {
    font-size: 30px;
    color: #464646;
    font-weight: bold;
    margin-right: 40px;
}

.black-text {
  display: flex;
  align-items: center;
}

.black-text:after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}

.black-text:after {
  margin-left: 1rem;
}

.sec-title {
    margin-top: 19px;
}

.header-text p {
    font-size: 60px;
    color: #2a97ee;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 30px;
}
.header-text p span {
    color: #0a7eda;
}



/*白色LOGO+底色*/
.header .logo{  background-color: #0a7eda;}

.logo a {
    display: inline-block;
}
.logo img {
    width: 250px;
    height: auto;
    padding: 10px;
}



/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/


.container-wrap {
    width: 100%;
    margin: 0 auto;
    background: #d3eaff;
}

.part {
    padding-top: 80px;
}

.part-title {
    font-size: 26px;
    color: #0a7eda;
    font-weight: bold;
}
.product-name {
    background: url("../images/p2-title-bg.png");
    background-repeat: no-repeat;
    width: 326px;
    height: 109px;
    padding: 36px 0 0 100px;
}
.part-title p {
    text-align: left;
    letter-spacing: 2px;
}
.part-title p span {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.swiper {
    position: relative;
    border-radius: 10px;
    max-width: 1000px;
    height: 500px;
    margin: 155px auto 0;
}
.swiper-pagination {
    position: absolute!important;
    bottom: unset!important;
    z-index: 999!important;
    top: -100px!important;
    left: 0!important;
    text-align: center!important;
/*    margin-left: -10px;*/
    /* right: 0!important; */
    /* margin: 0 auto; */
    /* max-width: 570px!important; */
}
.swiper-pagination-bullet {
    color: #0a7eda;
    width: 160px!important;
    background-color: #e4f2ff!important;
    font-family: noto sans tc;
    font-weight: bold;
    border-radius: 50px !important;
    height: 45px!important;
    padding-top: 5px;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    opacity: 1!important;
    margin: 0 9.5px!important;
    border: 3px solid #0a7eda;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0a7eda !important;
    color: #fff;
    border-radius: 50px !important;
/*    width: 160px!important;*/
    border: 3px solid #6fb4e2;
    position: relative;
}



.swiper-pagination-bullet i{display:none;margin-right:3px;color:#66cdcc}
span.swiper-pagination-bullet.swiper-pagination-bullet-active i{display:inline}
.swiper-slide{opacity:0!important;border-radius:0 0 27px 27px}
.swiper-slide.swiper-slide-active{opacity:1!important}


.slide_text_wrap {
    margin-left: 30px;
    margin-top: 40px;
}
.slide_title {
    font-size: 24px;
    color: #0a7eda;
    font-weight: bold;
    display: flex;
    letter-spacing: 2px;
    align-items: center;
}

.slide_title i {
    margin-right: 10px;
}

.slide_title:after {
  content: '';
  height: 1px;
  background-color: #0a7eda;
  flex-grow: 1;
}

.slide_title:after {
  margin-left: 1rem;
}


.slide_des {
    letter-spacing: 2px;
    margin-top: 20px;
    font-size: 18px;
}

/*----------------------------- 注意事項文字 -----------------------------------  */

/* 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: 1025px;
    margin: 0 auto;
    text-align: center;
    background: #deefff url("../images/rg-main.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 90px 0;
    border-radius: 20px;
}
.register-bg {
    /* background-color: #0a7eda; */
    padding-bottom: 120px;
}
section.register {
  width: 525px;
/*  margin-left: 5%*/
}
h3.register-title {
  display: none
}
section.register .title {
    color: #0a7eda;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
input#submitBtn:hover, section.register a#sendCodeBtn:hover {
  background-color: #1f75ad !important;
  cursor: pointer;
}
input#submitBtn, section.register a#sendCodeBtn {
    background-color: #0a7eda !important;
    color: #ffffff !important;
    line-height: 1.5 !important;
    border: 3px solid #008dd0 !important;
    border-radius: 50px !important;
    box-shadow: none;
    font-size: 20px !important;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: bold !important;
    letter-spacing: 1px;
}
section.register a.fancybox.btn.btnType1 {
    border: 0;
    color: #2691d7;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    box-shadow: unset;
    border-radius: 5px !important;
    text-decoration: none;
}
a.fancybox.btn:hover {
  color: #fff !important;
  background-color: #2691d7;
}
input#DAA009, input#M5Code {
  width: 280px !important;
  margin-right: 10px;
  padding-left: 10px;
}
a#sendCodeBtn, input#submitBtn {
  width: calc(100% - 335px) !important;
}
.code {
  margin-top: 10px
}

input#DAA009::placeholder {
  color: #0a7eda !important;
  font-weight: bold;
  font-size: 20px;
}
input#M5Code::placeholder {
  color: #0a7eda !important;
  font-weight: bold;
  font-size: 20px;
}
.input ::-webkit-input-placeholder, .phone ::-webkit-input-placeholder {
  color: #364e4f !important;
  background-color: #fff;
  border-radius: 0;
  padding: 0 5px;
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #364e4f !important
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #364e4f !important
}
.input input::-moz-placeholder, .phone:-ms-input-placeholder {
  color: #364e4f !important
}
input:-internal-autofill-selected {
  /*  background-color: #ff6773 !important;*/
  color: #364e4f !important
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-text-fill-color: #364e4f;
  -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: #ffffff;
  color: #223b58;
  border: 2px solid #ffffff;
  border-radius: 40px;
  font-size: 18px;
  margin-bottom: 20px;
}
.phone, .send-code {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
.register_wrap {
    height: 900px;
    background-position: bottom;
    background-position-y: 380px;
    padding: 50px 0;
}
  section.register {
    display: block;
    margin: 0 auto;
  }
    section.register .title {
    margin-bottom: 15px;
}
}
@media screen and (max-width: 767px) {
  .register_wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  section.register {
    width: 100%;
    padding: 0 10px;
  }
  section.register .title {
    font-size: 36px;
  }
  input#M5Code {
    width: 220px !important;
      height: 45px !important;
  }
  input#DAA009 {
    width: 190px !important;
    height: 45px !important;
}
  a#sendCodeBtn {
    width: 145px !important;
  }
  input#submitBtn {
    width: 115px !important;
  }
  .register_wrap {
    background-size: 96%;
  }
}
/*註冊區塊END*/





@media screen and (max-width: 1024px) {	
	.header-img img {
    width: 95%;
    margin: 0 auto;
}
	.header {
    height: 800px !important;
    
        background: #deefff url("../images/header-bg.png");background-position: bottom;background-repeat: no-repeat;
}
    .header-text {
    margin: 0 0 30px 0;
}
    
 .part-title p {
    text-align: center;
}
   .swiper-pagination {
    position: relative !important;
    top: 0 !important;
}
    
   .swiper {
    display: flex;
    flex-direction: column;
    height: auto !important;
    margin: 30px auto 0;
}
    
    .slide {
    width: 90%;
    margin: 0 auto;
}
    .slide_img {
    order: 2;
    margin: 0 auto;
}
    .slide_img img {
    width: 100%;
}
    .slide_text_wrap {
    margin: 30px 0 0 0;
}
    
    .slide_title:before {
  content: '';
  height: 1px;
  background-color: #0a7eda;
  flex-grow: 1;
}

.slide_title:before {
  margin-right: 1rem;
}
    
 .slide_des {
    text-align: center;
    margin-bottom: 20px;
}
    
    .swiper-pagination-bullet {
    margin: 10px 5px !important;
    width: 140px !important;
    font-size: 16px;
    height: 40px !important;
}
    
}


@media screen and (max-width: 567px) {	
.header {
    height: 600px !important;
}
    
   .black-text {
    width: 95%;
    margin: 0 auto 10px;
}
    
    
   .header-text p {
    font-size: 54px;
    text-align: center;
}

    
    .sec-title img {
/*    width: 95%;*/
    margin: 0 AUTO;
}
    
    .part {
    margin-bottom: 80px;
}
     .part-title p {
    font-size: 20px;
}
   .part-title p span {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
}
    
}
