
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,font,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{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
img{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
ol, ul {list-style: none;}
body {line-height:1;}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table {border-collapse: collapse; border-spacing: 0;}


/* HTML5 elements */
article,aside,audio,canvas,command,datalist,details,embed,figcation,figure,footer,header,hgroup,keygen,mark,menu,meter,nav,output,progress,rp,rt,ruby,section,source,summary,time,video,wbr{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style: none;
} 
 html,
  body {
    height: 100%;
    width: 100%;
  }
  body {
    background-color: #fff;
    color: #666;
    font-size: 15px;
    line-height: 1.5em;
    font-family: '微軟正黑體', Verdana, Geneva, sans-serif;
    text-decoration: none;
    -webkit-text-size-adjust: none;
  }
   #wrapper {
       /*margin-bottom: ;*/
    /*min-width: 320px;*/
    /*min-height: 100%;*/
    margin: 0 auto 0;
    padding: 0 !important;
    border-top: 2px solid #4c7d2e;
    margin-top: 2px;
  }
  a:link,
  a:visited,
  a:hover,
  a:active {
    color: #666;
    text-decoration: none;
  }
  /* ==========
  Header
========== */
  
  .header {
    border-top: 2px solid #4c7d2e;
    height: 60px;
    margin-top: 2px;
    background: #f7f6f1;
  }
  .header .logo {
    margin: 10px 0 0 5%;
    float: left;
    background: url(logo.png) no-repeat;
    text-indent: -3000px;
    overflow: hidden;
    width: 130px;
    height: 45px;
    background-size: contain;
  }
  .header ul {
    float: right;
    margin-top: 15px;
  }
  .header ul li {
    float: left;
    display: block;
    margin-right: 20px;
  }
  .header ul li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .header ul li.staff {
    width: 65px;
    height: 30px;
    background: #dddddd url(staff.svg);
    background-size: contain;
    background-position: 5px center;
    background-repeat: no-repeat;
    color: #666;
    border-radius: 5px;
    font-size: 10px;
    line-height: 12px;
  }
  .header ul li.staff span {
    margin-left: 36px;
    display: block;
    margin-top: 3px;
  }
  .header ul li.menu {
    width: 30px;
    height: 30px;
    text-indent: -300%;
    overflow: hidden;
    background-position: center center;
    background: url(menu.svg) no-repeat;
    background-size: cover;
  }/* ==========
  FormArea 會員登入
========== */
.newformA li{
    display: flex;
}
.newformA li .item{
    flex:1;
}
.newformA li .item .colValue{
    margin-top:5px;
}
.FormArea {
  background: #FFFFFF;
  padding: 5% 5%;
}

.FormAreaPersonData {
  background: #FFFFFF;
  padding: 0;
}

.FormArea h2 {
  color: #005fad;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  /* border-bottom: 1px #005fad dashed;*/
}

.formA {
  /*background: #d1e2f1;*/
  background: #FFFFFF;
  /*padding: 3% 5% 5% 5%;*/
  padding: 3%;
  border-radius: 8px;
  /*margin: 0px 0px 0px 0px;*/
}

h3.personDataA {
  /*background: #015eac;*/
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #000;
  font-weight: normal;
  text-shadow: none;
  text-align: center;
  border-bottom:solid 2px #4c7d2e;
}

.formB {
  background: #fff4d5;
  padding: 3% 5% 5% 5%;
  margin: 0px;
}

h3.personDataB {
  background: #ff9900;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  text-align: center;
}
.formC {
  background: #fff;
  padding: 3% 5% 0 5%;
  margin: 0px;
}

.FormArea h4 {
  color: #666;
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0 0 0px;
  padding: 0;
}
.FormArea h4.noteTitle {
  color: #666;
  font-weight: bold;
  margin-top: 20px;
  font-size: 14px;
  text-indent: -28px;
  margin-left: 28px;
}
.FormArea h4.noteTitle::before {
  color: #666;
  content: "註：";
}
#selectmenu{
  font-size: 16px;


}
.FormArea .btnlogin,
.FormArea .btnAdd,
.FormArea .btnForget,
.FormArea .btnSend,
.FormArea .btnClear {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px 0 20px !important;
}

