@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
@import url("/css/common/form.css");
/*@import url("/css/bootstrap.css");*/
@import url("/css/hover.css");
@import url("/font/iconfont/css/fontello.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%;
}

a{text-decoration: none;}

.tracking-in-expand{-webkit-animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) 1s both;animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) 1s both}

/* ----------------------------------------------
 * Generated by Animista on 2022-9-30 15:47:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}


/*
* {
  transition: all .3s;
  -webkit-transition: all .3s;
}
*/
/*:before{ content:"\f146";font-family: 'FontAwesome'; }*/

.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;
  }
}




br.br-block{display:none;}

.show {
  display: block !important;
}
.hide,.spgphone {
  display: none !important;
}
/*
.space-br {
  display: inline-block;
}
*/



@media screen and (max-width: 768px) {	

	.hide-md{ display:none !important; }
	.show-md{ display:block !important;}

}


@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:  "微軟正黑體", Microsoft Yahei;
  line-height: 1.6;
  background: #fff;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/


.act-header {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 50px 0 0;
    background-color: #dcfff4;
    background-image: url('../images/header-bg.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}


.act-header span img {
  width: 100%;
  height: auto;
}
.act-header .center {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

/*
.act-header .center:before {
    content: url('../images/header-paper.png');
    display: inline-block;
    position: absolute;
    top: -35%;
}
*/
.fly-paper {
    position: absolute;
    top: -36%;
    margin-left: 2%;
}
.act-header .center img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 98;
}

.header-left {
    /* margin: 0 60px 0 190px; */
    min-width: 442px;
}

.header-left img {
    max-width: 165px;
    margin: 0 auto;
}


.header-text {
    text-align: center;
    align-self: center;
    min-width: 420px;
}


.act-header h2.title {
    font-size: 70px;
    font-weight: bold;
    font-family: 'SweiGothicCJKtc-Black','微軟正黑體';
    line-height: 1.1;
}

.act-header .sec-title {
    font-size: 24px;
    color: #475550;
    font-family: 'SweiGothicCJKtc-Regular','微軟正黑體';
    display: inline-block;
    background: #c6e5db;
    padding: 5px 30px 0;
    border-radius: 50px;
    margin-bottom: 10px;
}


.header-text p {
    font-size: 24px;
    font-family: 'SweiGothicCJKtc-Black','微軟正黑體';
    margin-bottom: 30px;
}
a.register-btn:before {
    border-radius: 50px !important;
    background: #000;
}

a.register-btn {
    background: #12e2a4;
    border: 3px solid #000;
    border-radius: 50px;
    font-size: 24px;
    letter-spacing: 2px;
    padding: 5px 35px;
    font-weight: bold;
    overflow: hidden !important;
    text-decoration: none;
}










.part.part2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 75px 0;
}
.before, .after {
    text-align: center;
}
.vs {
    flex-flow: column;
    font-family: 'SweiGothicCJKtc-Black','微軟正黑體';
    background-color: #fff6aa;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 30px;
    display: inline-flex;
    justify-content: center;
    font-weight: bold;
}

.before p.title, .after p.title {
    background: #000;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    border-radius: 50px;
    padding: 3px 30px;
    font-size: 26px;
    font-family: 'SweiGothicCJKtc-Black','微軟正黑體';
    position: relative;
    z-index: 2;
    border: 3px solid #000;
    letter-spacing: 1px;
}
.after p.title {
    background: #12e2a4;
    color: #000;
}

.before img.part2-main,.after img.part2-main{
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.list-block li {
    padding: 20px 0;
    border-bottom: 2px dashed #dcdcdc;
    font-size: 20px;
    text-align: left;
    color: #4c4c4c;
    font-family: '微軟正黑體';
    font-weight: bold;
	position: relative;
}

.list-block li:before {
    content: '';
    display: inline-block;
    width: 200px;
    position: absolute;
    bottom: -2px;
    left: -62px;
    border-bottom: 2px dashed #dcdcdc;
}

.list-block li:after {
    content: '';
    display: inline-block;
    width: 200px;
    position: absolute;
    bottom: -2px;
    right: -62px;
    border-bottom: 2px dashed #dcdcdc;
}

.list-block p {
    margin-left: 10px;
}

.after .list-block p span {
    font-size: 24px;
    color: #00be85;
    font-family: 'SweiGothicCJKtc-regular','微軟正黑體';
    letter-spacing: 1px;
}





.part.part3 {
    background-color: #12e2a4;
    background-image: url("../images/part3-bg.png");
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 70px;
}

.part3 .part-title {
    font-size: 30px;
    background: #000;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    font-family: 'SweiGothicCJKtc-regular','微軟正黑體';
    padding: 5px 40px 0;
    font-weight: bold;
    letter-spacing: 1px;
    border: 3px solid #10bc89;
    margin-bottom: 25px;
}

.part3 .part-title span {
    color: #ffff8b;
}
.space-block {
    display: inline-block;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    padding: 0 !important;
    -moz-border-radius: 4px;
    margin-top: 20px;
    margin-left: 50px;
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-right: 25px;
}
div.bhoechie-tab-menu div.list-group {
    justify-content: space-between;
    height: 100%;
}
div.bhoechie-tab-menu div.list-group>a {
    /* margin: 20px 0; */
    width: 110px;
    height: 110px;
    padding: 0;
    border-radius: 10px;
    border: 3px solid #10bc89;
    color: #10bc89;
    font-family: 'SweiGothicCJKtc-regular','微軟正黑體';
    text-decoration: none;
    transition: .3s;
    font-weight: bold;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:hover {
    transition: .3s;
    background: #edfff9;
}

div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #ffa626;
    color: #ffffff;
    border: 3px solid #e79013;
}
.list-group-item.active i{
    color: #fff;
}
/*
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}
*/

a.list-group-item:after {
    content: '\f063';
    font-family: fontawesome;
    position: absolute;
    bottom: -50%;
    font-size: 23px;
    left: 0;
    right: 0;
    color: #fff !important;
    cursor: default;
}
a.list-group-item:last-child:after {
    content: '';
}

.list-group-item:first-child {
    margin-top: 0 !important;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
}

.bhoechie-tab .bhoechie-tab-content {
    border-radius: 10px;
    border: 5px solid #0acb92;
    /* padding: 0 0 10px; */
    height: calc(100% - 20px);
    height: 460px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.list-group i {
    font-size: 50px;
    display: block;
    line-height: 1.2;
    color: #10bc89;
    padding-top: 10px;
}

.tab-text {
    max-width: 785px;
    width: 100%;
    margin: 0 auto;
    background: #dcfff4;
}

.tab-text-title {
    min-width: 160px;
    background: #12e2a4;
    margin-right: 10px;
    border-radius: 5px 0 0 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    padding: 10px 0 0;
    min-height: 70px;
    color: #000;
    letter-spacing: 1px;
}

.tab-text-title span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
}


.tab-text-p {
    text-align: left;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
}
.tab-text-p span {
    display: inline-block;
    font-size: 15px;
/*    background: #f1f1f1;*/
/*    padding: 3px 10px;*/
/*    border-radius: 5px;*/
    letter-spacing: 0;
    font-weight: bold;
}

.part.part4 {
    padding: 70px 0 80px;
}

.client-block {
    background: #dcfff4;
    border: 3px solid #bdecdd;
    border-radius: 10px;
    padding: 10px 10px;
    max-width: 420px;
    margin: 15px 0;
}
.client-block:first-child {
    margin-top: 0;
}

.client-text {
    font-size: 18px;
    color: #000;
    margin-left: 15px;
    font-weight: bold;
    line-height: 1.3;
}

.client-text p {
    font-size: 15px;
    color: #384e47;
    margin-top: 10px;
}


.client-text p span {
    background: #bdecdd;
    padding: 3px 20px;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-right: 10px;
}


.part-rg {
    width: 100%;
    max-width: 600px;
    background: #dcfff4;
    margin-left: 30px;
    border-radius: 10px;
    border: 3px solid #bdecdd;
    max-height: 400px;
    text-align: center;
}
.part-rg .register {
    position: relative;
    padding: 20px 50px 50px;
}
h3.register-title {
    color: #000;
    background: #ffff8b;
    border: 3px solid #dede79;
    font-size: 36px;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 60px 0;
    font-family: 'SweiGothicCJKtc-black','微軟正黑體';
    position: absolute;
    left: 0;
    right: 0;
    max-width: 60%;
    margin: -80px auto 0;
    letter-spacing: 5px;
}
.register p {
    font-size: 24px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}


input#DAA009 {
    display: inline-block;
    width: calc(100% - 200px);
    height: 56px;
    font-size: 20px;
    border: 3px solid #ededed;
    padding: 0 15px;
    border-radius: 50px;
}
	
a#sendCodeBtn {
    box-shadow: none;
    letter-spacing: 0;
    font-weight: bold;
    display: inline-block;
    width: 190px;
    height: 56px;
    font-size: 20px;
    border: 2px solid #96bdb0;
    line-height: unset;
    margin-top: -5px;    line-height: 2;
}
input#submitBtn {
	    box-shadow: none;
    width: 270px;
    display: inline-block;
    height: 56px;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #96bdb0;
    margin-top: -6px;
}
input#M5Code {
    width: calc(100% - 280px);
    display: inline-block;
    height: 56px;
    font-size: 20px;
    border: 3px solid #ededed;
    padding: 0 15px;
    border-radius: 50px;
}
    


