@charset "UTF-8";
.btn-search:before {
  content: "";
  display: inline-block;
  background: url(../images/all_icon.png) 0 -153px no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: -3px;
}

.ui-btn-blue {
  color: #fff !important;
  text-shadow: 0 0 0 #fff !important;
  text-shadow: none !important;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  background: #00a3e0;
  box-shadow: 0 2px 0 #1a78b4;
}
.ui-btn-blue:hover {
  background: #1a78b4;
  box-shadow: 0 2px 0 #0f5a8a;
}

.ui-btn-orange {
  color: #fff !important;
  text-shadow: 0 0 0 #fff !important;
  text-shadow: none !important;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  background: #fc4c02;
  box-shadow: 0 2px 0 #c83d0d;
}
.ui-btn-orange:hover {
  background: #db1a00;
  box-shadow: 0 2px 0 #ab3d2a;
}

.ui-btn-gray {
  color: #fff !important;
  text-shadow: 0 0 0 #fff !important;
  text-shadow: none !important;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  background: #b1b1b1;
  box-shadow: 0 2px 0 #8c8c8c;
}
.ui-btn-gray:hover {
  background: #919090;
  box-shadow: 0 2px 0 #7a7a7a;
}

.ui-btn-lineblue {
  border-radius: 2px;
  font: 15px/1.8 verdana, 微軟正黑體;
  background: #fff;
  display: inline-block;
  outline: none;
  cursor: pointer;
  min-width: 100px;
  height: 30px;
  text-align: center;
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  border: 1px solid #00a3e0;
}
.ui-btn-lineblue:hover {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #00a3e0;
}

ul.ui-breadcrumb {
  display: inline-block;
}
ul.ui-breadcrumb li {
  display: inline-block;
  float: left;
}
ul.ui-breadcrumb li:after {
  content: "";
  display: inline-block;
  background: url(../images/all_icon.png) 0 -60px no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 7px;
}
ul.ui-breadcrumb li:last-child:after {
  background: none;
}
ul.ui-breadcrumb li:last-child a:hover {
  color: #333;
  cursor: auto;
}
ul.ui-breadcrumb a {
  font: 13px/1.8 verdana, 新細明體;
  color: #333;
  display: inline-block;
}
ul.ui-breadcrumb a:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  cursor: pointer;
}

ul.ui-text > li,
ul.ui-underline > li,
ul.ui-arrow-back > li {
  margin-bottom: 5px;
}

ul.ui-text a,
ul.ui-underline a,
ul.ui-arrow-back a,
ul.ui-arrow-right a {
  cursor: pointer;
  display: inline-block;
}

.ui-text li {
  float: left;
}
.ui-text a.ui-blue {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.ui-text a.ui-blue:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}
.ui-text a.ui-darkgreen {
  color: #009a44;
  text-shadow: 0 0 0 #009a44;
}
.ui-text a.ui-darkgreen:hover {
  color: #31b700;
  text-shadow: 0 0 0 #31b700;
}
.ui-text .ui-black {
  color: #333;
  text-shadow: 0 0 0 #333;
}
.ui-text .ui-red {
  color: #d6001c;
  text-shadow: 0 0 0 #d6001c;
}

.ui-underline li {
  float: left;
}
.ui-underline .ui-blue {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  border-bottom: 1px dashed #00a3e0;
}
.ui-underline .ui-blue:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
  border-bottom: 1px dashed #005eb8;
}
.ui-underline .ui-black {
  color: #333;
  text-shadow: 0 0 0 #333;
  border-bottom: 1px dashed #aaa;
}
.ui-underline .ui-black:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}
.ui-underline .ui-red {
  color: #de3349;
  text-shadow: 0 0 0 #de3349;
  border-bottom: 1px dashed #de3349;
}
.ui-underline .ui-red:hover {
  color: #d6001c;
  text-shadow: 0 0 0 #d6001c;
  border-bottom: 1px dashed #de3349;
}
.ui-underline .ui-orange {
  color: #fd7035;
  text-shadow: 0 0 0 #fd7035;
  border-bottom: 1px dashed #feb79a;
}
.ui-underline .ui-orange:hover {
  color: #ff9e1b;
  text-shadow: 0 0 0 #ff9e1b;
}

.ui-arrow-back li {
  float: left;
}
.ui-arrow-back a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 2px;
}
.ui-arrow-back a.ui-blue {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.ui-arrow-back a.ui-blue:before {
  background: url(../images/all_icon.png) 0 0 no-repeat;
}
.ui-arrow-back a.ui-blue:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}
.ui-arrow-back a.ui-blue:hover:before {
  background: url(../images/all_icon.png) -20px 0 no-repeat;
}
.ui-arrow-back a.ui-lightblack {
  color: #666;
  text-shadow: 0 0 0 #666;
}
.ui-arrow-back a.ui-lightblack:before {
  background: url(../images/all_icon.png) -40px 0 no-repeat;
}
.ui-arrow-back a.ui-lightblack:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.ui-arrow-back a.ui-lightblack:hover:before {
  background: url(../images/all_icon.png) 0 0 no-repeat;
}

.ui-arrow-right li {
  float: left;
}
.ui-arrow-right a {
  color: #666;
  text-shadow: 0 0 0 #666;
}
.ui-arrow-right a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
.ui-arrow-right a.ui-lightblack:after {
  background: url(../images/all_icon.png) 0 -30px no-repeat;
}
.ui-arrow-right a:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.ui-arrow-right a:hover:after {
  background: url(../images/all_icon.png) -20px -30px no-repeat;
}

.ui-tab-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

.ui-tab-wireframe .ui-tab-left p {
  line-height: 2;
  margin-left: 10px;
}
.ui-tab-wireframe .ui-tab-right ul {
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 0;
}
.ui-tab-wireframe .ui-tab-right ul li {
  float: left;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  text-align: center;
  line-height: 2;
}
.ui-tab-wireframe .wireframe {
  background: #fff;
  border: 1px solid #fff;
  border-bottom: none;
  padding: 0 12px;
  margin-left: 5px;
}
.ui-tab-wireframe .wireframe-active, .ui-tab-wireframe .wireframe:hover {
  border: 1px solid #d5d5d5;
  border-bottom: 1px solid #fff;
}

.ui-tab-purpleframe .ui-tab-left {
  float: left;
}
.ui-tab-purpleframe .ui-tab-left ul {
  display: block;
  height: 35px;
  margin-bottom: -1px;
}
.ui-tab-purpleframe .ui-tab-right {
  float: right;
  line-height: 2;
  margin-right: 10px;
}
.ui-tab-purpleframe .wireframe {
  float: left;
  min-width: 100px;
  cursor: pointer;
  height: 33px;
  line-height: 35px;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-bottom: 1px solid #d5d5d5;
}
.ui-tab-purpleframe .wireframe a {
  width: 100%;
  height: 100%;
  display: block;
}
.ui-tab-purpleframe .wireframe:hover a {
  color: #84329b;
}
.ui-tab-purpleframe .wireframe-active {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-bottom: 1px solid #fff;
  line-height: 30px;
}
.ui-tab-purpleframe .wireframe-active a {
  color: #84329b;
  text-shadow: 0 0 0 #84329b;
  border-top: 3px solid #b34cd1;
}

.ui-tab-blueframe ul, .ui-tab-blueframe li, .ui-tab-blueframe a {
  display: inline-block;
}
.ui-tab-blueframe a {
  width: 100%;
  height: 100%;
}
.ui-tab-blueframe a:hover {
  color: #00a3e0;
}
.ui-tab-blueframe .wireframe {
  box-sizing: border-box;
  cursor: pointer;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.ui-tab-blueframe .wireframe-active {
  border-bottom: 1px solid #00a3e0;
}
.ui-tab-blueframe .wireframe-active a {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.ui-title {
  border-bottom: 1px solid #d5d5d5;
}
.ui-title p {
  font: 20px/1.8 verdana, 微軟正黑體;
  color: #84329b;
  text-shadow: 0 0 0 #84329b;
  padding: 0 10px 2px 10px;
  display: inline-block;
  border-bottom: 3px solid #b583c2;
  margin-bottom: -2px;
}

.ui-input-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #333;
}
.ui-input-box input[type=text],
.ui-input-box input[type=password],
.ui-input-box input[type=tel] {
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  outline: none;
  padding: 7px 6px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}
.ui-input-box input[type=text]:focus, .ui-input-box input[type=text]:hover,
.ui-input-box input[type=password]:focus,
.ui-input-box input[type=password]:hover,
.ui-input-box input[type=tel]:focus,
.ui-input-box input[type=tel]:hover {
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}
.ui-input-box input[type=text]::-moz-placeholder, .ui-input-box input[type=password]::-moz-placeholder, .ui-input-box input[type=tel]::-moz-placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}
.ui-input-box input[type=text]::placeholder,
.ui-input-box input[type=password]::placeholder,
.ui-input-box input[type=tel]::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.ui-radio-box {
  display: inline-block;
}
.ui-radio-box input {
  display: none;
}
.ui-radio-box li, .ui-radio-box label {
  display: inline-block;
}
.ui-radio-box label {
  position: relative;
  cursor: pointer;
  padding-left: 23px;
}
.ui-radio-box label.not-choose {
  cursor: default;
}
.ui-radio-box label.not-choose .checkmark, .ui-radio-box label.not-choose:hover .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -66px -89px no-repeat;
}
.ui-radio-box label.not-choose .checkmark:after, .ui-radio-box label.not-choose:hover .checkmark:after {
  background: none;
}
.ui-radio-box label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ui-radio-box label input:checked ~ .checkmark:after {
  display: block;
}
.ui-radio-box label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) 0 -89px no-repeat;
}
.ui-radio-box label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -44px -89px no-repeat;
}
.ui-radio-box label:hover input ~ .checkmark {
  background: url(../images/all_icon.png) -22px -89px no-repeat;
}

.ui-checkbox-box {
  display: inline-block;
}
.ui-checkbox-box input {
  display: none;
}
.ui-checkbox-box li, .ui-checkbox-box label {
  display: inline-block;
}
.ui-checkbox-box label {
  position: relative;
  cursor: pointer;
  padding-left: 23px;
}
.ui-checkbox-box label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ui-checkbox-box label input:checked ~ .checkmark:after {
  display: block;
}
.ui-checkbox-box label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) 0 -121px no-repeat;
}
.ui-checkbox-box label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -44px -121px no-repeat;
}
.ui-checkbox-box label:hover input ~ .checkmark {
  background: url(../images/all_icon.png) -22px -121px no-repeat;
}

