/*
--- mainArea ---*/
.mainArea {
  padding-bottom: 1.8rem; }

/*
--- 內文區塊 mainText ---*/
.mainText {
  font-size: 1.5rem;
  color: #545559;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 3rem;
  border: 1px dotted #767272;
  background-color: #FFFFFF;
  padding: 1.8rem 1.25rem;
  text-align: center; }
  .mainText .title {
    text-align: center;
    font-weight: bold;
    color: #009999;
    padding-left: 10px;
    padding-right: 10px; }
  .mainText .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.25rem;
    line-height: 1.8; }

.stepTitle h3 {
  color: #1b1b1b;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
/*  border-bottom: 4px solid #00859a;*/
  margin-bottom: -1rem; }
.stepTitle .ub_line img{
	width: 100%;
	height: 3px;
	
}

.stepTitle p {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 1.5em;
  color: #323232;}

.reward {
  color: #d60000;
  margin-right: 3px;
  margin-left: 3px; }
/*
--- form-check -------------------*/
.giveBack {
    flex-wrap: wrap;
    justify-content: center;
}

.giveBack input[type="radio"] {
    margin-top: 0.5rem;
    width: 1rem;
    height: 1rem;
}

.giveBack .form-check {
    margin-bottom: 2rem;
}

.giveBack .form-check:first-of-type {
    display: inline-block;
}

.giveBack .form-check input {
    display: inline;
}

.giveBack .form-check select {
    display: inline;
}

.giveBack h4 {
    padding-top: 0;
    margin-right: 10px;
}

@media screen and (max-width: 560px) {
    .giveBack {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .giveBack h4 {
        margin-right: 0;
    }

    .giveBack .form-check {
        margin-bottom: 1rem;
    }
}

/*
---- remind -------------------*/
.remind {
    /*padding: 15px 5px;*/
	font-size: 1rem;
}

.remind p span {
    color: #009999;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

/*
---- checkPage -------------------*/
.checkPage input[type="checkbox"] {
    margin-top: 0.5rem;
    width: 1rem;
    height: 1rem;
}

.checkPage .btn {
    margin-left: 5px;
    margin-right: 5px;
}

/*
---- form-control ---------------*/
.form-control {
    border-radius: 0;
    font-size: 1.25rem;
}
/*
--- 表單 form ---*/
.form-control {
  color: #333333;
  font-size: 1.25rem;
  border-radius: 0;
  padding: 0 0 0 3px;
  border: 1px solid #a9a9a9; }

/*
.main-bg {
  background-image: url(../images/actbg_00.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top; }
*/

.form-bg {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 1.75rem; }

.formTitle h4 {
  color: #009999;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 2rem; }
  .formTitle h4:after {
    content: '';
    display: block;
    border-bottom: 3px solid #dff3f3;
    padding-top: .5rem; }

.formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .formList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem; }
  .formList label {
    min-width: 12rem;
    font-size: 1.25rem;
    text-align: right;
    margin-right: .75rem;
    margin-bottom: 0;
    color: #009999;
    font-weight: bold; }
  .formList select {
    margin-left: 10px;
    margin-right: 5px;
    min-width: 60px; }
    .formList select:first-of-type {
      margin-left: 0;
      min-width: 90px;
      max-width: 192px; }
  .formList a {
    display: inline-block;
    line-height: 1rem; }
  .formList .btn-modal {
    background: none;
    border: 0;
    padding: 0; }
  .formList i {
    font-size: 1.25rem;
    color: #9e9e9e;
    padding-left: 5px; }
  .formList .form-control {
    padding: .37rem .3rem;
    width: auto; }

@media all and (min-width: 576px) and (max-width: 768px) {
  .formTitle h4 {
    padding-top: 1rem;
    margin-bottom: 1rem; }
  .formList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1rem; }
    .formList li select:first-of-type {
      margin-left: 0;
      min-width: 100px; }
    .formList li label {
      text-align: left; }
    .formList li select {
      margin-left: 5px;
      margin-right: 3px; }
	
    .formList li .form-control {
      padding: 0.37rem 0.3rem; } }

@media all and (min-width: 320px) and (max-width: 576px) {
  .form-bg {
    padding: 2rem 1rem; } }

.toolResult {
  margin: 2rem auto;
  padding: 1rem 2rem;
  background: #eff3f3;
  border-radius: 15px; }
  .toolResult .list {
    max-width: 270px;
    margin: 0 auto 1.25rem; }
    .toolResult .list .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      font-size: 1.25rem; }
      .toolResult .list .item .item-label {
        min-width: 150px;
        text-align: right; }
      .toolResult .list .item .item-number {
        min-width: 6.75rem;
        color: #009999;
        text-align: right; }
  .toolResult .reward {
    font-size: 1.75rem;
    color: #009999;
    padding-right: 3px;
    padding-left: 3px; }
  .toolResult .memo {
    margin-top: 2rem;
    border-top: 1px dotted #afafaf; }

@media all and (min-width: 320px) and (max-width: 576px) {
  .toolResult {
    margin: 2rem auto 0;
    padding: 1rem 0 .5rem; }
    .toolResult .list {
      max-width: none; }
      .toolResult .list .item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 1rem; }
        .toolResult .list .item .item-label {
          min-width: 110px; }
        .toolResult .list .item .item-number {
          min-width: 5rem; }
    .toolResult .reward {
      font-size: 1.25rem;
      padding: 0; } }

/* 備註 */
.memo {
  font-size: 0.95rem;
  list-style-type: none;
  padding: 15px 5px 0; }
  @media all and (min-width: 320px) and (max-width: 576px) {
    .memo {
      font-size: .8rem; } }

/* formRange */
.formRange {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .formRange input {
    margin-right: 5px;
    color: #009999;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: right;
    width: 100%;
    max-width: 12rem; }
  .formRange li .form-control {
    padding-right: 2.25rem; }
  .formRange li label {
    color: #009999;
    font-weight: bold; }
  .formRange .inManey {
    position: relative; }
    .formRange .inManey:after {
      content: '萬元';
      position: absolute;
      text-align: right;
      font-size: .95rem;
      right: .7rem;
      bottom: .5rem; }
  .formRange .inTime {
    position: relative; }
    .formRange .inTime:after {
      content: '月';
      position: absolute;
      text-align: right;
      font-size: .95rem;
      right: .7rem;
      bottom: .5rem; }
  .formRange .inPercent {
    position: relative; }
    .formRange .inPercent:after {
      content: '％';
      position: absolute;
      text-align: right;
      font-size: 1rem;
      right: 1rem;
      bottom: .5rem; }

@media all and (min-width: 576px) and (max-width: 768px) {
  .formRange input {
    min-width: auto;
    max-width: none; }
  .formRange .formList li select:first-of-type {
    width: 100%;
    max-width: 14.75rem; } }

@media all and (min-width: 320px) and (max-width: 576px) {
  .formRange,
  .formRange li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .formRange label {
    text-align: left; }
  .formRange input {
    font-size: 1.25rem;
    min-width: auto;
    max-width: none; }
  .formRange li .form-control {
    padding-right: 2.5rem;
    width: auto; }
  .formRange .inManey:after,
  .formRange .inYear:after,
  .formRange .inPercent:after {
    right: .7rem;
    bottom: .4rem; }
  .formList li select:first-of-type {
    width: 100%;
    min-width: auto;
    max-width: none; } }

/*formLogin*/
.formLogin {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
	padding-left: 0px;
}
  .formLogin label {
    min-width: 5.5rem; 
   }
  .formLogin .form-group > .form-control {
    min-width: 18.2rem; }
  .formLogin .inDate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 18.2rem;
    margin-left: -2px;}
/*---------補寄帳單-----------------------*/
  .formLogin .repair_send{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 18.2rem;
    margin-left: -2px;}
@media all and (min-width: 320px) and (max-width: 576px) {
	.formLogin .repair_send{
	 flex-wrap: wrap;
	 min-width: 14rem!important;
	 justify-content: center}
	.repair_send label{
		padding-bottom: 15px;
	}
	.formLogin .repair_send select:nth-of-type(1){
      width: 15rem;
	  }	
	.formLogin .repair_send select:nth-of-type(2){
      width: 15rem;
	 }	
	.qry_txt{
	  display: block;
	  width: 100%;
      text-align: center!important;
	  padding: 5px;
	}
		
	}
/*---------補寄帳單-----------------------*/

  .formLogin .inCaptcha .form-control {
    min-width: 5rem;
    max-width: 10.5rem; }
   .formLogin .inOpt .form-control {
    min-width: 5rem;
    max-width: 9rem; }
  .formLogin .id_code {
    max-width: 120px;
    height: 44px;
    padding-left: 3px;
    margin: 0px;}
  .formLogin .staff {
    min-width: 18.2rem;
    font-size: 1.25rem;
    color: #333333; }

.form-group :nth-child(3){
	margin-left: 3px;
}

.inOpt button{
	display: inline-block;
	text-align: center;
	background-color: #1f6aa0;
	border-radius: 5px;
	margin: 10px;
	width: 130px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #ffffff;
	border:0px;
}
.inOpt button:focus {
	outline: 0px }
.inOpt button:hover {
    background-color: #145686;
}
/*
.ResendOpt {
	display: inline-block;
	width: 130px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #ffffff;
}
*/
 .formLogin .in_message .form-control {
    min-width: 18.2rem;}

@media all and (min-width: 320px) and (max-width: 576px) {
  .formLogin,
  .formLogin li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .formLogin label {
    text-align: left; }
  .formLogin .inDate select:first-of-type {
    width: 100px; }
  .formLogin .inCaptcha label {
    width: 100%; }
  .formLogin .inOpt label {
    width: 100%; 
	text-align: center;
	padding-bottom: 15px;}
  .formLogin .inOpt label {
    width: 100%; }
  .formLogin .inOpt .form-control {
    margin-right: 10px; }
  .formLogin .staff {
    min-width: unset; } 
  .formLogin .inDate {
    margin-left: 0px;}

  .form-group :nth-child(3){
	margin-left: 0px;
  }

  .formLogin .in_message .form-control {
	width: 100%;
    min-width: 8rem;
   }
  .formLogin .in_message label{
	margin-right: 0rem;
    text-align: center;
	}
}

/*-----------opt-------------*/
.ResendOpt_note{
	padding-left: 3.1rem;
	text-indent:-3.1rem;
}
.text-DarkRed{
	color: #cc0e43;
}
