/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: top;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
  color:#d1d1d1 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
  color:#d1d1d1 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
  color:#d1d1d1 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
  color:#d1d1d1 !important;
}
body {
	-webkit-text-size-adjust: none;
	font-family: "sourcehansans-tc","微軟正黑體",Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
/*header setting*/
.cls_header .cls_hd_section {
  margin: 0 auto;
  width: 100%;
  position: relative;
  width: 1200px;
}

/*account_regist*/
.reg_contact_t, .regf_title{
  font-weight: 600;
}
.s_progress {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
}
.s_progress > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
}
.s_progress > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #DFE3E4;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 40px;
  border-radius: 100%;
  position: relative;
  z-index: 10;
  font-size: 22px;
}
.s_progress > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #DFE3E4;
  width: 100%;
  /*height: 0.5em;
  top: 1.25em;*/
  height: 12px;
  top: 14px;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: -1;
}
.s_progress > li:last-child:after {
  display: none;
}
.s_progress > li.is-complete {
  color: #2ECC71;
}
.s_progress > li.is-complete:before, .s_progress > li.is-complete:after {
  color: #FFF;
  background: #2ECC71;
}
.s_progress > li.is-active {
  color: #2480d1;
}
.s_progress > li.is-active:before {
  color: #FFF;
  background: #2480d1;
}

/**
 * Needed for IE8
 */
.s_progress__last:after {
  display: none !important;
}

/**
 * Size Extensions
 */
.s_progress--medium {
  font-size: 1.5em;
}

.s_progress--large {
  font-size: 2em;
}

.register_progress{
  margin: 0 auto;
	width: 100%;
	position: relative;
	max-width: 920px;
  overflow: hidden; 
  margin-top: 50px;
}