.ui-select,
.ui-form-box {
  font: 14px/1.8 verdana, 微軟正黑體;
}
.ui-select::after,
.ui-form-box::after {
  display: block;
  clear: both;
  content: "";
}
.ui-select label,
.ui-form-box label {
  box-sizing: border-box;
  display: block;
  line-height: 35px;
}
.ui-select select,
.ui-form-box select {
  clear: none;
}
.ui-select .wide,
.ui-form-box .wide {
  border-radius: 2px;
  clear: none;
  border: 1px solid #d5d5d5;
  line-height: 35px;
  height: 35px;
  padding-left: 10px;
}
.ui-select .nice-select:active, .ui-select .nice-select.open, .ui-select .nice-select:focus,
.ui-form-box .nice-select:active,
.ui-form-box .nice-select.open,
.ui-form-box .nice-select:focus {
  border: 1px solid #00a3e0;
}
.ui-select .nice-select .list,
.ui-form-box .nice-select .list {
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 1px 3px #efefef;
  margin-top: 1px;
  width: 100%;
  max-height: 225px;
  overflow-y: auto;
}
.ui-select .nice-select .list > li,
.ui-form-box .nice-select .list > li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-select .nice-select .option.focus,
.ui-form-box .nice-select .option.focus {
  background: #fff !important;
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.ui-select .nice-select .option:hover, .ui-select .nice-select .option .selected.focus,
.ui-form-box .nice-select .option:hover,
.ui-form-box .nice-select .option .selected.focus {
  background: #00a3e0 !important;
  color: #fff;
  text-shadow: 0 0 0 #fff;
}
.ui-select .nice-select .current,
.ui-form-box .nice-select .current {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-textarea {
  font: 15px/1.8 verdana, 微軟正黑體;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 8px;
}
.ui-textarea:focus {
  outline: none;
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}
.ui-textarea::-moz-placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}
.ui-textarea::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.tktIcon {
  fill: currentColor;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.gap20 {
  gap: 20px;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?vlzli7");
  src: url("fonts/icomoon.eot?vlzli7#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vlzli7") format("truetype"), url("fonts/icomoon.woff?vlzli7") format("woff"), url("fonts/icomoon.svg?vlzli7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "줓";
}

.icon-airplane:before {
  content: "준";
}

.icon-arrow:before {
  content: "줁";
}

.icon-arrow-right:before {
  content: "줂";
}

.icon-baggage:before {
  content: "줃";
}

.icon-calendar:before {
  content: "줄";
}

.icon-cross:before {
  content: "줅";
}

.icon-direct:before {
  content: "줆";
}

.icon-explanation:before {
  content: "줇";
}

.icon-file:before {
  content: "줈";
}

.icon-filter:before {
  content: "줉";
}

.icon-gotop:before {
  content: "줊";
}

.icon-link:before {
  content: "줋";
}

.icon-minus:before {
  content: "줌";
}

.icon-moon:before {
  content: "줍";
}

.icon-nonstop:before {
  content: "줎";
}

.icon-plus:before {
  content: "줏";
}

.icon-question:before {
  content: "줒";
}

.icon-search:before {
  content: "줐";
}

.icon-sort:before {
  content: "중";
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  display: none;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.formList {
  display: flex;
  flex-wrap: wrap;
}
.formList input {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  width: 100%;
  font: 14px/1.8 verdana, 微軟正黑體;
  line-height: 1;
  outline: none;
  padding: 8px 10px;
  height: 35px;
}
.formList input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #333;
}
.formList input:-moz-read-only {
  color: #c5c5c5;
  text-shadow: 0 0 0 #c5c5c5;
}
.formList input:read-only {
  color: #c5c5c5;
  text-shadow: 0 0 0 #c5c5c5;
}
.formList input:-moz-read-only:hover, .formList input:-moz-read-only:focus {
  border: 1px solid #d5d5d5;
}
.formList input:read-only:hover, .formList input:read-only:focus {
  border: 1px solid #d5d5d5;
}
.formList .textSub {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.formList .form-block {
  box-sizing: border-box;
  display: flex;
}
.formList .s-box {
  width: 60px;
}
.formList .UIicon-start {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  margin: 0;
  line-height: 2;
}
.formList .UIcolor-orange {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
}
.formList .ext-wrap {
  display: flex;
  align-items: center;
}
.formList .date-wrap {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 35px;
  padding: 8px 10px;
  border: 1px solid #d5d5d5;
}
.formList .date-wrap .s-box {
  width: 33.3333333333%;
  height: auto;
  line-height: 1;
  border: none !important;
  padding: 0;
  margin: 0;
}
.formList .H-line {
  color: #999;
  text-shadow: 0 0 0 #999;
  display: block;
  align-self: center;
  width: 10px;
  text-align: center;
  margin: 0 5px;
}
.formList .uppercase {
  text-transform: uppercase;
}
.formList .form-block.full-width {
  width: 100%;
}

.modal__bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  font: 14px/1.8 verdana, 微軟正黑體;
  padding: 20px;
  gap: 20px;
  margin: 0 20px;
  width: calc(100% - 40px);
  min-width: 320px;
}
@media (min-width: 768px) {
  .modal {
    margin: 0;
    padding: 40px;
    width: 500px;
  }
}
.modal .icon-exclamation {
  width: 30px;
  height: 30px;
}
.modal .textSub {
  font-size: 15px;
}
.modal .icon-arrowRight-light {
  color: #8b8b8b;
  text-shadow: 0 0 0 #8b8b8b;
  display: block;
}
.modal .grayblock {
  background: #f6f6f6;
}

.modal-title {
  font-size: 20px;
}

.modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.modal__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.modal__btn {
  gap: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .modal__btn {
    gap: 20px;
    width: auto;
  }
}
.modal__btn button {
  width: 100%;
}
@media (min-width: 768px) {
  .modal__btn button {
    min-width: 120px;
  }
}

.fares-change .col-01,
.fares-change .col-03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .fares-change .col-01,
  .fares-change .col-03 {
    padding: 10px 20px;
  }
}
.fares-change .col-01 .textPrice,
.fares-change .col-03 .textPrice {
  font-size: 24px;
}
.fares-change .col-01 .textPrice {
  color: #999;
  text-shadow: 0 0 0 #999;
}
.fares-change .col-03 .textPrice {
  color: #E85B20;
  text-shadow: 0 0 0 #E85B20;
}
.fares-change .grayblock {
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .fares-change .grayblock {
    gap: 20px;
  }
}
.fares-change .modal__footer {
  text-align: center;
}

.nbtn-blue {
  border-radius: 5px;
  font: 15px/1.8 verdana, 微軟正黑體;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  padding: 8px 10px;
  line-height: normal;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #00a3e0;
}
.nbtn-blue:hover {
  background: #1a78b4;
}

.nbtn-outline-blue {
  border-radius: 5px;
  font: 15px/1.8 verdana, 微軟正黑體;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  padding: 8px 10px;
  line-height: normal;
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  border: 1px solid #00a3e0;
  background: transparent;
}
.nbtn-outline-blue:hover {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #00a3e0;
}

img, object, embed, video {
  max-width: 100%;
}

a, a:hover, a:active, a:visited {
  color: #333;
  text-shadow: 0 0 0 #333;
}

i {
  color: #666;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.mainContainer {
  color: #333;
  text-shadow: 0 0 0 #333;
  margin: 0 auto;
  font: 14px/1.8 verdana, 微軟正黑體;
  min-width: 768px;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  .mainContainer {
    padding-top: 0;
    max-width: 960px;
  }
}
.mainContainer label {
  white-space: nowrap;
}
.mainContainer .largeFont {
  font: 20px/1.8 verdana, 微軟正黑體;
}

.containbox {
  width: 98%;
  margin: 0 auto 20px;
}
@media (min-width: 960px) {
  .containbox {
    width: 100%;
  }
}

button.ui-btn-orange, button.ui-btn-gray, button.ui-btn-blue, a.ui-btn-orange, a.ui-btn-gray, a.ui-btn-blue {
  display: block;
  min-width: 100px;
}
@media (min-width: 960px) {
  button.ui-btn-orange, button.ui-btn-gray, button.ui-btn-blue, a.ui-btn-orange, a.ui-btn-gray, a.ui-btn-blue {
    min-width: 120px;
  }
}

.orangefocus {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
}

.redfocus {
  color: #d6001c;
  text-shadow: 0 0 0 #d6001c;
}

.bluefocus {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.darkbluefocus {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}

.redBorder {
  border: 1px solid #d6001c;
}

.discList {
  margin-left: 25px;
}
.discList > li {
  list-style: disc;
}

.numberList {
  margin-left: 25px;
}
.numberList > li {
  list-style: decimal;
}

.alertStyle .UIcolor-orange,
.alertStyle .formList-title {
  color: #d6001c !important;
  text-shadow: 0 0 0 #d6001c !important;
}
.alertStyle input,
.alertStyle .nice-select.wide,
.alertStyle .date-wrap {
  border: 1px solid #d6001c !important;
}

.tableStyle {
  display: table;
  width: 100%;
}
.tableStyle .tableRow {
  display: table-row;
}
.tableStyle .tableCell {
  display: table-cell;
  vertical-align: middle;
}

.ui-mailtip {
  zoom: 1;
  background: #fff;
  font: 15px/1.8 verdana, 微軟正黑體;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  text-align: left;
}
.ui-mailtip:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.ui-mailtip > li {
  transition: all 0.2s;
}
.ui-mailtip > li p {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  text-align: inherit;
}
.ui-mailtip > li.active {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.ui-mailtip > li.hover {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #00a3e0;
}

.step-lineBox {
  font: 15px/1.8 verdana, 微軟正黑體;
  display: block;
}
.step-lineBox > li {
  box-sizing: border-box;
  color: #999;
  text-shadow: 0 0 0 #999;
  width: 33.3333333333%;
  float: left;
  display: inline-block;
  text-align: center;
  padding-right: 3px;
}
.step-lineBox > li:first-child .step-line {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.step-lineBox > li:last-child {
  padding-right: 0;
}
.step-lineBox > li:last-child .step-line {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.step-lineBox > li.select {
  color: #84329b;
  text-shadow: 0 0 0 #84329b;
}
.step-lineBox > li.select .step-line,
.step-lineBox > li.select span.step-number {
  background: #84329b;
}
.step-lineBox .step-line {
  position: relative;
  background: #d5d5d5;
  height: 5px;
  margin-top: 17px;
  margin-bottom: 12.5px;
}
.step-lineBox span.step-number {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  border-radius: 50%;
  font: 13px/1.8 verdana, 微軟正黑體;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
  background: #d5d5d5;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.again-select {
  color: #666;
  text-shadow: 0 0 0 #666;
}
.again-select > a {
  display: inline-block;
  cursor: pointer;
}
.again-select > a:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.again-select > a:hover .icon-arrow-right {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  border: 2px solid #00a3e0;
}
.again-select .icon-arrow-right {
  box-sizing: border-box;
  border-radius: 50%;
  transform: rotate(-180deg) scale(0.7);
  display: inline-block;
  margin-right: 3px;
  border: 2px solid #666;
  text-align: center;
  padding: 4px;
}

.popupPosition {
  position: relative;
}

.popup-box {
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d5d5d5;
  position: absolute;
  top: 45px;
  height: auto;
  z-index: 1;
}
.popup-box i.icon-cross {
  display: block;
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.popup-box i.icon-cross:before {
  position: absolute;
  right: 2px;
  top: 2px;
  content: "줅" !important;
}
.popup-box .popup-content {
  box-sizing: border-box;
  height: 100%;
  padding: 18px 10px 10px 10px;
  text-align: left;
}
.popup-box .popup-content:after, .popup-box .popup-content:before {
  content: "";
  position: absolute;
  left: 5%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}
.popup-box .popup-content:before {
  border-bottom: 10px solid #d5d5d5;
  bottom: 100%;
  top: -21px;
}
.popup-box .popup-content:after {
  border-bottom: 10px solid #fff;
  z-index: 2;
  top: -19px;
}
.popup-box .popup-content ul > li {
  float: none;
}

.orangeStyle {
  border: 1px solid #ff9e1b;
}
.orangeStyle > i.icon-cross {
  color: #ff9e1b;
  text-shadow: 0 0 0 #ff9e1b;
  font-weight: bold;
}
.orangeStyle .popup-content:before {
  border-bottom: 10px solid #ff9e1b;
}

.blueStyle {
  border: 1px solid #00a3e0;
}
.blueStyle > i.icon-cross {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font-weight: bold;
}
.blueStyle .popup-content:before {
  border-bottom: 10px solid #00a3e0;
}

.floatright-toolwrap {
  display: none;
}
@media (min-width: 1024px) {
  .floatright-toolwrap {
    display: block;
    position: fixed;
    width: 45px;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e6e6e6;
    border-radius: 15px 0 0 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .floatright-toolwrap {
    display: none;
  }
}
.floatright-toolwrap .tool-list {
  width: 100%;
  display: grid;
  gap: 10px;
  position: absolute;
  top: 25%;
}
.floatright-toolwrap .tool-list > li {
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: relative;
}
.floatright-toolwrap .tool-list > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-shadow: none;
  text-decoration: none;
  font-size: 30px;
  color: #b0b6b9;
}
.floatright-toolwrap .tool-list > li > span {
  display: none;
}
.floatright-toolwrap .tool-list > li:hover {
  transition: all 0.2s ease-out;
  background: #66c8ec;
}
.floatright-toolwrap .tool-list > li:hover a {
  color: #fff;
  text-shadow: none;
}
.floatright-toolwrap .tool-list > li:hover span {
  transition: all 0.2s ease-out;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #00a3e0;
  display: block;
  width: 90px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  left: -90px;
  top: 0;
  text-align: center;
}
.floatright-toolwrap .tool-list > li:hover span:after {
  content: "";
  position: absolute;
  right: -9px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #00a3e0;
}

.floatbottom-toolwrap {
  display: none;
}
.floatbottom-toolwrap .tool-list {
  width: 100%;
  display: block;
  position: absolute;
}
.floatbottom-toolwrap .tool-list > li {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 33.3333333333%;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.floatbottom-toolwrap .tool-list > li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
}
.floatbottom-toolwrap .tool-list > li a i {
  font-size: 30px;
  position: relative;
  top: 7px;
  color: #b0b6b9;
  text-shadow: none;
}
.floatbottom-toolwrap .tool-list > li a span {
  font: 15px/1.8 verdana, 微軟正黑體;
  padding: 0 5px;
}
.floatbottom-toolwrap .tool-list > li a.filterBtn span {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.floatbottom-toolwrap .tool-list > li a.active {
  background: #00a3e0;
}
.floatbottom-toolwrap .tool-list > li a.active > i {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  text-shadow: none;
}
.floatbottom-toolwrap .tool-list > li a.active > span {
  color: #fff;
  text-shadow: 0 0 0 #fff;
}

.toolwrap-sort {
  display: none;
}

.form-information .form {
  display: block;
}
.form-information .form > li {
  display: block;
  margin-bottom: 20px;
}
.form-information .form > li:last-child {
  margin-bottom: 0;
}
.form-information .form input, .form-information .form div {
  float: left;
}
.form-information .form input {
  height: 35px;
  line-height: 35px;
}
.form-information .form input:invalid {
  background: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-information .form input {
    line-height: normal;
  }
}
.form-information .form input.purpleBg {
  background: #f2eaf5;
}
.form-information .form input.purpleBg .nice-select {
  box-sizing: border-box;
  background: #f2eaf5;
}
.form-information .form input.redBorder {
  border: 1px solid #d6001c;
}
.form-information .form div {
  height: 35px;
  line-height: 35px;
}
.form-information .form .orderName label, .form-information .form .orderName div {
  line-height: 35px;
  height: 35px;
}
.form-information .form .information-title {
  float: left;
  color: #666;
  text-shadow: 0 0 0 #666;
  display: block;
  width: 130px;
  margin-right: 7px;
  padding: 0;
  text-align: right;
}
.form-information .form .passport-surname input,
.form-information .form .passport-givenName input {
  width: 125px;
  text-transform: uppercase;
}
.form-information .form .passport-surname input::-moz-placeholder, .form-information .form .passport-givenName input::-moz-placeholder {
  text-transform: none;
}
.form-information .form .passport-surname input::placeholder,
.form-information .form .passport-givenName input::placeholder {
  text-transform: none;
}
.form-information .form .eMail {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .form-information .form .eMail {
    margin-top: 0;
  }
}
.form-information .form .eMail input {
  width: 280px;
}
@media (min-width: 960px) {
  .form-information .form .eMail input {
    width: 220px;
  }
}
.form-information .form .phoneNumber {
  width: 100%;
}
@media (min-width: 960px) {
  .form-information .form .phoneNumber {
    width: auto;
  }
}
.form-information .form .telNumber {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .form-information .form .telNumber {
    margin-top: 0;
  }
}
.form-information .form .telNumber input.areaNum {
  width: 60px;
  margin-right: 5px;
}
@media (min-width: 960px) {
  .form-information .form .telNumber input.areaNum {
    margin-right: 10px;
  }
}
.form-information .form .telNumber input.telNum {
  width: 150px;
}
.form-information .form .extNumber {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .form-information .form .extNumber {
    margin-top: 0;
  }
}
.form-information .form .extNumber input {
  width: 80px;
}
.form-information .form .orderName .information-title,
.form-information .form .appellation .information-title,
.form-information .form .passport-surname .information-title,
.form-information .form .passport-givenName .information-title,
.form-information .form .eMail .information-title,
.form-information .form .phoneNumber .information-title,
.form-information .form .telNumber .information-title {
  font: 14px/1.8 verdana, 微軟正黑體;
  width: 95px;
  margin-right: 7px;
}
.form-information .form .extNumber label.information-title {
  width: 40px;
}
.form-information .form .purpleBg .nice-select {
  background: #f2eaf5;
}
.form-information .form .redBorder .nice-select {
  border: 1px solid #d6001c;
}
.form-information .form .star:before {
  content: "*";
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  position: relative;
  top: 3px;
}

.explain-list {
  font: 13px/1.8 verdana, 微軟正黑體;
  display: block;
}
.explain-list > li {
  list-style: disc;
}

.mobile-setUp {
  line-height: 1.6;
}
.mobile-setUp > a, .mobile-setUp button {
  display: block;
  cursor: pointer;
}
.mobile-setUp > a:hover, .mobile-setUp button:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.mobile-setUp > a:hover .icon-arrow-right, .mobile-setUp button:hover .icon-arrow-right {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  border: 2px solid #00a3e0;
}
.mobile-setUp > a.ui-btn-orange, .mobile-setUp button.ui-btn-orange {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100px;
}
.mobile-setUp .icon-arrow-right {
  box-sizing: border-box;
  border-radius: 50%;
  transform: rotate(-180deg) scale(0.7);
  display: inline-block;
  margin-right: 3px;
  border: 2px solid #666;
  text-align: center;
  padding: 4px;
}

.ticketFee .slider-nav,
.baggageFee .slider-nav,
.travelersDetail .slider-nav {
  display: none;
}
.ticketFee .tablebox,
.baggageFee .tablebox,
.travelersDetail .tablebox {
  width: 100%;
  text-align: center;
}
.ticketFee .tablebox td,
.baggageFee .tablebox td,
.travelersDetail .tablebox td {
  border-bottom: 1px solid #d5d5d5;
  vertical-align: middle;
  padding: 12px 5px;
  word-break: break-all;
}

.ticketFee .tablebox td:nth-child(1), .ticketFee .tablebox td:nth-child(7) {
  width: 9%;
}
.ticketFee .tablebox td:not(:nth-child(1)):not(:nth-child(7)) {
  width: 13.6666666667%;
}

.baggageFee .tablebox td:nth-child(1) {
  width: 9%;
}
.baggageFee .tablebox td:not(:nth-child(1)) {
  width: 18.2%;
  width: 18.2% \9 ;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .baggageFee .tablebox td:not(:nth-child(1)) {
    width: 18.2%;
  }
}
@-moz-document url-prefix() {
  .baggageFee .tablebox td:not(:nth-child(1)) {
    width: 18.2%;
  }
}

.travelersDetail .tablebox td:nth-child(1), .travelersDetail .tablebox td:nth-child(5), .travelersDetail .tablebox td:nth-child(6), .travelersDetail .tablebox td:nth-child(7) {
  width: 15%;
}
.travelersDetail .tablebox td:nth-child(2) {
  width: 7%;
}
.travelersDetail .tablebox td:nth-child(3), .travelersDetail .tablebox td:nth-child(4) {
  width: 16.5%;
  text-transform: uppercase;
}

.borderline {
  border-radius: 2px;
  border: 2px solid #efefef;
}

.errorBox {
  box-sizing: border-box;
  background: #fff;
  font: 14px/1.8 verdana, 微軟正黑體;
  margin: 0 auto;
  padding: 30px 20px !important;
  width: 90%;
  text-align: center;
  position: relative;
}
.errorBox p {
  font: 14px/1.8 verdana, 微軟正黑體;
}
.errorBox p.matter-content {
  font: 20px/1.8 verdana, 微軟正黑體;
}
.errorBox span.order-number {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  background: #ffe899;
  font: 13px/1.8 verdana, 微軟正黑體;
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  letter-spacing: 1px;
}
.errorBox .space-top {
  margin-top: 10px;
}
.errorBox .space-bottom {
  margin-bottom: 10px;
}
.errorBox .topWrap {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.errorBox .topWrap > img {
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
  width: 65px;
}
.errorBox .bottomWrap {
  color: #999;
  text-shadow: 0 0 0 #999;
}
.errorBox .bottomWrap button {
  margin: 0 auto;
}
.errorBox .bottomWrap button.btn-space {
  margin-top: 20px;
}

.choosefare input:-webkit-autofill,
.check-paxinfo input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #333;
}
.choosefare input[type=text],
.choosefare input[type=password],
.choosefare input[type=tel],
.check-paxinfo input[type=text],
.check-paxinfo input[type=password],
.check-paxinfo input[type=tel] {
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  outline: none;
  padding: 7px 6px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  height: 35px;
}
.choosefare input[type=text]:focus, .choosefare input[type=text]:hover,
.choosefare input[type=password]:focus,
.choosefare input[type=password]:hover,
.choosefare input[type=tel]:focus,
.choosefare input[type=tel]:hover,
.check-paxinfo input[type=text]:focus,
.check-paxinfo input[type=text]:hover,
.check-paxinfo input[type=password]:focus,
.check-paxinfo input[type=password]:hover,
.check-paxinfo input[type=tel]:focus,
.check-paxinfo input[type=tel]:hover {
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}
.choosefare input[type=text]::-moz-placeholder, .choosefare input[type=password]::-moz-placeholder, .choosefare input[type=tel]::-moz-placeholder, .check-paxinfo input[type=text]::-moz-placeholder, .check-paxinfo input[type=password]::-moz-placeholder, .check-paxinfo input[type=tel]::-moz-placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}
.choosefare input[type=text]::placeholder,
.choosefare input[type=password]::placeholder,
.choosefare input[type=tel]::placeholder,
.check-paxinfo input[type=text]::placeholder,
.check-paxinfo input[type=password]::placeholder,
.check-paxinfo input[type=tel]::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.choosefare {
  font: 15px/1.8 verdana, 微軟正黑體;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .choosefare .slider {
    margin-bottom: 60px;
  }
}
.choosefare .slick-slider {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}
.choosefare .slider-nav {
  margin: 0 auto;
  font: 13px/1.8 verdana, 微軟正黑體;
  position: relative;
  margin-bottom: 20px;
  width: 90%;
  text-align: center;
}
@media (min-width: 960px) {
  .choosefare .slider-nav {
    width: calc(100% - 60px);
  }
}
.choosefare .slider-nav .slick-slide {
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  border-right: 3px solid #fff;
  outline: none;
  cursor: pointer;
}
.choosefare .slider-nav .slick-slide:hover .ticketPrice-list {
  transition: all 0.2s ease-out;
  background: #ccedf9;
  border: 1px solid #ccedf9;
}
.choosefare .slider-nav .slick-prev,
.choosefare .slider-nav .slick-next {
  color: #00a3e0;
  background: #fff;
  outline: none;
  border: none;
  position: absolute;
  top: 12px;
  padding: 0;
  width: 25px;
  height: 30px;
}
.choosefare .slider-nav .slick-prev:before,
.choosefare .slider-nav .slick-next:before {
  font-size: 30px;
  position: relative;
}
.choosefare .slider-nav .slick-prev:hover,
.choosefare .slider-nav .slick-next:hover {
  transition: all 0.2s ease-out;
  color: #005eb8;
}
.choosefare .slider-nav .slick-prev {
  left: -30px;
  transform: rotate(-180deg);
}
.choosefare .slider-nav .slick-prev:before {
  left: -5px;
}
.choosefare .slider-nav .slick-next {
  right: -30px;
  transform: rotate(0);
}
.choosefare .slider-nav .slick-next:before {
  right: 5px;
}
.choosefare .slider-nav .ticketPrice-list {
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #efefef;
  background: #efefef;
  padding: 5px 0;
  white-space: nowrap;
}
.choosefare .slider-nav .slick-current .ticketPrice-list,
.choosefare .slider-nav .slick-current .ticketPrice-list:hover {
  transition: all 0.2s ease-out;
  color: #005eb8;
  border: 1px solid #00a3e0;
  background: #fff;
}
.choosefare .product-item .product-content {
  position: relative;
}
.choosefare .prompt-wrap {
  box-sizing: border-box;
  background: #ffebda;
  padding: 10px;
  margin-bottom: 20px;
}
.choosefare .sameAviation {
  top: 0;
  right: 20px;
}
.choosefare .boxSpace {
  margin: 0 auto;
}

.lccsearch-box {
  box-sizing: border-box;
  border: 4px solid #d5d5d5;
}
.lccsearch-box .lccsearch-details {
  position: relative;
  padding: 20px 10px;
}
.lccsearch-box .lccsearch-details > ul {
  display: inline-block;
  width: 85%;
}
.lccsearch-box .lccsearch-details > ul > li {
  float: none;
}
.lccsearch-box .lccsearch-details a.changecondition-btn {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.lccsearch-box .lcc-search {
  padding-top: 0;
}
.lccsearch-box a.icon-cross {
  display: none;
}

.filter-box {
  box-sizing: border-box;
  border: 1px solid #00a3e0;
  position: relative;
  background: #f2fbff;
  padding: 20px;
}
.filter-box a.clear-btn {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
}
.filter-box a.clear-btn i.icon-cross {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font-weight: bold;
}
.filter-box a.clear-btn i.icon-cross:before {
  font-size: 18px;
  position: relative;
  top: 2px;
  left: -3px;
}
.filter-box a.clear-btn:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}
.filter-box a.clear-btn:hover i.icon-cross {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}
.filter-box p.device-title {
  display: none;
}
.filter-box .filter-openBtn,
.filter-box .filter-colseBtn {
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.filter-box[data-fixmode=up] {
  transition: all 0.2s ease-out;
  transform: translateY(0);
}
.filter-box[data-fixmode=down] {
  transform: translateY(-57px);
}
@media (min-width: 960px) {
  .filter-box[data-fixmode=down] {
    transform: translateY(0);
  }
}

.scrollStyle {
  width: 100% !important;
  margin-top: 57px !important;
  z-index: 2;
}
@media (min-width: 960px) {
  .scrollStyle {
    width: 960px !important;
    margin-top: 0 !important;
  }
}

.condition-list {
  display: block;
}
.condition-list > li.margin-space {
  margin-bottom: 20px;
}
.condition-list > li.margin-space:last-child {
  margin-bottom: 0;
}
.condition-list > li,
.condition-list > .ui-checkbox-box,
.condition-list > .ui-checkbox-box li {
  display: block;
}
.condition-list .list-title,
.condition-list .condition-wrap {
  float: left;
}
.condition-list .list-title {
  width: 80px;
  text-align: right;
  padding-top: 5px;
}
.condition-list .condition-wrap {
  width: 75%;
  border-left: 1px solid #d5d5d5;
  padding-left: 10px;
  margin-left: 10px;
}
@media (min-width: 960px) {
  .condition-list .condition-wrap {
    width: 78%;
  }
}
.condition-list .ui-checkbox-box {
  float: left;
}
.condition-list .ui-checkbox-box > li {
  padding: 5px 0;
  margin-right: 5px;
}
.condition-list .no-limit {
  margin-right: 10px;
  width: 100%;
}
@media (min-width: 960px) {
  .condition-list .no-limit {
    width: 70px;
    margin-right: 0;
  }
}
.condition-list .condition-list-sort {
  width: 100%;
}
@media (min-width: 960px) {
  .condition-list .condition-list-sort {
    width: calc(100% - 10px - 70px);
  }
}

.ticketPrice-sort .ui-tab-box,
.ticketPrice-sort .creditCard-wrap {
  float: left;
}
.ticketPrice-sort .ui-tab-box {
  width: calc(100% - 120px);
  margin-right: 5px;
  margin-bottom: 0;
}
.ticketPrice-sort .ui-tab-box .icon-triangle {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 10px;
}
.ticketPrice-sort .ui-tab-box .icon-triangle i.triangle-up,
.ticketPrice-sort .ui-tab-box .icon-triangle i.triangle-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.ticketPrice-sort .ui-tab-box .icon-triangle i.triangle-up {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #d5d5d5 transparent;
  margin-bottom: 2px;
}
.ticketPrice-sort .ui-tab-box .icon-triangle i.triangle-down {
  border-width: 6px 5px 0 5px;
  border-color: #d5d5d5 transparent transparent transparent;
}
.ticketPrice-sort .ui-tab-box .icon-triangle .focus:first-child {
  border-color: transparent transparent #00a3e0 transparent;
}
.ticketPrice-sort .ui-tab-box .icon-triangle .focus:last-child {
  border-color: #00a3e0 transparent transparent transparent;
}
.ticketPrice-sort .ui-tab-box .ui-tab-right {
  display: none;
}
@media (min-width: 960px) {
  .ticketPrice-sort .ui-tab-box .ui-tab-right {
    display: block;
  }
}
.ticketPrice-sort .creditCard-wrap {
  width: 115px;
}
.ticketPrice-sort .creditCard-wrap .creditCard-btn {
  float: right;
  color: #009a44;
  border-bottom: 1px dashed #009a44;
  display: block;
  cursor: pointer;
  line-height: 2;
}
.ticketPrice-sort .creditCard-wrap .creditCard-btn:hover {
  color: #31b700;
  text-shadow: 0 0 0 #31b700;
}
.ticketPrice-sort .creditCard-wrap .blueStyle {
  right: 15px;
  width: 360px;
  z-index: 9999\9 ;
}
.ticketPrice-sort .creditCard-wrap .blueStyle .popup-content:after,
.ticketPrice-sort .creditCard-wrap .blueStyle .popup-content:before {
  left: 85%;
}
.ticketPrice-sort .creditCard-wrap .ui-tab-box {
  border: none;
  margin-bottom: 0;
}
.ticketPrice-sort .creditCard-wrap span.icon-blankicon {
  font-size: 15px;
}
.ticketPrice-sort .creditCard-wrap span.icon-blankicon:before {
  content: "줋" !important;
}
.ticketPrice-sort .creditCard-wrap .popup-content {
  padding: 0 !important;
}
.ticketPrice-sort .creditCard-tab {
  width: 100%;
  font: 13px/1.8 verdana, 微軟正黑體;
  float: none;
}
.ticketPrice-sort .creditCard-tab .tabs {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}
.ticketPrice-sort .creditCard-tab .tabs > li.wireframe-active {
  border-bottom: 2px solid #00a3e0;
}
.ticketPrice-sort .creditCard-tab .tabsContent {
  margin-top: 15px;
}
.ticketPrice-sort .creditCard-tab .contentWrap > p {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
  margin: 0 0 7px 3%;
}
.ticketPrice-sort .creditCard-tab .contentWrap > .bank-list {
  display: block;
  margin: 0 5% 20px;
}
.ticketPrice-sort .creditCard-tab .contentWrap > .bank-list > li {
  float: left;
  width: 25%;
  display: inline-block;
  padding: 5px 0;
}
.ticketPrice-sort .creditCard-tab .contentWrap a.linkOpen {
  box-sizing: border-box;
  border-top: 1px solid #d5d5d5;
  padding: 10px 0 0 3%;
  display: block;
  cursor: pointer;
}
.ticketPrice-sort .creditCard-tab .contentWrap a.linkOpen > i.icon-link {
  vertical-align: middle;
  font-size: 16px;
  margin-left: 5px;
}
.ticketPrice-sort .creditCard-tab .contentWrap a.linkOpen:hover i.icon-link {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.product-item {
  display: block;
}
.product-item a {
  cursor: pointer;
}
.product-item a.nostop {
  cursor: default;
}
.product-item > li {
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  display: block;
  position: relative;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding: 20px;
}
.product-item > li:last-child {
  margin-bottom: 0;
}
.product-item > li:hover {
  border: 1px solid #00a3e0;
  background: #00a3e0;
}
.product-item > li:hover p.product-number {
  transition: all 0.2s ease-out;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #00a3e0;
}
.product-item > li:hover p.promotions {
  transition: all 0.2s ease-out;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #005eb8;
}
.product-item .product-list-wrap {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}
.product-item .product-list-wrap p {
  float: left;
  height: 25px;
  line-height: 25px;
}
.product-item .product-list-wrap p.product-number {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  width: 25px;
  background: #d5d5d5;
  text-align: center;
}
.product-item .product-list-wrap p.promotions {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  box-sizing: border-box;
  font: 13px/1.8 verdana, 微軟正黑體;
  background: #ffede5;
  line-height: 25px;
  padding: 0 10px;
  max-width: 130px;
  overflow: hidden;
}
.product-item .product-content {
  background: #fff;
  margin: -18px;
  padding: 25px 10px;
}
.product-item .lcclogo-left,
.product-item .lccflight-right,
.product-item .lccflight-info,
.product-item .lccflight-price {
  float: left;
  box-sizing: border-box;
}
.product-item .lcclogo-left {
  width: 12%;
  text-align: center;
}
@media (min-width: 960px) {
  .product-item .lcclogo-left {
    width: 15%;
  }
}
.product-item .lcclogo-left > img {
  margin: 0 auto;
  width: 100%;
  display: block;
}
@media (min-width: 960px) {
  .product-item .lcclogo-left > img {
    width: auto;
  }
}
.product-item .lcclogo-left .lcclogo-info > p, .product-item .lcclogo-left .lcclogo-info em {
  font: 15px/1.8 verdana, 微軟正黑體;
}
@media (min-width: 960px) {
  .product-item .lcclogo-left .lcclogo-info > p, .product-item .lcclogo-left .lcclogo-info em {
    font: 18px/1.8 verdana, 微軟正黑體;
  }
}
.product-item .lcclogo-left .lcclogo-info em {
  margin-right: 5px;
}
.product-item .lccflight-right {
  width: calc(88% - 10px);
  border-left: 1px solid #d5d5d5;
  padding-left: 10px;
  margin-left: 10px;
}
.product-item .lccflight-right .icon-moon {
  color: #ffc600;
  text-shadow: 0 0 0 #ffc600;
  display: inline-block;
  font-size: 30px;
  vertical-align: bottom;
}
.product-item .lccflight-right .icon-moon:hover {
  color: #ffbe00;
  text-shadow: 0 0 0 #ffbe00;
}
@media (min-width: 960px) {
  .product-item .lccflight-right {
    width: calc(85% - 10px);
  }
}
.product-item .lccflight-info {
  width: 81%;
  text-align: center;
  margin-top: 25px;
}
@media (min-width: 960px) {
  .product-item .lccflight-info {
    margin-top: 35px;
  }
}
.product-item .lccflight-info .airDeparture,
.product-item .lccflight-info .airReturn,
.product-item .lccflight-info .flightTime {
  width: 30%;
  padding: 0 5px;
  vertical-align: initial;
}
.product-item .lccflight-info .airStatus {
  width: 10%;
}
.product-item .lccflight-info .airStatus span {
  display: block;
}
.product-item .lccflight-info .airStatus i.icon-nonstop,
.product-item .lccflight-info .airStatus i.icon-direct {
  color: #ccc;
  font-size: 50px;
}
.product-item .lccflight-info .airStatus i.icon-nonstop.nonstop,
.product-item .lccflight-info .airStatus i.icon-direct.nonstop {
  display: block;
}
.product-item .lccflight-info .airStatus .popupPosition {
  display: none;
}
.product-item .lccflight-info .airReturn .blueStyle {
  top: auto;
  right: 15px;
  width: 110px;
  bottom: -60px;
}
.product-item .lccflight-info .airReturn .blueStyle .popup-content:after,
.product-item .lccflight-info .airReturn .blueStyle .popup-content:before {
  left: 45%;
}
.product-item .lccflight-info .airTime {
  display: inline-block;
  font: 15px/1.8 verdana, 微軟正黑體;
}
@media (min-width: 960px) {
  .product-item .lccflight-info .airTime {
    font: 18px/1.8 verdana, 微軟正黑體;
  }
}
.product-item .lccflight-info .flightTime a {
  display: inline-block;
}
.product-item .lccflight-info .flightTime .blueStyle {
  top: 70px;
  right: 0;
  width: 250px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .product-item .lccflight-info .flightTime .blueStyle {
    right: 120px;
    width: 250px;
    top: 0;
  }
}
.product-item .lccflight-info .flightTime .blueStyle .popup-content:after,
.product-item .lccflight-info .flightTime .blueStyle .popup-content:before {
  left: 65%;
}
@media (min-width: 960px) {
  .product-item .lccflight-info .flightTime .blueStyle .popup-content:after,
  .product-item .lccflight-info .flightTime .blueStyle .popup-content:before {
    left: 80%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .product-item .lccflight-info .flightTime .blueStyle .popup-content:after,
  .product-item .lccflight-info .flightTime .blueStyle .popup-content:before {
    right: -20px;
    top: 30%;
    left: auto;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .product-item .lccflight-info .flightTime .blueStyle .popup-content:after {
    border-left: 10px solid #fff;
    border-left: 10px solid transparent\9 ;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .product-item .lccflight-info .flightTime .blueStyle .popup-content:before {
    border-left: 10px solid #0f86b3;
    border-left: 10px solid transparent\9 ;
    right: -21px;
  }
}
.product-item .lccflight-price {
  width: 19%;
}
.product-item .lccflight-price > p, .product-item .lccflight-price a {
  display: inline-block;
}
.product-item .lccflight-price .notax {
  text-decoration: line-through;
  text-decoration-color: #d6001c;
}
.product-item .lccflight-price .tax > span {
  font: 20px/1.8 verdana, 微軟正黑體;
}
.product-item .lccflight-price .details {
  border-bottom: 1px dashed #00a3e0;
}
.product-item .lccflight-price .ui-btn-orange {
  margin-top: 10px;
}
.product-item .lccflight-price .blueStyle {
  left: -370px;
  top: -100px;
  width: 350px;
}
.product-item .lccflight-price .blueStyle .popup-content:after,
.product-item .lccflight-price .blueStyle .popup-content:before {
  right: -20px;
  top: 60%;
  left: auto;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}
.product-item .lccflight-price .blueStyle .popup-content:after {
  border-left: 10px solid #fff;
  border-left: 10px solid transparent\9 ;
}
.product-item .lccflight-price .blueStyle .popup-content:before {
  border-left: 10px solid #0f86b3;
  border-left: 10px solid transparent\9 ;
  right: -21px;
}
.product-item .lccflight-price .priceTable {
  font: 13px/1.8 verdana, 微軟正黑體;
  text-align: center;
  margin-top: 3px;
}
.product-item .lccflight-price .priceTable thead {
  background: #efefef;
}
.product-item .lccflight-price .priceTable td {
  box-sizing: border-box;
  width: 25%;
  padding: 6px 3px;
}
.product-item .lccflight-price .priceTable .total {
  font: 15px/1.8 verdana, 微軟正黑體;
  line-height: 1.8;
  border-top: 1px solid #d5d5d5;
}
.product-item .lccflight-price .priceTable .total td:first-child {
  text-align: right;
}
.product-item .lccflight-price .priceTable .total td:last-child {
  color: #d6001c;
  text-shadow: 0 0 0 #d6001c;
}
.product-item .lccflight-price .promotionCode {
  color: #fd7035;
  text-shadow: 0 0 0 #fd7035;
  font: 13px/1.8 verdana, 微軟正黑體;
  margin-top: 5px;
  cursor: pointer;
}
@media (min-width: 900px) {
  .product-item .lccflight-price .promotionCode {
    font: 15px/1.8 verdana, 微軟正黑體;
    border-bottom: 1px dashed #feb79a;
  }
}
.product-item .lccflight-price .promotionCode:hover {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
}
.product-item .explanation {
  text-align: left;
  margin-top: 20px;
}
.product-item .explanation .orangeStyle {
  width: 300px;
}
.product-item .explanation a.lccClass {
  border-radius: 15px;
  float: left;
  border: 1px solid #ff9e1b;
  background: #fff;
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .product-item .explanation a.lccClass {
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s linear, border 0.3s linear;
    margin-bottom: 0;
  }
  .product-item .explanation a.lccClass:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #666 10%, rgba(0, 0, 0, 0) 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10);
    opacity: 0;
    transition: transform 0.5s, opacity 1s;
  }
  .product-item .explanation a.lccClass:active:after {
    transform: scale(0);
    opacity: 0.2;
    transition: 0s;
  }
}
.product-item .explanation a.lccClass > span {
  box-sizing: border-box;
  float: left;
  display: block;
  padding: 0 10px;
}
.product-item .explanation a.lccClass > span:first-child {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #ff9e1b;
}
.product-item .explanation a.lccClass:hover {
  background: #fff5e8;
}
.product-item .explanation a.lccClass:hover > span {
  color: #ff9e1b;
  text-shadow: 0 0 0 #ff9e1b;
}
.product-item .explanation a.lccClass:hover > span:first-child {
  color: #fff;
  text-shadow: 0 0 0 #fff;
}
.product-item .explanation .hideBox-nav {
  float: right;
  display: block;
}
.product-item .explanation .hideBox-nav > li {
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
}
.product-item .explanation .hideBox-nav > li:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.product-item .explanation .hideBox-nav > li > i {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  position: relative;
  top: 3px;
  right: 5px;
  font-size: 20px;
}
.product-item .explanation .hideBox-nav > li > i.icon-airplane {
  transform: rotate(-45deg);
  display: inline-block;
}
.product-item .explanation .hideBox-nav > li.navActive {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.product-item .hideBox-content {
  width: 100%;
  clear: both;
  text-align: center;
}
.product-item .hideBox-content .airDetails-content,
.product-item .hideBox-content .ticketRule-content {
  padding-top: 20px;
}
.product-item .hideBox-content .airDetails-title {
  display: block;
  background: #b6e7f9;
  height: 30px;
  line-height: 30px;
}
.product-item .hideBox-content .airDetails-table {
  width: 100%;
  word-wrap: break-word;
  border-bottom: 1px dashed #d5d5d5;
}
.product-item .hideBox-content .airDetails-table td {
  vertical-align: middle;
  padding: 15px 5px;
}
.product-item .hideBox-content .airDetails-table td.iconWidth {
  width: 10%;
}
.product-item .hideBox-content .airDetails-table td.iconWidth > i {
  color: #868686;
  font-size: 28px;
}
.product-item .hideBox-content .airDetails-table td.iconWidth .flightDuration {
  display: none;
}
.product-item .hideBox-content .airDetails-table td:not(.iconWidth) {
  width: 20%;
}
.product-item .hideBox-content .airDetails-table td span.remark {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  font: 13px/1.8 verdana, 微軟正黑體;
}
.product-item .hideBox-content .airDetails-table td i {
  display: block;
}
.product-item .hideBox-content .airDetails-table td i.return {
  transform: rotate(-180deg);
}
.product-item .hideBox-content .airDetails-table .airDeparture .airIata,
.product-item .hideBox-content .airDetails-table .airReturn .airIata {
  display: none;
}
.product-item .hideBox-content .airDetails-table .airDeparture .mobileRight .airIata,
.product-item .hideBox-content .airDetails-table .airReturn .mobileRight .airIata {
  margin-right: 3px;
  display: inline-block;
}
.product-item .hideBox-content .ticketRule-box {
  font: 14px/1.8 verdana, 微軟正黑體;
}
.product-item .hideBox-content .ticketRule-box .tableCell {
  padding: 20px 10px;
}
.product-item .hideBox-content .ticketRule-box .tableCell > ul {
  margin-left: 25px;
  line-height: 1.8;
}
.product-item .hideBox-content .ticketRule-box .tableCell > ul li {
  list-style: decimal;
}
.product-item .hideBox-content .ticketRule-box .ticketRule-title,
.product-item .hideBox-content .ticketRule-box .ticketRule-info {
  border-bottom: 1px solid #d5d5d5;
}
.product-item .hideBox-content .ticketRule-box .ticketRule-title {
  width: 15%;
  background: #efefef;
}
@media (min-width: 960px) {
  .product-item .hideBox-content .ticketRule-box .ticketRule-title {
    width: 17%;
  }
}
.product-item .hideBox-content .ticketRule-box .ticketRule-info {
  width: 85%;
  text-align: left;
}
@media (min-width: 960px) {
  .product-item .hideBox-content .ticketRule-box .ticketRule-info {
    width: 83%;
  }
}
.product-item .hideBox-content .ticketRule-box .ticketRule-info .blue {
  color: #00a3e0;
}
.product-item .hideBox-content .ticketRule-box .ticketRule-info .blue:hover {
  color: #005eb8;
}
.product-item .hideBox-content tr.transfer {
  background: #efefef;
}
.product-item .hideBox-content tr.transfer td {
  padding: 12px 5px;
}
.product-item .hideBox-content tr.transfer .cellEqual {
  float: left;
  width: 33.3333333333%;
}
.product-item .hideBox-content tr.middleStay td {
  width: 100% !important;
  color: #999;
  text-shadow: 0 0 0 #999;
}

.noResult-wrap {
  margin-top: 20px;
}
.noResult-wrap > .ui-title {
  margin-bottom: 20px;
}

.lcc_search_bn > a {
  display: block;
  margin-bottom: 20px;
}
.lcc_search_bn .lcc_search_bnphone {
  display: none;
}

.flightDate-nav {
  box-sizing: border-box;
  font: 13px/1.8 verdana, 微軟正黑體;
  display: block;
  padding: 0 30px;
  position: relative;
  text-align: center;
}
.flightDate-nav::after {
  display: block;
  clear: both;
  content: "";
}
.flightDate-nav > li {
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  border-radius: 5px;
  float: left;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  border: 1px solid #efefef;
  background: #efefef;
  padding: 5px 0;
}
@media (min-width: 960px) {
  .flightDate-nav > li:last-child {
    margin: 0;
  }
}
.flightDate-nav > li.prevBtn, .flightDate-nav > li.nextBtn {
  border-radius: 0;
  border: none;
  background: #fff;
  padding: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -15px;
}
.flightDate-nav > li.prevBtn > i, .flightDate-nav > li.nextBtn > i {
  color: #66c8ec;
  text-shadow: 0 0 0 #66c8ec;
  display: block;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.flightDate-nav > li.prevBtn:hover > i, .flightDate-nav > li.nextBtn:hover > i {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.flightDate-nav > li.prevBtn {
  left: 0;
  transform: rotate(-180deg);
}
.flightDate-nav > li.nextBtn {
  right: 0;
}
.flightDate-nav > li.flightDate01, .flightDate-nav > li.flightDate07 {
  display: none;
}
@media (min-width: 960px) {
  .flightDate-nav > li.flightDate01, .flightDate-nav > li.flightDate07 {
    display: block;
  }
}
.flightDate-nav > li:not(.prevBtn):not(.nextBtn):not(.flightDate01):not(.flightDate07) {
  width: calc((100% - 15px) / 5);
}
@media (min-width: 960px) {
  .flightDate-nav > li:not(.prevBtn):not(.nextBtn) {
    width: calc((100% - 21px) / 7) !important;
  }
  .flightDate-nav > li:not(.prevBtn):not(.nextBtn):hover {
    background: #ccedf9;
    border: 1px solid #ccedf9;
  }
}
@media (min-width: 960px) {
  .flightDate-nav > li.flightDate03.flightDate-active {
    color: #333;
    text-shadow: 0 0 0 #333;
    border: 1px solid #efefef;
    background: #efefef;
  }
}
@media (min-width: 960px) {
  .flightDate-nav > li.flightDate03.flightDate-active:hover {
    color: #333;
    text-shadow: 0 0 0 #333;
    background: #ccedf9;
    border: 1px solid #ccedf9;
  }
}
.flightDate-nav > li.flightDate04.flightDate-active {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
  border: 1px solid #00a3e0;
  background: #fff;
}
.flightDate-nav > li.flightDate04.flightDate-active:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
  border: 1px solid #00a3e0;
  background: #fff;
}
@media (min-width: 960px) {
  .flightDate-nav > li.flightDate04.flightDate-active:hover {
    color: #005eb8;
    text-shadow: 0 0 0 #005eb8;
    border: 1px solid #00a3e0;
    background: #fff;
  }
}
.flightDate-nav > li.flightDate-nopick a {
  color: #cecece;
  text-shadow: 0 0 0 #cecece;
}
.flightDate-nav > li.flightDate-nopick:hover {
  color: #cecece;
  text-shadow: 0 0 0 #cecece;
  border: 1px solid #efefef !important;
  background: #efefef !important;
  cursor: default;
}
.flightDate-nav a {
  display: block;
  width: 100%;
  height: 100%;
}

.check-paxinfo .explainFocus > li {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  font: 15px/1.8 verdana, 微軟正黑體;
}

.view-orders {
  box-sizing: border-box;
  background: #ffebda;
  padding: 20px;
}
.view-orders > p {
  float: left;
}
.view-orders > button {
  float: right;
}
.view-orders > p {
  text-align: left;
  width: calc(100% - 110px - 20px);
}
@media (min-width: 960px) {
  .view-orders > p {
    text-align: center;
  }
}
.view-orders > p.viewOrders-num {
  font: 20px/1.8 verdana, 微軟正黑體;
}

.iconBtn-wrap {
  position: relative;
}
.iconBtn-wrap .iconBtn {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
}
.iconBtn-wrap .iconBtn > li {
  transition: all 0.2s ease-out;
  border-radius: 2px;
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  text-shadow: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  -moz-line-height: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.iconBtn-wrap .iconBtn > li:hover {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  text-shadow: none;
  background: #00a3e0;
}

@-moz-document url-prefix() {
  .iconBtn > li {
    line-height: 30px;
  }
}
.summaryWap {
  margin-top: 20px;
}
.summaryWap .exhaustiveBox,
.summaryWap .simpleBox {
  text-align: center;
}
.summaryWap .exhaustiveBox .summary-title,
.summaryWap .simpleBox .summary-title {
  background: #b6e7f9;
  border-bottom: 2px solid #fff;
  padding: 3px 0;
}
.summaryWap .summary-table {
  width: 100%;
  font: 14px/1.8 verdana, 微軟正黑體;
  word-wrap: break-word;
  border-bottom: 1px solid #d5d5d5;
}
.summaryWap .summary-table th, .summaryWap .summary-table td {
  vertical-align: middle;
  font-weight: normal;
  padding: 12px 5px;
}
.summaryWap .summary-table tr {
  border-top: 1px solid #d5d5d5;
}
.summaryWap .summary-table tr.space-height > td {
  padding: 0;
  height: 20px;
}
.summaryWap .summary-table td span.remark {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  font: 13px/1.8 verdana, 微軟正黑體;
}
.summaryWap .summary-table tbody > tr:first-child {
  border: none;
}
.summaryWap .summary-table .airNum,
.summaryWap .summary-table .airDeparture,
.summaryWap .summary-table .airReturn,
.summaryWap .summary-table .flightDuration {
  width: 25%;
}
.summaryWap .summary-table .topTitle {
  background: #efefef;
  border: none;
}
.summaryWap .summary-table .topTitle th:not(:last-child) {
  border-right: 1px solid #fff;
}
.summaryWap .summary-table .topTitle + tr {
  border: none;
}
.summaryWap .summary-table .airDeparture .airIata,
.summaryWap .summary-table .airReturn .airIata {
  display: none;
}
.summaryWap .summary-table tr.middleStay {
  border-top: none;
  color: #999;
  text-shadow: 0 0 0 #999;
}
.summaryWap .summary-table tr.middleStay td {
  padding: 7px 5px;
}
.summaryWap .summary-table .destination,
.summaryWap .summary-table .airline,
.summaryWap .summary-table .travel-date,
.summaryWap .summary-table .total-cost {
  width: 25%;
}
.summaryWap .summary-table .total-cost .totalPrice span {
  font: 20px/1.8 verdana, 微軟正黑體;
}
.summaryWap .summary-table .mobileRight .airIata {
  display: inline-block;
}
.summaryWap .summary-table .mobileRight .middleStay {
  display: none;
}
.summaryWap .summary-table .flightDuration-mobile {
  display: none;
}
.summaryWap .ticketDetail-table {
  width: 100%;
  word-wrap: break-word;
}
.summaryWap .ticketDetail-table th, .summaryWap .ticketDetail-table td {
  vertical-align: middle;
  font-weight: normal;
  padding: 12px 5px;
}
.summaryWap .ticketDetail-table th:not(.ticket-type), .summaryWap .ticketDetail-table td:not(.ticket-type) {
  width: 11.5%;
}
.summaryWap .ticketDetail-table .ticketDetail-total {
  border-top: 1px solid #fff;
  background: #ffebda;
  text-align: right;
}
.summaryWap .ticketDetail-table .ticketDetail-total td {
  padding: 10px 20px;
}
.summaryWap .ticketDetail-table .promotion-mobile-box1 {
  border-bottom: 1px solid #d5d5d5;
}
.summaryWap .ticketDetail-table .topTitle {
  background: #efefef;
  border-bottom: none !important;
}
.summaryWap .ticketDetail-table .topTitle th {
  border-right: 1px solid #fff;
}
.summaryWap .ticketDetail-table .topTitle + tr {
  border: none;
}
.summaryWap .ticketDetail-table .promotion-mobile-box2 {
  display: none;
}
.summaryWap .ticket-type {
  width: 8%;
}
.summaryWap .simpleBox a.promotionCode-mobileBtn {
  display: none;
}
.summaryWap .promoCoin-wrap {
  text-align: left;
}
.summaryWap .promoCoin-wrap td {
  padding: 20px 0;
}
.summaryWap .promoCoin-wrap .promocoin_mBtn.ui-btn-blue,
.summaryWap .promoCoin-wrap .promocoin_mBtn.ui-btn-gray {
  height: 33px;
}
.summaryWap .discList {
  font-size: 13px;
}
.summaryWap .discList li {
  list-style-type: disc;
}

#List_TaxList {
  margin-top: 20px;
}

.provision-box {
  margin-top: 20px;
  text-align: center;
}
.provision-box .tableCell {
  padding: 20px 10px;
}
.provision-box .tableCell > ul {
  margin-left: 25px;
  line-height: 1.8;
}
.provision-box .tableCell > ul li {
  list-style: decimal;
}
.provision-box .ticketRule-title,
.provision-box .ticketRule-info {
  border-bottom: 1px solid #d5d5d5;
}
.provision-box .ticketRule-title {
  width: 15%;
  background: #efefef;
}
@media (min-width: 960px) {
  .provision-box .ticketRule-title {
    width: 17%;
  }
}
.provision-box .ticketRule-info {
  width: 85%;
  text-align: left;
}
@media (min-width: 960px) {
  .provision-box .ticketRule-info {
    width: 83%;
  }
}

.orderinformation-box {
  margin-top: 20px;
  padding: 10px 0 0 0;
}
.orderinformation-box label.information-title {
  line-height: 35px !important;
}
.orderinformation-box .explain-list {
  margin: 10px 0 30px 120px;
}
.orderinformation-box .explain-list:last-child {
  margin-bottom: 0;
}
.orderinformation-box .eMail {
  width: 100%;
}
@media (min-width: 960px) {
  .orderinformation-box .eMail {
    width: auto;
  }
}
.orderinformation-box .appellation {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .orderinformation-box .appellation {
    width: auto;
    margin-bottom: 0;
  }
}
.orderinformation-box .nice-select {
  width: 125px !important;
}
@media (min-width: 960px) {
  .orderinformation-box .nice-select {
    width: 80px !important;
  }
}
.orderinformation-box .nice-select .focus {
  background: #fff;
}
.orderinformation-box .nice-select .focus:hover {
  background: #00a3e0;
}

.example-wrap {
  margin-top: 20px;
}
.example-wrap > p {
  font: 13px/1.8 verdana, 微軟正黑體;
}
.example-wrap .sampleimg-btn {
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.example-wrap .sampleimg-btn i.icon-explanation {
  text-shadow: none;
  color: #999;
  font-size: 16px;
}
.example-wrap .sampleimg-btn i.icon-explanation:before {
  position: absolute;
  top: 4px;
  left: -20px;
}
.example-wrap .sampleimg-btn .ui-black {
  border-bottom: none;
}
.example-wrap .sampleimg-btn:hover span.ui-black,
.example-wrap .sampleimg-btn:hover i.icon-explanation {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.example-wrap .example-box {
  background: #efefef;
  margin: 10px 0 20px 0;
  padding: 20px;
  position: relative;
}
.example-wrap .example-box::after {
  display: block;
  clear: both;
  content: "";
}
.example-wrap .exLeft-box,
.example-wrap .exRight-box {
  box-sizing: border-box;
  width: 100%;
  float: none;
}
@media (min-width: 960px) {
  .example-wrap .exLeft-box,
  .example-wrap .exRight-box {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .example-wrap .exLeft-box,
  .example-wrap .exRight-box {
    float: left;
    width: 50%;
  }
}
.example-wrap .exLeft-box span,
.example-wrap .exRight-box span {
  font: 20px/1.8 verdana, 微軟正黑體;
  margin-right: 20px;
}
.example-wrap .exLeft-box {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .example-wrap .exLeft-box {
    margin-bottom: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .example-wrap .exLeft-box {
    margin-bottom: 0;
  }
}
.example-wrap .exLeft-box p.darkblue {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}
.example-wrap .exLeft-box .exLeft-content {
  margin: 10px 0 20px 45px;
}
@media (min-width: 960px) {
  .example-wrap .exLeft-box .exLeft-content {
    margin: 10px 0 0 45px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .example-wrap .exLeft-box .exLeft-content {
    margin: 10px 0 0 45px;
  }
}
.example-wrap .exRight-box span.orangefocus {
  font: 15px/1.8 verdana, 微軟正黑體;
  margin: 0;
}
.example-wrap .exRight-box .passport-content {
  display: inline-block;
}

.passengerData-box .passengerData-list {
  display: block;
  margin-bottom: 20px;
}
.passengerData-box .passengerData-list > li {
  display: block;
  padding: 0 2%;
}
@media (min-width: 900px) {
  .passengerData-box .passengerData-list > li {
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .passengerData-box .passengerData-list > li {
    padding: 20px 2% 0 2%;
  }
}
.passengerData-box .form > li div {
  height: auto;
}
.passengerData-box .form > li label,
.passengerData-box .form > li label.information-title {
  font: 14px/1.8 verdana, 微軟正黑體;
  float: none;
  width: auto;
  text-align: left;
  padding: 0;
  margin: 0;
}
.passengerData-box .form .addBaggage {
  padding-top: 20px;
  margin-bottom: 10px;
}
.passengerData-box .form .addBaggage > p, .passengerData-box .form .addBaggage > .ui-checkbox-box {
  display: inline-block;
}
.passengerData-box .form .addBaggage > p {
  border-radius: 20px;
  background: #ffc600;
  padding: 0 15px;
  line-height: 30px;
}
.passengerData-box .form .addBaggage > .ui-checkbox-box label {
  padding-left: 23px;
}
.passengerData-box .form .addBaggage > .ui-checkbox-box label .checkmark {
  top: 3px;
}
.passengerData-box .form .addBaggage-select .ui-form-box {
  width: calc((100% - 15px) / 2);
}
.passengerData-box .form .addBaggage-select .ui-form-box label {
  white-space: normal;
}
.passengerData-box .form .addBaggage-select .ui-form-box .nice-select {
  width: 100% !important;
}
@media (min-width: 900px) {
  .passengerData-box .form .addBaggage-select .ui-form-box .nice-select {
    width: 90% !important;
  }
}
.passengerData-box .form .addBaggage-select label {
  font: 14px/1.8 verdana, 微軟正黑體;
}
.passengerData-box .boxTop {
  width: 100%;
  border-bottom: 1px dashed #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.passengerData-box .boxTop p.boxTop-number {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #005eb8;
  text-align: center;
  padding: 0 20px;
}
.passengerData-box .boxTop p.boxTop-class {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
  font: 20px/1.8 verdana, 微軟正黑體;
}
.passengerData-box .boxTop p.boxTop-number, .passengerData-box .boxTop p.boxTop-class, .passengerData-box .boxTop p.boxTop-remark {
  float: left;
  display: block;
  margin-right: 10px;
  line-height: 40px;
  height: 40px;
}
.passengerData-box .boxBottom-data {
  width: 100%;
}
.passengerData-box .boxBottom-data .nice-select {
  width: 170px !important;
}
.passengerData-box .boxBottom-data .nice-select > .list {
  max-height: 170px;
  overflow-y: auto;
}
.passengerData-box .boxBottom-data .nice-select .focus {
  background: #fff;
}
.passengerData-box .boxBottom-data .nice-select .focus:hover {
  background: #00a3e0;
}
.passengerData-box .boxBottom-data .leftBox,
.passengerData-box .boxBottom-data .rightBox {
  box-sizing: border-box;
  width: 100%;
  float: none;
}
@media (min-width: 900px) {
  .passengerData-box .boxBottom-data .leftBox,
  .passengerData-box .boxBottom-data .rightBox {
    float: left;
  }
}
.passengerData-box .boxBottom-data .leftBox {
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .passengerData-box .boxBottom-data .leftBox {
    width: 18%;
    padding-top: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .passengerData-box .boxBottom-data .rightBox {
    width: calc(82% - 15px);
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #d5d5d5;
  }
}
.passengerData-box .boxBottom-data .rightBox .dataList,
.passengerData-box .boxBottom-data .rightBox .dataList > li {
  display: block;
}
.passengerData-box .boxBottom-data .dataList > li > div,
.passengerData-box .boxBottom-data .dataList > li .passportNum,
.passengerData-box .boxBottom-data .dataList > li .passportDay {
  margin-right: 15px;
}
.passengerData-box .boxBottom-data .dataList > li > div:last-child,
.passengerData-box .boxBottom-data .dataList > li .passportNum:last-child,
.passengerData-box .boxBottom-data .dataList > li .passportDay:last-child {
  margin-right: 0;
}
.passengerData-box .boxBottom-data .dataList > li > div.appellation .nice-select, .passengerData-box .boxBottom-data .dataList > li > div.nationality .nice-select,
.passengerData-box .boxBottom-data .dataList > li .passportNum.appellation .nice-select,
.passengerData-box .boxBottom-data .dataList > li .passportNum.nationality .nice-select,
.passengerData-box .boxBottom-data .dataList > li .passportDay.appellation .nice-select,
.passengerData-box .boxBottom-data .dataList > li .passportDay.nationality .nice-select {
  width: 120px !important;
}
.passengerData-box .boxBottom-data .dataList > li > div input,
.passengerData-box .boxBottom-data .dataList > li .passportNum input,
.passengerData-box .boxBottom-data .dataList > li .passportDay input {
  width: 150px !important;
}
@media (min-width: 960px) {
  .passengerData-box .boxBottom-data .dataList > li > div input,
  .passengerData-box .boxBottom-data .dataList > li .passportNum input,
  .passengerData-box .boxBottom-data .dataList > li .passportDay input {
    width: 140px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .passengerData-box .boxBottom-data .dataList > li > div input,
  .passengerData-box .boxBottom-data .dataList > li .passportNum input,
  .passengerData-box .boxBottom-data .dataList > li .passportDay input {
    width: 130px !important;
  }
}
.passengerData-box .boxBottom-data .dataList > li:last-child {
  margin-bottom: 20px;
}
.passengerData-box .boxBottom-data .dataList .device-control {
  box-sizing: border-box;
  width: 100%;
  float: none;
  overflow: hidden;
  padding-top: 20px;
  padding-left: 135px;
}
@media (min-width: 960px) {
  .passengerData-box .boxBottom-data .dataList .device-control {
    float: left;
    width: auto;
    padding: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .passengerData-box .boxBottom-data .dataList .device-control {
    float: left;
    width: auto;
    padding: 0;
  }
}
.passengerData-box .boxBottom-info {
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 20px 30px;
  background: #efefef;
  border-top: 1px solid #d5d5d5;
}
.passengerData-box .boxBottom-info .explain-list {
  margin-left: 20px;
}

.einvoice {
  margin-top: 20px;
}
.einvoice .companyName input,
.einvoice .companyTaxID input {
  display: inline-block;
  width: 180px;
}
@media (min-width: 960px) {
  .einvoice .companyName input,
  .einvoice .companyTaxID input {
    width: 200px;
  }
}
.einvoice .information-title {
  margin-right: 5px;
  padding: 0;
}
.einvoice .einvoice-item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}
.einvoice .einvoice-item > li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.einvoice .wrap {
  display: flex;
  padding-left: 23px;
  gap: 20px;
}
.einvoice .personal span {
  line-height: 35px;
}
.einvoice .discList {
  font: 13px/1.8 verdana, 微軟正黑體;
}
.einvoice .personalID {
  display: none;
}

.paymentDetail p.paymentDetail-title {
  position: relative;
  line-height: 25px;
  margin-bottom: 10px;
}
.paymentDetail p.paymentDetail-title:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #00a3e0;
}
.paymentDetail p.paymentDetail-title i.icon-triangle {
  border-radius: 2px;
  background: #efefef;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: bottom;
}
.paymentDetail .ticketFee:not(.baggageFee),
.paymentDetail .baggageFee:not(.baggageFee) {
  margin-bottom: 30px;
}
.paymentDetail .ticketFee .topTitle,
.paymentDetail .baggageFee .topTitle {
  background: #efefef;
  border: none;
}
.paymentDetail .ticketFee .topTitle td,
.paymentDetail .baggageFee .topTitle td {
  border-right: 1px solid #fff;
  border-bottom: none;
}
.paymentDetail .paymentDetail-total {
  background: #ffebda;
  text-align: right;
  padding: 10px 20px;
}
.paymentDetail .explain-list {
  margin: 10px 10px 20px 30px;
}
.paymentDetail .explain-list > li {
  list-style: decimal;
}

.achieve {
  font: 15px/1.8 verdana, 微軟正黑體;
}
.achieve .containbox {
  margin-bottom: 40px;
}
.achieve .view-orders {
  margin-bottom: 20px;
}
.achieve .view-orders > p {
  float: none;
  width: 100%;
  text-align: center;
}
.achieve .view-orders .darkbluefocus {
  font: 18px/1.8 verdana, 微軟正黑體;
}
.achieve .ui-title {
  margin-bottom: 20px;
}
.achieve .tableStyle-wrap {
  box-sizing: border-box;
  padding: 0 3%;
}
.achieve ul.formList {
  width: 100%;
}
.achieve ul.formList .leftBox,
.achieve ul.formList .rightBox {
  box-sizing: border-box;
  border-bottom: 1px dashed #d5d5d5;
  padding: 12px 5px;
}
.achieve ul.formList li:last-child .leftBox, .achieve ul.formList li:last-child .rightBox {
  border: none;
}
.achieve ul.explain-list {
  font: 15px/1.8 verdana, 微軟正黑體;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 40px;
}
.achieve .travelersDetail .slider-for td {
  border-bottom: 1px dashed #d5d5d5;
}
.achieve .travelersDetail .topTitle,
.achieve .travelersDetail .slider-for {
  margin: 0 auto;
  width: 94%;
}
.achieve .ticketFee,
.achieve .baggageFee {
  margin: 0 3%;
}
.achieve .ticketFee .topTitle,
.achieve .baggageFee .topTitle {
  background: #fff;
  border-bottom: 1px solid #d5d5d5;
}
.achieve .ticketFee td,
.achieve .baggageFee td {
  border-bottom: 1px dashed #d5d5d5;
}
.achieve .paymentDetail p.paymentDetail-title {
  margin-bottom: 0;
}
.achieve .paymentDetail ul.explain-list {
  margin: 10px 3% 0 5%;
  width: auto;
}
.achieve .paymentDetail .ticketFee {
  margin-bottom: 40px;
}
.achieve .topTitle {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.orderSummary .formList > li .tableCell {
  vertical-align: top;
}
.orderSummary .formList > li:nth-child(2) .tableCell {
  vertical-align: middle;
}
.orderSummary .formList .leftBox {
  color: #999;
  text-shadow: 0 0 0 #999;
  width: 25%;
  text-align: right;
}
@media (min-width: 900px) {
  .orderSummary .formList .leftBox {
    width: 18%;
  }
}
.orderSummary .formList .rightBox {
  width: 75%;
  padding-left: 15px;
}
@media (min-width: 900px) {
  .orderSummary .formList .rightBox {
    width: 82%;
    padding-left: 30px;
  }
}
.orderSummary .formList .rightBox > ul {
  display: block;
}
.orderSummary .formList .rightBox > ul > li {
  display: block;
}
.orderSummary .formList .rightBox > ul > li > span {
  margin-right: 10px;
}

.itineraryDetail .tableStyle-wrap {
  text-align: center;
}
.itineraryDetail .device-nav {
  display: none;
}
.itineraryDetail .tablebox {
  width: 100%;
  border-bottom: 1px dashed #d5d5d5;
}
.itineraryDetail .tablebox:last-child {
  border: none;
}
.itineraryDetail .tablebox tr > td {
  width: 15.3333333333%;
  word-break: break-all;
  padding: 12px 5px;
  vertical-align: middle;
}
@-moz-document url-prefix() {
  .itineraryDetail .tablebox tr > td {
    width: 15.3%;
  }
}
.itineraryDetail .tablebox tr > td:nth-child(6) {
  width: 8%;
}
.itineraryDetail .tablebox tr span {
  display: block;
}
@media (min-width: 900px) {
  .itineraryDetail .tablebox tr span {
    display: inline;
    margin: 0 3px;
  }
}
.itineraryDetail .topTitle {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
}
.itineraryDetail .topTitle td {
  padding: 5px;
}
.itineraryDetail .topTitle span {
  display: block !important;
}

.cancelModify {
  margin-bottom: 60px;
}
.cancelModify .formList > li .tableCell {
  vertical-align: top;
}
.cancelModify .formList .leftBox {
  color: #999;
  text-shadow: 0 0 0 #999;
  width: 25%;
  text-align: right;
}
@media (min-width: 900px) {
  .cancelModify .formList .leftBox {
    width: 18%;
  }
}
.cancelModify .formList .rightBox {
  width: 75%;
  padding-left: 15px;
}
@media (min-width: 900px) {
  .cancelModify .formList .rightBox {
    width: 82%;
    padding-left: 30px;
  }
}
.cancelModify .formList .rightBox > ul {
  display: block;
}
.cancelModify .formList .rightBox > ul > li > span {
  margin-right: 10px;
}
.cancelModify .formList .numList {
  margin-left: 20px;
}
.cancelModify .formList .numList > li {
  list-style: decimal;
}

.poppageContainer {
  color: #333;
  text-shadow: 0 0 0 #333;
  box-sizing: border-box;
  font: 14px/1.8 verdana, 微軟正黑體;
  width: 94%;
  margin: 0 auto;
  padding: 40px 15px;
}
.poppageContainer ul.explain-list {
  margin-bottom: 20px;
}
.poppageContainer > div {
  width: 100%;
}
.poppageContainer .leftBox,
.poppageContainer .rightBox {
  box-sizing: border-box;
  padding: 7px;
}
.poppageContainer .confirmBtn {
  margin-top: 40px;
  text-align: center;
}
.poppageContainer .confirmBtn > button {
  margin: 0 5px;
  padding: 0 20px;
  display: inline-block;
}
.poppageContainer .summaryWap {
  font: 14px/1.8 verdana, 微軟正黑體;
}
.poppageContainer .summaryWap .airNum,
.poppageContainer .summaryWap .airDeparture,
.poppageContainer .summaryWap .airReturn {
  width: 33.3333333333%;
}
.poppageContainer .summaryWap .btnwrap {
  margin-top: 30px;
  text-align: center;
}
.poppageContainer .summaryWap .btnwrap p {
  margin-bottom: 10px;
}
.poppageContainer .summaryWap .reSearch-btn,
.poppageContainer .summaryWap .summary-confirm-btn {
  margin: 0 3px;
  display: inline-block;
  padding: 0 12px;
}
.poppageContainer .summaryWap .mobile-icon {
  display: none;
}
.poppageContainer .ticketDetail-table {
  margin: 20px 0;
  text-align: center;
}
.poppageContainer .ticketDetail-table tr {
  border-bottom: 1px solid #d5d5d5;
}
.poppageContainer .ticketDetail-table tr.ticketDetail-total {
  border: none;
}
.poppageContainer .ticketDetail-table .ticket-type {
  width: 10%;
}
.poppageContainer .ticketDetail-table .ticket-price,
.poppageContainer .ticketDetail-table .ticket-tax,
.poppageContainer .ticketDetail-table .ticket-fees,
.poppageContainer .ticketDetail-table .ticket-discount,
.poppageContainer .ticketDetail-table .ticket-luggage {
  width: 18%;
}

.mobile-fixTitle {
  display: none;
}

.orderConfirm .discList {
  font-size: 13px;
  margin: 0 0 20px 25px;
}
.orderConfirm .discList > li {
  list-style-type: disc;
}
.orderConfirm .explain-list {
  font: 14px/1.8 verdana, 微軟正黑體;
}
.orderConfirm .leftBox {
  width: 25%;
  text-align: center;
}
.orderConfirm .rightBox {
  width: 75%;
}
.orderConfirm .passenger-list,
.orderConfirm .passenger-data,
.orderConfirm .ui-checkbox-box {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}
.orderConfirm .passenger-list .leftBox,
.orderConfirm .passenger-list .rightBox {
  border-bottom: 3px solid #fff;
}
.orderConfirm .passenger-list .leftBox {
  background: #efefef;
}
.orderConfirm .passenger-list .leftBox > p {
  font: 18px/1.8 verdana, 微軟正黑體;
}
.orderConfirm .passenger-list .rightBox span.darkblue {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
  font: 18px/1.8 verdana, 微軟正黑體;
  word-break: break-all;
  text-transform: uppercase;
}
.orderConfirm .passenger-list .passenger-surname,
.orderConfirm .passenger-list .passenger-name {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 5px;
  word-break: break-all;
}
.orderConfirm .passenger-data .leftBox,
.orderConfirm .passenger-data .rightBox {
  border-bottom: 1px dashed #d5d5d5;
}
.orderConfirm .passenger-data .leftBox > p,
.orderConfirm .passenger-data .rightBox > p {
  font: 18px/1.8 verdana, 微軟正黑體;
}
.orderConfirm .passenger-data .leftBox {
  width: 35%;
}
.orderConfirm .passenger-data .rightBox {
  width: 65%;
}
.orderConfirm .ui-checkbox-box {
  padding: 0 5%;
}
.orderConfirm .explain-list > li {
  list-style: none;
}

.warn-explanation {
  box-sizing: border-box;
  padding: 0 45px;
}
.warn-explanation .warntype-icon {
  margin-bottom: 20px;
}
.warn-explanation .warntype-icon > img {
  margin: 0 auto;
  display: block;
  width: 65px;
}
.warn-explanation .passenger-warnitem {
  font: 20px/1.8 verdana, 微軟正黑體;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.warn-explanation .passenger-warnitem > li {
  margin: 5px 0;
}
.warn-explanation .passenger-warnitem > li.passenger > span {
  margin-right: 10px;
}
.warn-explanation .confirmBtn > button {
  width: 200px;
}

#cboxLoadedContent {
  border-radius: 10px;
}

.summary-table em,
.itineraryDetail em {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font: 13px Arial, 微軟正黑體;
  padding-left: 2px;
}

.cancelpolicy {
  font: 15px/1.8 verdana, 微軟正黑體;
  padding-top: 0;
}
.cancelpolicy .ui-title {
  margin-bottom: 20px;
}

.explanation-wrap > .ui-form-box {
  width: 50%;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .explanation-wrap > .ui-form-box {
    width: 40%;
  }
}
.explanation-wrap > .ui-form-box label {
  width: 130px;
  text-align: left;
  padding: 0;
}
.explanation-wrap > .ui-form-box .wide {
  width: calc(100% - 130px) !important;
}
.explanation-wrap > .ui-form-box .nice-select > .list {
  max-height: 170px;
  overflow-y: auto;
}
.explanation-wrap > .ui-form-box .nice-select .focus {
  background: #fff;
}
.explanation-wrap > .ui-form-box .nice-select .focus:hover {
  background: #00a3e0;
}
.explanation-wrap .lccChange-wrap {
  margin-bottom: 20px;
}
.explanation-wrap .lccName {
  font: 18px/1.8 verdana, 微軟正黑體;
  position: relative;
  line-height: 25px;
  margin-bottom: 10px;
}
.explanation-wrap .lccName:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #00a3e0;
}
.explanation-wrap .lccName .icon-triangle {
  border-radius: 2px;
  background: #efefef;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: bottom;
}
.explanation-wrap explanation-list {
  display: block;
  margin: 0 0 20px 55px;
}
.explanation-wrap explanation-list > li {
  list-style: disc;
}
.explanation-wrap explanation-list > li a {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.explanation-wrap explanation-list > li a:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}
.explanation-wrap table.explanation-table {
  width: 100%;
  text-align: center;
  word-wrap: break-word;
}
.explanation-wrap table.explanation-table th, .explanation-wrap table.explanation-table td {
  vertical-align: middle;
  font-weight: normal;
  padding: 12px 7px;
}
.explanation-wrap table.explanation-table tr {
  border-bottom: 1px solid #d5d5d5;
}
.explanation-wrap table.explanation-table tr.borderNone {
  border: none;
}
.explanation-wrap table.explanation-table .topTitle {
  background: #efefef;
  border: none;
}
.explanation-wrap table.explanation-table .topTitle th {
  border-right: 1px solid #fff;
}
.explanation-wrap table.explanation-table span {
  color: #999;
  text-shadow: 0 0 0 #999;
  font: 13px/1.8 verdana, 微軟正黑體;
  display: block;
}
.explanation-wrap table.explanation-table ul > li {
  text-align: left;
}
.explanation-wrap table.explanation-table ul.numList {
  margin: 5px 0 0 20px;
}
.explanation-wrap table.explanation-table ul.numList > li {
  list-style: decimal;
}

#airline-IT table.explanation-table th, #airline-IT table.explanation-table td,
#airline-TR table.explanation-table th,
#airline-TR table.explanation-table td,
#airline-XW table.explanation-table th,
#airline-XW table.explanation-table td,
#airline-JQ table.explanation-table th,
#airline-JQ table.explanation-table td,
#airline-AK table.explanation-table th,
#airline-AK table.explanation-table td,
#airline-5J table.explanation-table th,
#airline-5J table.explanation-table td,
#airline-UO table.explanation-table th,
#airline-UO table.explanation-table td,
#airline-BX table.explanation-table th,
#airline-BX table.explanation-table td {
  width: 41%;
}
#airline-IT table.explanation-table th:first-child, #airline-IT table.explanation-table td:first-child,
#airline-TR table.explanation-table th:first-child,
#airline-TR table.explanation-table td:first-child,
#airline-XW table.explanation-table th:first-child,
#airline-XW table.explanation-table td:first-child,
#airline-JQ table.explanation-table th:first-child,
#airline-JQ table.explanation-table td:first-child,
#airline-AK table.explanation-table th:first-child,
#airline-AK table.explanation-table td:first-child,
#airline-5J table.explanation-table th:first-child,
#airline-5J table.explanation-table td:first-child,
#airline-UO table.explanation-table th:first-child,
#airline-UO table.explanation-table td:first-child,
#airline-BX table.explanation-table th:first-child,
#airline-BX table.explanation-table td:first-child {
  width: 18%;
}

#airline-IT table.explanation-table ul > li {
  text-align: center;
}

#airline-JW table.explanation-table th, #airline-JW table.explanation-table td,
#airline-MM table.explanation-table th,
#airline-MM table.explanation-table td {
  width: 27.3333333333%;
}
#airline-JW table.explanation-table th:first-child, #airline-JW table.explanation-table td:first-child,
#airline-MM table.explanation-table th:first-child,
#airline-MM table.explanation-table td:first-child {
  width: 18%;
}

#airline-MM tr.borderNone td:first-child {
  border-bottom: 1px solid #d5d5d5;
}

#airline-5J tr.txtLeft td:not(:first-child) {
  text-align: left;
}

.ui-widget.ui-widget-content {
  border-radius: 0 !important;
}
.ui-widget.ui-widget-content .ui-menu-item {
  box-sizing: border-box;
}
.ui-widget.ui-widget-content .ui-menu-item:hover {
  background: #00a3e0;
  color: #fff;
  text-shadow: 0 0 0 #fff;
}
.ui-widget.ui-widget-content .ui-menu-item:hover > .ui-menu-item-wrapper {
  background: #00a3e0;
  color: #fff;
  text-shadow: 0 0 0 #fff;
}
.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
  border: none;
  padding: 5px 7px;
  min-height: 30px;
  line-height: 30px;
}

.lowprice_meom {
  font: 13px/1.8 verdana, 微軟正黑體;
}
.lowprice_meom p {
  margin-left: 20px;
  text-indent: -7px;
}
.lowprice_meom p:before {
  content: "•";
  display: inline-block;
  margin-right: 5px;
}

.popupBox-bg {
  font: 14px/1.8 verdana, 微軟正黑體;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.popupBox-bg img, .popupBox-bg object, .popupBox-bg embed, .popupBox-bg video {
  max-width: 100%;
}

.popupBox {
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  margin: 140px auto 0;
  width: 80%;
  max-width: 650px;
  max-height: 450px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
}
.popupBox .popupBox-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/colorbox_close.png) no-repeat top center;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.popupBox .popupBox-close:hover {
  background: url(../images/colorbox_close.png) no-repeat bottom center;
}

.passportimg-wrap .sampleimg-item {
  width: 96%;
  margin: 20px auto;
}
.passportimg-wrap .sampleimg-item > li:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.passportimg-wrap .sampleimg-item .normal {
  margin-bottom: 20px;
}
.passportimg-wrap .respond {
  display: none;
}
.passportimg-wrap .discList {
  margin-bottom: 10px;
}
.passportimg-wrap .popupBox {
  max-height: 600px;
}

.addBaggage {
  display: flex;
}
.addBaggage .promo-text {
  border-radius: 25px;
  background: #ffc600;
  padding: 5px 15px;
  white-space: nowrap;
}

.passengerList {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 40px;
}
@media (min-width: 960px) {
  .passengerList input {
    width: 180px;
  }
}
.passengerList .hide {
  display: none !important;
}
.passengerList .ui-select,
.passengerList .date-wrap {
  width: 100%;
}
@media (min-width: 960px) {
  .passengerList .ui-select,
  .passengerList .date-wrap {
    width: 180px;
  }
}
.passengerList .UIicon-start {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  margin: 0;
  line-height: 2;
}
.passengerList .listBlock {
  display: grid;
  gap: 20px;
}
.passengerList .formList {
  gap: 20px 10px;
}
.passengerList .form-block.col-2 {
  width: calc((100% - 10px) / 2);
  flex-direction: column;
}
@media (min-width: 960px) {
  .passengerList .form-block.col-2 {
    width: auto;
  }
}
@media (min-width: 960px) {
  .passengerList .form-block.col-2.w-Lsize {
    width: calc((100% - 10px) / 2);
  }
}
.passengerList .form-block.col-2.w-Lsize .ui-select {
  width: 100%;
}
.passengerList .topWrap,
.passengerList .bottomWrap {
  display: flex;
  font-size: 14px;
}
.passengerList .topWrap {
  align-items: center;
  gap: 10px;
}
.passengerList .bottomWrap {
  flex-direction: column;
  gap: 20px;
}
.passengerList .row.d-flex {
  gap: 20px;
}
.passengerList .area01 {
  width: 180px;
  flex: 0 0 auto;
  text-align: right;
}
.passengerList .area02 {
  width: 100%;
  padding-left: 20px;
  border-left: 1px solid #d5d5d5;
  gap: 20px;
}
.passengerList .area02 .d-grid {
  gap: 20px;
}
.passengerList .subtitle {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}
.passengerList .subtitle .darkblue {
  font-size: 18px;
}
.passengerList .numberBlock {
  border-radius: 2px;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #005eb8;
  padding: 8px 10px;
}
.passengerList .line-style {
  border-top: 1px dashed #e2e2e2;
  padding-top: 20px;
}
.passengerList .formList-title {
  line-height: 35px;
}
.passengerList .ui-checkbox-box.flex-column {
  display: flex;
}
.passengerList .grayblock {
  border-radius: 5px;
  font: 14px/1.8 verdana, 微軟正黑體;
  padding: 20px;
  background: #F6F6F6;
  display: grid;
  gap: 10px;
}