a#sendCodeBtn:hover, input#submitBtn:hover {
    background-color: #a8d5c7;
    cursor: pointer;
}
	
a#sendCodeBtn, input#submitBtn {
    background-color: #bdecdd;
    color: #384e47;
    text-decoration: none;
    border-radius: 50px;font-family: '微軟正黑體';
}
	
a.fancybox.btn.btnType1 {
    border: 0;
    color: #000000;
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: normal;
    background: transparent;
    text-decoration: none;
    box-shadow: none;
}

	section.register p {
    font-size: 30px;
}

@media screen and (max-width: 640px) {	
    
input#M5Code {
    width: calc(100% - 115px) !important;
}
	
/*
input#DAA009 {    width: calc(100% - 240px)  !important;}
a#sendCodeBtn {    width: 150px  !important;    height: 50px;
    line-height: 45px;}
*/
input#submitBtn {
    width: 100px  !important;
    /* height: 50px; */
    /* line-height: 35px; */
}

	
	
	
}



/*----------------------------- 注意事項文字 -----------------------------------  */
/* 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;}
*/



@media screen and (max-width: 1200px) {
	.header-left {
    min-width: unset;

    margin: 0 90px 0 80px;
}
	.fly-paper {display: none;}
		
}

@media screen and (max-width: 1024px) {
	

	
	a.register-btn {
    margin-bottom: 50px;
}
	
	.act-header h2.title {
    white-space: nowrap;
}
	.part.part2 {
    max-width: 960px;
}
	
	div.bhoechie-tab-container {
    margin-left: 0;
}
	
.list-block li:after,.list-block li:before {
    content: unset;
}	
	

}


