@charset "UTF-8";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #606060;
}

body {
  font-family: '微軟正黑體', Verdana, 'Microsoft JhengHei', sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

i {
  font-style: normal;
}

a, a:active, a:hover, a:visited, a:focus {
  text-decoration: none;
  /*color: #111;*/
}

p {
  margin-bottom: 5px;
  margin-top: 5px;
}

.text_red {
  color: #f71732;
}

.text_green {
  color: #00994e;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.divder {
  height: 1px;
  background: #e2e2e2;
  margin: 30px 0;
}

/* ==========================================================================
   plugin overwrite
   ========================================================================== */
.datepicker {
  border-radius: 0;
  padding: 0 15px;
  z-index: 9999 !important;
}
.datepicker:after {
  content: '';
  position: absolute;
  border: none !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: auto !important;
  height: 50px;
  background: #00994e;
  margin: auto;
  z-index: -1;
}
.datepicker:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #00994e transparent;
}
.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next {
  color: #fff;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover {
  background: inherit;
}
.datepicker.dropdown-menu th {

   padding:15px 10px 20px;
}
.datepicker.dropdown-menu th.dow {
   padding:20px 10px 5px;
}
.datepicker table tr td, .datepicker table tr th {
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
}
.datepicker table tr td.active {
  color: #fff !important;
}
.datepicker table tr td.today {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #00994e;
  outline: 0;
}
.datepicker table tr td.today:before {
  border: 1px solid #00994e;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.datepicker-days table tbody tr td, .datepicker-days table tbody tr th {
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.datepicker-days table tbody tr td.dow:before, .datepicker-days table tbody tr th.dow:before {
  content: none !important;
}
.datepicker-days table tbody tr td:hover, .datepicker-days table tbody tr td.day:hover, .datepicker-days table tbody tr th:hover, .datepicker-days table tbody tr th.day:hover {
  background: transparent;
}
.datepicker-days table tbody tr td:hover:before, .datepicker-days table tbody tr td.day:hover:before, .datepicker-days table tbody tr th:hover:before, .datepicker-days table tbody tr th.day:hover:before {
  background: #eeeeee;
}
.datepicker-days table tbody tr td:before, .datepicker-days table tbody tr th:before {
  content: '';
  border-radius: 50%;
  background: #fafafa;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -1;
}
.datepicker-days table tbody tr td.active.active, .datepicker-days table tbody tr th.active.active {
  background: transparent;
}
.datepicker-days table tbody tr td.active.active:before, .datepicker-days table tbody tr th.active.active:before {
  background: #00994e;
}
.datepicker-months table tr td span.active.active, .datepicker-months table tr td span.active.active:hover, .datepicker-years table tr td span.active.active, .datepicker-years table tr td span.active.active:hover {
  background: #00994e !important;
}

.input-group-addon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
}

.transformSelect {
  clear: none;
}
.transformSelect:before, .transformSelect:after {
  content: "";
  display: table;
}
.transformSelect:after {
  clear: both;
}
.transformSelect span {
  padding-right: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 9px 15px;
  border-radius: 3px;
}
.transformSelect li.open span {
  border: 1px solid #00994e;
}
.transformSelect.disabled > li > span {
  cursor: default;
  background-size: 25px 22px;
  background-color: #eaeaea;
  color: #b1b1b1;
}

.transformSelectDropdown {
  border: 1px solid #00994e;
  border-top: none;
  background: #ffffff;
  padding: 0;
  max-height: 400px;
  overflow: auto;
}
.transformSelectDropdown li {
  list-style: none;
}
.transformSelectDropdown li.selected span {
  background: #00994e;
  color: #fff;
}
.transformSelectDropdown span {
  padding: 14px 15px;
  cursor: pointer;
  display: block;
}
.transformSelectDropdown span:hover {
  background: #00994e;
  color: #fff;
}

select {
  position: absolute;
  opacity: 0;
  display: inherit !important;
}

.transformMultipleSelect input[type="checkbox"] {
  display: none;
}
.transformMultipleSelect.transformSelectDropdown span {
  padding: 10px;
}
.transformMultipleSelect.transformSelectDropdown span input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.transformMultipleSelect ins {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../js/jquery.fancyform/images/icon_check.png");
  background-position: 0 0;
  margin-right: 10px;
}
.transformMultipleSelect input:checked + ins {
  background-position: 0 -30px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------- icon ----------
  .icon:      使用:before (預設)
  .icon--a:   使用:after
  .icon__text:  文字與:before/:after產生margin: 3px
*/
.icon {
  display: inline-block;
}
.icon:before, .icon:after {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.icon:before {
  content: "";
}
.icon > .icon__text {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.icon.icon--a:before {
  content: none;
}
.icon.icon--a:after {
  content: "";
}
.icon.icon--a > .icon__text {
  margin-left: 0;
  margin-right: 3px;
}
.icon.icon--b:after {
  content: none;
}
.icon.icon--b:before {
  content: "";
}
.icon.icon--b > .icon__text {
  margin-left: 0;
  margin-right: 3px;
}

/*---------- icon - sample ----------*/
/*%i-sample {
  &:before,
  &:after {
    width: 30px;
    height: 30px;
    background-image: url();
  }
}

.i-sample__xxx {
  @extend %i-floorsample;

  &:before,
  &:after {
    background-position: 0 0;
  }
}*/
.iSprite30__warning:before, .iSprite30__clock:before, .iSprite30__checked:before, .iSprite30__delete:before, .iSprite30__warning:after, .iSprite30__clock:after, .iSprite30__checked:after, .iSprite30__delete:after, .inputGroup__control--date:after, .inputGroup__control--creditCard:after {
  width: 30px;
  height: 30px;
  background-image: url(../images/sprite--30.png);
}

.iSprite30__warning:before, .iSprite30__warning:after {
  background-position: 0 0;
}
.iSprite30__clock:before, .iSprite30__clock:after {
  background-position: 0 -60px;
}
.iSprite30__checked:before, .iSprite30__checked:after {
  background-position: 0 -90px;
}
.iSprite30__delete:before, .iSprite30__delete:after {
  background-position: 0 -120px;
}

.iSprite20__edit:before, .iSprite20__checked:before, .iSprite20__warning:before, .iSprite20__plus:before, .iSprite20__edit:after, .iSprite20__checked:after, .iSprite20__warning:after, .iSprite20__plus:after {
  width: 20px;
  height: 20px;
  background-image: url(../images/sprite--20.png);
}

.iSprite20__edit:before, .iSprite20__edit:after {
  background-position: 0 0;
}
.iSprite20__checked:before, .iSprite20__checked:after {
  background-position: 0 -20px;
}
.iSprite20__warning:before, .iSprite20__warning:after {
  background-position: 0 -40px;
}
.iSprite20__plus:before, .iSprite20__plus:after {
  background-position: 0 -60px;
}

.iSpriteCards__gas:before, .iSpriteCards__movie:before, .iSpriteCards__all:before, .iSpriteCards__cash:before, .iSpriteCards__flight:before, .iSpriteCards__gas:after, .iSpriteCards__movie:after, .iSpriteCards__all:after, .iSpriteCards__cash:after, .iSpriteCards__flight:after {
  width: 60px;
  height: 60px;
  background-image: url(../images/sprite--cards.png);
  background-position-x: 0;
}
.active .iSpriteCards__gas:before, .active .iSpriteCards__movie:before, .active .iSpriteCards__all:before, .active .iSpriteCards__cash:before, .active .iSpriteCards__flight:before, .active .iSpriteCards__gas:after, .active .iSpriteCards__movie:after, .active .iSpriteCards__all:after, .active .iSpriteCards__cash:after, .active .iSpriteCards__flight:after {
  background-position-x: -60px;
}

.iSpriteCards__gas:before, .iSpriteCards__gas:after {
  background-position-y: 0;
}
.iSpriteCards__movie:before, .iSpriteCards__movie:after {
  background-position-y: -60px;
}
.iSpriteCards__all:before, .iSpriteCards__all:after {
  background-position-y: -120px;
}
.iSpriteCards__cash:before, .iSpriteCards__cash:after {
  background-position-y: -180px;
}
.iSpriteCards__flight:before, .iSpriteCards__flight:after {
  background-position-y: -240px;
}

.iInfo:before, .iInfo:after {
  width: 30px;
  height: 30px;
  background-image: url(../images/iInfo.png);
}

[data-fancybox]:hover, [data-fancybox]:focus {
  outline: none;
}

.iSpriteLabel__account:before, .iSpriteLabel__car:before, .iSpriteLabel__loan:before, .iSpriteLabel__eTag:before, .iSpriteLabel__easycard:before, .iSpriteLabel__account:after, .iSpriteLabel__car:after, .iSpriteLabel__loan:after, .iSpriteLabel__eTag:after, .iSpriteLabel__easycard:after {
  width: 60px;
  height: 60px;
  background-image: url(../images/spriteLabel.png);
  background-position-x: 0;
}
.active .iSpriteLabel__account:before, .active .iSpriteLabel__car:before, .active .iSpriteLabel__loan:before, .active .iSpriteLabel__eTag:before, .active .iSpriteLabel__easycard:before, .active .iSpriteLabel__account:after, .active .iSpriteLabel__car:after, .active .iSpriteLabel__loan:after, .active .iSpriteLabel__eTag:after, .active .iSpriteLabel__easycard:after {
  background-position-x: -60px;
}

.iSpriteLabel__account:before, .iSpriteLabel__account:after {
  background-position-y: 0;
}
.iSpriteLabel__car:before, .iSpriteLabel__car:after {
  background-position-y: -60px;
}
.iSpriteLabel__loan:before, .iSpriteLabel__loan:after {
  background-position-y: -120px;
}
.iSpriteLabel__eTag:before, .iSpriteLabel__eTag:after {
  background-position-y: -180px;
}
.iSpriteLabel__easycard:before, .iSpriteLabel__easycard:after {
  background-position-y: -240px;
}

.iPrint__print:before, .iPrint__doc:before, .iPrint__mail:before, .iPrint__print:after, .iPrint__doc:after, .iPrint__mail:after {
  width: 70px;
  height: 70px;
  background-image: url(../images/iPrint.png);
  background-position-x: 0;
}

.iPrint__print:before, .iPrint__print:after {
  background-position-y: 0;
}
.iPrint__doc:before, .iPrint__doc:after {
  background-position-y: -70px;
}
.iPrint__mail:before, .iPrint__mail:after {
  background-position-y: -140px;
}

.iUpload__IDFront:before, .iUpload__IDBack:before, .iUpload__financialProof:before, .iUpload__businessCard:before, .iUpload__costco:before, .iUpload__other:before, .iUpload__IDFront:after, .iUpload__IDBack:after, .iUpload__financialProof:after, .iUpload__businessCard:after, .iUpload__costco:after, .iUpload__other:after {
  width: 120px;
  height: 120px;
  background-image: url(../images/iUpload.png);
  background-position-x: 0;
}

.iUpload__IDFront:before, .iUpload__IDFront:after {
  background-position-y: 0;
}
.iUpload__IDBack:before, .iUpload__IDBack:after {
  background-position-y: -120px;
}
.iUpload__financialProof:before, .iUpload__financialProof:after {
  background-position-y: -240px;
}
.iUpload__businessCard:before, .iUpload__businessCard:after {
  background-position-y: -360px;
}
.iUpload__costco:before, .iUpload__costco:after {
  background-position-y: -480px;
}
.iUpload__other:before, .iUpload__other:after {
  background-position-y: -600px;
}

.iRefreshCaptcha:before, .iRefreshCaptcha:after {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-refreshCaptcha.png);
  background-size: 30px;
}

/*---------- table ----------*/
table th, table td {
  padding: 5px 10px;
}

.table {
  width: 100%;
  border: 1px solid #adadad;
  /*parking*/
}
.table thead {
  background: #00994e;
}
.table th {
  color: #fff;
  background: #00994e;
  white-space: nowrap;
}
.table th, .table td {
  padding: 16px 10px;
  text-align: center;
}
.table td.carNumber span {
  display: block;
}
.table--tal td {
  text-align: left;
}
.table--checkbox [type="checkbox"] {
  display: none;
}
.table--checkbox [type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.table--checkbox [type="checkbox"] + label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/checkbtn.png);
  background-position-x: 0;
  background-position-y: 0;
  background-size: 20px 80px;
}
.table--checkbox [type="checkbox"]:checked + label {
  color: #fea81a;
}
.table--checkbox [type="checkbox"]:checked + label:before {
  background-position-y: 60px;
}
.table--checkbox [type="radio"] {
  display: none;
}
.table--checkbox [type="radio"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.table--checkbox [type="radio"] + label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/checkbtn.png);
  background-position-x: 0;
  background-position-y: 40px;
  background-size: 20px 80px;
}
.table--checkbox [type="radio"]:checked + label {
  color: #fea81a;
  background: transparent !important;
}
.table--checkbox [type="radio"]:checked + label:before {
  background-position-y: 20px;
}
.table--checkbox tr td:first-child,
.table--checkbox tr th:first-child {
  padding-right: 25px;
  padding-left: 25px;
  text-align: left;
}
.table--checkbox tr td:first-child:before {
  content: none;
}