.FormArea .btnloginA,
.FormArea .btnClearA,
.FormArea .btnSendA {
  width: 40%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px 10px 20px !important;
   background: #0070c0 !important;
}
.FormArea .btnloginA{
   float: left;
}
/*.iPhoneStyle button[type=button].btnlogin,.iPhoneStyle button[type=submit].btnlogin,.iPhoneStyle button[type=reset].btnlogin ,.iPhoneStyle button[type=button].btnlogin:hover,.iPhoneStyle button[type=submit].btnlogin:hover,.iPhoneStyle button[type=reset].btnlogin:hover,

{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  min-width: 80px;
  height:30px;
  margin: 0 10px 0 0;
  border-radius:5px;
  border: 0px;
  color:#FFFFFF;
  padding: 0;
  cursor:pointer;
  text-align:center;
  background: #0070c0 !important;*/
/*background: -moz-linear-gradient(top,  #4a86b9 0%, #1066af 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a86b9), color-stop(100%,#1066af));
background: -webkit-linear-gradient(top,  #4a86b9 0%,#1066af 100%);
background: -o-linear-gradient(top,  #4a86b9 0%,#1066af 100%);
background: -ms-linear-gradient(top,  #4a86b9 0%,#1066af 100%);
background: linear-gradient(to bottom,  #4a86b9 0%,#1066af 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a86b9', endColorstr='#1066af',GradientType=0 );

}*/

.codeReco{
  font-size: 15px;
  height:30px;
  border: 0px;
  color:#FFFFFF;
  padding: 5px 10px;
  margin-bottom: 2px;
  cursor:pointer;
  text-align:center;
  background: #0070c0;


}

.FormArea .listA {
  list-style: decimal;
  padding: 0 0 0 5%;
  margin: 0px;
  font-size: 14px;
  line-height: 1.2;
}

.FormArea .listB {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.FormArea strong {
  color: #a40000;

}
.FormArea strong.routeName {
  color: #a40000;
  font-weight: bold;
  font-size: 22px;
  
}
.FormArea em {
  font-weight: bold;
  font-style: normal;
  color: #000;
}

.mustFill {
  font-size: 13px;
  color: #900;
}

.FormArea a.MoreLink {
  color: #4c7d2e;
  font-weight: bold;
  margin-top: 20px;
  text-decoration: underline;
}

.FormArea .sendSuccess {
  text-align: center;
  color: #900;
  margin: 30px 0;
}

.FormArea ul.note{
    list-style: disc;
  margin-left: 20px;


}

/* ==========
  Footer
========== */

/*footer {*/
/*  overflow: hidden;*/
/*}*/

/*footer .copyRight {*/
/*  text-align: center;*/
/*  background: #ddd;*/
  /*height: 25px;*/
/*  height: 60px;*/
/*  color: #666666;*/
/*  font-size: 12px;*/
/*}*/

.footerLink {
  display: block;
  overflow: hidden;
  width: 100%;
}

.footerLink li {
  float: left;
  text-align: center;
  width: 25%;
  height: 66px;
  color: #005fad;
  border: 2px solid #fff;
  background: #dddddd;
  box-sizing: border-box;
}

.footerLink li a {
  color: #666;
  font-size: 11px;
}

.footerLink li div {
  width: 25px;
  height: 25px;
  margin: 10px auto 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footerLink li div.lock {
  background-image: url(lock.svg)
}

.footerLink li div.car {
  background-image: url(car.svg)
}

.footerLink li div.phone {
  background-image: url(phone.svg)
}

.footerLink li div.screen {
  background-image: url(screen.svg)
}

.footerLink li a {
  display: block;
  width: 100%;
  height: 100%;
}


header {
    width: 100%;
    height: 50px;
    min-width: 320px;
    background: #FFF;
    border-bottom: 1px solid #CCC;
}

.mm-page, .mm-fixed-top, .mm-fixed-bottom {
  -webkit-transition: none 0.4s ease;
     -moz-transition: none 0.4s ease;
      -ms-transition: none 0.4s ease;
       -o-transition: none 0.4s ease;
          transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
     -moz-transition-property: top, right, bottom, left, border;
      -ms-transition-property: top, right, bottom, left, border;
       -o-transition-property: top, right, bottom, left, border;
          transition-property: top, right, bottom, left, border;
}
.mm-page, #mm-blocker {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.mm-page {
  border: 0px solid rgba(0, 0, 0, 0);
}
html.mm-opening .mm-page {
  border: 0px solid rgba(1, 1, 1, 0);
}
.mm-fixed-top, .mm-fixed-bottom {
  position: fixed;
  left: 0;
}
.mm-fixed-top {
  top: 0; 
  z-index: 100;
}
.mm-fixed-bottom {
  bottom: 0; 
}
html.mm-opened {
  position: relative;
  overflow: hidden;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-opened .mm-page {
  position: relative; 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  z-index: 999999;
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom {
  left: 80%;
}
.mm-menu {
  width: 80%;
}
@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px;
  }
  html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom {
    left: 140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px;
  }
  html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom {
    left: 440px;
  } 
}



/*-- customization --*/
.mm-opened + .mm-opened {
  border-top: 2px solid #316701;
}

li.mm-opened .mm-opened + .mm-opened {
  border-top: 2px solid #275201;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
  padding-bottom: 0;
}

.mm-list a.mm-subopen::after {
  width: 12px;
  height: 12px;
  border: none;
  background: url('../images/ic_add.svg') center center / contain no-repeat;
  transform: rotate(0deg);
  opacity: .3;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen::after {
  background-image: url('../images/ic_minus.svg');
  transform: rotate(0deg);
}

#menu > ul > li.mu-ic a:before {
  content: '';
  background-position: 0 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url(../images/menu_icon.svg);
  vertical-align: top;
}

#menu > ul > li.mi-home a:before {
  background-position: 0 0;
}