@media screen and (max-width: 992px) {

.client-text {
    font-size: 17px;
}
	
.bhoechie-tab-container {
    flex-direction: column;
}	
	
div.bhoechie-tab-menu div.list-group {
    flex-direction: row;
    justify-content: space-between;
    max-width: 420px;
    margin: 0 auto 30px;
}

	
a.list-group-item:after {
    content: '\f061';
    bottom: 0;
    left: unset;
    right: -37%;
    top: 37%;
    display: inline-block;
    width: 23px;
    height: 36px;
}
	
.part.part4 {
    flex-direction: column;
}	
	.part-rg {
    margin: 10px auto 50px;
    max-width: unset;
}
	
.part-rg .register {
    max-width: 700px;
    margin: 0 auto;
}
	
	.client-wrap {
    flex-direction: row !important;
    display: flex;
}
	.client-block {
    margin: 0 10px;
}
	.client-text p span {
    letter-spacing: 1px;
    margin-right: 10px;
    background: unset;
    padding: 0;
}
	
}









@media screen and (max-width: 768px) {
	.act-header {
    background-position: left bottom;
}
.act-header .center {
    flex-direction: column;
}
	.header-main-phone {
    margin: 0 auto;
}
.vs {
    padding: 30px;
    margin: 20px;
}	
.before img.part2-main, .after img.part2-main {
    width: 100%;
}
.before img.part2-main, .after img.part2-main {
    margin-top: -28px;
}	
.before p.title, .after p.title {
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 25px;
}	

	
.list-icon {
    display: none;
}	
.list-block p {
    margin: 0 auto;
    text-align: center;
}	
.part3 .part-title {
    line-height: 1.1;
    padding: 10px 40px;
}
.part3 .part-title span {
    display: block;
}	

	
br.br-block {
    display: inline-block;
}	
	
.space-block{display:none;}	
	
	
.bhoechie-tab-menu {
    margin: 0 auto !important;
    width: 95% !important;
}
.bhoechie-tab-content {
    padding: 10px;
    height: auto !important;
}	
a.list-group-item:after {
    right: -30%;
}	
.tab-text {
    flex-direction: column;
/*    padding: 0 15px;*/
    background: unset;
}
.tab-text-title {
    border-radius: 5px;
    margin-right: 0;
}
.tab-text-p {
    padding: 10px 20px;
}
.tab-img img {
    width: 100%;
    max-width: 750px;
}	
	
	
	
	
	
	
.part.part4 {
    padding: 70px 20px 80px;
}	
.client-wrap {
    flex-direction: column !important;
    margin: 0 auto;
}

.client-block {
    margin: 20px 0;
    max-width: unset;
}
	
	
h3.register-title {
    padding: 0;
}	
.part-rg .register {
    padding: 20px 10px 50px;
}
	
	
	

}









@media screen and (max-width: 540px) {
	
.act-header h2.title {
    font-size: 56px;
}	
	
.before, .after {
    text-align: center;
    align-self: start;
}
	
.before p.title, .after p.title {
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 25px;
    padding: 6px 10px;
    border: 2px solid #000;
    width: 100%;
    line-height: 1.2;
}

.vs {
    margin: 0 10px;
    padding: 0;
    background: unset;
    height: 100%;
}
.after .list-block p span {
    font-size: unset;
}

	.tab-text-title {
    border-radius: 5px;
    margin-right: 0;
    background: #dcfff4;
}
	
	
	.tab-text-title {
    min-height: unset;
    padding: 10px;
}
	
	.tab-text-title span {
    display: inline-block;
}
	
	.tab-text-title br {
    display: none;
}
	
}




@media screen and (max-width: 400px) {
	.list-block li {
    font-size: 18px;
}
	a.list-group-item:after{
		content: none;
	}
	
}

