@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 959px) {
  .header-fixed .daterangepicker {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1300px) {
  .header-fixed .daterangepicker {
    margin-top: -116px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-fixed .daterangepicker {
    margin-top: 16px;
  }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #00994e;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  width: auto;
  max-width: none;
  padding: 0;
  margin-top: 16px;
  top: 100px;
  left: 20px;
  z-index: 1201;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker select {
  /*移除箭頭樣式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*改變右邊箭頭樣式*/
  background: transparent;
  background-size: 20px;
  border: 0px;
  width: 100%;
  padding-left: 2px;
  padding-right: 40px;
  background-color: #F6F7F7;
  color: gray;
  cursor: pointer;
}

.daterangepicker select::-ms-expand {
  display: none;
}

.daterangepicker select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #00994e;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 42px;
  width: 42px;
  height: 39px;
  line-height: 39px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #e1f5e9;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #bebebe;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 5px 0 0 5px;
}

.daterangepicker td.end-date {
  border-radius: 0 5px 5px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 5px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #00994e;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 16px;
  padding: 0 10px;
  height: 42px;
  margin: 0;
  cursor: default;
  border-radius: 5px;
  border: 1px solid #bebebe;
  background-color: #fff;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/*new add*/
.daterangepicker-box {
  width: 100%;
}

.datepicker.form-group {
  width: 100%;
}

.datepicker.form-group input:focus {
  border: 1px solid #00994e;
}

.daterangepicker .monthselect-box {
  position: relative;
  width: 78px;
  display: inline-block;
}

.daterangepicker .yearselect-box {
  position: relative;
  width: 120px;
  display: inline-block;
  margin-right: 10px;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  width: 100%;
  position: relative;
}

.daterangepicker .selection__arrow:before {
  content: "";
  height: 10px;
  width: 10px;
  right: 10px;
  top: 12px;
  position: absolute;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: #00994e;
  color: #00994e;
  background: #fff;
  border-top: 3px solid;
  border-right: 3px solid;
  border-radius: 1.5px;
  pointer-events: none;
}

.icon-calendar {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  font-size: 20px;
  z-index: 2;
  background: #ffffff no-repeat url("../images/icons/transformselect-down.png") 98% center;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.icon-calendar.single {
  background-image: url("../images/icons/clander.svg");
  pointer-events: none;
}

a.link_g, a.link_g:active, a.link_g:hover, a.link_g:visited, a.link_g:focus {
  color: #00994e;
  text-decoration: underline;
}

.green_span {
  color: #00994e;
}

.orange_span {
  color: #ff7313;
}

.red_span {
  color: #e70839;
}

.m_50 {
  margin: 40px 0;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_20 {
  margin-bottom: 20px;
}

.pl_40 {
  padding-left: 40px;
}

.mt_0 {
  top: 0;
}
.mt_5 {
  margin-top: 5px;
}
.m5 {
  margin: 5px 0;
}
.error_ml0 {
  margin-left: 0 !important;
  margin-top: 5px;
}

.mt_30 {
  top: 30px;
}

.mb_10 {
  margin-bottom: 10px;
}

.pb_50 {
  padding-bottom: 50px;
}

.box_inlebox {
  line-height: 40px;
  margin-top: -5px;
}

.w_230 {
  width: 230px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
}
.w_230 .w_a_box {
  position: absolute;
  top: -25px;
  width: 100%;
  z-index: 20;
}

.w_line {
  line-height: 30px;
}

.text_center {
  text-align: center;
  margin-bottom: 50px;
}

.inputGroup__tit {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "微軟正黑體";
  color: #111111;
}

.inputGroup__control--thousand:after {
  content: '元';
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
  line-height: 40px;
  color: #9e9e9e;
}

.inputGroup + .tit_10height {
  margin-top: 10px;
}

.text_detailed {
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: "微軟正黑體";
  color: #111111;
}

.btn_all_print {
  width: 100%;
  text-align: right;
  margin: 25px 0;
}
.btn_all_print.lightbox_contenet {
  margin: 25px 0 0px;
}
.btn_all_print a {
  border-radius: 20px;
  border: solid 1px #00994e;
  outline: none;
  font-size: 16px;
  line-height: 35px;
  font-weight: normal;
  font-family: "微軟正黑體";
  color: #00994e;
  padding: 6px 20px;
  margin: 0 5px;
}
.btn_all_print a span {
  line-height: 35px;
}
.btn_all_print a.yellow {
  border: solid 1px #ff6000;
  color: #fff;
  background: #ff6000;
}

.time_count {
  width: 50px;
  height: 50px;
  background-image: url(../images/time_count.png);
  background-size: 50px 50px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.time_count_text {
  padding: 0;
  display: inline-block;
  float: left;
  margin: 0;
  margin-bottom: 30px;
}

/*table*/
.table_data_item {
  width: 100%;
  color: #111111;
}
.table_data_item.mt20 {
  margin-top: 20px;
}
.table_data_item td {
  padding: 5px 0;
}
.table_data_item .td_25 {
  width: 25%;
}
.table_data_item .td_50 {
  width: 50%;
}

.line_li_mb_20 {
  margin: 20px 0 5px;
  font-size: 18px;
}

/* thankIcon */
.thankIcon {
  margin: 0 auto;
  text-align: center;
}
.thankIcon span {
  vertical-align: middle;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #00994e;
}
.thankIcon span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  background-image: url(../images/thankicon.png);
  background-position: 0 0;
  background-size: 100px 100px;
}

.icom_errorMsg {
  text-align: center;
  margin-top: 15px;
}
.icom_errorMsg .confirm__code_text {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  font-family: "微軟正黑體";
  color: #f61732;
  text-align: center;
}
.icom_errorMsg .confirm__code_text:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background-image: url(../images/warning-100-px.png);
  background-size: 80px 80px;
}

.actionArea--2btns {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.btn.green_btn {
  border: solid 1px #00994e;
  background: #fff;
  color: #00994e;
  font-size: 20px;
  margin-right: 16px;
}

.btn.green_btn > span {
  color: #00994e;
}

.select_o {
  position: relative;
  vertical-align: middle;
  border-radius: 3px;
  background: #ffffff no-repeat url(../images/transformselect.png) right center;
  background-size: 25px 22px;
  line-height: 20px;
  cursor: pointer;
  z-index: 9;
}

.select_o::after {
  content: ' ';
  position: absolute;
  width: 25px;
  height: 22px;
  background: #ffffff no-repeat url(../images/transformselect.png) right center;
  background-size: 25px 22px;
  top: 50%;
  margin-top: -11px;
  right: 10px;
}

.select_box {
  width: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 9px 15px;
  line-height: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  overflow: hidden;
}

.notice {
  font-size: 14px;
  color: #6d6d6d;
  line-height: 25px;
}

.input_text_detailed {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.input_text_detailed span {
  font-size: 20px;
  color: #00994e;
  font-weight: 600;
}

.complete ul.checkout .step.active:last-child:after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: 2px solid #afb3b9;
  border-color: #e4e4e4;
}

.complete ul.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-top: 30px;
  text-align: center;
  list-style: none;
  margin-bottom: 150px;
}
.complete ul.checkout .step {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 30px;
  position: relative;
}
.complete ul.checkout .step:before, .complete ul.checkout .step:after {
  position: absolute;
  content: ' ';
  top: 50%;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: 2px solid #afb3b9;
  border-color: #e4e4e4;
}
.complete ul.checkout .step.active:after, .complete ul.checkout .step.active:before {
  position: absolute;
  content: ' ';
  top: 50%;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: 2px solid #00994e;
  border-color: #00994e;
  z-index: 1;
}
.complete ul.checkout .step.active.lastbox:after {
  position: absolute;
  content: ' ';
  top: 50%;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: 2px solid #afb3b9;
  border-color: #e4e4e4;
}
.complete ul.checkout .step:before {
  left: 0;
  right: 50%;
}
.complete ul.checkout .step:after {
  left: 50%;
  right: 0;
}
.complete ul.checkout .step:last-child:after {
  right: 50%;
}
.complete ul.checkout .step:first-child:before {
  left: 50%;
}
.complete ul.checkout .step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #e4e4e4;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.complete ul.checkout .step.active .step-icon:after {
  position: absolute;
  width: 40px;
  height: 40px;
  content: '';
  top: -1px;
  left: -1px;
  background: #00994e;
  border-radius: 50%;
  z-index: 10;
}
.complete ul.checkout .step.active.lastbox .step-icon:after {
  position: absolute;
  width: 35px;
  height: 35px;
  content: '';
  top: -1px;
  left: -1px;
  background: #fff;
  border: 5px solid #00994e;
  border-radius: 50%;
  z-index: 10;
}
.complete ul.checkout .step.completed .step-icon {
  background: #e4e4e4;
  border-color: #e4e4e4;
}
.complete ul.checkout .step-label {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #bebebe;
}
.complete ul.checkout .step-label_s {
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #4a4a4a;
  font-size: 14px;
}
.complete ul.checkout .step.active .step-label {
  color: #00994e;
  font-weight: bold;
  visibility: visible;
}

.li_s {
  padding-left: 10px;
}

.table_lightbox {
  margin: 10px 0;
}
.table_lightbox td {
  border: 1px solid #ccc;
  padding: 10px 10px;
}
.table_lightbox td.w90 {
  width: 90px;
  background: #00994e;
  color: #fff;
}

.inputGroup__control.ml_0 {
  margin-left: 0;
  min-height: 50px;
  padding-top: 12px;
}

.rel {
  position: relative;
}

input[type="text"].input_other {
  width: 79%;
  margin-left: 5px;
  position: absolute;
  top: 6px;
  left: 18%;
}

.mt5 {
  margin-top: 5px;
}

.mb20 {
  margin-bottom: 20px;
  margin-top: 0 !important;
}

.light_title {
  font-weight: 600;
}

.s_title {
  font-weight: 600;
  padding: 0 10px;
}

.border_top {
  border-top: 1px solid #d2d2d2;
  padding-top: 18px;
}

.inputGroup__info {
  margin-top: -25px;
}

.box_w100 {
  width: 100%;
  float: left;
}

.box_border {
  border: 1px solid #bebebe;
  border-radius: 3px;
  padding: 0px 15px;
  margin-bottom: 13px;
  width: 100%;
  background: #fff;
  cursor: pointer;
}
.box_border.on {
  background: #00994e;
  color: #fff;
}

.other_input {
  position: relative;
  margin-left: 40px;
}

.double__checkbox {
  display: inline-block;
  position: relative;
}
.double__checkbox .trans-element-checkbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.double__checkbox .trans-element-checkbox.checked {
  background-position: 0 -25px;
}
.double__checkbox .trans-element-checkbox {
  background: url(../images/icon_check_s.png) no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  zoom: 1;
}
.double__checkbox label {
  margin-left: 40px;
  font-size: 16px;
  display: inline-block;
  min-height: 40px;
  padding-top: 9px;
  cursor: pointer;
}

.double_check {
  width: 45px;
  border-radius: 2px;
  background-color: #ababab;
  font-size: 12px;
  color: #fff;
  padding: 3px 10px;
  margin-left: 5px;
}

.must_check {
    width: 45px;
    border-radius: 2px;
    background-color: #ea9393;
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    margin-left: 5px;
}

.br_block {
  display: inline;
}

.no_padding {
  padding: 0;
}

.border {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  max-width: 350px;
  border-radius: 3px;
  margin: 20px auto 10px;
}

.agreement .accordionForm__title.p_block:before {
  background-image: url(../images/accordion--pblock.png);
}

.form__section {
  margin-bottom: 20px;
}

.check_pdf {
  margin: 30px 0;
}

.inputGroup__title {
  color: #4a4a4a;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}

.agreement .accordionForm {
  margin-bottom: 30px;
}

.agreement .accordionForm__content {
  background: #f1f1f1;
}

.accordionForm__content {
  position: relative;
}
.accordionForm__content .only_box {
  position: absolute;
  top: 10px;
  right: 80px;
  width: 100px;
  height: 50px;
  background: url(../images/only_bg.png);
  background-size: 100px 50px;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  font-weight: 600;
  font-family: "微軟正黑體";
  color: #fff;
}
.accordionForm__content .agree_text_content {
  font-size: 14px;
}

.inputGroup__control {
  position: relative;
}

.box_inline {
  position: relative;
  width: 100%;
  line-height: 35px;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  display: inline-block;
  vertical-align: top;
}
.box_inlinetext{
  font-size: 16px;
  color: #6d6d6d;
  padding-left:30px ;
  line-height: 1.3;
}
.box_inline.loan {
  font-size: 22px;
  margin: 5px 0;
}
.box_inline .text__box {
  font-size:20px;
  line-height: 42px;
  padding-left: 40px;
  margin-top: -38px;
  display: block;
  font-weight: 600;
}
.box_inline .text__box span.size36 {
  font-size: 36px;
}
.box_inline .text__box span.size30 {
  font-size: 30px;
}
.box_inline .text__box span.size25 {
  font-size: 25px;
}
.box_inline .text__box span.gray_18 {
  font-size: 18px;
  color: #6d6d6d;
  font-weight: 500;
}
.box_inline .text__box span {
  font-weight: 600;
  font-size: 22px;
}
.box_inline span {
  font-weight: 500;
  font-size: 16px;
}
.box_inline span.loan_o {
  color: #ff7313;
  font-size: 22px;
  font-weight: 600;
}
.box_inline span.loan_g {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 600;
}
.box_inline.mb_10 {
  margin-bottom: 10px;
}
.box_inline.mt_20 {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.box_inline .icon_float {
  float: left;
}
.box_inline .ml_95 {
  margin-left: 95px;
}
.box_inline .ml_95.b20 {
  font-size: 18px;
  color: #6d6d6d;
}

.box_inline2 {
  position: relative;
  width: 100%;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}

.more_one__in, .more_two__in, .more_three__in {
  margin-top: 10px;
}

.box_icon {
  margin-top: 30px;
  height: 30px;
}

.more {
  float: right;
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  font-family: "微軟正黑體";
  color: #00994e;
}

.icon_delete:before, .icon_delete:after {
  width: 30px;
  height: 30px;
  background-image: url(../images/account_img.png);
  margin-left: 10px;
  margin-right: 10px;
  background-position-y: -30px;
  cursor: pointer;
}

.icon_add:before, .icon_add:after {
  width: 30px;
  height: 30px;
  background-image: url(../images/account_img.png);
  margin-left: 10px;
  margin-right: 10px;
  background-position-y: 0;
  cursor: pointer;
}

.icon_item:before, .icon_item:after {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-image: url(../images/check_icon.png);
  margin-right: 5px;
}

.iInfo_g.mt6:before {
  margin-top: -6px;
  margin-right: 5px;
}

.iInfo_g:before, .iInfo_g:after {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-image: url(../images/prompt_icon.png);
  margin-left: 5px;
}

.loan-title{
  padding: 10px 40px 0px 20px;
}
.loan_table{
  max-height: 140px;
  overflow-y: auto;

}
.collapse--note > .collapse__title {
  padding: 10px 40px 10px 55px;
  border-bottom: solid 1px #E6E6E6;
}

.collapse__content {
  border-top: none;
}

.inputGroup__label_b {
  width: 270px;
  padding: 0px 30px 0 0;
  left: 0;
  top: 0;
  text-align: right;
  position: absolute;
  display: block;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.collapse--note {
  background-color: #fafafa;
  cursor: pointer;
  margin-bottom:15px;
}
.collapse--note.loan_table .collapse__title {
  padding: 10px 40px 10px 10px;
  font-size: 13px;
  color: #6d6d6d;
}
.collapse--note.loan_table .collapse__title:after {
  left: 100px;
}

.text_gray {
  color: #4a4a4a;
  font-weight: 600;
}

.text_gray_14 {
  color: #6d6d6d;
  font-size: 14px;
}

.text_orange {
  color: #ff7313;
}

.mb_40 {
  margin-bottom: 40px;
}

.wrap_button {
  width: 100%;
  float: left;
}

.text__20 {
  font-size: 20px;
}

.text__16 {
  font-size: 16px;
}

.text__22 {
  font-size: 22px;
}

.text__center {
  text-align: center;
}

.banner__img {
  position: relative;
  background: url(../images/kv.jpg);
  height: 300px;
  background-position: top center;
}
.banner__img .banner_title {
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -480px;
  max-width:380px;
  text-align: left;
  z-index: 99;
  font-size:35px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
}
.banner__img .banner_title .br {
  display: inline-block;
}
.banner__img .banner_title p {
  line-height: 1.33;
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 25px;
}

a.btn_box {
  width: 200px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #ffffff;
  text-align: center;
  float: left;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}

.complete__write {
  background: #fafafa;
  padding: 30px;
  margin: 0 0;
}
.complete__write:before {
  content: "";
  display: table;
}
.complete__write:after {
  content: "";
  display: table;
  clear: both;
}
.complete__write li {
  width: 33.3%;
  text-align: center;
  float: left;
  list-style: none;
  position: relative;
}
.complete__write li .complete__wtDesc {
  padding: 0 30px;
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 600;
  margin-bottom: 10px;
  min-height: 60px;
}
.complete__write li .complete__wtDesc span.step {
  color: #9d9d9d;
  font-size: 16px;
}
.complete__write li .complete__wtDesc .br_box {
  margin-left: 45px;
  font-size: 18px;
  color: #4a4a4a;
}
.complete__write li .complete__action {
  font-size: 14px;
  text-align: center;
  color: #4a4a4a;
}
.complete__write li .complete__action .title_g {
  font-size: 16px;
  color: #00a94f;
}
.complete__write li .complete__action a.green_on {
  text-decoration: underline;
  color: #00994e;
}
.complete__write li:after {
  width: 35px;
  height: 35px;
  background: url(../images/icon_p.png);
  content: " ";
  position: absolute;
  right: -20px;
  top: 175px;
}
.complete__write li:nth-child(3):after {
  display: none;
}

.complete__writetIcon {
  padding: 30px;
}

.iwrite__pen:before, .iwrite__doc:before, .iPrint__bank:before, .iwrite__pen:after, .iwrite__doc:after, .iPrint__bank:after {
  width: 120px;
  height: 120px;
  background-image: url(../images/iwrite.png);
  background-position-x: 0;
}

.iwrite__pen:before, .iwrite__pen:after {
  background-position-y: 0;
}

.iwrite__doc:before, .iwrite__doc:after {
  background-position-y: -120px;
}

.iPrint__bank:before, .iPrint__bank:after {
  background-position-y: -240px;
}

.box_location {
  width: 360px;
  max-width: 360px;
  margin: 0 26px 0 0;
  float: left;
  padding: 15px 0;
  min-height: 180px;
  text-align: center;
}
.box_location .loaction_tit {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 1.18;
  margin-bottom: 10px;
}

.box_ticket {
  width: 540px;
  max-width: 540px;
  margin: 0 0 0 0;
  float: left;
  padding: 15px 0;
  min-height: 180px;
  text-align: center;
}
.box_ticket .box_l {
  float: left;
  margin-left: 50px;
}
.box_ticket .box_l .s_text {
  font-size: 12px;
  margin-top: 10px;
}
.box_ticket .img_qrcode {
  margin-right: 28px;
  float: right;
  width: 164px;
  height: 164px;
  background-size: 164px 164px;
  background: url(../images/qr.png);
  margin-top: -15px;
}
.box_ticket .ticket_tit {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 1.18;
  margin-bottom: 0px;
}

.box_notice {

  line-height:1.5;
  margin: 40px 0 60px;
  color: #111111;
}
.box_notice_s{
  font-size:14px;
  border-top:1px solid #d8d8d8;
  padding-top:10px;
}

.loaction_i:before, .ticket_i:before, .loaction_i:after, .ticket_i:after {
  width: 60px;
  height: 60px;
  background-image: url(../images/complete_img.png);
  background-position-x: 0;
}

.loaction_i:before, .loaction_i:after {
  background-position-y: 0;
}

.ticket_i:before, .ticket_i:after {
  background-position-y: -60px;
}

.box_list_50 {
  width: 50%;
  float: left;
}
.box_list_50 ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.box_list_50 ul > li {
  float: left;
  width: 100%;
  margin-top: 15px;
  list-style: none;
  padding-right: 20px;
}

.notice_text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  font-family: "微軟正黑體";
  color: #111111;
}

.confirm__list > li.line_li {
  width: 100%;
}

.confirm__list > li.line_li {
  width: 100%;
}

.box_OtherAccount, .box_Contact {
    margin-top: 25px;
}

.detail_agree_text {
  margin-top: 8px;
  margin-left: 40px;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  font-family: "微軟正黑體";
  color: #111111;
}

.content_text {
  margin-top:20px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 25px;
}

.time__box {
  text-align: right;
  line-height: 30px;
  margin-bottom: 20px;
}
.time__box span {
  font-size: 16px;
  color: #111111;
}
.time__box span#time__count {
  color: #ff6000;
  font-weight: 600;
}

.form_box {
  border: solid 1px #d5d5d5;
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 35px;
}

.program__box {
  line-height: 36px;
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 600;
}
.program__box span {
  color: #ff6000;
}

.box_loan__result {
  border-top: solid 1px #d5d5d5;
  text-align: center;
  margin: 30px 0;
  padding: 30px 0 0;
}
.box_loan__result p {
  font-size: 16px;
}
.box_loan__result p span.tit {
  font-weight: 600;
  color: #000;
}

.accordionForm__title.active + .accordionForm__content {
  padding: 10px 50px 30px 50px;
}

.inputGroup__label.w200 {
  width: 200px;
}

.inputGroup__control.w200 {
  margin-left: 200px;
}
.btn--cta{
  width:50%;
  display:inline-block ;
}
  /*---------- otherRadio ----------*/
  .otherRadio__ul{
    width:50%;
    margin: 0;
    padding: 0;
   }
   .otherRadio__ul > li {
     list-style: none;
     float: left;
     width: 28%;
     margin-left: 4%;
     position: relative;
     margin-top:0px;
     margin-bottom:0px;
 }

 li.otherRadio_li:nth-child(1){
  margin-left:0%;
 }
 li.otherRadio_li:nth-child(3){
  margin-right:4%;
 }
.otherNations__ul > li {
  margin-left: 2%;
}

.otherNations__ul > li.loan_li {
  width: 15%;
}

.otherNations__ul > li.loan_li:nth-child(1) {
  margin-left: 0%;
}

.otherNations__ul > li.loan_li:nth-child(7) {
  margin-left: 0%;
}

.otherNations__ul > li.loan_li:nth-child(13) {
  margin-left: 0%;
}

.otherNations__ul > li.loan_li:nth-child(5n) {
  margin-left: 2%;
  clear: none;
}

.otherNations__ul > li.Education_li {
  width: 15%;
}

.otherNations__ul > li.Education_li:nth-child(1) {
  margin-left: 0%;
}

.otherNations__ul > li.Education_li:nth-child(7) {
  margin-left: 0%;
}

.otherNations__ul > li.Education_li:nth-child(13) {
  margin-left: 0%;
}

.otherNations__ul > li.Education_li:nth-child(5n) {
  margin-left: 2%;
  clear: none;
}
@media screen and (max-width:760px) {
  .otherRadio__ul{
    width:100%;
  }
  .btn--cta{
    margin-top:15px ;
    width:100%;
  }
  button.issuedValidateBtn {
    max-width: 48%;
  }
  .otherRadio__ul > li{
    width:30% ;
  }
  li.otherRadio_li:nth-child(3){
    margin-right:0%;
   }
 }
.box_remind {
  margin: 40px 0;
  padding: 0 50px;
  color: #111111;
  line-height: 30px;
}

.box_remind2 {
  margin: 10px 0 30px;
  padding: 0 0px;
  color: #111111;
  line-height: 30px;
}

.btn.w140 {
  width: 140px;
  padding: 8px 0;
}

.form.bg_w {
  background: #fff;
  padding: 35px 15px;
  border: solid 1px #d5d5d5;
}
.form .sms__actionArea {
  margin: 0px auto 0px;
}

.table_load_style {
  border: solid 1px #adadad;
  display: table;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: #4a4a4a;
  font-weight: 500;
  font-family: "微軟正黑體";
  color: 1.36;
}
.table_load_style th {
  border-bottom: 1px solid #d8d8d8;
  background: #f6f6f6;
  text-align: center;
}
.table_load_style td {
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
  text-align: center;
}

.footer {
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .inputGroup__info {
    margin-top: 2px;
    top: -30px;
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .box_location {
    width: 40%;
    max-width: 40%;
    margin: 0 1% 0 0;
  }

  .box_ticket {
    width: 59%;
    max-width: 59%;
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 960px) {
  .agreement .accordionForm__title.active + .accordionForm__content {
    padding: 5px 10px 5px 10px;
  }

  .agreement .accordionForm__content article {
    padding: 25px 0px 60px 0;
  }

  .accordionForm__title.active + .accordionForm__content {
    padding: 10px 15px 60px 15px;
  }

  .m_50 {
    margin: 20px 0;
  }

  input[type="text"].input_other {
    width: 78%;
    margin-left: 100px;
    position: absolute;
    top: 6px;
    left: 0;
  }

  .li_s {
    padding-left: 0px;
  }

  .banner__img {
    position: relative;
  }
  .banner__img .banner_title {
    position: absolute;
    top: 45px;
    left: 0%;
    margin-left: 10px;
    width: 40%;
    max-width: 40%;
    text-align: left;
    z-index: 99;
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .banner__img .banner_title .br {
    display: inline-block;
  }
  .banner__img .banner_title p {
    line-height: 1.5;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
  }

  .box_location {
    width: 35%;
    max-width: 35%;
    margin: 0 1% 0 0;
    float: left;
    padding: 15px 0;
    min-height: 180px;
    text-align: center;
  }
  .box_location .loaction_tit {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.18;
    margin-bottom: 10px;
  }

  .box_ticket {
    width: 64%;
    max-width: 64%;
    margin: 0 0 0 0;
    float: left;
    padding: 15px 0;
    min-height: 180px;
    text-align: center;
  }
  .box_ticket .box_l {
    float: left;
    margin-left: 20px;
  }
  .box_ticket .box_l .s_text {
    font-size: 12px;
    margin-top: 10px;
  }
  .box_ticket .img_qrcode {
    margin-right: 30px;
    float: right;
    width: 120px;
    height: 120px;
    background: url(../images/qr.png);
    background-size: cover;
    margin-top: 0px;
  }
  .box_ticket .ticket_tit {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.18;
    margin-bottom: 0px;
  }

  .inputGroup__label_b {
    width: 165px;
  }

  .line_box {
    width: 100%;
    float: left;
    padding-left: 50px;
  }

  .pl_40 {
    padding-left: 0;
  }
}
@media screen and (max-width: 860px) {
  .time_count_text {
    width:100%;
  }

  .btn_all_print {
    width: 100%;
    text-align: right;
    margin: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .inputGroup + .inputGroup.mt_5 {
    margin-top: 5px;
  }
  .accordionForm__content {
    position: relative;
  }
  .accordionForm__content .only_box {
    right: 25px;
  }

  .box_list_50 {
    width: 100%;
    float: left;
  }
  .box_list_50 ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  /*---------- thankIcon ----------*/
  .thankIcon {
    margin-top: 0;
  }
  .thankIcon span {
    display: block;
    text-align: center;
  }
  .thankIcon span:before {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background-image: url(../images/thankicon.png);
    background-position: 0 0;
    background-size: 70px 70px;
  }

  .icom_errorMsg .confirm__code_text {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    font-family: "微軟正黑體";
    color: #ff2828;
    text-align: center;
  }
  .icom_errorMsg .confirm__code_text span {
    display: block;
  }
  .icom_errorMsg .confirm__code_text:before {
    content: '';
    display: block;
    vertical-align: middle;
    width: 55px;
    height: 55px;
    background-image: url(../images/warning-100-px@2x.png);
    background-size: 55px 55px;
    margin: 0 auto 20px;
  }

  /*  */
  .otherNations__ul > li.Education_li {
    width: 30.66%;
  }

  .otherNations__ul > li.loan_li {
    width: 30.66%;
  }

  .form_box {
    border: solid 1px #d5d5d5;
    background: #fff;
    padding: 40px 10px;
  }

  .box_inline {
    position: relative;
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 15px;
  }
  .box_inline .text__box span {
    display: inline;
    padding-left: 0;
  }
  .box_inline span {
    display: block;
    padding-left: 30px;
  }
  .box_inline.mb_10 {
    margin-bottom: 10px;
  }
  .box_inline.mt_20 {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
  .box_inline .ml_95 {
    margin-left: 28px;
  }
  .box_inline .ml_95.b20 {
    font-size: 18px;
    color: #6d6d6d;
  }

  .inputGroup__info {
    margin-top: 0;
    top: 0px;
    right: 0;
  }

  .mt5 {
    margin-top: -2px;
    position: absolute;
    top: 0;
    left: 110px;
  }

  .collapse--note > .collapse__title {
    padding: 10px 40px 10px 10px;
  }

  .collapse--note > .collapse__content {
    padding: 10px 0px;
  }

  .CUBList--sequence > li {
    position: relative;
    font-size: 14px;
    padding-left: 60px;
  }

  .CUBList--sequence > li:before {
    content: attr(data-sequence);
    display: block;
    position: absolute;
    width: 60px;
    line-height: 1.4;
    font-size: 14px;
    top: 0;
    left: 0;
    text-align: right;
  }

  .btn {
    max-width: 335px;
    width: 80%;
  }

  .br_block {
    display: inline-block;
  }

  .inputGroup__title {
    margin-left: 0px;
  }

  .inputGroup__label_b {
    display: block;
    position: relative;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 5px;
    text-align: left;
    padding-right: 20px;
  }

  .banner__img {
    position: relative;
    background: url(../images/kv_mobile.jpg);
    width: 100%;
    min-height: 300px;
    height: 0;
    padding-bottom: 30vh;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .banner__img .banner_title {
    position: absolute;
    width: 38%;
    top: 10vw;
    margin-top: 0px;
    text-align: left;
    z-index: 99;
    font-size: 4vw;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-left: 5px;
  }
  .banner__img .banner_title .br {
    display: inline-block;
  }
  .banner__img .banner_title p {
    line-height: 1.33;
    font-size: 4vw;
    font-weight: 600;
    color: #ffffff;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .box_location {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
    float: left;
    padding: 15px 0;
    min-height: 165px;
    text-align: center;
  }
  .box_location .loaction_tit {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.18;
    margin-bottom: 10px;
  }

  .box_ticket {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 0;
    float: left;
    padding: 15px 0;
    min-height: 165px;
    text-align: center;
  }
  .box_ticket .box_l {
    float: none;
    margin: 0 auto;
  }
  .box_ticket .box_l .s_text {
    font-size: 12px;
    margin-top: 10px;
  }
  .box_ticket .img_qrcode {
    display: none;
  }
  .box_ticket .ticket_tit {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.18;
    margin-bottom: 0px;
  }

  a.btn_box {
    width: 100%;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #ffffff;
    text-align: center;
    float: left;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
  }

  .complete__writetIcon {
    padding: 0px;
    position: absolute;
  }

  .complete__write {
    background: #fafafa;
    padding: 10px 0;
    margin: 0px 0;
  }
  .complete__write li {
    width: 100%;
    text-align: center;
    float: none;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 0;
    list-style: none;
    position: relative;
    border-bottom: solid 1px #d8d8d8;
  }
  .complete__write li .complete__wtDesc {
    padding: 20px 0 0 100px;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 60px;
    text-align: left;
  }
  .complete__write li .complete__wtDesc.f_top {
    padding: 10px 0 0 100px;
  }
  .complete__write li .complete__wtDesc span.step {
    color: #9d9d9d;
    font-size: 16px;
    width: 50px;
  }
  .complete__write li .complete__wtDesc .br_box {
    margin-left: 50px;
    font-size: 18px;
    color: #4a4a4a;
  }
  .complete__write li .complete__action {
    font-size: 18px;
    text-align: left;
    color: #4a4a4a;
    margin-left: 100px;
  }
  .complete__write li .complete__action .title_g {
    font-size: 16px;
    color: #00a94f;
  }
  .complete__write li .complete__action a.green_on {
    text-decoration: underline;
    color: #00994e;
  }
  .complete__write li:after {
    display: none;
  }

  .iwrite__pen:before, .iwrite__doc:before, .iPrint__bank:before, .iwrite__pen:after, .iwrite__doc:after, .iPrint__bank:after {
    width: 80px;
    height: 80px;
    background-image: url(../images/iwrite_S.png);
    background-size:80px 240px;
    background-position-x: 0;
  }

  .iwrite__pen:before, .iwrite__pen:after {
    background-position-y: 0;
  }

  .iwrite__doc:before, .iwrite__doc:after {
    background-position-y: -80px;
  }

  .iPrint__bank:before, .iPrint__bank:after {
    background-position-y: -160px;
  }
}
@media screen and (max-width: 480px) {
  .box_notice{
    text-align:center;
  }
  .w_230 {
    width: 60%;
    margin: 0 2%;
    display: inline-block;
    position: relative;
  }
  .w_230 .w_a_box {
    position: absolute;
    top: -25px;
    width: 100%;
  }

  .pl_40 {
    padding-left: 0px;
    float: left;
    display: block;
    width: 100%;
  }

  .banner__img {
    min-height: 185px;
  }

  .complete__write li {
    width: 100%;
    text-align: center;
    float: none;
    max-width: 390px;
    margin: 0 auto;
    list-style: none;
    position: relative;
    border-bottom: solid 1px #d8d8d8;
  }
  .complete__write li .complete__wtDesc {
    padding: 10px 0 0 100px;
    font-size: 5vw;
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 60px;
    text-align: left;
  }
  .complete__write li .complete__wtDesc.f_top {
    padding: 10px 0 0 100px;
  }
  .complete__write li .complete__wtDesc span.step {
    color: #9d9d9d;
    font-size: 18px;
    width: 50px;
  }
  .complete__write li .complete__wtDesc .br_box {
    margin-left: 60px;
    font-size: 4.5vw;
    color: #4a4a4a;
  }
  .complete__write li .complete__action {
    font-size: 4.5vw;
    text-align: left;
    color: #4a4a4a;
  }
  .complete__write li .complete__action .title_g {
    font-size: 16px;
    color: #00a94f;
  }
  .complete__write li .complete__action a.green_on {
    text-decoration: underline;
    color: #00994e;
  }
  .complete__write li:after {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .inputGroup__control--captcha .tableDiv > div:first-child {
    width: 100%;
    display: block;
  }

  .inputGroup__control .bg_block {
    width: 40%;
    margin-top: 10px;
    margin-left: 0;
    float: left;
  }

  .form .sms__actionArea {
    margin-top: 10px;
  }

  .completeIcon span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .complete ul.checkout {
    display: block;
    padding-left: 0;
    padding-top: 0px;
    text-align: left;
    margin-bottom: 0px;
  }
  .complete ul.checkout .step {
    height: 30px;
    min-height: 80px;
    position: relative;
  }
  .complete ul.checkout .step:after {
    position: absolute;
    content: '';
    top: 0%;
    -webkit-transform: translatex(14px);
    -ms-transform: translatex(14px);
    transform: translatex(14px);
    border-bottom: 2px solid #afb3b9;
    border-color: #e4e4e4;
    z-index: 1;
    width: 3px;
    height: 100px;
    background: #e4e4e4;
  }
  .complete ul.checkout .step:before {
    display: none;
  }
  .complete ul.checkout .step.active:after {
    position: absolute;
    content: '';
    top: 0%;
    -webkit-transform: translatex(14px);
    -ms-transform: translatex(14px);
    transform: translatex(14px);
    z-index: 1;
    width: 3px;
    height: 100px;
    background: #00994e;
  }
  .complete ul.checkout .step.active:before {
    display: none;
  }
  .complete ul.checkout .step:before {
    left: 0;
    right: 50%;
  }
  .complete ul.checkout .step.active.lastbox:after {
    position: absolute;
    content: '';
    top: 0%;
    -webkit-transform: translatex(14px);
    -ms-transform: translatex(14px);
    transform: translatex(14px);
    border-bottom: 2px solid #afb3b9;
    border-color: #e4e4e4;
    z-index: 1;
    width: 3px;
    height: 100px;
    background: #e4e4e4;
  }
  .complete ul.checkout .step:first-child:before {
    left: 50%;
  }
  .complete ul.checkout .step:last-child:after {
    display: none;
  }
  .complete ul.checkout .step:after {
    left: 0%;
    right: 0;
  }
  .complete ul.checkout .step-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #e4e4e4;
    border-radius: 50%;
    position: relative;
    z-index: 2;
  }
  .complete ul.checkout .step.active .step-icon:after {
    position: absolute;
    width: 32px;
    height: 32px;
    content: '';
    top: -1px;
    left: -1px;
    background: #00994e;
    border-radius: 50%;
    z-index: 10;
  }
  .complete ul.checkout .step.active.lastbox .step-icon:after {
    position: absolute;
    width: 24px;
    height: 24px;
    content: '';
    top: -1px;
    left: -1px;
    background: #fff;
    border: 5px solid #00994e;
    border-radius: 50%;
  }
  .complete ul.checkout .checkout .step.completed:after,
  .complete ul.checkout .checkout .step.completed + li:before {
    border-color: #00994e;
  }
  .complete ul.checkout .step.completed .step-icon {
    background: #e4e4e4;
    border-color: #e4e4e4;
  }
  .complete ul.checkout .step.completed .step-icon:after {
    position: absolute;
    content: '';
    top: 45%;
    width: 60%;
    height: 35%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background: transparent;
  }
  .complete ul.checkout .text__step {
    text-align: left;
  }
  .complete ul.checkout .text__step .step-label {
    position: absolute;
    top: 5px;
    left: 50px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    color: #bebebe;
    letter-spacing: 1.5px;
  }
  .complete ul.checkout .text__step .step-label_s {
    position: absolute;
    top: 30px;
    left: 50px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    color: #4a4a4a;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .complete ul.checkout .text__step .step.active .step-label {
    color: #00994e;
    font-weight: bold;
    visibility: visible;
  }
}
@media screen and (max-width: 640px) {

  .w75p {
    width: 100%;
    margin-top: 5px;
  }
  /*table*/
  .table_data_item {
    width: 100%;
  }
  .table_data_item.mt20 {
    margin-top: 20px;
  }
  .table_data_item .td_25 {
    width: 50%;
    display: inline-block;
  }
  .table_data_item .td_50 {
    width: 100%;
    display: block;
  }
  .table_data_item .td_block {
    display: block;
  }

  .line_li_mb_20 {
    margin: 10px 0 0;
  }

  input[type="text"].input_other {
    width: 60%;
  }

  .btn_all_print {
    width: 100%;
    text-align: center;
    margin: 25px 0;
    display: inline-block;
  }

  .time_count_text {
    width:100%;
  }

  .section--bgWhite {
    margin-bottom: 0;
  }
}
.image-holder{
  position: relative;
}
.img_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -125px;
  margin-top: -75px;
  width: 250px;
  height: auto;
}
@media only screen and (max-width: 767px){
  .upload__label {
    margin-left: 0px;
  }
  .upload__title{
    margin-left: -25px;
  }
}
@media screen and (max-width: 560px) {
  table th, table td {
    padding: 5px 16px;
  }

  .table_load_style {
    border: solid 1px #adadad;
    width: 100%;
    border-collapse: collapse;
    display: block;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 14px;
    line-height: #4a4a4a;
    font-weight: 500;
    font-family: "微軟正黑體";
    color: 1.36;
  }
  .box_loan__result p {
    font-size: 16px;
    text-align: left;
  }
  .box_loan__result p span.tit {
      font-weight: 600;
      color: #000;
      float: left;
      width: 100%;
      text-align: left;
  }
}


.w_270 {
    width: 270px;
    margin: 0 10px;
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 560px) {
    .w_270 {
        width: 100%;
        margin: 0 10px 0 0;
        position: relative;
    }
}


.review_peroid {
    color: #6F6F6F;
    font-weight: 700;
    font-size: 16px;
}

.review_peroid span {
    color: #FF6000;
}

.viewROC_date_picker {
    margin-left: 0;
    width: 100%;
}