#menu > ul > li.mi-key a:before {
  background-position: -20px 0;
}

#menu > ul > li.mi-rgs a:before {
  background-position: -40px 0;
}

#menu > ul > li.mi-member a:before {
  background-position: -60px 0;
}

#menu > ul > li.mi-logout a:before {
  background-position: -80px 0;
}
.header-inner {
  width: 100%;
  height: 50px;
  padding: 5px 0;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  z-index: 200;
}
.menu-btn {float: left;height: 40px;margin: 5px;padding: 0;cursor: pointer;}
.menu-btn a {display: block;width: 40px;height: 40px;text-indent: -9000px;background: url(menu_btn.svg) no-repeat;}
.logo {float: left;height: 100%;padding-left: 2%;line-height: 50px;border-left: 1px solid #95DC01;}
.logo h1 {display: inline-block;text-indent: -9000px; margin-top: -2px;}
.logo a {display: block;width: 130px;height: 55px;background: url(logo.svg) center no-repeat;background-size: 100%;}
.logo p {display: inline;margin-left: 5px;font-size: 12px;line-height: 50px;}
.login-btn {float: right;width: 17.5%;margin-right: 10px;}
.login-btn a {width: 100%;margin: 5px 0; font-size: 14px;}


a.btn {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 37px;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
}
a.blue-btn {
  -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;
  border: 1px solid #3b6e22;
}
a.blue-btn: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;
}


