@charset "UTF-8";
/*----------------------------------------------------------------------------------------------
Theme Project: airportfrstcar 機場快綫
Designed by : Evy
Front-End by : Evy
Author: 百崴數位科技股份有限公司 PAVI Digital Tech. Co., Ltd.
Author Web: https://www.pavi.com.tw/
----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------
|-> Page number
----------------------------------------------------------------------------------------------*/
.pagebar {
  margin: 40px 0 0 0;
  padding: 20px 0 20px 0;
  text-align: left;
  vertical-align: top; }
  .pagebar input {
    display: none; }
  .pagebar input[type="text"] {
    display: none; }
  .pagebar span.select {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 3px 2px 3px 2px;
    line-height: 32px;
    color: #fff;
    background-color: #457fce; }
  .pagebar a[disabled="disabled"] {
    display: none; }
  .pagebar ul {
    margin: 0 auto;
    text-align: center;
    font-size: 18px; }
    .pagebar ul a[class^="icon-"]:before {
      position: relative;
      top: 2px;
      font-size: 16px; }
    .pagebar ul a[class="icon-angle-right"]:before {
      left: 1px; }
    .pagebar ul li {
      display: inline-block;
      margin: 0 5px 10px 5px; }
      .pagebar ul li a {
        text-decoration: none;
        display: inline-block;
        text-align: center;
        background: #eaeaea;
        min-width: 32px;
        line-height: 32px;
        padding: 0 9px;
        font-size: 14px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        color: #7f7f7f; }
        .pagebar ul li a:hover {
          text-decoration: none;
          color: #fff;
          background: #457fce; }
    .pagebar ul li.press a {
      cursor: default;
      color: #fff;
      background: #457fce; }
      .pagebar ul li.press a:visited, .pagebar ul li.press a:hover {
        color: #fff; }

/*----------------------------------------------------------------------------------------------
|-> Editor
----------------------------------------------------------------------------------------------*/
.bbsArticle {
  position: relative;
  margin: 40px 0; }
  .bbsArticle h1 {
    font-size: 30px;
    line-height: 1.4em; }
  .bbsArticle h2 {
    font-size: 24.2px;
    margin-bottom: 20px; }
  .bbsArticle h3 {
    font-size: 21.6px;
    padding: 10px 0;
    line-height: 1.6em; }
    .insideNews .bbsArticle h3 {
      background: none;
      width: auto;
      height: auto;
      margin: 0;
      text-align: left; }
  .bbsArticle h4 {
    font-size: 19.2px;
    padding: 5px 0; }
  .bbsArticle h5 {
    font-size: 17.6px;
    padding: 5px 0; }
  .bbsArticle h6 {
    font-size: 16px;
    padding: 5px 0; }
  .bbsArticle p {
    margin-bottom: 15px;
    padding: 0; }
    .bbsArticle p + h1 {
      margin-top: 40px; }
    .bbsArticle p + h2 {
      padding-top: 20px; }
    .bbsArticle p + img {
      margin-top: 20px; }
    .bbsArticle p a {
      color: #d72828;
      text-decoration: none;
      word-wrap: break-word;
      word-break: break-all; }
      .bbsArticle p a:visited {
        color: #d72828; }
      .bbsArticle p a:hover {
        color: #457fce; }
  .bbsArticle img {
    max-width: 100%;
    margin-bottom: 20px; }
  .bbsArticle ul {
    margin: 20px; }
    .bbsArticle ul + h1 {
      margin-top: 40px; }
    .bbsArticle ul li {
      margin-bottom: 10px;
      padding-left: 0px;
      color: #333;
      list-style-position: outside;
      list-style-type: disc;
      border: 0px; }
  .bbsArticle ol + h1 {
    margin-top: 40px; }
  .bbsArticle ol + h2 {
    padding-top: 20px; }
  .bbsArticle ol li {
    margin-bottom: 10px;
    margin-left: 20px;
    color: #333;
    list-style-position: outside;
    list-style-type: decimal; }
  .bbsArticle ul + h1 {
    margin-top: 40px; }
  .bbsArticle ul + h2 {
    padding-top: 20px; }

a.btnSearch {
  display: none; }

.insideBanner {
  position: absolute;
  z-index: 1;
  top: 75px;
  left: 0;
  right: 0;
  height: 370px;
  background: url(../images/inside_bg.jpg) left top no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto; }

.charteredBanner {
  position: absolute;
  z-index: 1;
  top: 75px;
  left: 0;
  right: 0;
  height: 370px; }
  .charteredBanner + .articleContent, .charteredBanner + .memberContent, .charteredBanner + .categoryContent {
    margin-top: 480px; }
  .charteredBanner figure {
    height: 370px;
    overflow: hidden; }
  .charteredBanner img {
    width: 100%;
    height: auto; }

.phoneShow {
  display: none; }

/*---------------------------------
|-> Crumb
---------------------------------*/
.crumb {
  background: rgba(155, 174, 213, 0.3);
  padding: 5px 10px;
  text-align: left;
  font-size: 14px; }
  .crumb ul {
    width: 1200px;
    margin: 0 auto; }
    .crumb ul li {
      color: #2e62cc;
      display: inline-block;
      vertical-align: top; }
      .crumb ul li:before {
        position: relative;
        top: 0;
        content: ">";
        color: #666;
        margin: 2px 5px 2px 2px; }
      .crumb ul li:first-child:before {
        content: ""; }
      .crumb ul li a {
        color: #666; }
        .crumb ul li a:visited {
          color: #666; }
        .crumb ul li a:hover {
          color: #2e62cc; }
      .crumb ul li:last-child a {
        color: #2e62cc; }
        .crumb ul li:last-child a:visited {
          color: #2e62cc; }
        .crumb ul li:last-child a:hover {
          color: #2e62cc;
          cursor: default; }

/*-----------------------------------------------------------
|-> Content
-----------------------------------------------------------*/
.articleContent, .memberContent, .categoryContent {
  position: relative;
  z-index: 20;
  width: 1200px;
  margin: 40px auto; }

.memberContent, .categoryContent {
  width: 1110px; }

.categoryContent:after {
  content: '';
  display: block;
  clear: both; }

.memberAside {
  position: absolute;
  z-index: 15;
  top: 0px;
  left: 0;
  width: 210px; }

ul.memberList {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  overflow: hidden; }
  ul.memberList li {
    position: relative;
    padding-left: 35px;
    background: #245598;
    line-height: 45px; }
    ul.memberList li:before {
      position: absolute;
      top: 0;
      left: 13px;
      font-family: 'airportfrstcar';
      content: "z";
      font-size: 16px;
      color: #9FC5FA; }
    ul.memberList li:hover, ul.memberList li.select {
      background: #457fce; }
    ul.memberList li a {
      display: block;
      color: #fff; }
      ul.memberList li a:visited, ul.memberList li a:hover {
        color: #fff; }

.categoryAside {
  float: left;
  width: 210px; }
  .categoryAside a.openCategory {
    display: none; }

ul.categoryList {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  overflow: hidden; }
  ul.categoryList li {
    position: relative;
    background: #245598;
    line-height: 45px;
    -webkit-transition: 200ms linear 0s;
    -moz-transition: 200ms linear 0s;
    -o-transition: 200ms linear 0s;
    transition: 200ms linear 0s; }
    ul.categoryList li a {
      display: block;
      color: #fff;
      padding-left: 35px; }
      ul.categoryList li a:visited, ul.categoryList li a:hover {
        color: #fff; }
      ul.categoryList li a:before {
        position: absolute;
        top: 0;
        left: 13px;
        font-family: 'airportfrstcar';
        content: "z";
        font-size: 16px;
        color: #9FC5FA; }
    ul.categoryList li:hover, ul.categoryList li.select {
      background: #457fce;
      -webkit-transition: 200ms linear 0s;
      -moz-transition: 200ms linear 0s;
      -o-transition: 200ms linear 0s;
      transition: 200ms linear 0s; }
      ul.categoryList li:hover ul, ul.categoryList li.select ul {
        position: relative;
        height: 100%; }
        ul.categoryList li:hover ul li, ul.categoryList li.select ul li {
          opacity: 1;
          height: 35px; }
    ul.categoryList li ul {
      height: 0px;
      -webkit-transition: 200ms linear 0s;
      -moz-transition: 200ms linear 0s;
      -o-transition: 200ms linear 0s;
      transition: 200ms linear 0s; }
      ul.categoryList li ul li {
        height: 0;
        line-height: 35px;
        -webkit-transition: 200ms linear 0s;
        -moz-transition: 200ms linear 0s;
        -o-transition: 200ms linear 0s;
        transition: 200ms linear 0s; }
        ul.categoryList li ul li a {
          padding-left: 50px; }
          ul.categoryList li ul li a:before {
            left: 32px;
            content: "b"; }

.reserveBox {
  position: relative;
  z-index: 20;
  width: 900px;
  min-height: 400px;
  margin: 120px auto 0 auto;
  background: white;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2); }
  .memberContent .reserveBox, .categoryContent .reserveBox {
    margin: 120px 0 0 210px; }
  .categoryContent .reserveBox {
    min-height: 600px; }

.searchBox {
  min-height: 400px;
  margin: 0 auto; }

ul.insideReserveTab {
  position: absolute;
  bottom: 100%;
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border-bottom: 3px solid #457fce; }
  ul.insideReserveTab li {
    float: left;
    width: 120px; }
    ul.insideReserveTab li a {
      display: block;
      padding: 8px 0;
      margin-top: 6px;
      text-align: center;
      border-left: 1px solid #fff;
      color: #333;
      background: rgba(227, 227, 227, 0.8); }
      ul.insideReserveTab li a:visited {
        color: #333; }
      ul.insideReserveTab li a:hover {
        background: #457fce;
        color: #fff;
        font-size: 18px;
        padding: 13px 0 9px 0;
        margin-top: 0px;
        border-left: 0 solid #fff;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0; }
    ul.insideReserveTab li:first-child a {
      border-left: 0 solid #fff;
      -webkit-border-radius: 5px 0 0 0;
      border-radius: 5px 0 0 0; }
    ul.insideReserveTab li:last-child a {
      -webkit-border-radius: 0 5px 0  0;
      border-radius: 0 5px 0 0; }
    ul.insideReserveTab li:last-child a:hover {
      -webkit-border-radius: 5px 5px 0  0;
      border-radius: 5px 5px 0 0; }
    ul.insideReserveTab li.select a {
      background: #457fce;
      color: #fff;
      font-size: 18px;
      padding: 13px 0 9px 0;
      margin-top: 0px;
      border-left: 0 solid #fff;
      -webkit-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }

/*----------------------------------------------------------------------------------------------
|-> Computing
----------------------------------------------------------------------------------------------*/
.computingArea, .computingChartered {
  position: absolute;
  top: 35px;
  display: block;
  min-width: 110px;
  left: 100%;
  background: #457fce;
  color: #fff;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0; }
  .computingArea .icon-aircar, .computingChartered .icon-aircar {
    display: block;
    text-align: center;
    margin-top: 10px; }
    .computingArea .icon-aircar:before, .computingChartered .icon-aircar:before {
      font-size: 60px;
      line-height: 40px;
      display: block; }

.computingChartered .sceneryStatus {
  padding: 2px 2px 10px 2px;
  text-align: center;
  font-size: 14px; }
  .computingChartered .sceneryStatus .icon-pin {
    padding: 5px 0; }
    .computingChartered .sceneryStatus .icon-pin:before {
      margin-right: 2px; }
  .computingChartered .sceneryStatus .num {
    color: #ffff00;
    font-size: 18px;
    margin: 0 5px; }
  .computingChartered .sceneryStatus .note {
    color: #fedb4d;
    background: none; }

.realTimeArea {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px -1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px -1px 0 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-top: 10px;
  padding: 15px 0; }
  .realTimeArea p {
    margin-bottom: 10px; }

.statusArea .cost, .statusArea .wait {
  display: block;
  font-size: 22px;
  color: #ffff00;
  padding: 0 10px; }

.statusArea .fail {
  font-size: 18px;
  color: #ffff00; }

.statusArea .icon-arrows-ccw {
  background: #fff;
  border: none;
  color: #457fce;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin-top: 5px;
  opacity: 0.8;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .statusArea .icon-arrows-ccw:before {
    float: right;
    line-height: 25px;
    font-size: 16px;
    margin-left: 3px; }
  .statusArea .icon-arrows-ccw:hover {
    cursor: pointer;
    opacity: 1; }

/*-----------------------------------------------------------
|-> List Detail
-----------------------------------------------------------*/
.mainTitle {
  position: absolute;
  top: -50px;
  width: 100%;
  font-size: 18px;
  background: #457fce;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  line-height: 50px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .mainTitle .subTitle {
    color: #fffaa3;
    font-size: 16px;
    margin-left: 8px; }
    .mainTitle .subTitle:before {
      content: "/";
      margin-right: 5px; }
  .memberContent .mainTitle, .categoryContent .mainTitle {
    text-align: left; }

.detailArea:after {
  display: block;
  clear: both;
  float: none;
  content: " "; }

.detailGroup {
  float: left;
  width: 50%;
  text-align: center; }
  .detailGroup:nth-child(odd) {
    border-right: 1px solid #ccc;
    margin-right: -1px; }
  .detailGroup:nth-child(even) {
    border-left: 1px solid #ccc; }
  .detailGroup p.info {
    margin: 20px; }
  .detailGroup p span[class^="icon-"]:before {
    position: relative;
    top: 6px;
    font-size: 20px;
    color: #457fce;
    margin: 0 5px; }
  .detailGroup time {
    display: block; }
    .detailGroup time.info {
      margin: 10px; }
    .detailGroup time span {
      margin-left: 10px; }
      .detailGroup time span:first-child {
        margin-left: 0; }
    .detailGroup time span[class^="icon-"]:before {
      position: relative;
      top: 6px;
      font-size: 24px;
      color: #457fce;
      margin: 0 5px; }
  .detailGroup h4 {
    margin-top: 20px;
    font-weight: bold; }
  .detailGroup ul.sortList {
    display: inline-block;
    margin: 20px auto; }

.charteredTitle {
  font-weight: bold;
  line-height: 1.4em;
  color: #0a499d;
  font-size: 18px;
  margin: 20px;
  text-align: center; }

.complete {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  text-align: center; }
  .complete h3 {
    display: block;
    color: #457fce;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px; }

.detailArea {
  text-align: center; }
  .detailArea ul.detailList, .detailArea ul.contentList {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 20px; }
    .detailArea ul.detailList .typeTitle, .detailArea ul.contentList .typeTitle {
      width: 110px; }

ul.detailList, ul.contentList {
  display: inline-block;
  margin: 10px auto;
  min-width: 275px; }
  ul.detailList li, ul.contentList li {
    position: relative;
    vertical-align: top;
    padding-left: 15px;
    margin-bottom: 10px;
    text-align: left; }
    ul.detailList li:before, ul.contentList li:before {
      position: absolute;
      top: -1px;
      left: 0;
      font-family: 'airportfrstcar';
      content: "z";
      font-size: 14px;
      color: #457fce; }
    ul.detailList li span.typeTitle, ul.contentList li span.typeTitle {
      display: inline-block;
      vertical-align: top;
      color: #457fce;
      width: 90px; }
    ul.detailList li p, ul.contentList li p {
      display: inline-block;
      vertical-align: top; }

ul.contentList li span.typeTitle {
  width: 130px; }

.totalCost {
  text-align: right;
  border-top: 1px dashed #ccc;
  padding: 20px; }
  .totalCost + .btnArea {
    position: absolute;
    bottom: 14px;
    left: 0;
    border-top: none;
    padding: 0 20px; }
  .totalCost p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em; }
  .totalCost .increase {
    color: #0a499d; }
  .totalCost .decrease {
    color: #CC4584; }
  .totalCost .icon-android-add-circle {
    background: none;
    border: 1px solid #666;
    color: #666;
    line-height: 32px;
    padding: 0 15px;
    margin-right: 15px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .totalCost .icon-android-add-circle:before {
      color: #666;
      float: right;
      font-size: 20px;
      margin-left: 5px;
      line-height: 32px; }
    .totalCost .icon-android-add-circle:hover {
      cursor: pointer;
      border: 1px solid #457fce;
      background: #457fce;
      color: #fff; }
      .totalCost .icon-android-add-circle:hover:before {
        color: #fff; }
    .totalCost .icon-android-add-circle.open:before {
      -moz-animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-name: costOpen;
      animation-name: costOpen;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal; }
    .totalCost .icon-android-add-circle.closeup:before {
      -moz-animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-name: costClose;
      animation-name: costClose;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal; }

@-webkit-keyframes costOpen {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }

@-moz-keyframes costOpen {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(45deg); } }

@keyframes costOpen {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

@-webkit-keyframes costClose {
  0% {
    -webkit-transform: rotate(45deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes costClose {
  0% {
    -moz-transform: rotate(45deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@keyframes costClose {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.totalMoney {
  background: none;
  font-size: 20px;
  font-weight: bold; }
  .totalMoney .sum {
    color: #d72828;
    margin: 0 5px; }

/*-----------------------------------------------------------
|-> Shopping Car
-----------------------------------------------------------*/
.tableTitleArea {
  background: #eaeaea; }

ul.tableTitleList, ul.tableItemList {
  display: table;
  width: 100%;
  text-align: center; }
  ul.tableTitleList li, ul.tableItemList li {
    display: table-cell;
    padding: 10px 0;
    color: #457fce;
    font-weight: bold; }
    ul.tableTitleList li:nth-child(1), ul.tableItemList li:nth-child(1) {
      width: 140px;
      text-align: center; }
    ul.tableTitleList li:nth-child(3), ul.tableItemList li:nth-child(3) {
      width: 200px; }
    ul.tableTitleList li:nth-child(4), ul.tableItemList li:nth-child(4) {
      width: 150px; }
    ul.tableTitleList li:nth-child(5), ul.tableItemList li:nth-child(5) {
      width: 120px; }

ul.tableItemList:nth-child(even) {
  background: #eaeaea; }

ul.tableItemList button[class^="icon-"], ul.tableItemList a[class^="icon-"] {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  background: none;
  border: none;
  opacity: 0.8; }
  ul.tableItemList button[class^="icon-"]:before, ul.tableItemList a[class^="icon-"]:before {
    font-size: 20px;
    color: #457fce; }
  ul.tableItemList button[class^="icon-"]:hover, ul.tableItemList a[class^="icon-"]:hover {
    cursor: pointer;
    opacity: 1; }

ul.tableItemList li {
  font-weight: normal;
  color: #333; }

/*-----------------------------------------------------------
|-> Recode
-----------------------------------------------------------*/
.recodeBox {
  position: relative;
  top: 25px;
  margin: 25px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 0 0px #aaa;
  box-shadow: 0px 4px 0 0px #aaa;
  overflow: hidden; }

.recodeId h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
  padding-left: 15px; }

.recodeId a.icon-android-add-circle {
  display: none; }

.payInfo {
  position: absolute;
  top: 0;
  left: 240px; }
  .payInfo p {
    line-height: 46px;
    font-weight: bold; }
    .payInfo p:before {
      content: "/";
      display: inline-block;
      vertical-align: top;
      margin-right: 5px; }
    .payInfo p .mark {
      margin: 0 5px; }

.recodeType {
  position: absolute;
  right: 0;
  top: 0; }
  .recodeType p {
    line-height: 46px;
    float: right;
    margin-left: 10px;
    margin-right: 15px;
    font-weight: bold; }
  .recodeType a.btnInvoice {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    background: #457fce;
    color: #fff;
    margin-top: 7px;
    padding: 0 20px;
    line-height: 32px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.7; }
    .recodeType a.btnInvoice:visited {
      color: #fff; }
    .recodeType a.btnInvoice:hover {
      color: #fff;
      opacity: 1; }
    .recodeType a.btnInvoice.open {
      border: 1px solid #333;
      background: #fff;
      color: #333; }

.statusWait {
  color: #419732; }

.statusGet {
  color: #F33F00; }

ul.invoiceTitleList, ul.invoiceItemList {
  display: table;
  width: 100%;
  text-align: center;
  background: #E7EDF6;
  border-top: 3px double #aaa; }
  ul.invoiceTitleList li, ul.invoiceItemList li {
    display: table-cell;
    padding: 5px 0;
    font-weight: bold;
    text-align: left; }
    ul.invoiceTitleList li:first-child, ul.invoiceItemList li:first-child {
      width: 120px;
      text-align: center; }
    ul.invoiceTitleList li:nth-child(2), ul.invoiceItemList li:nth-child(2) {
      width: 30%; }
    ul.invoiceTitleList li:nth-child(3), ul.invoiceItemList li:nth-child(3) {
      width: 120px; }

ul.invoiceItemList {
  background: none;
  border-top: none; }
  ul.invoiceItemList:nth-child(even) {
    background: #eaeaea; }
  ul.invoiceItemList button[class^="icon-"], ul.invoiceItemList a[class^="icon-"] {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    background: none;
    border: none;
    opacity: 0.8; }
    ul.invoiceItemList button[class^="icon-"]:before, ul.invoiceItemList a[class^="icon-"]:before {
      font-size: 20px;
      color: #457fce; }
    ul.invoiceItemList button[class^="icon-"]:hover, ul.invoiceItemList a[class^="icon-"]:hover {
      cursor: pointer;
      opacity: 1; }
  ul.invoiceItemList li {
    padding: 10px 0;
    font-weight: normal; }

ul.recodeTitleList, ul.recodeItemList {
  display: table;
  width: 100%;
  text-align: center;
  background: #E7EDF6;
  border-top: 3px double #aaa; }
  ul.recodeTitleList li, ul.recodeItemList li {
    display: table-cell;
    padding: 5px 0;
    font-weight: bold; }
    ul.recodeTitleList li:nth-child(1), ul.recodeItemList li:nth-child(1) {
      width: 120px;
      text-align: center; }
    ul.recodeTitleList li:nth-child(3), ul.recodeItemList li:nth-child(3) {
      width: 200px; }
    ul.recodeTitleList li:nth-child(4), ul.recodeItemList li:nth-child(4) {
      width: 150px; }
    ul.recodeTitleList li:nth-child(5), ul.recodeItemList li:nth-child(5) {
      width: 100px; }
    ul.recodeTitleList li:nth-child(6), ul.recodeItemList li:nth-child(6) {
      width: 100px; }

ul.recodeItemList {
  background: none;
  border-top: none; }
  ul.recodeItemList:nth-child(even) {
    background: #eaeaea; }
  ul.recodeItemList button[class^="icon-"], ul.recodeItemList a[class^="icon-"] {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    background: none;
    border: none;
    opacity: 0.8; }
    ul.recodeItemList button[class^="icon-"]:before, ul.recodeItemList a[class^="icon-"]:before {
      font-size: 20px;
      color: #457fce; }
    ul.recodeItemList button[class^="icon-"]:hover, ul.recodeItemList a[class^="icon-"]:hover {
      cursor: pointer;
      opacity: 1; }
  ul.recodeItemList li {
    padding: 10px 0;
    font-weight: normal; }
    ul.recodeItemList li a.appraise {
      color: #333;
      border-bottom: 1px solid #333; }
      ul.recodeItemList li a.appraise:visited {
        color: #333; }
      ul.recodeItemList li a.appraise:hover {
        color: #d72828;
        border-bottom: 1px solid #d72828; }
    ul.recodeItemList li .good {
      color: #0d80bc; }
    ul.recodeItemList li .bad {
      color: #8c683d; }

ul.infoList {
  display: inline-block;
  width: 90%;
  margin: 20px auto;
  text-align: left; }
  ul.infoList li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; }
    ul.infoList li.half {
      display: inline-block;
      width: 48%; }
      ul.infoList li.half p {
        width: auto; }
    ul.infoList li span[class^="icon-"]:before {
      display: inline-block;
      width: 25px;
      font-size: 20px;
      margin-right: 10px;
      color: #457fce; }
    ul.infoList li span.icon-phone:before,
    ul.infoList li span.icon-airline:before, ul.infoList li span.icon-airwechat:before,
    ul.infoList li span.icon-:before, ul.infoList li span.icon-:before {
      font-size: 24px; }
    ul.infoList li span.icon-aircar:before, ul.infoList li span.icon-people:before {
      position: relative;
      left: -5px;
      top: -5px;
      float: left;
      font-size: 30px; }
    ul.infoList li .listTitle {
      color: #457fce; }
    ul.infoList li p, ul.infoList li span {
      display: inline-block;
      vertical-align: top; }
    ul.infoList li p {
      max-width: 60%;
      text-align: left; }

/*-----------------------------------------------------------
|-> Member
-----------------------------------------------------------*/
.addressBox {
  padding: 40px 50px 20px 50px; }
  .addressBox .input-group > .form-control:not(:first-child) {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px; }
  .addressBox .input-group + p {
    text-align: left; }

.passwordBox {
  padding: 20px 0 40px 0; }
  .passwordBox h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto; }
  .passwordBox input[type="password"] {
    width: 85%; }
  .passwordBox .invalid-feedback {
    margin: -5px 0 0 35px; }
  .passwordBox ul.formInsideList {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto; }

.forgetBox {
  padding: 20px 0 40px 0; }
  .forgetBox h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto; }
  .forgetBox input[type="email"] {
    width: 85%; }
  .forgetBox .intl-tel-input {
    width: 85%; }
    .forgetBox .intl-tel-input input[type="tel"] {
      width: 100%; }
  .forgetBox .invalid-feedback {
    margin: -5px 0 0 35px; }
  .forgetBox .telType + .invalid-feedback {
    position: absolute; }
  .forgetBox ul.formInsideList {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto; }
  .forgetBox .icon-lock + select {
    max-width: 15%; }
  .forgetBox input[type="tel"] {
    width: 50%; }

.mobileBox {
  padding: 30px 0 40px 0; }
  .mobileBox p {
    font-size: 18px; }
  .mobileBox ul.infoList {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 auto; }
    .mobileBox ul.infoList p, .mobileBox ul.infoList span {
      line-height: 34px; }
  .mobileBox mark.mobile {
    display: block;
    font-size: 30px;
    line-height: 1.4em;
    color: #457fce;
    background: none;
    margin: 20px auto; }

.mobileArea {
  margin-top: 30px;
  border-top: 1px dashed #ccc; }

ul.mobileList {
  position: relative;
  margin: 50px auto 40px auto;
  padding: 30px 30px 20px 50px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 50%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #eaeaea; }
  ul.mobileList input {
    width: 100%; }
  ul.mobileList:before {
    position: absolute;
    font-size: 24px;
    left: 18px;
    top: 35px;
    color: #666; }
  ul.mobileList .invalid-feedback {
    position: absolute;
    top: -30px;
    left: 0; }
  ul.mobileList .verificationBtn, ul.mobileList .verificationGet, ul.mobileList .verificationOK, ul.mobileList .formGray ul.formDetailList li .verificationGet, .formGray ul.formDetailList li ul.mobileList .verificationGet, ul.mobileList .formGray ul.formDetailList li .verificationOK, .formGray ul.formDetailList li ul.mobileList .verificationOK {
    background: #2aa7ee;
    color: #fff;
    border: 1px solid #2aa7ee;
    opacity: 0.8; }
    ul.mobileList .verificationBtn:hover, ul.mobileList .verificationGet:hover, ul.mobileList .verificationOK:hover, ul.mobileList .formGray ul.formDetailList li .verificationGet:hover, .formGray ul.formDetailList li ul.mobileList .verificationGet:hover, ul.mobileList .formGray ul.formDetailList li .verificationOK:hover, .formGray ul.formDetailList li ul.mobileList .verificationOK:hover {
      cursor: pointer;
      opacity: 1; }
  ul.mobileList .verificationGet {
    background: #d72828;
    border: 1px solid #d72828; }
  ul.mobileList .verificationOK {
    opacity: 1;
    background: #34b240;
    border: 1px solid #34b240; }
    ul.mobileList .verificationOK:hover {
      cursor: default; }
  ul.mobileList li {
    display: inline-block;
    vertical-align: top; }
    ul.mobileList li .intl-tel-input {
      width: 100%;
      margin-bottom: 10px; }
    ul.mobileList li:nth-child(1) {
      width: 96%; }
    ul.mobileList li:nth-child(2) {
      width: 65%; }
    ul.mobileList li:nth-child(3) {
      width: 30%; }
    ul.mobileList li.country {
      display: block;
      width: auto; }
    ul.mobileList li.divider {
      width: 100%; }

.memberInfo {
  padding: 40px 0; }
  .memberInfo ul.formDetailList {
    position: relative; }
  .memberInfo .phone {
    display: inline-block;
    vertical-align: top; }
    .memberInfo .phone a.icon-pencil {
      margin-left: 10px;
      opacity: 0.7; }
      .memberInfo .phone a.icon-pencil:before {
        position: relative;
        top: 5px;
        color: #666;
        font-size: 22px; }
      .memberInfo .phone a.icon-pencil:hover {
        opacity: 1; }

.formGray {
  background: #eaeaea;
  padding: 10px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .formGray ul.formDetailList {
    margin: 20px 0 20px 6%; }
    .formGray ul.formDetailList li input[type="text"], .formGray ul.formDetailList li input[type="password"],
    .formGray ul.formDetailList li input[type="email"] {
      width: 85%; }
    .formGray ul.formDetailList li select {
      max-width: 28%;
      margin-right: 1%; }
    .formGray ul.formDetailList li input.code {
      margin-left: 34px;
      margin-right: 1%;
      width: 53%; }
      .formGray ul.formDetailList li input.code + .invalid-feedback {
        position: absolute; }
    .formGray ul.formDetailList li .verificationBtn, .formGray ul.formDetailList li .verificationGet, .formGray ul.formDetailList li .verificationOK {
      width: 30%;
      background: #2aa7ee;
      color: #fff;
      border: 1px solid #2aa7ee;
      opacity: 0.8; }
      .formGray ul.formDetailList li .verificationBtn:hover, .formGray ul.formDetailList li .verificationGet:hover, .formGray ul.formDetailList li .verificationOK:hover {
        cursor: pointer;
        opacity: 1; }
    .formGray ul.formDetailList li .verificationGet {
      background: #d72828;
      border: 1px solid #d72828; }
    .formGray ul.formDetailList li .verificationOK {
      opacity: 1;
      background: #34b240;
      border: 1px solid #34b240; }
      .formGray ul.formDetailList li .verificationOK:hover {
        cursor: default; }

.signBox {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-left: 4%;
  padding: 20px 0 40px 0; }
  .signBox h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto; }
  .signBox .btnArea {
    padding: 0 20px 20px 20px;
    border: none;
    text-align: left; }
    .signBox .btnArea input[type="submit"] {
      width: 40%;
      margin: 0 10px 10px 34px; }
    .signBox .btnArea a {
      position: relative;
      top: 15px;
      color: #457fce; }
      .signBox .btnArea a:visited {
        color: #457fce; }
      .signBox .btnArea a:hover {
        color: #d72828; }

.registerBox {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-left: 2%;
  padding: 20px 0 40px 0; }
  .registerBox h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto; }
  .registerBox .telType + .invalid-feedback {
    position: absolute; }
  .registerBox .btnArea input[type="submit"] {
    width: 95%;
    display: block;
    margin: 0 auto 10px auto; }
  .registerBox .btnArea .btnInfo {
    width: 95%;
    margin: 0 auto 6px auto;
    font-size: 14px;
    text-align: left; }
    .registerBox .btnArea .btnInfo a {
      color: #457fce;
      border-bottom: 1px solid #457fce; }
      .registerBox .btnArea .btnInfo a:visited {
        color: #457fce; }
      .registerBox .btnArea .btnInfo a:hover {
        color: #d72828;
        border-bottom: 1px solid #d72828; }

.mapArea {
  margin: 20px;
  padding-bottom: 20px; }
  .mapArea .map {
    min-height: 400px; }

.otherId {
  position: relative;
  border-top: 1px dashed #ccc;
  padding: 20px; }
  .otherId mark {
    top: -10px;
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    background: #eaeaea;
    color: #666; }
  .otherId a {
    display: block;
    color: #fff;
    line-height: 45px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.8; }
    .otherId a + a {
      margin-top: 10px; }
    .otherId a:hover {
      opacity: 1; }
    .otherId a span[class^="icon-"]:before {
      color: #fff;
      font-size: 24px;
      line-height: 45px; }
    .otherId a.fbBtn {
      background: #4267B2; }
    .otherId a.googleBtn {
      background: #dd4e40; }
    .otherId a.wechatBtn {
      background: #47ad2b; }
  .memberInfo .otherId {
    text-align: center; }
    .memberInfo .otherId mark {
      background: #FFF; }
    .memberInfo .otherId a {
      width: 30%;
      display: inline-block;
      vertical-align: top;
      text-align: center; }
      .memberInfo .otherId a + a {
        margin-top: 0;
        margin-left: 10px; }
      .memberInfo .otherId a span[class^="icon-"]:before {
        position: relative;
        top: 5px;
        margin-right: 5px; }

.companyBox {
  position: relative;
  z-index: 20;
  width: 900px;
  min-height: 400px;
  text-align: center;
  margin: 120px auto 0 auto;
  background: white;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2); }

ul.companyList {
  margin: 0 auto;
  padding: 40px 23px;
  text-align: left; }
  ul.companyList li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 5px 30px 5px;
    text-align: left; }
    ul.companyList li a {
      color: #333; }
      ul.companyList li a:visited {
        color: #333; }
      ul.companyList li a:hover {
        color: #457fce; }
    ul.companyList li figure {
      display: table;
      vertical-align: middle;
      width: 200px;
      height: 100px;
      line-height: 0;
      overflow: hidden;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #ccc; }
      ul.companyList li figure:hover {
        border: 1px solid #666; }
      ul.companyList li figure a {
        display: table-cell;
        vertical-align: middle; }
      ul.companyList li figure img {
        width: 100%;
        line-height: 0; }
    ul.companyList li figcaption {
      margin: 15px 0 10px 0;
      text-align: center;
      font-weight: bold; }
    ul.companyList li p {
      position: relative;
      padding-left: 20px;
      margin-bottom: 8px;
      font-size: 14px; }
      ul.companyList li p[class^="icon-"]:before {
        position: absolute;
        top: 2px;
        left: 0;
        color: #457fce; }

ul.stepList {
  width: 550px;
  margin: 0 auto;
  padding: 40px 0; }
  ul.stepList + .btnArea {
    text-align: center; }
  ul.stepList li {
    position: relative;
    min-height: 150px;
    margin-bottom: 40px; }
    ul.stepList li:before {
      position: absolute;
      top: -20px;
      left: 50%;
      margin-left: -15px;
      font-family: airportfrstcar;
      content: "x";
      font-size: 30px;
      color: #2aa7ee; }
    ul.stepList li:first-child:before {
      content: none; }
    ul.stepList li:last-child {
      min-height: 10px;
      margin-bottom: 0; }
    ul.stepList li figure {
      float: left; }
      ul.stepList li figure img {
        height: 145px; }
    ul.stepList li h2.icon-aircar {
      font-size: 30px;
      color: #0a499d;
      font-weight: bold;
      text-align: center;
      padding-top: 20px; }
      ul.stepList li h2.icon-aircar:before {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        font-size: 80px; }
    ul.stepList li .stepInfo {
      margin-left: 200px; }
      ul.stepList li .stepInfo h3 {
        font-size: 18px;
        color: #2aa7ee;
        font-weight: bold;
        padding-top: 33px; }
      ul.stepList li .stepInfo figcaption {
        font-weight: bold;
        font-size: 20px;
        margin: 8px 0; }

a.btnCal {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  background: #457fce;
  opacity: 0.8;
  line-height: 46px;
  padding: 0 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a.btnCal:visited {
    color: #fff; }
  a.btnCal:hover {
    cursor: pointer;
    opacity: 1; }

/*-----------------------------------------------------------
|-> Notes
-----------------------------------------------------------*/
ul.notesList {
  width: 92%;
  margin: 20px auto;
  padding: 40px 0 10px 0; }
  ul.notesList + .btnArea {
    text-align: center; }
  ul.notesList li {
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    ul.notesList li:before {
      content: none; }
    ul.notesList li mark {
      position: relative;
      display: block;
      background: #eaeaea;
      padding: 10px 15px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      ul.notesList li mark:before {
        position: absolute;
        right: 10px;
        top: 15px;
        color: #ccc; }
      ul.notesList li mark:hover {
        cursor: pointer; }
    ul.notesList li .bbsArticle {
      display: none;
      margin: 0;
      padding: 25px;
      -webkit-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
      ul.notesList li .bbsArticle ul {
        margin: 0 20px; }
      ul.notesList li .bbsArticle .mark {
        color: #d72828; }
    ul.notesList li:hover {
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      ul.notesList li:hover mark {
        background: #457fce;
        color: #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
        ul.notesList li:hover mark:before {
          color: #fff; }
    ul.notesList li.open mark {
      background: #457fce;
      color: #fff;
      -webkit-border-radius: 5px 5px 0  0;
      border-radius: 5px 5px 0 0;
      border-bottom: 5px solid #eaeaea; }
      ul.notesList li.open mark:before {
        color: #fff; }
    ul.notesList li.open:hover mark {
      -webkit-border-radius: 5px 5px 0  0;
      border-radius: 5px 5px 0 0; }

.priceArea {
  margin: 40px; }
  .priceArea h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 40px; }
  .priceArea p {
    text-align: center; }
  .priceArea + .btnArea {
    text-align: center; }

.area777 {
  position: relative;
  margin-top: 40px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 15px; }
  .area777 h3 {
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    top: -25px;
    text-align: center;
    color: #2aa7ee;
    font-size: 36px;
    font-weight: bold;
    background: #fff; }
  .area777 h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0; }

ul.areaList {
  text-align: center;
  margin-bottom: 30px; }
  ul.areaList li {
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
    margin: 0 5px 15px 5px;
    background: #eaeaea;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

/*-----------------------------------------------------------
|-> Chartered
-----------------------------------------------------------*/
ul.charteredList {
  padding: 40px 0;
  margin: 40px; }
  ul.charteredList li {
    position: relative;
    height: 180px;
    margin-bottom: 20px;
    background: #eaeaea;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden; }
    ul.charteredList li a {
      color: #333; }
      ul.charteredList li a:visited {
        color: #333; }
      ul.charteredList li a:hover {
        color: #457fce; }
    ul.charteredList li figure {
      position: absolute;
      width: 250px;
      height: 100%;
      line-height: 0;
      overflow: hidden;
      opacity: 0.9;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      ul.charteredList li figure img {
        width: 100%; }
    ul.charteredList li figcaption {
      margin-left: 250px;
      padding: 15px;
      display: inline-block; }
    ul.charteredList li h3 {
      font-size: 20px;
      margin-bottom: 10px;
      font-weight: bold; }
    ul.charteredList li p {
      margin-bottom: 10px; }
    ul.charteredList li .price {
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 26px;
      color: #2aa7ee; }
      ul.charteredList li .price span {
        font-size: 16px;
        color: #666;
        margin-right: 10px; }
    ul.charteredList li:hover {
      cursor: pointer;
      background: none;
      border: 1px solid #ccc;
      -webkit-box-shadow: 0px 0px 5px 2px #ccc;
      box-shadow: 0px 0px 5px 2px #ccc; }
      ul.charteredList li:hover h3 a {
        color: #457fce; }
      ul.charteredList li:hover figure {
        opacity: 1; }

.areaNote mark[class^='icon-'] {
  background: none;
  display: block;
  font-size: 14px;
  color: #666; }
  .areaNote mark[class^='icon-']:before {
    position: relative;
    top: 2px;
    color: #457fce;
    margin-right: 5px; }

.charteredGroup .areaNote {
  margin-bottom: 15px; }
  .charteredGroup .areaNote mark {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-size: 16px; }

.charteredGroup {
  padding: 30px; }
  .charteredGroup p {
    margin-bottom: 10px; }
  .charteredGroup .bbsArticle {
    border-top: 1px solid #ccc;
    padding-top: 40px; }

.sceneryGroup {
  background: #eaeaea; }
  .sceneryGroup h2 {
    font-size: 26px;
    text-align: center;
    padding-top: 30px; }
    .sceneryGroup h2.icon-map:before {
      font-size: 20px;
      margin-right: 10px;
      color: #457fce; }

ul.sceneryList {
  padding: 20px; }
  ul.sceneryList li {
    position: relative;
    margin-bottom: 20px;
    min-height: 200px;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 8px 0px #eaeaea;
    box-shadow: 0 0 8px 0px #eaeaea;
    overflow: hidden; }
    ul.sceneryList li .custom-control-label {
      position: static;
      display: block;
      margin-left: 300px; }
    ul.sceneryList li .custom-control-label::before, ul.sceneryList li .custom-control-label::after {
      position: absolute;
      z-index: 2;
      top: 10px;
      left: auto;
      right: 10px;
      width: 1.8rem;
      height: 1.8rem; }
    ul.sceneryList li figure {
      position: relative;
      z-index: 1;
      width: 300px;
      float: left; }
      ul.sceneryList li figure a {
        position: relative;
        display: block; }
        ul.sceneryList li figure a:before {
          font-family: 'airportfrstcar';
          content: '$';
          position: absolute;
          z-index: 2;
          text-align: center;
          font-size: 50px;
          color: #FFF;
          height: 0;
          top: 50%;
          left: 0;
          right: 0;
          margin-top: 100%;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        ul.sceneryList li figure a:after {
          display: block;
          content: '';
          position: absolute;
          z-index: 1;
          text-align: center;
          font-size: 60px;
          color: #FFF;
          padding-top: 35%;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin-top: 100%;
          background: rgba(0, 0, 0, 0.5);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        ul.sceneryList li figure a:hover:before {
          margin-top: 0; }
        ul.sceneryList li figure a:hover:after {
          margin-top: 0; }
      ul.sceneryList li figure img {
        width: 100%; }
    ul.sceneryList li:hover, ul.sceneryList li.select {
      -webkit-box-shadow: 0 0 8px 0px #666;
      box-shadow: 0 0 8px 0px #666; }
      ul.sceneryList li:hover .infoLink a, ul.sceneryList li.select .infoLink a {
        opacity: 1; }
    ul.sceneryList li .custom-control-label:hover {
      cursor: pointer; }

.sceneryInfo {
  padding: 20px; }
  .sceneryInfo figcaption {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }
  .sceneryInfo p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .sceneryInfo .infoLink {
    position: absolute;
    right: 10px;
    bottom: 10px; }
    .sceneryInfo .infoLink a[class^='icon-'] {
      display: inline-block;
      line-height: 40px;
      padding: 0 15px;
      color: #fff;
      background: #2aa7ee;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      opacity: 0.8; }
      .sceneryInfo .infoLink a[class^='icon-']:before {
        float: right;
        position: relative;
        top: 8px;
        text-align: center;
        margin-left: 10px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border: 1px solid #fff;
        -webkit-border-radius: 13px;
        border-radius: 13px; }
      .sceneryInfo .infoLink a[class^='icon-']:visited {
        color: #fff; }
      .sceneryInfo .infoLink a[class^='icon-']:hover {
        opacity: 1; }

.galleryArea {
  display: none; }

.addressChartered {
  text-align: center; }
  .addressChartered ul.addressList {
    width: auto;
    display: inline-block;
    margin: 20px auto; }
  .addressChartered + .totalCost {
    text-align: center; }

.sceneryDate {
  text-align: center; }
  .sceneryDate span[class^="icon-"]:before {
    position: relative;
    top: 6px;
    color: #457fce;
    font-size: 20px;
    margin: 0 5px; }
  .sceneryDate ul.formInsideList {
    text-align: center; }
    .sceneryDate ul.formInsideList li {
      display: inline-block; }
      .sceneryDate ul.formInsideList li .input-group {
        width: auto; }
  .sceneryDate .info {
    display: block;
    margin: 20px auto; }
    .sceneryDate .info span[class^="icon-"]:before {
      top: 3px; }
  .sceneryDate ul.sortList {
    display: inline-block;
    margin: 20px auto; }
    .sceneryDate ul.sortList li {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px; }
    .sceneryDate ul.sortList p {
      padding-top: 5px; }

ul.sceneryPosition {
  padding: 20px; }
  ul.sceneryPosition li {
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
    margin: 0 5px 15px 5px;
    background: #2aa7ee;
    color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    ul.sceneryPosition li:before {
      position: relative;
      top: 2px;
      font-family: 'airportfrstcar';
      content: "O";
      color: #FFF;
      margin-right: 5px; }

.payArea h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0; }

ul.payList li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 10px; }
  ul.payList li .icon-has:before {
    content: "✔";
    color: #457fce;
    margin-right: 5px; }
  ul.payList li .icon-no:before {
    content: "✘";
    color: #ac8c35;
    margin-right: 5px; }

.copyrightArticle {
  padding: 25px; }
  .copyrightArticle h2 {
    color: #0a499d;
    font-size: 22px; }
  .copyrightArticle h3 {
    font-size: 18px;
    font-weight: bold; }

/*----------------------------------------------------------------------------------------------
|-> Print
----------------------------------------------------------------------------------------------*/
@media print {
  .header, .footer, .insideBanner, .quickMenu, .memberAside, .btnArea {
    display: none; }
  .memberContent .reserveBox, .categoryContent .reserveBox {
    margin: 20px auto;
    border: 1px solid #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .memberContent .reserveBox .mainTitle, .categoryContent .reserveBox .mainTitle {
      position: relative;
      top: 0;
      text-align: center;
      margin: 0 auto; }
      .memberContent .reserveBox .mainTitle .main, .categoryContent .reserveBox .mainTitle .main {
        display: none; }
      .memberContent .reserveBox .mainTitle .subTitle, .categoryContent .reserveBox .mainTitle .subTitle {
        color: #000; }
        .memberContent .reserveBox .mainTitle .subTitle:before, .categoryContent .reserveBox .mainTitle .subTitle:before {
          content: "";
          margin-right: 0; }
  .totalCost .icon-android-add-circle {
    display: none; }
  .formtitle {
    width: 99%;
    margin: 0 auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .totalCost.hidden {
    display: block; }
  .totalCost {
    border-top: 1px dashed #000; }
  .detailGroup:nth-child(odd) {
    border-right: 1px solid #000;
    margin-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .detailGroup:nth-child(even) {
    border-left: 1px solid #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

/*----------------------------------------------------------------------------------------------
|-> RWD - Inside
----------------------------------------------------------------------------------------------*/
@media all and (max-width: 1200px) {
  .memberContent, .categoryContent, .articleContent, .memberContent, .categoryContent {
    width: auto; }
  .articleContent .reserveBox, .memberContent .reserveBox, .categoryContent .reserveBox {
    width: 84%;
    margin: 120px auto 0px auto; }
  .memberContent .reserveBox, .categoryContent .reserveBox {
    width: 84%;
    margin: 170px auto 0px auto; }
  .companyBox {
    width: 84%;
    margin: 120px auto 0px auto; }
  .memberAside {
    z-index: 21;
    top: -117px;
    width: 84%;
    height: 45px;
    left: 8%; }
    .memberAside ul {
      margin-top: 45px;
      -webkit-border-radius: 0;
      border-radius: 0; }
      .memberAside ul li {
        display: none;
        padding: 0 20px;
        text-align: center; }
        .memberAside ul li:before {
          content: none; }
        .memberAside ul li.select {
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
          .memberAside ul li.select:before {
            content: "g";
            left: auto;
            right: 13px; }
          .memberAside ul li.select.slide {
            -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0; }
            .memberAside ul li.select.slide:before {
              content: 'e'; }
        .memberAside ul li:last-child {
          -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px; }
  .computingArea, .computingChartered {
    position: relative;
    z-index: 30;
    top: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 50px;
    padding: 0 5px 0 10px;
    background: #333; }
    .computingArea.computingFix, .computingFix.computingChartered {
      position: fixed;
      top: 0;
      z-index: 30; }
    .computingArea .icon-aircar, .computingChartered .icon-aircar, .computingArea .realTimeArea, .computingChartered .realTimeArea {
      display: inline-block;
      vertical-align: top;
      margin-top: 0; }
    .computingArea .icon-aircar:before, .computingChartered .icon-aircar:before {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      line-height: 50px;
      font-size: 40px; }
    .computingArea .statusArea .cost, .computingChartered .statusArea .cost {
      padding: 0 5px; }
    .computingArea .realTimeArea, .computingChartered .realTimeArea {
      margin-top: 0;
      border: none;
      padding: 0;
      float: right;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .computingArea .realTimeArea p, .computingChartered .realTimeArea p {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        line-height: 50px; }
      .computingArea .realTimeArea h3, .computingChartered .realTimeArea h3 {
        line-height: 50px; }
      .computingArea .realTimeArea .statusArea, .computingChartered .realTimeArea .statusArea {
        display: inline-block;
        vertical-align: top; }
  .computingChartered h5 {
    float: left; }
  .computingChartered p {
    text-align: right; }
    .computingChartered p:after {
      display: block;
      width: 100%;
      content: "";
      clear: both; }
  .categoryAside {
    position: absolute;
    float: none;
    z-index: 21;
    top: -117px;
    width: 84%;
    height: 45px;
    left: 8%; }
    .categoryAside a.openCategory {
      position: relative;
      display: block;
      background: #457fce;
      line-height: 45px;
      text-align: center;
      padding: 0 20px;
      color: #fff;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .categoryAside a.openCategory:before {
        position: absolute;
        right: 10px;
        top: 0;
        font-family: 'airportfrstcar';
        content: "g"; }
      .categoryAside a.openCategory.slide:before {
        content: "e"; }
    .categoryAside ul.categoryList {
      display: none;
      -webkit-border-radius: 0;
      border-radius: 0; }
      .categoryAside ul.categoryList li {
        padding: 0;
        text-align: center; }
        .categoryAside ul.categoryList li a {
          padding-left: 0; }
          .categoryAside ul.categoryList li a:before {
            position: absolute;
            font-family: 'airportfrstcar';
            content: "b";
            font-size: 24px;
            left: auto;
            right: 8px; }
        .categoryAside ul.categoryList li ul li a:before {
          content: none; }
        .categoryAside ul.categoryList li:hover ul {
          display: none;
          height: 0px;
          -webkit-transition: none;
          -moz-transition: none;
          -o-transition: none;
          transition: none; }
          .categoryAside ul.categoryList li:hover ul li {
            height: 0;
            line-height: 35px;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none; }
        .categoryAside ul.categoryList li.select ul {
          display: block; }
        .categoryAside ul.categoryList li.select:hover ul {
          display: block;
          height: 100%;
          -webkit-transition: none;
          -moz-transition: none;
          -o-transition: none;
          transition: none; }
          .categoryAside ul.categoryList li.select:hover ul li {
            opacity: 1;
            height: 35px; }
        .categoryAside ul.categoryList li.select a.categoryLink:before {
          content: "d"; }
        .categoryAside ul.categoryList li:last-child {
          -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px; }
  .crumb ul {
    width: auto; } }

@media all and (max-width: 1024px) {
  .articleContent .reserveBox, .memberContent .reserveBox, .categoryContent .reserveBox {
    width: auto;
    margin: 120px 60px 0px 20px; }
  .memberContent .reserveBox, .categoryContent .reserveBox {
    width: auto;
    margin: 170px 60px 0px 20px; }
  .memberAside {
    width: auto;
    left: 20px;
    right: 60px; }
  .btnArea .btnPrint {
    display: none; } }

@media all and (max-width: 950px) {
  .phoneShow {
    display: inline-block;
    vertical-align: top; }
  .insideBanner {
    top: 60px; }
  .charteredBanner {
    top: 0;
    position: relative;
    height: auto; }
    .charteredBanner figure {
      height: auto; }
    .charteredBanner + .articleContent, .charteredBanner + .memberContent, .charteredBanner + .categoryContent {
      margin-top: 0; }
  .articleContent .reserveBox, .memberContent .reserveBox, .categoryContent .reserveBox {
    margin: 100px 20px 0px 20px; }
  .memberContent .reserveBox, .categoryContent .reserveBox {
    margin: 170px 20px 0px 20px; }
  .memberAside {
    right: 20px; }
  .recodeId {
    position: relative; }
    .recodeId:hover {
      cursor: pointer; }
    .recodeId a.icon-android-add-circle {
      position: absolute;
      top: 10px;
      right: 10px;
      display: block;
      height: 25px; }
      .recodeId a.icon-android-add-circle:before {
        font-size: 25px;
        color: #7f7f7f; }
    .recodeId.open a.icon-android-add-circle {
      -moz-animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-name: costOpen;
      animation-name: costOpen;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal; }
    .recodeId.closeup a.icon-android-add-circle {
      -moz-animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-name: costClose;
      animation-name: costClose;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal; }
  .recodeContent {
    display: none; }
  .payInfo {
    position: relative;
    left: 0;
    font-size: 14px;
    margin: 0 15px; }
    .payInfo p {
      line-height: 1.4em; }
      .payInfo p:before {
        content: none; }
  .recodeType {
    position: relative;
    right: auto;
    margin: 5px 15px 10px 15px;
    font-size: 14px; }
    .recodeType p {
      float: none;
      display: inline-block;
      line-height: 1.8em;
      margin-left: 0; }
    .recodeType a.btnInvoice {
      line-height: 1.8em;
      margin-top: 0;
      padding: 0 10px; }
  .invoiceTitleArea {
    display: none; }
  ul.invoiceItemList {
    position: relative;
    text-align: left; }
    ul.invoiceItemList li {
      display: block;
      padding: 0 20px;
      margin-bottom: 10px; }
      ul.invoiceItemList li:nth-child(1), ul.invoiceItemList li:nth-child(2), ul.invoiceItemList li:nth-child(3), ul.invoiceItemList li:nth-child(4) {
        width: auto; }
      ul.invoiceItemList li:first-child {
        display: block;
        text-align: center;
        padding: 10px 20px;
        color: #0a499d;
        font-weight: bold;
        background: #E7EDF6; }
  .recodeTitleArea {
    display: none; }
  ul.recodeItemList {
    position: relative;
    text-align: left; }
    ul.recodeItemList:nth-child(even) {
      background: none; }
    ul.recodeItemList li {
      display: block;
      padding: 0 20px;
      margin-bottom: 10px; }
      ul.recodeItemList li p {
        display: inline-block;
        vertical-align: top; }
      ul.recodeItemList li:nth-child(1), ul.recodeItemList li:nth-child(2), ul.recodeItemList li:nth-child(3), ul.recodeItemList li:nth-child(4), ul.recodeItemList li:nth-child(6) {
        width: auto; }
      ul.recodeItemList li:nth-child(5) {
        width: 40px;
        padding: 10px 0;
        position: absolute;
        top: 0;
        right: 0; }
        ul.recodeItemList li:nth-child(5) a.icon-recode {
          opacity: 1; }
          ul.recodeItemList li:nth-child(5) a.icon-recode:before {
            color: #7f7f7f;
            float: right;
            margin-right: 8px; }
      ul.recodeItemList li:first-child {
        display: block;
        text-align: center;
        padding: 10px 20px;
        color: #0a499d;
        font-weight: bold;
        background: #E7EDF6; }
  .tableTitleArea {
    display: none; }
  ul.tableItemList {
    position: relative;
    text-align: left; }
    ul.tableItemList:nth-child(even) {
      background: none; }
    ul.tableItemList li {
      display: block;
      padding: 0 20px;
      margin-bottom: 10px; }
      ul.tableItemList li:nth-child(1), ul.tableItemList li:nth-child(2), ul.tableItemList li:nth-child(3), ul.tableItemList li:nth-child(4) {
        width: auto; }
      ul.tableItemList li:nth-child(5) {
        width: auto;
        padding: 10px 0;
        position: absolute;
        top: 0;
        right: 0; }
        ul.tableItemList li:nth-child(5) .icon-recode {
          position: absolute;
          top: 5px;
          right: 36px;
          opacity: 1; }
          ul.tableItemList li:nth-child(5) .icon-recode:before {
            color: #7f7f7f;
            width: 36px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            float: right; }
        ul.tableItemList li:nth-child(5) .icon-close {
          position: absolute;
          top: 5px;
          right: 8px;
          opacity: 1; }
          ul.tableItemList li:nth-child(5) .icon-close:before {
            width: 36px;
            height: 36px;
            line-height: 36px;
            top: 2px;
            color: #7f7f7f; }
      ul.tableItemList li:first-child {
        display: block;
        text-align: center;
        padding: 10px 20px;
        color: #0a499d;
        font-weight: bold;
        background: #E7EDF6; } }

@media all and (max-width: 768px) {
  .detailGroup {
    float: none;
    width: auto; }
    .detailGroup:nth-child(odd) {
      margin-right: 0;
      border-right: none; }
    .detailGroup:nth-child(even) {
      border-left: none; }
    .detailGroup + .detailGroup ul.contentList {
      padding-bottom: 10px; }
  .passwordBox ul.formInsideList, .forgetBox ul.formInsideList {
    width: 80%;
    margin-left: 5%; }
  ul.mobileList {
    width: 80%; }
  .signBox, .registerBox {
    display: block;
    width: 90%;
    margin-left: 5%; }
  .memberInfo .otherId a {
    display: block;
    width: auto; }
    .memberInfo .otherId a + a {
      margin-left: 0;
      margin-top: 10px; }
  ul.contentList {
    display: block;
    padding: 0 20px; }
  ul.charteredList {
    padding-bottom: 0; }
    ul.charteredList li {
      height: auto;
      margin-bottom: 40px; }
      ul.charteredList li figure {
        position: relative;
        width: 100%; }
      ul.charteredList li figcaption {
        margin-left: 0; }
  ul.sceneryList li figure {
    float: none;
    width: 100%; }
    ul.sceneryList li figure a:before {
      margin-top: 100%;
      display: none; }
    ul.sceneryList li figure a:after {
      margin-top: 100%;
      display: none; }
  ul.sceneryList li .sceneryInfo {
    margin-left: 0; }
  ul.sceneryList li .infoLink {
    display: block;
    margin-top: 20px;
    position: relative;
    right: 0;
    bottom: 0;
    background: none;
    text-align: right; }
  ul.sceneryList li .custom-control-label {
    margin-left: 0; }
  ul.addressList {
    width: auto;
    margin: 20px; }
    ul.addressList li input[type="text"] {
      width: 90%;
      border: 1px solid #ccc;
      padding: 5px 10px; } }

@media all and (max-width: 650px) {
  ul.charteredList {
    margin: 20px; }
  .priceArea {
    margin: 20px; }
  ul.stepList {
    width: auto;
    margin: 20px; }
    ul.stepList li figure {
      float: none;
      text-align: center; }
    ul.stepList li .stepInfo {
      margin-left: 0;
      text-align: center; }
      ul.stepList li .stepInfo h3 {
        padding-top: 5px; }
  ul.companyList {
    padding: 40px 0;
    text-align: center; }
  ul.insideReserveTab li {
    width: 25%; }
  .insideBanner {
    background: none; }
  .detailGroup ul.sortList, ul.detailList, ul.contentList, ul.infoList {
    display: block;
    margin: 20px 10px; }
  .detailGroup {
    padding-bottom: 10px; }
    .detailGroup ul.detailList, .detailGroup ul.contentList {
      display: block; }
    .detailGroup ul.infoList {
      width: auto;
      padding: 20px;
      margin: 0; }
      .detailGroup ul.infoList li p {
        max-width: 55%; }
  .detailGroup time span {
    margin-left: 0; }
  ul.infoList li {
    padding-left: 0; }
    ul.infoList li p {
      max-width: 45%; }
  ul.infoList li.half {
    display: block;
    width: auto; }
  .shoppingcarArea + .totalCost {
    text-align: center; }
  .totalCost {
    position: relative; }
    .totalCost .icon-android-add-circle {
      display: block;
      margin: 0 auto 10px auto; }
    .totalCost .totalMoney {
      display: block;
      text-align: center; }
    .totalCost + .btnArea {
      position: relative;
      text-align: center;
      border-top: 1px dashed #ccc;
      margin-top: 10px;
      padding-top: 15px; }
  .recodeBox {
    margin: 25px 10px; }
  ul.detailList li span.typeTitle, ul.contentList li span.typeTitle {
    width: 80px; }
  ul.contentList {
    margin: 20px 0; }
    ul.contentList li span.typeTitle {
      display: block;
      width: auto; }
    ul.contentList li p {
      max-width: 85%; }
  .recodeId h2 {
    font-size: 16px; }
  .payInfo p .mark {
    margin: 0 2px; }
  .payInfo p, .recodeType p {
    letter-spacing: -.5px; }
  .memberContent .mainTitle, .categoryContent .mainTitle {
    padding: 0 10px; }
    .memberContent .mainTitle .subTitle, .categoryContent .mainTitle .subTitle {
      font-size: 14px; }
  .passwordBox ul.formInsideList, .forgetBox ul.formInsideList {
    width: 90%;
    margin-left: 0%; }
  .forgetBox input[type="tel"] {
    width: 83%;
    margin-left: 34px; }
  .forgetBox .icon-lock + select {
    width: 90%;
    max-width: 83%;
    margin-bottom: 10px; }
  .forgetBox .telType + .invalid-feedback {
    position: relative;
    margin-bottom: 10px; }
  .addressBox {
    padding: 40px 20px 20px 20px; }
    .addressBox .input-group > .form-control:not(:first-child) {
      min-width: 10%;
      margin-right: 50px; }
    .addressBox .input-group-btn {
      position: absolute;
      top: 0;
      right: 0; }
  .memberInfo ul.formDetailList li:nth-child(2) {
    margin-bottom: 15px; }
  ul.mobileList li:nth-child(1), ul.mobileList li:nth-child(2), ul.mobileList li:nth-child(3), ul.mobileList li:nth-child(4) {
    width: 95%; }
  ul.mobileList li select {
    margin-bottom: 10px; }
  .formGray ul.formDetailList {
    margin: 20px 15px 20px 10px; }
    .formGray ul.formDetailList li select.telType {
      width: 83%;
      max-width: 83%;
      margin-right: 0;
      margin-bottom: 10px; }
    .formGray ul.formDetailList li .intl-tel-input {
      width: 83%; }
    .formGray ul.formDetailList li .verificationBtn, .formGray ul.formDetailList li .verificationGet, .formGray ul.formDetailList li .verificationOK {
      width: 83%;
      margin-left: 34px; }
    .formGray ul.formDetailList li input.code {
      width: 83%;
      margin-right: 0; }
      .formGray ul.formDetailList li input.code + .invalid-feedback {
        position: relative; }
    .formGray ul.formDetailList li input[type="text"], .formGray ul.formDetailList li input[type="password"],
    .formGray ul.formDetailList li input[type="email"] {
      width: 83%; }
  .registerBox .telType + .invalid-feedback {
    position: relative; }
  .signBox .btnArea input[type="submit"] {
    margin: 0;
    width: 100%; }
  .signBox .btnArea a {
    display: block;
    top: 0;
    margin: 10px 0; } }
