@charset "UTF-8";
@import url(frame.css);

body {
  background: #292929;
}

.site-body {
  width: 100%;
  min-height: 650px;
  position: relative;
  background: white;
}

@media (max-width: 568px) {
  .site-body {
    min-height: auto;
  }
}

a, input, textarea {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

a {
  color: #588c3f;
}

a.on-touch {
  color: #2a5801;
}

a:hover, a:focus {
  text-decoration: none;
}

.pc{display: block;}
.mobile{display: none;}
.green{color:#588c3f;}
.txt_c{text-align: center;}



@media (max-width: 568px) {}

.red {
  color: #f85766;
}

/* -- site-header START
-------------------------------------------------- */
.site-header {
  width: 100%;
  height: auto;
  position: relative;
  background: white;
  z-index: 10;
  -webkit-box-shadow: 0 1px 6px 0px rgba(200, 200, 200, 0.7);
  -moz-box-shadow: 0 1px 6px 0px rgba(200, 200, 200, 0.7);
  box-shadow: 0 1px 6px 0px rgba(200, 200, 200, 0.7);
  zoom: 1;
}
.site-header::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.site-header * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.site-header .container {
  max-width: 1170px;
  height: 100px;
  margin: 0 auto;
  padding: 24px 15px 0;
  position: relative;
  text-align: center;
}

.site-header .logo {
  display: inline-block;
  width: 174px;
  float: none;
  padding: 0;
  margin: 0;
}
.site-header .logo img {
  width: 100%;
  vertical-align: bottom;
}

/* -- site-body START
-------------------------------------------------- */
.site-body {
  background-color: #f3f3f3;
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}
.site-content-wrapper.login-box,
.site-content-wrapper.apply-box {
  background: transparent;
  padding: 30px 0 20px;
}
.site-content-wrapper.login-box .content-title,
.site-content-wrapper.apply-box .content-title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 20px;
  text-align: center;
}
.site-content-wrapper.login-box .site-content,
.site-content-wrapper.apply-box .site-content {
  background: white;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
.site-content-wrapper.apply-box .site-content {
  max-width: 700px;
}
.apply-form {
  width: 100%;
  margin: 0 auto;
}
.apply-form .af-content {
  font-size: 16px;
}
.apply-form dl {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  vertical-align: top;
}
.apply-form dt {
  width: 120px;
  display: inline-block;
  padding-right: 3px;
  padding-top: 14px;
  font-size: 16px;
  vertical-align: top;
  line-height: 1.4;
}
.apply-form dd {
  width: calc(100% - 200px);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.apply-box .apply-form dt {
  width: 120px;
}
.apply-box .apply-form dd {
  width: calc(100% - 200px);
}

.apply-form .checkbox-box,
.apply-form .radio-box {
  padding: 7px 0;
}
.apply-form .checkbox-box {
  text-indent: -23px;
  padding-left: 23px;
}
.apply-form .upload-box {
  padding: 0 0 7px;
}

.apply-form .radio-box span {
  padding-right: 25px;
  display: block;
}

/* 忘記帳密 & 記住我 */
.apply-form .feature_bar {
  display: flex;
  width: 100%;
}
.apply-form .feature_bar span {
  display: inline-flex;
  align-items: center;
  width: 50%;
}
.apply-form .feature_bar .forget_txt {
  color: #588c3f;
  justify-content: flex-end;
  margin-left: 3px;
  line-height: 1.3;
  text-align: justify;
}
.apply-form .feature_bar span:first-child {
  justify-content: flex-start;
}
.apply-form .feature_bar span:nth-child(2) {
  justify-content: flex-end;
}
.apply-box .apply-form .feature_bar .forget_txt {
  font-size: 14px;
}

.apply-form .choice_bar {
 display: block;
 width: 100%;
}
.apply-form span.choice_bar{
  display: inline-block;
  align-items: center;
  width: auto;
  line-height: 1.6;
  margin-right: 2%;
}
textarea {
  width:100%;
  min-height: 100px;
  resize : none;
  font-size: 16px;
}
.apply-form span.choice_bar input[type="checkbox"] {margin-right: 3px;}

/* 提示 */
.apply-form .tips-box {
  margin: 3px 0 0;
}
.apply-form .tips-box p {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px 2px 36px;
  position: relative;
}
.apply-form .tips-box .input-error-txt {
  background: url('../images/icon_error.png') no-repeat 8px center scroll #fff;
  border: 1px solid #ec4040;
  color: #a40000;
}
.apply-form .tips-box .input-correct-txt {
  background: url('../images/icon_info.png') no-repeat 8px center scroll #fff;
  border: 1px solid #227bbb;
  color: #227bbb;
}


/* 驗證碼 */
.apply-form .afc-captcha {
  width: 100%;
  position: relative;
}
.apply-form .afc-captcha li {
  display: inline-block;
  vertical-align: middle;
}
.apply-form .afc-captcha li:nth-child(1) {
  width: 50%;
}
.apply-form .afc-captcha li:nth-child(2) {
  width: 100px;
}
.apply-form .afc-captcha li:nth-child(3) {
  width: auto;
}

.apply-form .afc-captcha .acp-pic img {
  width: 100%;
  max-height: 44px;
  display: inline-block;
  vertical-align: bottom;
}
.apply-form .afc-captcha .acp-refresh {
  font-size: 15px;
}

.apply-form .afc-btn {
  display: inline-block;
  width: 100%;
  margin-top: 35px;
  text-align: center;
}
.afc-btn .btn {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  background: #444;
  display: inline-block;
  color: white;
  font-size: 16px;
  min-width: 112px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.login-box .afc-btn .login_btn,
.apply-box .afc-btn .login_btn,
.login-box .afc-btn .old_login_btn,
.apply-box .afc-btn .old_login_btn,
.apply-box .afc-btn .back_btn {
  height: 50px;
  line-height: 50px;
}
.login-box .afc-btn .login_btn,
.apply-box .afc-btn .login_btn {
  background-color: #68A54B;
  border-color: #3B6E22;
  width: 70%;
}
.login-box .afc-btn .old_login_btn,
.apply-box .afc-btn .old_login_btn {
  background-color: #497A37;
  border-color: #3B6E22;
  width: 70%;
}
.apply-box .afc-btn .back_btn {
  width: 70%;
}

.login-box .txt_btn,
.apply-box .txt_btn {
  padding: 24px 0 0;
  text-align: center;
}
.login-box .txt_btn a,
.apply-box .txt_btn a {
  color: #588C3F;
  font-size: 14px;
}
.login-box .txt_btn a:hover,
.apply-box .txt_btn a:hover {
  text-decoration: underline;
}

.apply-form input[type="text"],
.apply-form input[type="password"],
.apply-form input[type="tel"],
.apply-form input[type="email"],
.apply-form input[type="file"] {
  width: 100%;
  height: 45px;
  background: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #555;
  font-size: 14px;
  margin-left: 0;
  padding: 6px 8px;
}
.apply-form select {
  width: 100%;
  height: 45px;
  border: 1px solid #aaa;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #555;
  font-size: 14px;
  line-height: normal;
  padding: 6px 8px;
}
.apply-form select.city,
.apply-form select.town {
  display: inline-flex;
  width: 48%;
  margin-bottom: 15px;
}
.apply-form select.city {
  margin-right: 4%;
}
.apply-form select.town {
  margin-left: -5px;
}
.apply-form select.num-select {
  width: 120px;
}
.apply-form .upload_img {
  position: relative;
  width: 70px;
  height: 70px;
  font-size: 40px;
  line-height: 70px;
  background-color: #ccc;
  color: #666;
  cursor: pointer;
  display: inline-block;
  margin: 2px 5px 5px 0;
  text-align: center;
}
.apply-form .upload_img .upload_del {
  background: url("../images/law/upload_delete.png") no-repeat -2px -2px;
  z-index: 50;
  position: absolute;
  right: 3px;
  top: 3px;
}
.apply-form .upload_img .upload_del a {
  display: block;
  width: 16px;
  height: 16px;
}

/* Footer */
.footer-rwd {
  padding: 0;
  text-align: center;
}
.footer-rwd .footer-content {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.footer_link {
  display: inline-block;
  width: 40%;
  float: left;
  position: relative;
}
.footer_link:last-child {
  width: 20%;
}
.footer_link:last-child dl {
  width: 100%;
}
.footer_link dl {
  width: 50%;
  height: auto;
  float: left;
  line-height: 1.4;
  padding: 0 15px 15px;
  text-align: left;
  transition: all 0.3s;
}
.footer_link dt {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}
.footer_link dd {
  color: #ddd;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.footer_link dd span {
  display: none;
}
.footer_link dd a {
  color: #ddd;
  font-size: 14px;
}
.footer_link dd a:hover {
  color: #588c3F;
  text-decoration: underline;
}
.footer-rwd .social-icon {
  background-color: #2a2a2a;
  padding: 10px 0;
  text-align: center;
  justify-content: center;
}
.footer-rwd .social-icon img {
  padding: 15px 10px 10px;
}
.footer-rwd .social-icon .ecpay-logo,
.footer-rwd .social-icon .si-certified {
  display: inline-block;
}

.footer-rwd .social-icon .ecpay-logo img {
  /*width: 90%;*/
  padding: 30px 10px 10px;
}
.footer-rwd .social-icon .si-certified img {
  border: 0;
  padding: 0 10px;
}
.footer-rwd .social-icon .si-certified .sic-txt {
  color: #77BAE4;
}

.footer-rwd .copyright {
  width: 95%;
  display: inline-block;
  border-top: none;
  margin: 0;
  padding: 15px 0;
}
.footer-rwd .copyright p {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1170px) {
  .site-content-wrapper.login-box .content-title {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .site-header .container {
    height: 60px;
    padding-top: 12px;
  }
  .site-content-wrapper.login-box .site-content {
    padding: 40px 15px;
    border-radius: 0;
  }
  .site-header .logo {
    width: 120px;
  }
  .apply-form dl  {
    margin-bottom: 25px;
  }
  .apply-form dt, .apply-form dd,
  .apply-box .apply-form dt, .apply-box .apply-form dd {
    width: 100%;
  }
  .apply-form dt {
    padding-right: 0;
    padding-top: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  .apply-form dt{
		text-align: left;
	}
  .apply-form select.city,
  .apply-form select.town {
    width: 100%;
    margin-bottom: 0;
  }
  .apply-form select.city {
    margin: 0;
  }
  .apply-form select.town {
    margin: 15px 0 10px;
  }
  .apply-form .radio-box span {
    width: 100%;
    display: block;
  }
  .apply-form .tips-box {
    margin-top: 8px;
    position: relative;
    right: 0;
    top: 0;
  }
  .apply-form .tips-box p {
    display: block;
  }
  .apply-form .tips-box p::before {
    display: none;
  }
  .footer-rwd .footer-content {
    /*display: block;*/
    width: 100%;
  }
  .footer_link, .footer_link:last-child dl {
    width: 100%;
  }
  .footer_link dl, .footer_link:last-child {
    width: 50%;
  }
  .footer_link dt {
    position: relative;
  }
  .footer_link dd {
    display: none;
  }
  .footer_link dt::after {
    content: '';
    background: url('../images/arrow_drop.svg') no-repeat center center scroll transparent;
    background-content: contain;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.3s;
  }
  .footer_link.onfocus dl dt::after {
    transform: rotate(180deg);
  }
  .footer_link.onfocus dl dd {
    display: block;
  }
  .footer-rwd .social-icon img {
    padding: 15px 0 10px;
  }
}
@media (max-width: 568px) {
  .site-body {
    padding-bottom: 0;
  }
  .site-content-wrapper.login-box {
    padding: 0;
  }
  .apply-form .afc-btn {
    margin-top: 30px;
  }
  .apply-form .afc-btn .btn {
    width: 100%;
  }
}


/* -- 詳細內容區塊 START
-------------------------------------------------- */
.site-content-wrapper {
  width: 100%;
  position: relative;
  background: white;
}

.site-content-wrapper {
  zoom: 1;
}

.site-content-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.site-content-wrapper.scw-gray {
  background: #f3f3f3;
  -webkit-box-shadow: 0 0px 4px 1px #e0e0e0 inset;
  -moz-box-shadow: 0 0px 4px 1px #e0e0e0 inset;
  box-shadow: 0 0px 4px 1px #e0e0e0 inset;
}

.site-content-wrapper .site-content {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  padding:10px 0 25px;
}

.site-content-wrapper .content-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222222;
}

.site-content-wrapper .content-title-sub{
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
  color: #555;
  line-height: 24px;
}

.site-content-wrapper .member-pay {
  width: 100%;
  padding: 0 15px;
  position: relative;
}

.site-content-wrapper .member-pay .pay-tab-wrapper {
  width: 100%;
  max-width: 1170px;
  padding: 25px 25px;
  background: white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0px 4px 1px #e0e0e0;
}
.logos{text-align: center;}
.notices{margin-bottom: 30px;}

.account_status {display:inline-block; width:60%;}
.account_status li{float: left; width:33.3%; text-align: center;}
.account_status h3 {margin: 0 0 5px 2px;font-size: 16px;}
.account_status h4 {position: absolute;width: 100%;bottom: 15px;font-size: 14px;text-align: center;color: #999;}
.account_status p {font-size: 13px;}
.account_status p a {font-weight: bold;color: #588c3F;}
.account_status span {display: block;font-size: 12px;color: #555;}
.account_status a.table_btn {display: block;height: 20px;margin: 5px 0 0 0;}
.account_status .found_bank a {margin: 0;}
.account_status_icon {padding:25px 0 0 ;text-align:center;}
.account_status_icon2 {float: left;padding:5px 0 0; display:inline-block; width:120px; text-align:center;} 
.account_status_icon i {width: 70px;height: 60px;}

a.blue_button, .blue_button {
  -moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
  -webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
  box-shadow:inset 0px 1px 0px 0px #9acc85;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
  background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
  background-color:#74ad5a;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:1px solid #3b6e22;
  display:inline-block;*
  cursor:pointer;
  color:#ffffff;
  text-decoration:none;
}

.blue_button:hover {
  -moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
  -webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
  box-shadow:inset 0px 1px 0px 0px #9acc85;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6fa356), color-stop(1, #518238));
  background:-moz-linear-gradient(top, #6fa356 5%, #518238 100%);
  background:-webkit-linear-gradient(top, #6fa356 5%, #518238 100%);
  background:-o-linear-gradient(top, #6fa356 5%, #518238 100%);
  background:-ms-linear-gradient(top, #6fa356 5%, #518238 100%);
  background:linear-gradient(to bottom, #6fa356 5%, #518238 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fa356', endColorstr='#518238',GradientType=0);
  background-color:#6fa356;
}

.services{display:inline-block; width:24.45%;}
.services p{font-size:15px; margin:15px 0 20px;}

.margin_b15 {
    margin-bottom: 10px !important;
}
.margin_l15 {
    margin-left: 15px !important;
}

.font_s{font-size: 13px;}

@media (max-width: 1170px) {
  .site-content-wrapper .content-title {
    padding: 0 15px;
  }
}

.site-content-wrapper .content-txt-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  position: relative;
}

@media (max-width: 1170px) {
  .site-content-wrapper .content-txt-wrap {
    padding: 0 15px;
  }
}

.site-content-wrapper .content-txt-wrap.ctw-center {
  text-align: center;
}

.site-content-wrapper .content-txt-wrap.ctw-bottom {
  margin-bottom: 0px;
  margin-top: 30px;
}

.site-content-wrapper .content-txt-wrap.ctw-bottom .content-txt {
  margin-bottom: 15px;
}

.site-content-wrapper .content-txt-box {
  width: 100%;
  padding: 20px 20px;
  background: #f3f3f3;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.site-content-wrapper .content-txt {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.site-content-wrapper .content-txt .ct-left {
  text-align: left;
}
.site-content .provider{
  text-align: right; 
  padding: 0 15px; 
  margin-bottom: 25px;
  color:#888;
}

.site-content-wrapper .content-txt ul {
  margin-bottom: 30px;
}

.site-content-wrapper .content-txt li {
  margin-bottom: 20px;
}

.site-content-wrapper .content-txt li:last-child {
  margin-bottom: 0;
}

.site-content-wrapper .scw-m-width {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 25px;
}

.site-content-wrapper .scw-btn-block {
  width: 100%;
  position: relative;
  text-align: center;
}

.site-content-wrapper .scw-btn-block .btn {
  margin: 0 8px;
  padding: 0 20px;
}

.site-content-wrapper .scw-btn-block.sb-pding {
  padding: 0;
}

.site-content-wrapper .scw-btn-block.sb-pding-2 {
  padding: 0 15px;
}

@media (max-width: 1170px) {
  .site-content-wrapper .scw-btn-block.sb-pding {
    padding: 0 15px;
  }
}

@media (max-width: 568px) {
  .site-content-wrapper .scw-btn-block .btn {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .site-content-wrapper .scw-btn-block .btn:last-child {
    margin-bottom: 0;
  }
  .site-content-wrapper .content-title-sub {
    padding: 0 15px;
  }
  .site-content-wrapper .site-content .pay-tab-wrapper{padding:10px;}
  .pc{display:none;}
  .mobile{display:block;}
  .account_status{width:100%;}
  .account_status li, .account_status li:first-child{width:33.3%;}
  .account_status li:last-child{border-bottom:none;}
  .account_status_icon{display:inline-block; width: auto; padding-top:10px; }
  .account_status_icon img{width: 90%;}
  .account_status h3{font-size:13px;}
  .services{width: 49%; height:200px;}
  .services p {font-size:15px; line-height:20px; margin:5px 0 10px;}
  .btn {width:92%; height: 40px; padding: 0 8px; font-size: 13px; padding:0;}
}
.fontsize16{
	font-size: 16px !important;
	font-weight: normal !important;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #777;
	line-height: 1.4em;
}
.inp-required { color: red; font-size: 13px; font-weight: bold; margin-left: 2px; vertical-align: super; }
.dt_align{
	width:180px !important;
	text-align: right;
	margin-right: 10px;
	padding-top: 14px !important;
	padding-right: 10px;
	
}
.dt_padding0{padding:0px !important;}