/*---------- form ----------*/
label.error {
  color: #ff2828;
  display: block;
}
label.error:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-size: 15px;
  vertical-align: middle;
  background-image: url(../images/sprite--30.png);
}

select.error + ul span {
  border: 1px solid #ff2828;
}

input[type="text"],
input[type="search"],
input[type="date"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="file"],
.textbox {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  font-size: 1em;
  /*font-weight: bold;*/
  border: 1px solid #bebebe;
  color: #111111;
  background-color: #fff;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
.textbox::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
.textbox:-ms-input-placeholder {
  color: #9e9e9e;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
.textbox::-webkit-input-placeholder {
  color: #9e9e9e;
}
input[type="text"]::-webkit-inner-spin-button, input[type="text"]::-webkit-outer-spin-button,
input[type="search"]::-webkit-inner-spin-button,
input[type="search"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="tel"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="email"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-outer-spin-button,
input[type="file"]::-webkit-inner-spin-button,
input[type="file"]::-webkit-outer-spin-button,
.textbox::-webkit-inner-spin-button,
.textbox::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
.textbox:focus {
  outline: 1px solid #00994e;
}
input[type="text"][disabled],
input[type="search"][disabled],
input[type="date"][disabled],
input[type="tel"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="file"][disabled],
.textbox[disabled] {
  background: #eaeaea;
  border: 1px dashed #bebebe;
  color: #b1b1b1;
}
input[type="text"][disabled]::-moz-placeholder,
input[type="search"][disabled]::-moz-placeholder,
input[type="date"][disabled]::-moz-placeholder,
input[type="tel"][disabled]::-moz-placeholder,
input[type="password"][disabled]::-moz-placeholder,
input[type="email"][disabled]::-moz-placeholder,
input[type="file"][disabled]::-moz-placeholder,
.textbox[disabled]::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
input[type="text"][disabled]:-ms-input-placeholder,
input[type="search"][disabled]:-ms-input-placeholder,
input[type="date"][disabled]:-ms-input-placeholder,
input[type="tel"][disabled]:-ms-input-placeholder,
input[type="password"][disabled]:-ms-input-placeholder,
input[type="email"][disabled]:-ms-input-placeholder,
input[type="file"][disabled]:-ms-input-placeholder,
.textbox[disabled]:-ms-input-placeholder {
  color: #ddd;
}
input[type="text"][disabled]::-webkit-input-placeholder,
input[type="search"][disabled]::-webkit-input-placeholder,
input[type="date"][disabled]::-webkit-input-placeholder,
input[type="tel"][disabled]::-webkit-input-placeholder,
input[type="password"][disabled]::-webkit-input-placeholder,
input[type="email"][disabled]::-webkit-input-placeholder,
input[type="file"][disabled]::-webkit-input-placeholder,
.textbox[disabled]::-webkit-input-placeholder {
  color: #ddd;
}
input[type="text"].error,
input[type="search"].error,
input[type="date"].error,
input[type="tel"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
.textbox.error {
  border: 1px solid #ff2828;
  outline: none;
}

input[type="date"] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  min-height: 40px;
}
input[type="date"].error {
  border: 1px solid #ff2828;
  outline: none;
}

input[type="number"] {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  font-weight: bold;
  color: #9e9e9e;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="number"]:focus {
  outline: 1px solid #00994e;
}
input[type="number"].error {
  border: 1px solid #ff2828;
  outline: none;
}

.fancyRadio {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-radius 0.2s;
  -o-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}
.fancyRadio.open {
  border-radius: 3px 3px 0 0;
}
.fancyRadio__input {
  display: none;
}
.fancyRadio__input:checked + label {
  background: #00994e;
  color: #fff;
}
.fancyRadio__label {
  display: table-cell;
  cursor: pointer;
  text-align: center;
  padding: 9px 0;
  color: #111111;
  background: #fff;
  border-right: 1px solid #ddd;
}
.fancyRadio__label:last-child {
  border-right: 0;
}
.fancyRadio__content {
  padding: 20px;
  margin-top: -10px;
  background: #e6e6e6;
  display: none;
  border-radius: 0 0 3px 3px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
div + .fancyRadio__content > div {
  margin-top: 20px !important;
}
.fancyRadio--img .fancyRadio__label {
  padding: 5px 0;
  height: 30px;
  text-align: center;
}
.fancyRadio--img .fancyRadio__label img {
  height: 100%;
}
.fancyRadio__notice {
  line-height: 1.6;
}
.fancyRadio--disabled {
  cursor: default;
  background-color: #c1c1c1;
}
.fancyRadio--validate > div {
  display: table-cell;
}
.fancyRadio--validate .fancyRadio__label {
  display: block;
}
.fancyRadio--validate .fancyRadio__input {
  display: initial;
  position: absolute;
  left: -99999px;
  text-indent: -99999px;
  visibility: hidden;
}

input[type="radio"]:not(.fancyRadio__input) {
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
input[type="radio"]:not(.fancyRadio__input) + label {
  display: block;
  border-radius: 3px;
  border: 1px solid #bebebe;
  background: #fff;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
input[type="radio"]:not(.fancyRadio__input):checked + label {
  background: #00994e;
  color: #fff;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.form {
  padding-right: 60px;
}
.form--nopadding {
  padding: 0;
}
.form__action {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.form__section + .form__section {
  margin-top: 40px;
}
.form__section--service > .inputGroup > .inputGroup__label {
  padding-top: 0;
  text-align: left;
  display: table;
}
.form__section--service > .inputGroup > .inputGroup__label i {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
}
.form__section--service > .inputGroup > .inputGroup__label span {
  display: table-cell;
  vertical-align: middle;
}
.form__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  width: 240px;
  text-align: right;
}
.form__title--nowidth {
  width: auto;
  text-align: left;
  color: #111;
}
.form__notice {
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  margin-top: 75px;
  line-height: 1.6;
}
.form__notice--forGroup {
  margin-top: 20px;
  margin-left: 180px;
}
.form + .page__content {
  margin-top: 30px;
}

.inputGroup {
  position: relative;
}
.inputGroup__label {
  width: 270px;
  padding: 8px 30px 0 0;
  left: 0;
  top: 0;
  text-align: right;
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.required > .inputGroup__label {
  padding-right: 40px;
}
.required > .inputGroup__label:after {
  content: '*';
  position: absolute;
  top: 12px;
  right: 30px;
}
.inputGroup__label > .icon {
  margin-right: 5px;
}
.inputGroup__control {
  margin-left: 270px;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inputGroup__control--half:before, .inputGroup__control--half:after {
  content: "";
  display: table;
}
.inputGroup__control--half:after {
  clear: both;
}
.inputGroup__control--half input, .inputGroup__control--half .transformSelect {
  float: left;
  width: 48%;
  margin-left: 4%;
}
.inputGroup__control--half input:first-of-type, .inputGroup__control--half .transformSelect:first-of-type {
  margin-left: 0;
}
.inputGroup__control--third:before, .inputGroup__control--third:after {
  content: "";
  display: table;
}
.inputGroup__control--third:after {
  clear: both;
}
.inputGroup__control--third input, .inputGroup__control--third .transformSelect {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.inputGroup__control--third input:first-of-type, .inputGroup__control--third .transformSelect:first-of-type {
  margin-left: 0;
}
.inputGroup__control--date {
  position: relative;
}
.inputGroup__control--date:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 10px;
  background-position: 0 -30px;
}
.inputGroup__control--tel {
  position: relative;
}
.inputGroup__control--tel:before, .inputGroup__control--tel:after {
  content: "";
  display: table;
}
.inputGroup__control--tel:after {
  clear: both;
}
.inputGroup__control--tel input:first-child {
  float: left;
  width: 14%;
}
.inputGroup__control--tel input:last-child {
  float: left;
  width: 80%;
}
.inputGroup__control--tel > div {
  float: left;
  width: 6%;
  padding: 20px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inputGroup__control--tel > div:before {
  content: '';
  height: 1px;
  background: #bebebe;
  display: block;
}
.inputGroup__control--car {
  position: relative;
}
.inputGroup__control--car:before, .inputGroup__control--car:after {
  content: "";
  display: table;
}
.inputGroup__control--car:after {
  clear: both;
}
.inputGroup__control--car input:first-child {
  float: left;
  width: 47%;
}
.inputGroup__control--car input:last-child {
  float: left;
  width: 47%;
}
.inputGroup__control--car > div {
  float: left;
  width: 6%;
  padding: 20px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inputGroup__control--car > div:before {
  content: '';
  height: 1px;
  background: #bebebe;
  display: block;
}
.inputGroup__control--companyTel {
  position: relative;
}
.inputGroup__control--companyTel:before, .inputGroup__control--companyTel:after {
  content: "";
  display: table;
}
.inputGroup__control--companyTel:after {
  clear: both;
}
.inputGroup__control--companyTel input:first-child {
  float: left;
  width: 14%;
}
.inputGroup__control--companyTel input:nth-child(3) {
  float: left;
  width: 60%;
}
.inputGroup__control--companyTel input:nth-child(4) {
  float: left;
  width: 18%;
  margin-left: 2%;
}
.inputGroup__control--companyTel *:nth-child(5) {
  clear: left;
}
.inputGroup__control--companyTel > div {
  float: left;
  width: 6%;
  padding: 20px 5px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inputGroup__control--companyTel > div:before {
  content: '';
  height: 1px;
  background: #bebebe;
  display: block;
}
.inputGroup__control--checkbox {
  margin-left: 0;
  padding-left: 40px;
  min-height: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inputGroup__control--checkbox .trans-element-checkbox {
  position: absolute;
  top: 0;
  left: 0;
}
.inputGroup__control--checkbox .trans-element-checkbox + label {
  display: block;
}
.inputGroup__control--creditCard {
  position: relative;
}
.inputGroup__control--creditCard:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 10px;
  background-position: 0 -150px;
}
.inputGroup__control--creditCard .inputGroup__addon {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  z-index: 2;
}
.inputGroup__control--singleLine {
  padding-top: 15px;
}
.inputGroup__control--captcha .tableDiv {
  display: table;
  width: 100%;
}
.inputGroup__control--captcha .tableDiv > div {
  display: table-cell;
}
.inputGroup__control--captcha .tableDiv > div:first-child {
  width: 75%;
}
.inputGroup__control--captcha .tableDiv img {
  height: 40px;
}
.inputGroup__control--wan {
  position: relative;
}
.inputGroup__control--wan:after {
  content: '萬元';
  position: absolute;
  right: 0;
  margin-right: 10px;
  bottom: 0;
  line-height: 40px;
  color: #9e9e9e;
}
.inputGroup__control--experience {
  position: relative;
}
.inputGroup__control--experience:before {
  content: '月';
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 10px;
  line-height: 40px;
  color: #9e9e9e;
}
.inputGroup__control--experience:after {
  content: '年';
  position: absolute;
  right: 52%;
  bottom: 0;
  margin-right: 10px;
  line-height: 40px;
  color: #9e9e9e;
}
.inputGroup + .inputGroup {
  margin-top: 25px;
}
.inputGroup.required .trans-element-checkbox + label {
  position: relative;
  padding-left: 10px;
}
.inputGroup.required .trans-element-checkbox + label:before {
  content: '*';
  position: absolute;
  left: 0;
}
.inputGroup + .inputGroup--closer {
  margin-top: 20px;
}
.inputGroup__info {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -15px;
}
.inputGroup__desc {
  color: #a1a1a1;
  margin-top: 3px;
  font-size: 15px;
}
.inputGroup__notice {
  margin-top: 20px;
}

.inputGroup--inside {
  display: table;
  width: 100%;
}
.inputGroup--inside .inputGroup__label {
  width: 150px;
  text-align: right;
  position: relative;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  padding-top: 0;
}
.inputGroup--inside .inputGroup__control {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

/*---------- loading ----------*/
body.loading {
  position: fixed;
  width: 100%;
  height: 100%;
}
body.loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
}
body.loading .loadingElement {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -65px;
  z-index: 10000000;
  border: 1px solid #00994e;
  border-radius: 50%;
}
body.loading .loadingElement span {
  color: #00994e;
  text-align: center;
  margin-top: -12px;
  top: 50%;
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
body.loading .loadingElement .loadingBall {
  z-index: 10000000;
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
  -webkit-animation: rotate 3s linear infinite 0.5s;
  -o-animation: rotate 3s linear infinite 0.5s;
  animation: rotate 3s linear infinite 0.5s;
}

/*---------- link ----------*/
a.link {
  color: #00994e;
  text-decoration: underline;
}

/*---------- button ----------*/
.btn {
  display: inline-block;
  padding:8px 0;
  width: 280px;
  text-align: center;
  border-radius: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: background 350ms ease-in-out;
  position: relative;
  background: #FF6000;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.btn > span {
  position: relative;
  z-index: 2;
}
.btn:hover {
  opacity: 1;
  color: #fff;
}
.btn:active > span, .btn:visited > span, .btn:focus > span {
  color: #fff;
}
.btn--rev {
  opacity: 0.7;
  background: transparent;
  border: 1px solid #00994e;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn--disable {
  opacity: 1;
  color:#a7a7a7; 
  background: #dfdfdf;
  border: 1px solid #dfdfdf;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn--disable:hover  > span,.btn--disable:active > span ,.btn--disable:visited > span ,.btn--disable:focus > span{
  color:#a7a7a7; 
}

.btn--rev:before {
  content: '';
  background: #fafafa;
}
.btn--rev > span {
  color: #00994e;
}
.btn--rev:hover > span, .btn--rev:active > span, .btn--rev:visited > span, .btn--rev:focus > span {
  color: #00994e;
}
.btn--rev:hover {
  opacity: 1;
}
.btn--reset {
  background-color: #a8a8a8;
  border: none;
  color: #ffffff;
}
.btn--s {
  font-size: 16px;
  padding: 5px 0;
  width: 110px;
}
.btn--m {
  font-size: 16px;
  width: 200px;
}
.btn:focus {
  outline: 0;
}

/*---------- list ----------*/
ol {
  font-family: Menlo, "微軟正黑體", Verdana, "Microsoft JhengHei", sans-serif;
}

.list_decimal {
  list-style: decimal;
  margin: 5px 0;
  padding:0; 
}
.list_decimal li {
  margin: 5px 0;
}

.list_disc {
  list-style: disc;
  margin: 5px 0;
}
.list_disc li {
  margin: 5px 0;
}

.list_chDecimal {
  margin: 5px 0;
  padding: 0;
}
.list_chDecimal > li {
  list-style: none;
  position: relative;
  margin: 5px 0;
  padding-left:80px;
}
.list_chDecimal > li:before {
  content: attr(data-decimal);
  position: absolute;
  left: 0;
  text-align: right;
  width:80px;
}

.gridHalf {
  padding: 0;
  margin: 0;
}
.gridHalf:before, .gridHalf:after {
  content: "";
  display: table;
}
.gridHalf:after {
  clear: both;
}
.gridHalf > li {
  float: left;
  width: 48%;
  margin-left: 4%;
  list-style: none;
  margin-top: 2%;
  margin-bottom: 2%;
}
.gridHalf > li:nth-child(2n+1) {
  margin-left: 0;
  clear: left;
}
.gridThree {
  padding: 0;
  margin: 0;
}
.gridThree:before, .gridThree:after {
  content: "";
  display: table;
}
.gridThree:after {
  clear: both;
}
.gridThree > li {
  float: left;
  width: 30.66%;
  margin-left: 4%;
  list-style: none;
  margin-top: 2%;
  margin-bottom: 2%;
}
.gridThree > li:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.gridFour {
  padding: 0;
  margin: 0;
}
.gridFour:before, .gridFour:after {
  content: "";
  display: table;
}
.gridFour:after {
  clear: both;
}
.gridFour > li {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  list-style: none;
  margin-top: 2%;
  margin-bottom: 2%;
}
.gridFour > li:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}

/*---------- font & title ----------*/
.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 21px;
}

.f-hei {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

.fBold {
  font-weight: bold;
}

.title {
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}
.title--28px {
  font-size: 28px;
}

.fGreen {
  color: #00994e !important;
}

.fRed {
  color: #ff2828 !important;
}

.fOrange {
  color: #FF6000 !important;
}

.fHightlight {
  color: #ff7313 !important;
}

.indent {
  text-indent: 1em;
}

/*---------- position ----------*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

/*---------- text word-break ----------*/
.break-word {
  -ms-word-break: break-word;
  word-break: break-word;
}

/*---------- text align ----------*/
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

/*---------- display ----------*/
.block {
  display: block;
}

.inblock {
  display: inline-block;
}

.inline {
  display: inline;
}

.hide {
  display: none;
}

/*---------- float ----------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*---------- margin ----------*/
.mb20 {
  margin-bottom: 20px;
}

/*---------- width ----------*/
/*---------- height ----------*/
/*---------- line height ----------*/
/*---------- vertical align ----------*/
.vam {
  vertical-align: middle;
  display: inline-block;
}

.vat {
  vertical-align: top;
  display: inline-block;
}

/*---------- box sizing ----------*/
.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------- section ----------*/
.section {
  background: #fafafa;
  /*padding: 30px 0px;*/
}
.section--bgWhite {
  background: #fff;
}

/*---------- popoup ----------*/
.fancybox-close-disabled .fancybox-close-small {
  display: none;
}

.popup {
  max-height: 100vh;
  max-width: 100vw;
  padding: 0;
  border-radius: 3px;
  overflow: visible;
  display: none;
  opacity: 0;
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-slide--complete .popup {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.popup__title {
  height: 40px;
  border-radius: 3px 3px 0 0;
  background: #00994e;
  padding-left: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.popup__container {
  padding: 40px;
  max-width: 60vw;
  max-height: 60vh;
  overflow: auto;
}
.popup__container--text {
  padding: 40px 30px;
}
.popup__image {
  text-align: center;
}
.popup__image img {
  width: 100%;
}
.popup .actionArea {
  padding-left: 50px;
  padding-right: 50px;
}
.popup .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .popup .table {
    min-width: 300px;
  }
}

/* ==========================================================================
   section classes
   ========================================================================== */
/*---------- cardProgress ----------*/
.cardProgress {
  max-width: 500px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  font-weight: bold;
}
.cardProgress > li {
  margin-bottom: 30px;
  border: 1px solid #bababa;
  padding: 20px 40px;
}
.cardProgress > li:before, .cardProgress > li:after {
  content: "";
  display: table;
}
.cardProgress > li:after {
  clear: both;
}
.cardProgress__card {
  width: 40%;
  float: left;
}
.cardProgress__card img {
  width: 100%;
}
.cardProgress__info {
  width: 60%;
  float: left;
  padding-left: 30px;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cardProgress__title {
  margin-bottom: 15px;
}
.cardProgress__desc {
  margin-bottom: 5px;
  font-size: 14px;
}
.cardProgress .btn {
  margin-top: 10px;
}

/*---------- sms ----------*/
.sms {
  position: relative;
  margin-top: 10px;
}
.sms > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.sms > div:first-child {
  margin-left: 0;
}
.sms__precode {
  width: 70px;
  top: 15px;
}
.sms__actionArea {
  width: 110px;
}

/*---------- pc goback ----------*/
a.goback {
  display: block;
  margin-top: 10px;
  margin-left: 5px;
  padding-left: 20px;
  color: #b1b1b1;
  opacity: 0.8;
  position: relative;
}
a.goback:hover {
  opacity: 1;
}
a.goback:before {
  content: '';
  background: #b1b1b1;
  width: 2px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
  -moz-transform: rotate(45deg) translate(5px, 0);
  -o-transform: rotate(45deg) translate(5px, 0);
  -ms-transform: rotate(45deg) translate(5px, 0);
  -webkit-transform: rotate(45deg) translate(5px, 0);
  transform: rotate(45deg) translate(5px, 0);
}
a.goback:after {
  content: '';
  background: #b1b1b1;
  width: 2px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 13px;
  -moz-transform: rotate(-45deg) translate(5px, 0);
  -o-transform: rotate(-45deg) translate(5px, 0);
  -ms-transform: rotate(-45deg) translate(5px, 0);
  -webkit-transform: rotate(-45deg) translate(5px, 0);
  transform: rotate(-45deg) translate(5px, 0);
}

/*---------- progress bar ----------*/
.progressBar {
  margin-top: 45px;
  padding: 0 75px;
}
.progressBar__track {
  background: #f2f2f2;
  height: 6px;
}
.progressBar__steps {
  margin: 0;
  padding: 0;
}
.progressBar__step {
  float: left;
  list-style: none;
  position: relative;
  height: 100px;
}
.progressBar__step.active:before, .progressBar__step.prev:before {
  content: '';
  width: 100%;
  height: 6px;
  background: #00994e;
  z-index: 0;
  position: absolute;
  top: -6px;
}
.progressBar__step.active {
  left: 6px;
}
.progressBar__number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f2f2;
  margin-top: -23px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: -20px;
  color: #f2f2f2;
  font-weight: bold;
  z-index: 1;
  font-size: 0;
  font-family: Arial;
}
.active .progressBar__number {
  color: #00994e;
  border: 4px solid #00994e;
  width: 50px;
  height: 50px;
  line-height: 42px;
  top: -5px;
  font-size: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.prev .progressBar__number {
  background: #00994e;
  color: #00994e;
}
.progressBar__desc {
  width: 130px;
  text-align: center;
  margin-right: -65px;
  position: absolute;
  right: 0;
  top: 35px;
  color: #c2c2c2;
  font-size: 18px;
  font-weight: bold;
}
.active .progressBar__desc {
  margin-right: -59px;
  color: #00994e;
}
.tooLong .active .progressBar__desc {
  margin-right: -34px;
}
.prev .progressBar__desc {
  color: #00994e;
}
.tooLong .progressBar__desc {
  width: 80px;
  margin-right: -40px;
}
.progressBar__mobileTitle {
  display: none;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #00994e;
}

/*---------- errorMsg ----------*/
.errorMsg {
  color: #ff2828;
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
.errorMsg > div {
  position: relative;
  display: inline-block;
  text-align: justify;
  padding-left: 40px;
  min-height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .errorMsg > div {
    font-size: 18px;
  }
}
.errorMsg .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.errorMsg + .actionArea {
  padding-top: 0;
}

/*---------- accordionForm ----------*/
.accordionForm {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordionForm__item {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #fafafa;
  border-radius: 10px 10px 0 0;
}
.accordionForm__item:first-child {
  border-top: 0;
}
.accordionForm__title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.accordionForm__title:before {
  content: '';
  position: absolute;
  background-image: url(../images/accordion--pc.png);
  background-position-x: 0;
  background-position-y: 0;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 20px;
}
.accordionForm__title.active:before {
  background-position-y: -30px;
}
.accordionForm__title.active + .accordionForm__content {
  max-height: 9999px;
  padding: 10px 20px 60px 20px;
  -webkit-transition: max-height 0.3s ease, padding 0s ease 0s;
  -o-transition: max-height 0.3s ease, padding 0s ease 0s;
  transition: max-height 0.3s ease, padding 0s ease 0s;
}
.accordionForm__content {
  overflow: hidden;
  max-height: 0;
  padding: 0 20px;
  -webkit-transition: max-height 0.3s ease, padding 0s ease 0.3s;
  -o-transition: max-height 0.3s ease, padding 0s ease 0.3s;
  transition: max-height 0.3s ease, padding 0s ease 0.3s;
}

/*---------- otherNations ----------*/
.otherNations:before, .otherNations:after {
  content: "";
  display: table;
}
.otherNations:after {
  clear: both;
}
.otherNations__ul {
  margin: 0;
  padding: 0;
}
.otherNations__ul:before, .otherNations__ul:after {
  content: "";
  display: table;
}
.otherNations__ul:after {
  clear: both;
}
.otherNations__ul > li {
  list-style: none;
  float: left;
  width: 22%;
  margin-left: 4%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.otherNations__ul > li:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}
.otherNations__ul input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.otherNations__ul input[type="checkbox"] + label {
  display: block;
  border-radius: 3px;
  border: 1px solid #bebebe;
  background: #fff;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
.otherNations__ul input[type="checkbox"]:checked + label {
  background: #00994e;
  color: #fff;
}
.otherNations__input {
  float: left;
  width: 22%;
  margin-top: 20px;
  margin-left: 4%;
}
.otherNations__link {
  width: 22%;
  text-align: center;
  float: left;
}

/*---------- actionArea ----------*/
.actionArea {
  text-align: center;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.actionArea a {
  margin: 0 10px;
}

/*---------- slider ----------*/
.slider {
  padding-bottom: 40px;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.slider__ul {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.slider__ul > li {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  list-style: none;
}
.slider__item {
  display: block;
  padding: 16px 0;
  text-align: center;
  background: #f2f2f2;
  font-weight: bold;
  border-radius: 20px;
}
.active .slider__item {
  background: #00994e;
  color: #fff;
}
.slider__item > .icon {
  margin-bottom: 5px;
}
.slider .bx-wrapper {
  width: 120px;
}
.slider .bx-wrapper .bx-viewport {
  overflow: visible !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
}
.slider .bx-wrapper .bx-controls {
  width: 960px;
  left: -420px;
  top: 50%;
  position: absolute;
}
.slider .bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 120px;
  top: -60px;
  margin-top: 0;
  font-size: 0;
}
.slider .bx-wrapper .bx-controls-direction a:hover {
  background-position: 0 0;
}
.slider .bx-wrapper .bx-controls-direction a:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../js/bxslider-4-master/images/controls.png);
  background-size: 20px;
  top: 50%;
  position: absolute;
  margin-top: -10px;
}
.slider .bx-wrapper .bx-pager {
  bottom: -80px;
  height: 0;
  padding-top: 0;
}
.slider .bx-wrapper .bx-prev {
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+70,0+100 */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}
.slider .bx-wrapper .bx-prev:before {
  background-position: 0 -20px;
  right: 50%;
  margin-right: -10px;
}
.slider .bx-wrapper .bx-next {
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+30 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}
.slider .bx-wrapper .bx-next:before {
  background-position: 0 0;
  left: 50%;
  margin-left: -10px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #f2f2f2;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00994e;
}

/*---------- cards ----------*/
.cards {
  min-height: 350px;
}
.cards__title {
  color: #00994e;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #56b646;
  position: relative;
}
.cards__title:before {
  content: '';
  background: #00994e;
  width: 2px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 5px;
  -moz-transform: rotate(-45deg) translate(-4px, 0);
  -o-transform: rotate(-45deg) translate(-4px, 0);
  -ms-transform: rotate(-45deg) translate(-4px, 0);
  -webkit-transform: rotate(-45deg) translate(-4px, 0);
  transform: rotate(-45deg) translate(-4px, 0);
}
.cards__title:after {
  content: '';
  background: #00994e;
  width: 2px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 18px;
  -moz-transform: rotate(45deg) translate(-4px, 0);
  -o-transform: rotate(45deg) translate(-4px, 0);
  -ms-transform: rotate(45deg) translate(-4px, 0);
  -webkit-transform: rotate(45deg) translate(-4px, 0);
  transform: rotate(45deg) translate(-4px, 0);
}
.cards__content {
  display: table;
}
.cards__photo {
  display: table-cell;
  width: 45%;
  padding: 20px 0;
}
.cards__photo img {
  width: 100%;
}
.cards__desc {
  display: table-cell;
  width: 55%;
  vertical-align: middle;
  padding: 20px 0;
}
.cards__desc > ul {
  padding-left: 15px;
}
.cards__desc > ul li {
  list-style: none;
  position: relative;
  margin-top: 10px;
}
.cards__desc > ul li:first-child {
  margin-top: 0;
}
.cards__desc > ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6d6d6d;
  position: absolute;
  left: -13px;
  top: 8px;
}

.cardPhoto {
  text-align: center;
  padding-bottom: 30px;
}
.cardPhoto img {
  max-width: 280px;
}

/*---------- confirm ----------*/
.confirm__code {
  margin-bottom: 20px;
}
.confirm__item + .confirm__item {
  margin-top: 60px;
}
.confirm__edit {
  display: inline-block;
  padding: 0 10px;
  color: #00994e !important;
  line-height: 28px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.confirm__edit > i {
  margin-right: 3px;
}
.confirm__edit:hover, .confirm__edit:focus, .confirm__edit:active {
  color: #00994e;
  opacity: 1;
}
.confirm__header {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}
.confirm__header:before, .confirm__header:after {
  content: "";
  display: table;
}
.confirm__header:after {
  clear: both;
}
.confirm__title {
  float: left;
  font-weight: bold;
  font-size: 20px;
}
.confirm__edit {
  float: right;
}
.confirm__list {
  padding: 0;
  margin: 0;
}
.confirm__list:before, .confirm__list:after {
  content: "";
  display: table;
}
.confirm__list:after {
  clear: both;
}
.confirm__list > li {
  float: left;
  width: 50%;
  margin-top: 15px;
  list-style: none;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.confirm__list > li.pushRight {
  margin-right: 50%;
}
.confirm__list--lv2 > li {
  width: 100%;
}
.confirm__subTitle {
  font-weight: bold;
  font-size: 18px;
  padding-top: 15px;
}

/*---------- organization ----------*/
.organization__image {
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.organization__image img {
  height: 100%;
}
.organization__name {
  display: inline-block;
  vertical-align: middle;
}

/*---------- agreement ----------*/
.agreement {
  padding: 20px 0;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.agreement__title {
  padding: 15px 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
}
.agreement__checkbox {
  display: inline-block;
  position: relative;
  min-height:60px; 
}
.agreement__checkbox .trans-element-checkbox {
  position: absolute;
  /*top:30px;
  left: 0;*/
}
.agreement__checkbox label {
  margin-left: 40px;
  font-size: 18px;
  font-weight: bold;
}
.agreement .accordionForm {
  margin-top: 30px;
}
.agreement .accordionForm__title {
  padding-left: 50px;
  padding-right: 60px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}
.agreement .accordionForm__title:before {
  content: '';
  position: absolute;
  background-image: url(../images/accordion--pc.png);
  background-position-x: 0;
  background-position-y: 0;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 20px;
}
.agreement .accordionForm__title.required:after {
  content: '*';
  position: absolute;
  left: 40px;
  top: 20px;
}
.agreement .accordionForm__title.active + .accordionForm__content {
  padding: 15px 0;
  /*max-height: 400px;*/
}
.agreement .accordionForm__content {
  position: relative;
}
.agreement .accordionForm__content article {
  max-height: 400px;
  padding: 25px 25px 60px 0;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.agreement .accordionForm__content article table {
  table-layout: fixed;
  width: 100%;
  border-color: black;
}
.agreement .accordionForm__content:after {
  content: '';
  position: absolute;
  height: 80px;
  bottom: 0;
  left: 25px;
  right: 25px;
  margin: auto;
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0) 0%, #e6e6e6 70%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0) 0%, #e6e6e6 70%, #e6e6e6 100%);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, #e6e6e6 70%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6e6e6', endColorstr='#e6e6e6',GradientType=0 );
}
.ie .agreement .accordionForm__content:after {
  content: none;
}
.agreement--noborder .accordionForm {
  border-width: 0;
  margin: 0 auto;
}
.agreement--noborder .accordionForm__item {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #fafafa;
  border-radius: 0;
  background-color: #f8f8f8;
}
.agreement--noborder .accordionForm__item:first-child {
  border-top: 0;
}
.agreement--noborder .accordionForm__title {
  padding: 20px;
}
.agreement--noborder .accordionForm__title:before {
  content: '';
  position: absolute;
  background-image: url(../images/deco-link.png);
  background-position-x: 0;
  background-position-y: 60px;
  background-size: 20px 120px;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.agreement--noborder .accordionForm__title.active:before {
  background-position-y: -80px;
}
.agreement--noborder .accordionForm__title.active + .accordionForm__content {
  padding: 10px 15px 20px;
}
.agreement--noborder .accordionForm__content:after {
  display: none;
}
.agreement__radio {
  padding-top: 40px;
  padding-bottom: 40px;
}
.agreement__radio > label {
  display: block;
  margin-bottom: 20px;
}
.agreement__file {
  max-width: 600px;
  margin: 0 auto;
}

/*---------- complete ----------*/
.complete {
  margin: 0 auto;
}
.completeIcon {
  text-align: center;
}
.completeIcon span {
  vertical-align: middle;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #00994e;
}
.completeIcon span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  background-image: url(../images/complete--pc.png);
  background-position: 0 0;
}
.completeIcon.waring span:before {
  background-position: 0 -120px;
}
.completeIcon.fail span:before {
  background-position: 0 -240px;
}
.completeIcon--patch span:before {
  background-position: 0 -360px;
}
.completeIcon--identity span:before {
  background-position: 0 -480px;
}
.completeIcon--open span:before {
  background-position: 0 -600px;
}
.completeIcon--search span:before {
  background-position: 0 -720px;
}
.complete__info {
  line-height: 1.8;
}
.complete__info--short {
  text-align: left;
  margin: 0 auto;
  width: 240px;
}
.complete__ad {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  opacity: .8;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.complete__ad a {
  display: inline-block;
}
.complete__ad:hover {
  opacity: 1;
}
.complete__ad img {
  width: auto;
}
.complete__print {
  padding: 30px;
  margin: 30px 0;
  background: #f2f2f2;
  border-radius: 3px;
}
.complete__print:before, .complete__print:after {
  content: "";
  display: table;
}
.complete__print:after {
  clear: both;
}
.complete__print > li {
  width: 33.3%;
  text-align: center;
  float: left;
  list-style: none;
}
.complete__printTitle {
  font-weight: bold;
  font-size: 20px;
}
.complete__printIcon {
  padding: 30px;
}
.complete__printDesc {
  text-align: center;
  padding: 0 30px;
}
.complete__printDesc i {
  margin-right: 10px;
}
.complete__action {
  font-size: 16px;
  padding: 10px 0;
}
.complete__indent {
  text-indent: 3em;
}

/*---------- upload ----------*/
.upload {
  max-width: 600px;
  margin: 0 auto;
}
.upload__item {
  padding: 20px 30px;
  border-radius: 3px;
  background: #f2f2f2;
  margin-top: 30px;
  position: relative;
}
.upload__info {
  position: absolute;
  right: 30px;
  top: 10px;
  opacity: 0.85;
}
.upload__info:hover {
  opacity: 1;
}
.upload__title {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  text-align: right;
}
.upload__checked {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  opacity: 0;
  pointer-events: none;
}
.checked .upload__checked {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}
.upload__addMore {
  text-align: center;
  display: block;
}
.upload__label {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 20px;
  width: 250px;
  min-height: 145px;
  cursor: pointer;
  color: #00994e;
  font-weight: bold;
}
.upload__label img {
  width: 100%;
  height: auto;
}
.upload__delete {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}
.upload__icon {
  display: block;
}
.upload .actionArea {
  height: 100px;
  padding-top: 60px;
}
.upload .btn--rev {
  position: relative;
  margin: 0;
  top: 0;
  -webkit-transition: all 0.2s ease 0.5s;
  -o-transition: all 0.2s ease 0.5s;
  transition: all 0.2s ease 0.5s;
}
.upload .btn--rev:before {
  -webkit-transition: all 0.2s ease 0.5s;
  -o-transition: all 0.2s ease 0.5s;
  transition: all 0.2s ease 0.5s;
}
.upload .btn--rev > span {
  white-space: nowrap;
  -webkit-transition: all 0.2s ease 0.5s;
  -o-transition: all 0.2s ease 0.5s;
  transition: all 0.2s ease 0.5s;
}
.uploading .upload .btn--rev {
  cursor: progress;
  width: 130px;
  border-radius: 50%;
  padding: 51px 0;
  top: -33px;
  -webkit-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}
.uploading .upload .btn--rev:before {
  border-radius: 50%;
  -webkit-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}

.loadingBall {
  opacity: 0;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.loadingBall:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #00994e;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 65px;
  margin-top: -5px;
  margin-left: -5px;
}
.uploading .loadingBall {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
  -webkit-animation: rotate 2.5s linear infinite 0.5s;
  -o-animation: rotate 2.5s linear infinite 0.5s;
  animation: rotate 2.5s linear infinite 0.5s;
}

/*---------- 20170908 ----------*/
img {
  max-width: 100%;
}

.border {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
}

.imgIcon {
  display: inline-block;
}
.imgIcon--50px {
  width: 50px;
  height: 50px;
}
.imgIcon > img {
  width: 100%;
}
.imgIcon--vertical + .iconText {
  display: block;
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .hidden--lg {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .hidden--sm {
    display: none;
  }
}

/*index*/
.linkToapp {
  padding: 8px 0;
}
.linkToapp__close {
  margin-top: 15px;
  width: 20px;
  position: absolute;
  display: block;
}
.linkToapp__close img {
  width: 20px;
  height: 20px;
}
.linkToapp__group {
  display: block;
  margin-left: 30px;
}
.linkToapp__icon {
  display: inline-block;
  float: left;
}
.linkToapp__icon img {
  width: 60px;
  height: 60px;
}
.linkToapp__outlink {
  display: inline-block;
  float: right;
  text-align: right;
}
.linkToapp__outlink span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 5px;
}
.linkToapp__outlink a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #979797;
  border-radius: 4px;
  color: #979797;
  font-size: 14px;
}

@media all and (min-width: 768px) {
  .banner.section {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .banner.section {
    padding: 20px 10px 0;
  }
}
.banner__img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .recommend {
    padding: 10px 0;
  }
}

@media all and (max-width: 767px) {
  .links.section {
    padding: 0 0 40px;
  }
}

.functionList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.functionList > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.functionList--square {
  margin: 0 -7.5px;
}
.functionList--square.functionList--3grid > li {
  float: left;
  width: 33.3333333333%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}

.serviceBox {
  padding: 10px 0;
  text-align: center;
}

.landing {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .landing {
    background-color: #fff;
    height: 250px;
  }
}
.landing:first-of-type {
  margin-top: 0;
}
.landing__title {
  padding: 5px;
  display: block;
  border-bottom: solid 1px #B2E0C9;
}
@media all and (min-width: 768px) {
  .landing__title {
    pointer-events: none;
  }
}
@media all and (max-width: 767px) {
  .landing__title {
    position: relative;
  }
  .landing__title[data-toggle-title]:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/deco-link.png);
    background-size: 20px 120px;
    background-position: 0 60px;
  }
  .landing__title.active:after {
    background-position: 0 40px;
  }
}
.landing--gray .landing__title {
  border-bottom: solid 1px #d8d8d8;
}
.landing__title .pic {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .landing__title .pic {
    margin-right: 10px;
  }
}
.landing__title .name {
  font-size: 18px;
  vertical-align: middle;
  color: #4a4a4a;
}
@media all and (max-width: 767px) {
  .landing__content {
    display: none;
  }
}
.landing__link {
  display: block;
  padding: 15px 30px 15px 30px;
  position: relative;
}
.landing__link:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}
.landing__link--pc:after {
  background-image: url(../images/deco-link.png);
  background-size: 20px 120px;
  background-position: 0 0;
}
.landing__link--blank:after {
  background-image: url(../images/deco-link.png);
  background-size: 20px 120px;
  background-position: 0 -20px;
}
.landing__link--right:after {
  background-image: url(../images/deco-link.png);
  background-size: 20px 120px;
  background-position: 0 20px;
}

/*water steps*/
@media all and (min-width: 768px) {
  .paymaentWay {
    width: 600px;
    margin: 0 auto;
  }
}
.paymaentWay__set {
  display: block;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .paymaentWay__set {
    height: 120px;
    padding: 10px 20px 10px 90px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .paymaentWay__set {
    height: 90px;
    padding: 15px 15px 15px 55px;
    margin-bottom: 20px;
  }
}
.paymaentWay__set img {
  display: inline-block;
  margin-right: 40px;
}
@media all and (min-width: 768px) {
  .paymaentWay__set img {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 767px) {
  .paymaentWay__set img {
    width: 60px;
    height: 60px;
  }
}
.paymaentWay__set:hover {
  border-color: #00994e;
  background-color: #fff;
}
.paymaentWay__content {
  display: inline-block;
  vertical-align: middle;
}
.paymaentWay__title {
  font-size: 18px;
  font-weight: bold;
  color: #00994e;
}

.collapse__title {
  position: relative;
}
.collapse--note {
  background-color: #f8f8f8;
}
.collapse--note > .collapse__title {
  padding: 10px 40px 10px 20px;
  font-size: 15px;
}
.collapse--note > .collapse__title:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  background-image: url(../images/icon-collapse-note.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 40px;
}
.collapse--note > .collapse__title.on:after {
  background-position: 0 -20px;
}
.collapse--note > .collapse__content {
  padding: 10px 20px;
}
.collapse__content {
  border-top: solid 1px #E6E6E6;
  display: none;
}
.collapse__content.open {
  display: block;
}

.CUBList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.CUBList > li {
  margin-bottom: 10px;
}
.CUBList--sequence > li {
  position: relative;
  font-size: 14px;
  padding-left:30px;
}
.CUBList--sequence > li:before {
  content: attr(data-sequence);
  display: block;
  position: absolute;
  width:20px;
  line-height: 1.4;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: right;
}
.CUBList--none > li {
  position: relative;
  font-size: 14px;
  padding-left: 45px;
}

.checkGroup__list {
  padding: 0 0 0 20px;
  margin: 0;
}
.checkGroup__list li {
  margin-top: 15px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .checkGroup__list {
    padding-left: 10px;
  }
}
.checkGroup--bold .checkGroup__list {
  padding: 0;
}
.checkGroup--bold .checkGroup__list li {
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a;
}

.paymentResult {
  margin: 30px 0;
  text-align: center;
}
.paymentResult__title {
  font-size: 24px;
  font-weight: bold;
}
.paymentResult__title + span {
  font-size: 14px;
}

.alertInfo {
  padding-left: 35px;
  position: relative;
}
.alertInfo:before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/alertInfo.png);
  background-position-x: 0;
  background-size: 30px 60px;
}
@media only screen and (max-width: 767px) {
  .alertInfo:before {
    background-image: url(../images/alertInfo@3x.png);
  }
}
.alertInfo--error .alertInfo__title {
  color: #f71732;
}
.alertInfo--error:before {
  background-position-y: -30px;
}
.alertInfo--success .alertInfo__title {
  color: #00994e;
}
.alertInfo--success:before {
  background-position-y: 0;
}
.alertInfo__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .alertInfo__title {
    font-size: 18px;
  }
}
.alertInfo__content ul {
  margin: 0;
  padding: 0;
}
.alertInfo__content ul li {
  list-style: none;
  font-size: 14px;
}

@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.telLink {
  display: inline-block;
  cursor: default;
  pointer-events: none;
}

/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none;
}

.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearLeft {
  clear: left;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 960px) {
  .inputGroup__label {
    width: 165px;
  }
  .inputGroup__control {
    margin-left: 165px;
  }

  .slider .bx-wrapper .bx-controls {
    width: 100vw;
  }
}

  /*---------- cardProgress ----------*/
  .cardProgress {
    max-width: none;
  }
  .cardProgress > li {
    padding: 20px 10px;
  }
  .cardProgress__card {
    width: 45%;
  }
  .cardProgress__info {
    width: 55%;
    padding-left: 10px;
  }
  .cardProgress__title {
    margin-bottom: 10px;
  }

  /*---------- popoup ----------*/
  .sms__precode {
    position: absolute;
    top: 15px;
  }
  .sms__input {
    display: block !important;
    margin-left: 80px !important;
  }
  .sms__clock {
    margin-top: 10px;
    margin-left: 80px !important;
  }
  .sms__actionArea {
    margin-top: 10px;
  }

  /*---------- popoup ----------*/
  .popup {
    margin: 0 !important;
  }
  .popup__container {
    max-width: 100vw;
    max-height: 80vh;
    padding: 20px;
  }
  .popup__image {
    text-align: center;
    padding: 0;
  }

  /*---------- section ----------*/
  .section {
    padding:10px 0;
  }
  .section__title {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 10px;
  }

  /*---------- list ----------*/
  .gridHalf > li, .gridThree > li, .gridFour > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /*---------- title ----------*/
  .title--28px {
    font-size: 20px;
  }

  /*---------- button ----------*/
  .btn {
    width: 100%;
    padding:8px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .btn--s {
    padding: 5px 0;
  }

  /*---------- table ----------*/
  .table--dataTh {
    border: 0;
  }
  .table--dataTh thead {
    display: none;
  }
  .table--dataTh tbody {
    display: block;
  }
  .table--dataTh tbody tr {
    display: table;
    width: 100%;
    border: 1px solid #dadada;
    margin-bottom: 3px;
  }
  .table--dataTh tbody td {
    display: table-row;
    border-top: 1px solid #dadada;
    color: #fff;
  }
  .table--dataTh tbody td:first-child {
    border-top: 0;
  }
  .table--dataTh tbody td:before {
    content: attr(data-th);
    display: table-cell;
    background: #00994e;
    color: #fff;
    padding: 15px 0;
  }
  .table--dataTh tbody td span {
    display: table-cell;
    padding: 15px 0;
    color: #606060;
  }
  .table--dataTh tbody td span.fOrange {
    color: #FF6000 !important;
  }
  .table--nocolor tbody td:before {
    background: none;
    color: #6d6d6d;
  }
  .table--checkbox [type="checkbox"] + label:before {
    background-image: url(../images/checkbtn@3x.png);
  }
  .table--checkbox [type="checkbox"]:checked + label {
    color: #fff;
  }
  .table--checkbox [type="radio"] + label:before {
    background-image: url(../images/checkbtn@3x.png);
  }
  .table--checkbox [type="radio"]:checked + label {
    color: #fff;
  }
  .table--checkbox tr {
    position: relative;
    margin-top: 75px;
    border-top: 0 !important;
  }
  .table--checkbox tr:first-child {
    margin-top: 55px;
  }
  .table--checkbox tr td {
    border-top: 0;
  }
  .table--checkbox tr td:first-child {
    background-color: #adadad;
    border: 1px solid #adadad;
    color: #fff;
  }
  .table--checkbox tr.checked {
    border-color: #FF6000;
  }
  .table--checkbox tr.checked td:first-child {
    background-color: #FF6000;
    border: 1px solid #FF6000;
  }
  .table--checkbox td:first-child {
    position: absolute;
    height: 55px;
    top: -55px;
    left: 0;
    right: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table--checkbox td:first-child span {
    padding: 0;
  }

  /*---------- form ----------*/
  .fancyRadio__label {
    font-size: 18px;
    padding: 8px 0;
  }

  .form {
    padding: 0;
  }
  .form__action {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .form__title {
    width: 100% !important;
    text-align: left;
    font-size: 18px;
  }
  .form__section + .form__section {
    margin-top: 20px;
  }
  .form__section--service > .inputGroup > .inputGroup__label i {
    width: 50px;
  }
  .form__notice {
    margin-top: 20px;
    margin-left: 0;
  }

  .inputGroup {
    display: block;
    font-size: 18px;
  }
  .inputGroup__label {
    display: block;
    position: relative;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 5px;
    text-align: left;
    padding-right: 20px;
  }
  .inputGroup__control {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .inputGroup__control--radio {
    display: table;
  }
  .inputGroup__control--tel input:first-child {
    width: 22%;
  }
  .inputGroup__control--tel input:last-child {
    width: 70%;
  }
  .inputGroup__control--tel > div {
    width: 8%;
  }
  .inputGroup__control--companyTel input:first-child {
    width: 20%;
  }
  .inputGroup__control--companyTel input:nth-child(3) {
    width: 48%;
  }
  .inputGroup__control--companyTel input:last-child {
    width: 24%;
  }
  .inputGroup__control--companyTel > div {
    width: 6%;
  }
  .inputGroup + .inputGroup {
    margin-top: 30px;
  }
  .inputGroup.required .inputGroup__label:after {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 3px;
  }
  .inputGroup--inside {
    display: block;
  }
  .inputGroup--inside .inputGroup__label {
    width: 100%;
    display: block;
    text-align: left;
  }
  .inputGroup--inside .inputGroup__control:not(.inputGroup__control--checkbox) {
    margin-left: 0;
    display: block;
  }
  .inputGroup__info {
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .inputGroup + .inputGroup--closer {
    margin-top: 10px;
  }

  .fancyRadio--img .fancyRadio__label {
    padding: 10px 0;
  }

  .trans-element-checkbox + label {
    min-height: auto;
    padding-top: 0px;
  }

  .trans-element-checkbox.checked {
    background-position: 0 -20px;
  }

  /*---------- pc goback ----------*/
  a.goback {
    display: none;
    height: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*---------- progress bar ----------*/
  .progressBar {
    padding: 0 25px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .progressBar__number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -14px;
    right: -10px;
  }
  .active .progressBar__number {
    width: 42px;
    height: 42px;
    line-height: 34px;
    top: -10px;
    right: -14px;
    font-size: 18px;
  }
  .progressBar__desc {
    display: none;
  }
  .progressBar__step {
    height: 40px;
  }
  .progressBar__mobileTitle {
    display: block;
  }

  /*---------- accordionForm ----------*/
  .agreement {
    margin-top: 0;
  }
  .agreement .accordionForm__title {
    padding-right: 60px;
  }
  .agreement .accordionForm__title:before {
    top: 22px;
  }
  .agreement .accordionForm--checkbox .accordionForm__title {
    padding: 5px 20px 5px 5px;
  }
  .agreement .accordionForm--checkbox .accordionForm__title:before {
    top: 50%;
    right: 0;
    margin-top: -10px;
  }
  .agreement .accordionForm--checkbox .trans-element-checkbox {
    width: 20px;
    height: 20px;
    background-size: 20px 40px;
  }
  .agreement .accordionForm--checkbox label {
    font-size: 14px;
    margin-left: 30px;

  }
  .agreement .accordionForm__content:after {
    left: 0;
    right: 0;
  }
  .agreement .accordionForm__content article {
    word-wrap: break-word;
  }

  /*---------- errorMsg ----------*/
  .errorMsg {
    margin-bottom: 30px;
  }

  /*---------- otherNations ----------*/
  .otherNations__ul:before, .otherNations__ul:after {
    content: "";
    display: table;
  }
  .otherNations__ul:after {
    clear: both;
  }
  .otherNations__ul > li {
    width: 30.66%;
  }
  .otherNations__ul > li:nth-child(4n+1) {
    margin-left: 4%;
    clear: none;
  }
  .otherNations__ul > li:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .otherNations__input {
    width: 30%;
    float: left;
    margin-left: 0;
    margin-right: 5%;
  }
  .otherNations__input:last-child {
    margin-right: 0;
  }
  .otherNations__link {
    display: block;
    width: 100%;
    margin-top: 5px;
    text-align: left;
    padding-left: 15px;
  }

  /*---------- cards ----------*/
  .cards__photo {
    width: 40%;
  }
  .cards__desc {
    width: 60%;
  }

  .cardPhoto img {
    width: 100%;
  }

  /*---------- confirm ----------*/
  .confirm__list > li {
    width: 100%;
    padding-right: 0;
  }
  .confirm__list > li.pushRight {
    margin-right: 0;
  }
  .confirm__item + .confirm__item {
    margin-top: 30px;
  }

  /*---------- actionArea ----------*/
  .actionArea {
    padding-left: 0;
    padding-right: 0;
  }
  .actionArea a {
    margin-left: 0;
    margin-right: 0;
    /*& + a {
      margin-top: 20px;
    }*/
  }
  .actionArea--2btns a.btn {
    float: left;
    width: 48%;
    margin: 0 1%;
  }

  /*---------- complete ----------*/
  .completeIcon {
    margin-top: 0;
  }
  .completeIcon span {
    display: block;
    text-align: center;
    font-size: 20px;
  }
  .completeIcon span:before {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-image: url(../images/complete--mobile.png);
    background-position: 0 0;
    background-size: 100px 700px;
  }
  .completeIcon.waring span:before {
    background-position: 0 -100px;
  }
  .completeIcon.fail span:before {
    background-position: 0 -200px;
  }
  .completeIcon--patch span:before {
    background-position: 0 -300px;
  }
  .completeIcon--identity span:before {
    background-position: 0 -400px;
  }
  .completeIcon--open span:before {
    background-position: 0 -500px;
  }
  .completeIcon--search span:before {
    background-position: 0 -600px;
  }
  .complete__info {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.6;
  }
  .complete__info--short {
    text-align: left;
    width: auto;
    margin: 0;
  }
  .complete__ad {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .complete__ad img {
    width: 100%;
  }
  .complete__print {
    padding: 30px 18px;
  }
  .complete__print > li {
    width: 100%;
    padding-left: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #dcdcdc;
    position: relative;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .complete__print > li:first-child {
    border-top: 0;
  }
  .complete__printIcon {
    width: 70px;
    height: 70px;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: auto;
    position: absolute;
  }
  .complete__printDesc {
    padding: 0;
    margin-top: 18px;
    text-align: left;
  }

  /*---------- upload ----------*/
  .upload__title .mobileHide {
    display: inline;
  }
  .upload__item {
    padding: 15px 18px;
    border-radius: 10px;
  }
  .upload__info {
    top: 15px;
  }
  .upload__label {
    width: 180px;
    margin-left: 25px;
  }
  .upload__checked {
    margin-left: 0;
  }
  .upload__delete {
    margin-left: 25px;
  }
  .upload .actionArea {
    height: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  /*---------- index icon ----------*/
  .iSpriteCards__gas:before, .iSpriteCards__movie:before, .iSpriteCards__all:before, .iSpriteCards__cash:before, .iSpriteCards__flight:before, .iSpriteCards__gas:after, .iSpriteCards__movie:after, .iSpriteCards__all:after, .iSpriteCards__cash:after, .iSpriteCards__flight:after {
    width: 30px;
    height: 30px;
    background-image: url(../images/sprite--cards@3x.png);
    background-size: 60px 150px;
  }
  .active .iSpriteCards__gas:before, .active .iSpriteCards__movie:before, .active .iSpriteCards__all:before, .active .iSpriteCards__cash:before, .active .iSpriteCards__flight:before, .active .iSpriteCards__gas:after, .active .iSpriteCards__movie:after, .active .iSpriteCards__all:after, .active .iSpriteCards__cash:after, .active .iSpriteCards__flight:after {
    background-position-x: -30px;
  }

  .iSpriteCards__gas:before, .iSpriteCards__gas:after {
    background-position-y: 0;
  }
  .iSpriteCards__movie:before, .iSpriteCards__movie:after {
    background-position-y: -30px;
  }
  .iSpriteCards__all:before, .iSpriteCards__all:after {
    background-position-y: -60px;
  }
  .iSpriteCards__cash:before, .iSpriteCards__cash:after {
    background-position-y: -90px;
  }
  .iSpriteCards__flight:before, .iSpriteCards__flight:after {
    background-position-y: -120px;
  }

@media only screen and (max-width: 480px) {
  .telLink {
    cursor: pointer;
    pointer-events: auto;
  }

  .upload__title {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .upload__title .mobileHide {
    display: none;
  }

  /*---------- slider ----------*/
  .slider__ul > li {
    width: 90px;
    height: 90px;
  }
  .slider .bx-wrapper {
    width: 90px;
  }
  .slider .bx-wrapper .bx-controls-direction a {
    width: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  label.error:before {
    background-size: 15px;
    background-image: url(../images/sprite--30@3x.png);
  }

  .iSprite30__warning:before, .iSprite30__clock:before, .iSprite30__checked:before, .iSprite30__delete:before, .iSprite30__warning:after, .iSprite30__clock:after, .iSprite30__checked:after, .iSprite30__delete:after, .inputGroup__control--date:after, .inputGroup__control--creditCard:after {
    background-image: url(../images/sprite--30@3x.png);
    background-size: 30px;
  }

  .iSprite20__edit:before, .iSprite20__checked:before, .iSprite20__warning:before, .iSprite20__plus:before, .iSprite20__edit:after, .iSprite20__checked:after, .iSprite20__warning:after, .iSprite20__plus:after {
    background-image: url(../images/sprite--20@3x.png);
    background-size: 20px;
  }

  .iInfo:before, .iInfo:after {
    width: 20px;
    height: 20px;
    background-image: url(../images/iInfo@3x.png);
    background-size: 20px;
  }

  .iSpriteLabel__account:before, .iSpriteLabel__car:before, .iSpriteLabel__loan:before, .iSpriteLabel__eTag:before, .iSpriteLabel__easycard:before, .iSpriteLabel__account:after, .iSpriteLabel__car:after, .iSpriteLabel__loan:after, .iSpriteLabel__eTag:after, .iSpriteLabel__easycard:after {
    width: 40px;
    height: 40px;
    background-image: url(../images/spriteLabel.png);
    background-size: 40px;
    background-position-x: 0;
  }

  .iSpriteLabel__account:before, .iSpriteLabel__account:after {
    background-position-y: 0;
  }
  .iSpriteLabel__car:before, .iSpriteLabel__car:after {
    background-position-y: -40px;
  }
  .iSpriteLabel__loan:before, .iSpriteLabel__loan:after {
    background-position-y: -80px;
  }
  .iSpriteLabel__eTag:before, .iSpriteLabel__eTag:after {
    background-position-y: -120px;
  }
  .iSpriteLabel__easycard:before, .iSpriteLabel__easycard:after {
    background-position-y: -160px;
  }

  .iPrint__print:before, .iPrint__doc:before, .iPrint__mail:before, .iPrint__print:after, .iPrint__doc:after, .iPrint__mail:after {
    background-image: url(../images/iPrint@3x.png);
    background-size: 70px 210px;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