/*-- 功能選單 --*/
.function-box {
    width:  100%;
    height: auto;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 199;
    transition: .2s;
}
.function-box * {
    box-sizing: border-box;
}
.flf-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flf-list li {
    width: 25%;
    height: 60px;
    background: #e9e9e9;
}
.flf-list.fl-3item li {
    width: 33.33%;
    height: 60px;
    background: #e9e9e9;
}
.flf-list li a {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: white;
    font-size: 13px;
    line-height: 1.3;
}
.flf-list .ffl-ad .ffl-txt {
    font-weight: bold;
}
.flf-list .ffl-txt {
    white-space: nowrap;
}
.flf-list .ffl-txt .ft-hl {
    color: #E60012;
}
.flf-list .ffl-ic {
    width: 100%;
    margin-bottom: 4px;
    text-align: center;
    height: 21px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.flf-list .ffs-ic {
    /*height: 22px;*/
    display: inline-block;
}
.flf-list .ffl-fb a {
    background: #3b5998;
}
.flf-list .ffl-ec a {
    background: #fccc00;
    color: #795b2c;
}
.flf-list .ffl-ec a .ffl-txt {
  transform: scale(0.85);
  white-space: nowrap;
}
.flf-list .ffl-3ds a {
    background: #4b8630;
}
.flf-list .ffl-shopline a {
    background: #4b8630;
}
.flf-list .ffl-shopline .ffs-ic {
    max-height: 14px;
}
.flf-list .ffl-faq a {
    background: #1C7F75;
}
.flf-list .ffl-prac a {
    background: #FFB4DC;
    color: #6E2055;
}
.flf-list .ffl-b a {
    background: #3b5998;
}
.flf-list .ffl-y a {
    background: #fccc00;
    color: #795b2c;
}
.flf-list .ffl-g a {
    background: #00B900;
}
.flf-list .ffl-top {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}
.flf-list .ffl-top a {
    background: #e9e9e9;
    color: #588c3f;
    justify-content: center;
}
/* 頁尾 Footer
----------------------------------------------------------------------------- */
footer {width: 100%;background: #2A2A2A; color: #DDD;bottom: 0;}
footer ul {margin-left: -0.05em; margin-bottom: 10px;letter-spacing: 0.05em;}
footer ul:first-child {padding-top: 10px;}
footer li {display: inline-block; border-right: 1px solid #999; padding: 0 0.4em;}
footer li:last-child {border-right: none; }
footer li a, a.back {color: #fff;}
footer li a:hover {text-decoration: underline;}
.copyright {padding: 20px 0 10px;font-size: 13px;background: #2A2A2A; color:#DDD; line-height: 1.7;}
.footer-link-box {
    width: 100%;
    height: auto;
    padding: 30px 0 15px;
    background: #333;
}
.footer-link-box * { box-sizing: border-box; }
.footer-link-box .flb-link { display: inline-block; vertical-align: top; width: calc(50% - 5px); height: auto; font-size: 14px; color: #DDD; line-height: 1.4; text-align: left; padding: 15px; }
.footer-link-box .flb-title { width: 100%; margin-bottom: 8px; color: #888; font-size: 15px; font-weight: normal; }
.footer-link-box .flb-list { width: 100%; margin: 0; letter-spacing: 0; }
.footer-link-box .flb-list li { display: block; margin-bottom: 5px; border-right: none; padding: 0; }
.footer-link-box .flb-list li:last-child { margin-bottom: 0; }
.footer-link-box .flb-list li a { color: #DDD; }
.si-certified { display: inline-block; width: 122px; }
.si-certified a { text-decoration: none }
.si-certified img { border: 0px; padding: 0 10px; }
.si-certified .sic-txt { display: block; font-weight: bold; font-size: 12px; padding-left: 0px; color: #77BAE4; }
.footer-tip { padding: 0px 10px 25px; font-size: 12px; color: #797979; line-height: 1.5; background-color: #2A2A2A; }
.site-footer .ft-social {
  width: 100%;
  margin: 20px 0 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer .ft-social .fts-icon {
  width: 24px;
  display: block;
  margin-right: 16px;
}

.site-footer .ft-social .fts-icon:last-child {
  margin-right: 0px;
}

.site-footer .ft-social .fts-icon img {
  width: 100%;
  display: block;
}

.site-footer .ft-social .fts-icon.fsu-none {
  display: none;
}
.align-c {
    text-align: center !important;
}
/*------------------------------------------------------------------*/
/*----*/

#dvSmartAgentICON {
    z-index: 99998;
    position: fixed;
    bottom: 80px;
    right: 10px;
    cursor: pointer;
}
#dvSmartAgentICON #imgICON {
    width: 80px;
    height: 80px;
}