.reg_contact_div{
  margin: 0 auto;
  width: 100%;
  position: relative;
  max-width: 700px;
  overflow: hidden;
  margin-top: 20px;
  /*min-height: 70vh;*/
}
.reg_contact_detail{
  margin: 5px;
  /*-webkit-box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 0.75);*/
}
.reg_detail_tb{
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.reg_detail_tb tr{
  /*border-bottom: 1px solid #cccccc;*/
  display: table;
  width: 100%;
}
.reg_detail_tb tr:first-child{
  margin-top: 10px;
}
.reg_detail_tb tr:last-child{
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.reg_detail_tb tr td:nth-child(1){
  font-size: 18px;
  color: #6f6f6e;
  width: 20%;
  height: 50px;
  vertical-align: middle;
}
.reg_detail_tb tr td:nth-child(2){
  font-size: 18px;
  color: #6f6f6e;
  width: 70%;
}
.reg_detail_tb tr td:nth-child(3){
  width: 10%;
  text-align: left;
  font-size: 14px;
  padding-left: 20px;
}
.reg_detail_tb tr:nth-child(1) td:nth-child(2) input, .reg_detail_tb tr:nth-child(2) td:nth-child(2) input, .reg_detail_tb tr:nth-child(3) td:nth-child(2) input, .reg_detail_tb tr:nth-child(5) td:nth-child(2) input, .reg_detail_tb tr:nth-child(6) td:nth-child(2) input {
    max-width: 180px;
    display: unset;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
  margin-left: 0px;
}
.reg_detail_tb tr:nth-child(2) td:nth-child(3), .reg_detail_tb tr:nth-child(3) td:nth-child(3){
  color: #dc1c24;
}
.reg_tip{
	display: inline-block;
	margin-top: 20px;
	border: 1px solid #2480D1;
	padding: 10px 10px;
	width: 100%;
}
.reg_tip img{
	width: 35px;
  float: left;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.reg_tip_t{
	color: #2480D1;
	font-size: 16px;
	line-height: 22px;
}
.reg_tip_c{
	color: #808080;
	font-size: 14px;
	line-height: 18px;
}
.reg_tip_c span{
	color: #2480D1;
	font-size: 14px;
	line-height: 18px;
}
.reg_detail_tb tr td label, .reg_contact_chk label{
  border-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  color: #ff0000;
  font-size: 14px;
  text-indent: 5px;
}
.cls_sex{
  font-size: 12px;
}
.reg_contact_chk{
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  color: #a2a2a2;
}
.reg_unnextstep{
  float: right;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-right: 15%;
  cursor: pointer;
  width: 200px;
  font-size: 16px;
  background: #4d4d4d;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  overflow: hidden;
  border: none;
  line-height: 36px;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: unset;
  text-align: center;
}
.reg_unnextstep:hover{
  background: #4d4d4d !important;
  color: #ffffff !important;
}
.reg_nextstep{
  /*display: none;*/
  float: right;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-right: 15%;
  cursor: pointer;
  width: 200px;
  font-size: 16px;
  background: #2480d1;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  overflow: hidden;
  border: none;
  line-height: 36px;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: unset;
}
.reg_nextstep:hover{
  background: #2480d1 !important;
  color: #ffffff !important;
}
/** validate **/
.regv_title{
  font-size: 21px;
  color: #2480d1;
  text-align: center;
  /*margin-top: 20px;*/
}
.regv_email{
  font-size: 20px;
  color: #6f6f6e;
  text-align: center;
  margin-top: 10px;
}
.regv_validate{
  font-size: 18px;
  color: #d5d5d5;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  margin-top: 40px;
}
.regv_validate input{
  text-align: center;
}
.timeline_div{
  width: 200px;
  margin: 0 auto;
  margin-top: 10px;
}
.timeline_div > div, .timeline_div > span{
  position: relative;
  float: left;
  font-size: 12px;
  color: #dc1c24;
}
.regv_btn_div{
  width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}
.regv_btn_a{
  position: relative;
  float: left;
  margin: 0 auto;
}
.regv_btn_b{
  clear: both;
  position: relative;
  /*float: left;*/
  margin: 0 auto;
  display:none;
}
.regv_cancel, .regv_finish{
  position: relative;
  float: left;
  margin: 10px 5px 10px 5px;
  cursor: pointer;
  width: 140px;
  font-size: 16px;
  background: #bbbbbb;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  overflow: hidden;
  border: none;
  line-height: 36px;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: unset;
}
.regv_finish{
  background: #2480d1;
}
.regv_reset {
    margin: 0 auto;
    margin: 0px 5px 5px 5px;
    cursor: pointer;
    width: 100px;
    font-size: 16px;
    background: #2480d1;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    overflow: hidden;
    border: none;
    line-height: 36px;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border-radius: unset;
}
/*forget*/
.regf_img{
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.regf_contact_div{
  margin: 0 auto;
  width: 100%;
  position: relative;
  max-width: 700px;
  overflow: hidden;
  margin-top: 30px;
  min-height: 75vh;
}
.regf_contact_div_swal {
    margin: 0 auto;
    position: relative;
}
.regf_title{
  font-size: 21px;
  color: #2480d1;
  text-align: center;
  margin-top: 20px;
}
.regf_content{
  font-size: 16px;
  color: #6f6f6e;
  text-align: center;
  margin-top: 30px;
}
.regf_fbG {
    text-align: center;
    margin: 20px 0px;
    font-size: 14px;
    line-height: 25px;
}

    .regf_fbG a {
        color: #000;
    }

.regf_red {
    color: #dc1c24;
}
.regf_email{
  font-size: 18px;
  color: #d5d5d5;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}
.regf_email input{
  text-align: center;
}
.regf_btn_div{
  /*width: 300px;
  margin: 0 auto;
  margin-top: 20px;*/
  width: 300px;
  display: table;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.regf_btn_a{
  position: relative;
  float: left;
  margin: 0 auto;
}
.regf_cancel, .regf_finish{
  position: relative;
  float: left;
  margin: 10px 5px 10px 5px;
  cursor: pointer;
  width: 140px;
  font-size: 16px;
  background: #bbbbbb;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  overflow: hidden;
  border: none;
  line-height: 36px;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: unset;
  text-align: center;
}
.regf_finish{
  background: #2480d1;
}
.regf_btn_b{
  width: 100%;
  position: relative;
  float: left;
  margin: 0 auto;
  text-align: center;
}
.regf_confirm{
  text-align: center;
  margin: 10px 5px 10px 5px;
  cursor: pointer;
  width: 180px;
  font-size: 16px;
  background: #2480d1;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  overflow: hidden;
  border: none;
  line-height: 36px;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: unset;
}
/*forget reset*/
.regf_sendto{
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  word-break: break-all;
}
.regf_reset_content {
  font-size: 16px;
  color: #6f6f6e;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.regf_reset_t{
  font-size: 20px;
  color: #2480d1;
  text-align: left;
  width: 300px;
  margin: 0 auto;
  margin-top: 10px;
}
.regf_reset_enter{
  margin-top: 10px;
  margin-bottom: 20px;
}
.regf_reset_enter input{
  text-align: left;
}
/*vaildate*/
.warn_border {
  border-color: #dc1c24;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220,28,36,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220,28,36,0.6);
}