﻿@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: #222;
}

body {
  font-family: '微軟正黑體', Verdana, 'Microsoft JhengHei', sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * 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;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

header.header .sub-menu ul.first-level .sf-mega {
  z-index: 1300;
}

/* ==========================================================================
  section styles
   ========================================================================== */
.filter {
  padding: 30px;
  background-color: #F7F7F7;
}
.filter .btn {
  font-size: 16px;
  outline:none;
}
.filter__action {
  padding-top: 10px;
  text-align: center;
}
.filter-atm {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #F7F7F7;
}
.filter-atm .btn {
  font-size: 16px;
  outline:none;
}
.result {
  padding: 35px 30px;
  background-color: #fff;
}
.result__title {
  margin-bottom: 30px;
}
.result__title.withDesc {
  margin-bottom: 10px;
}
.result__title > span {
  display: inline-block;
  color: #00994e;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.result__desc {
  text-align: right;
  margin-top: 20px;
}

.actionArea {
  margin-top: 20px;
  text-align: center;
}

.descList {
  display: inline-block;
}
.descList > li {
  float: left;
  margin-left: 10px;
}

.map:before, .map:after {
  content: "";
  display: table;
}
.map:after {
  clear: both;
}
.map__left {
  width: 60%;
  float: left;
}
.map__right {
  width: 40%;
  float: left;
  max-height: 670px;
  overflow: auto;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map__container {
  height: 670px;
}

.mapLocationList > li {
  border-bottom: 1px solid #d8d8d8;
}

.locationBox {
  padding: 15px 15px 15px 0;
}
.locationBox .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.locationBox .location {
  margin-bottom: 5px;
}
.locationBox .address {
  font-size: 14px;
  margin-bottom: 5px;
}
.locationBox .desc {
  font-size: 14px;
  margin-bottom: 5px;
}

.article {
  color: #6d6d6d;
}
.article__title {
  font-size: 18px;
  padding: 10px 0;
  font-weight: bold;
  color: #4a4a4a;
}
.article p + p {
  margin-top: 10px;
}
.article ul > li {
  margin-bottom: 10px;
}

.table {
  border: solid 1px #adadad;
  box-shadow: none;
}
.table thead tr {
  background: #00994e;
  background: -moz-linear-gradient(top, #51be77 0%, #27ae58 100%);
  background: -webkit-linear-gradient(top, #51be77 0%, #27ae58 100%);
  background: linear-gradient(top, #51be77 0%, #27ae58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51be77', endColorstr='#27ae58',GradientType=0 );
}
.table th, .table td {
  padding: 10px 20px;
}
.table th {
  text-align: center;
  background: transparent;
  color: #fff;
  white-space: nowrap;
}

.FAQ {
  padding: 0 25px;
}
.FAQ img {
  width: 100%;
}
.FAQ > li {
  position: relative;
}
.FAQ__toggle {
  padding: 15px 15px 15px 55px;
  border-bottom: solid 1px #d8d8d8;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.open .FAQ__toggle {
  background: #00994e;
  background: -moz-linear-gradient(top, #51be77 0%, #27ae58 100%);
  background: -webkit-linear-gradient(top, #51be77 0%, #27ae58 100%);
  background: linear-gradient(top, #51be77 0%, #27ae58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51be77', endColorstr='#27ae58',GradientType=0 );
  color: #fff;
}
.FAQ__toggle:before {
  content: attr(data-before);
  width: 40px;
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
}
.FAQ__toggle:after {
  content: '';
  background-image: url(../images/deco-FAQ.png);
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: no-repeat;
  background-size: 20px 40px;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 15px;
}
.open .FAQ__toggle:after {
  background-position-y: -20px;
}
.FAQ__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s linear;
  -o-transition: max-height 0.6s linear;
  transition: max-height 0.6s linear;
}
.FAQ__content .article {
  padding: 25px;
}
.open .FAQ__content {
  max-height: 5000px;
}

/*---------- Widget ----------*/
.tab__nav {
  padding: 0 25px;
  border-bottom: 2px solid #00994e;
}
.tab__content {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.tab__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab__tabs > li {
  float: left;
  position: relative;
  padding: 0 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab__tabs > li > a {
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #6d6d6d;
  border: #f8f8f8;
  border-radius: 3px 3px 0 0;
  background: white;
  background: -moz-linear-gradient(top, #eeeeee 0%, #d9d9d9 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #d9d9d9 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#D9D9D9',GradientType=0 );
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.tab__tabs > li.active > a {
  color: #fff;
  background: #00994e;
  background: -moz-linear-gradient(top, #27a869 0%, #00994e 100%);
  background: -webkit-linear-gradient(top, #27a869 0%, #00994e 100%);
  background: linear-gradient(to bottom, #27a869 0%, #00994e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27A869', endColorstr='#00994E',GradientType=0 );
}
.tab__tabs--2tabs > li {
  width: 50%;
}
.tab__tabs--3tabs > li {
    width: 33%;
}

.fancyRadio {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  overflow: hidden;
}
.fancyRadio__input {
  display: none;
}
.fancyRadio__input:checked + .fancyRadio__label {
  background-color: #00994e;
  color: #fff;
}
.fancyRadio__label {
  display: table-cell;
  padding: 9px 0;
  line-height: 20px;
  border-right: 1px solid #d8d8d8;
  text-align: center;
  color: #a8a8a8;
  background-color: #fff;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}
.fancyRadio__label:last-child {
  border-right: 0;
}

.fancyCheckbox {
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  overflow: hidden;
}
.fancyCheckbox__input {
  display: none;
}
.fancyCheckbox__input:checked + .fancyCheckbox__label {
  background-color: #00994e;
  color: #fff;
}
.fancyCheckbox__label {
  display: block;
  padding: 9px 0;
  line-height: 20px;
  text-align: center;
  color: #a8a8a8;
  background-color: #fff;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}
.w100{
  width:80%; 
}
.divRow {
  position: relative;
}

.divRow .divLabel {
  width: 100px;
  position: absolute;
  color: #00994e;
  font-weight: bold;
  text-align: right;
  padding-top: 7px;
  left: 0;
  top: 0;
}
.divRow .divInput {
  padding-left: 5px;
  margin-left: 100px;
}
.divRow .divInput:before, .divRow .divInput:after {
  content: "";
  display: table;
}
.divRow .divInput:after {
  clear: both;
}

.col {
  padding: 0 5px;
  padding-bottom: 20px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col_1of1 {
  width: 100%;
}
.col_1of2 {
  width: 50%;
}
.col_1of3 {
  width: 33.3333333333%;
}
.col_1of4 {
  width: 25%;
}
.col_1of5 {
  width: 20%;
}
.col_1of6 {
  width: 16.6666666667%;
}
.col_2of6 {
  width: 33.3333333333%;
}
.col_1of7 {
  width: 14.2857142857%;
}
.col_1of8 {
  width: 12.5%;
}

.switch {
  float: right;
}
.switch__button {
  float: left;
}
.switch__button > .icon {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #c1c1c1;
}
.switch__button.active > .icon {
  background-color: #00994e;
  color: #00994e;
}
.switch__button.active > .icon:before, .switch__button.active > .icon:after {
  background-position-y: -30px;
}

.locationTable {
  width: 100%;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
  margin-bottom: 0;
  table-layout: fixed;
}
.locationTable tr {
  border-bottom: 1px solid #d8d8d8;
}
.locationTable th, .locationTable td {
  border: none;
  padding: 10px 15px;
}
.locationTable th {
  background-color: #fff;
}
.locationTable td {
  text-align: center;
}
.locationTable td.tal {
  text-align: left;
}
.locationTable td.tar {
  text-align: right;
}

.location__func--tel {
  display: none;
}
.location__func--mail, .location__func--map {
  display: inline-block;
}
.location__icon {
  display: inline-block;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  vertical-align: middle;
}
.location__icon + .distance {
  display: none;
  vertical-align: middle;
}
.location__icon + .distance--show {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #ff7313;
}
.location__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-function.png);
  background-size: 30px 120px;
}
.location__icon--tel:after {
  background-position: 0 0;
}
.location__icon--mail:after {
  background-position: 0 -30px;
}
.location__icon--map:after {
  background-position: 0 -60px;
}
.location__icon--web:after {
  background-position: 0 -90px;
}






.funcTag {
  display: inline-block;
  font-size: 14px;
  padding: 0 5px;
  color: #fff;
  margin-right: 5px;
}
.funcTag + span {
  display: inline-block;
  vertical-align: baseline;
  margin-left: -5px;
  font-size: 13px;
  color: #6d6d6d;
}
.funcTag--withdraw {
  background-color: #fd596d;
}
.funcTag--deposit {
  background-color: #00994e;
}
.funcTag--foreign {
  background-color: #3fb2e9;
}
.funcTag--record {
  background-color: #cb905a;
}

/* ==========================================================================
   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: 3px;
  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 - menu quickLink ----------*/
.icon__menuQL--app:before, .icon__menuQL--apply:before, .icon__menuQL--caculate:before, .icon__menuQL--rate:before, .icon__menuQL--location:before, .icon__menuQL--pay:before, .icon__menuQL--app:after, .icon__menuQL--apply:after, .icon__menuQL--caculate:after, .icon__menuQL--rate:after, .icon__menuQL--location:after, .icon__menuQL--pay:after {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-menuQL.png);
  background-size: 30px 180px;
}

.icon__menuQL--app:before, .icon__menuQL--app:after {
  background-position: 0 0;
}

.icon__menuQL--apply:before, .icon__menuQL--apply:after {
  background-position: 0 -30px;
}

.icon__menuQL--caculate:before, .icon__menuQL--caculate:after {
  background-position: 0 -60px;
}

.icon__menuQL--rate:before, .icon__menuQL--rate:after {
  background-position: 0 -90px;
}

.icon__menuQL--location:before, .icon__menuQL--location:after {
  background-position: 0 -120px;
}

.icon__menuQL--pay:before, .icon__menuQL--pay:after {
  background-position: 0 -150px;
}

/*---------- icon - menu social ----------*/
.icon__social--fb:before, .icon__social--line:before, .icon__social--youtube:before, .icon__social--mail:before, .icon__social--fb:after, .icon__social--line:after, .icon__social--youtube:after, .icon__social--mail:after {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-social.png);
  background-size: 40px 160px;
}

.icon__social--fb:before, .icon__social--fb:after {
  background-position: 0 0;
}

.icon__social--line:before, .icon__social--line:after {
  background-position: 0 -40px;
}

.icon__social--youtube:before, .icon__social--youtube:after {
  background-position: 0 -80px;
}

.icon__social--mail:before, .icon__social--mail:after {
  background-position: 0 -120px;
}

.icon__switch--list:before, .icon__switch--map:before, .icon__switch--list:after, .icon__switch--map:after {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-switch-location.png);
  background-size: 60px;
}

.icon__switch--list:before, .icon__switch--list:after {
  background-position: 0 0;
}

.icon__switch--map:before, .icon__switch--map:after {
  background-position: -30px 0;
}

.icon__location--set:before, .icon__location--set:after {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-location.png);
  background-size: 20px;
}

.icon__location--set:before, .icon__location--set:after {
  background-position: 0 0;
}

/*---------- button ----------*/
.btn {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn--full {
  width: 100%;
}
.btn--borderGray {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  color: #6d6d6d;
}
.btn--more {
  color: #00994e;
  font-size: 18px;
  font-weight: bold;
  border: none;
}
.btn--more:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(../images/icon-more.png);
  background-size: 20px;
  vertical-align: middle;
}
.btn--more > span {
  display: inline-block;
  vertical-align: middle;
}
.btn--submit {
  width: 300px;
  padding: 10px 0;
  border-radius: 20px;
  background-color: #ffa81a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
}
.btn--submit:hover {
  color: #fff;
}

/*---------- form ----------*/
input[type="text"],
input[type="search"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="file"],
.textbox {
  width: 100%;
  padding: 9px 10px;
  color: #6d6d6d;
  border: 1px solid #ddd;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  line-height: 20px;
  margin: 0;
  font-size: 16px;
}
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="number"]::-webkit-inner-spin-button,
input[type="number"]::-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="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
.textbox:focus {
  outline: 1px solid #00994e;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
}

/*---------- font & title ----------*/
h1 {
  margin: 0;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 21px;
}

.f-hei {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

.fBold {
  font-weight: bold;
}

/*---------- 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;
}

/*---------- width ----------*/
/*---------- height ----------*/
/*---------- shadow ----------*/
.shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

/*---------- box sizing ----------*/
.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* # Grids
================================================== */
.fluid {
  width: 100%;
  *zoom: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.fluid:before, .fluid:after {
  display: table;
  content: "";
}

.fluid:after {
  clear: both;
}

.fluid .rtl-inputs [class*="grid"] {
  float: right;
}

.fluid [class*="grid"] {
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
}

.fluid [class*="grid"]:first-child {
  margin-left: 0;
}

.fluid .grid12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.fluid .grid11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.fluid .grid10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.fluid .grid9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.fluid .grid8 {
  width: 65.95744680199999%;
  *width: 65.60425531263828%;
}

.fluid .grid7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.fluid .grid6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.fluid .grid5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.fluid .grid4_1 {
  width: 37.914893614%;
  *width: 37.6617021246383%;
  margin-left: 1.127659574%;
  margin-top: 0.8%;
}

.fluid .grid4 {
  width: 31.914893614%;
  *width: 31.6617021246383%;
}

.fluid .grid3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.fluid .grid2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.fluid .grid1_1 {
  width: 9.55%;
  *width: 9.55%;
  margin-left: 0.5%;
  *margin-left: 0.5%;
}

.fluid .grid1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.otp_bgwhite {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ol_list {
  padding-left: 40px;
  margin: 20px 0;
}

/*---------- fancyform ----------*/
.transformSelect {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.transformSelect > li {
  position: relative;
  height: auto;
}
.transformSelect > li.open > span {
  border: 1px solid #71bf44;
}
.transformSelect > li > span {
  display: block;
  cursor: pointer;
  line-height: 20px;
  border-radius: 3px;
  padding: 9px 30px 9px 10px;
  border: 1px solid #d8d8d8;
  color: #111111;
  position: relative;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.transformSelect > li > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  background-image: url(../images/control-arrow.png);
  background-position: 0 0;
  background-size: 20px 40px;
}
.transformSelect .transformSelectDropdown {
  position: absolute;
  border: 1px solid #00994e;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0;
}
.transformSelect .transformSelectDropdown > li > span {
  background: #ffffff;
  color: #111111;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  padding: 12px 10px;
  top: 0;
  line-height: 16px;
  border-radius: 0;
}
.transformSelect .transformSelectDropdown > li > span:hover {
  background: #00994e;
  color: #fff;
}
.transformSelect .transformSelectDropdown > li.selected > span {
  background: #00994e;
  color: #fff;
}
.transformSelect .transformSelectDropdown > li:last-of-type {
  border-bottom: none;
}

.flowChart {
  margin: 10px 0;
}

.flowChart:before, .flowChart:after {
  content: "";
  display: table;
}

.flowChart:after {
  clear: both;
}

.flowChart > li {
  margin-bottom: 10px;
  padding-right: 40px;
  position: relative;
  float: left;
}

.flowChart > li:after {
  content: '';
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-image: url(../images/icon-next.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.flowChart > li:last-child:after {
  content: none;
}

.flowChart__item {
  border: 1px solid #d6eade;
}

.flowChart__header {
  display: inline-block;
  width: 100%;
  padding: 10px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  background: #00994e;
}

.flowChart__body {
  padding: 10px;
  min-height: 200px;
}

.flowChart__title {
  font-size: 14px;
}

.flowChart--three > li {
  width: 33.3333333333%;
}

.flowChart--three > li:nth-child(3n+1) {
  clear: left;
}

.flowChart--two > li {
  width: 50%;
}

.flowChart--two > li:nth-child(2n+1) {
  clear: left;
}

/* 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;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen and (max-width: 960px) {
  .header_gap {
    display: none;
  }
  .btn {
    width: 100%;
  }

  .filter {
    padding: 15px;
  }

  .result {
    padding: 15px;
  }
  .result__title {
    margin-bottom: 25px;
  }
  .result__desc {
    text-align: left;
  }

  .location__func--tel {
    display: inline-block;
  }
  .location__icon + .distance {
    display: inline-block;
    color: #ff7313;
    font-weight: bold;
    margin-left: 5px;
    font-size: 14px;
    vertical-align: middle;
  }

  .actionArea {
    margin-top: 10px;
  }

  .map__left {
    display: block;
    width: 100%;
  }
  .map__right {
    display: none;
  }
  .map__container {
    height: 580px;
  }

  .FAQ {
    padding: 0;
    margin: 0 -15px;
  }
  .FAQ__content .article {
    padding: 10px 20px;
  }

  .article {
    font-size: 14px;
  }
  .article__title {
    font-size: 14px;
  }

  .table {
    font-size: 14px;
  }
  .table th, .table td {
    padding: 10px 15px;
  }

  /*---------- Widget ----------*/
  .tab__nav {
    padding: 0 10px;
  }
  .tab__content {
    box-shadow: none;
  }

  .divRow .divLabel {
    display: none;
  }
  .divRow .divInput {
    display: block;
    padding-left: 0;
    margin-left: 0;
  }

  .col {
    padding-bottom: 10px;
  }
  .col_1of1--m {
    width: 100%;
  }
  .col_1of2--m {
    width: 50%;
  }
  .col_1of3--m {
    width: 33.3333333333%;
  }
  .col_2of3--m {
    width: 66.6666666667%;
  }
  .col_1of4--m {
    width: 25%;
  }
  .col_1of5--m {
    width: 20%;
  }
  .col_1of6--m {
    width: 16.6666666667%;
  }
  .col_1of7--m {
    width: 14.2857142857%;
  }
  .col_1of8--m {
    width: 12.5%;
  }

  [data-th]:before {
    content: attr(data-th);
  }

  .locationTable {
    border: none;
  }
  .locationTable tr {
    display: block;
    padding: 10px;
  }
  .locationTable tr > td:first-of-type {
    font-size: 18px;
    font-weight: bold;
  }
  .locationTable th, .locationTable td {
    display: block;
    padding: 0;
  }
  .locationTable th {
    background-color: #fff;
  }
  .locationTable td {
    text-align: left;
    margin-bottom: 10px;
  }
  .locationTable td:last-of-type {
    margin-bottom: 0;
  }
  .locationTable td.tal {
    text-align: left;
  }
  .locationTable thead {
    display: none;
  }

  .fluid [class*="grid"] {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .flowChart--three > li, .flowChart--two > li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }

  .flowChart--three > li:last-child, .flowChart--two > li:last-child {
    padding-bottom: 0;
  }

  .article .flowChart--three > li, .article .flowChart--two > li {
    margin-bottom: 0;
  }

  .flowChart--three > li:after, .flowChart--two > li:after {
    top: auto;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
/* ==========================================================================
   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;
  }
}



