@charset "UTF-8";
.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.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;
  box-sizing: border-box;
  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;
  padding: 0 16px;
  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;
  box-sizing: border-box;
  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;
  padding: 0 16px;
  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;
  box-sizing: border-box;
  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;
  padding: 0 16px;
  background: #b1b1b1;
  box-shadow: 0 2px 0 #8c8c8c;
}
.ui-btn-gray:hover {
  background: #919090;
  box-shadow: 0 2px 0 #7a7a7a;
}

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

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

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

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

.ui-btn-linegray {
  border-radius: 2px;
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  background: #fff;
  display: inline-block;
  outline: none;
  cursor: pointer;
  min-width: 100px;
  height: 30px;
  text-align: center;
  padding: 0 16px;
  padding: 0 16px;
  color: #999 !important;
  text-shadow: 0 0 0 #999 !important;
  border: 1px solid #d5d5d5;
}
.ui-btn-linegray:hover {
  color: #999 !important;
  text-shadow: 0 0 0 #999 !important;
  cursor: default;
}

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;
}

/*** 內文 - 無連結  ui-text ***/
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 #666;
}
.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: flex;
}
.ui-radio-box input {
  display: none;
}
.ui-radio-box li:not(:last-child) {
  margin-right: 20px;
}
.ui-radio-box label {
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
}
.ui-radio-box label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ui-radio-box label input:checked ~ .checkmark {
  border: 1px solid #00a3e0;
}
.ui-radio-box label input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a3e0;
}
.ui-radio-box label .checkmark {
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #c5c5c5;
  background: #fff;
  border-radius: 50%;
}
.ui-radio-box label:hover input ~ .checkmark {
  border: 1px solid #00a3e0;
}
.ui-radio-box label.disabled {
  cursor: default;
}
.ui-radio-box label.disabled .checkmark, .ui-radio-box label.disabled:hover .checkmark {
  border: 1px solid #c5c5c5;
}
.ui-radio-box label.disabled .checkmark:after, .ui-radio-box label.disabled:hover .checkmark:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 8.5px;
  height: 19px;
  width: 1px;
  background: #c5c5c5;
  transform: rotate(45deg);
}

.ui-checkbox-box {
  display: flex;
}
.ui-checkbox-box input {
  display: none;
}
.ui-checkbox-box li:not(:last-child) {
  margin-right: 20px;
}
.ui-checkbox-box label {
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
}
.ui-checkbox-box label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ui-checkbox-box label input:checked ~ .checkmark {
  background: #00a3e0;
  border: 1px solid #00a3e0;
}
.ui-checkbox-box label input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: block;
  transform: rotate(45deg);
}
.ui-checkbox-box label .checkmark {
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #c5c5c5;
  background: #fff;
  border-radius: 2px;
}
.ui-checkbox-box label:hover input ~ .checkmark {
  border: 1px solid #00a3e0;
}
.ui-checkbox-box label.disabled {
  cursor: default;
}
.ui-checkbox-box label.disabled .checkmark, .ui-checkbox-box label.disabled:hover .checkmark {
  border: 1px solid #c5c5c5;
}
.ui-checkbox-box label.disabled .checkmark:after, .ui-checkbox-box label.disabled:hover .checkmark:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 9px;
  height: 26px;
  width: 1px;
  background: #c5c5c5;
  transform: rotate(45deg);
}

.ui-select,
.ui-form-box {
  *zoom: 1;
  font: 14px/1.8 verdana, 微軟正黑體;
}
.ui-select:before, .ui-select:after,
.ui-form-box:before,
.ui-form-box:after {
  content: "";
  display: table;
}
.ui-select:after,
.ui-form-box:after {
  clear: both;
}
.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 #666;
}
.ui-textarea::-moz-placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}
.ui-textarea::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?u6wj6n");
  src: url("fonts/icomoon.eot?u6wj6n#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?u6wj6n") format("truetype"), url("fonts/icomoon.woff?u6wj6n") format("woff"), url("fonts/icomoon.svg?u6wj6n#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-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-icon_exclamation:before {
  content: "喇";
}

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

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

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

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

.icon-plus: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;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.loadingContainer {
  box-sizing: border-box;
  color: #333;
  text-shadow: 0 0 0 #333;
  background: #fff;
  margin: 0 auto;
  font: 15px/1.8 verdana, 微軟正黑體;
  padding: 10px;
  text-align: center;
}

.colalogo-wrap {
  margin-bottom: 30px;
}
.colalogo-wrap .loadnormal > img {
  width: 100%;
  display: inline-block;
}
.colalogo-wrap .loadnormal img {
  margin: 0 auto;
  display: block;
  width: 120px;
}
.colalogo-wrap .load-animation {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  animation: load 0.9s ease alternate infinite;
  animation-delay: 0.36s;
  margin: 0 auto;
  transform: scale(0.5);
}
.colalogo-wrap .load-animation:after, .colalogo-wrap .load-animation:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  animation: load 0.9s ease alternate infinite;
}
.colalogo-wrap .load-animation:before {
  left: -40px;
  animation-delay: 0.18s;
}
.colalogo-wrap .load-animation:after {
  right: -40px;
  animation-delay: 0.54s;
}
@keyframes load {
  0% {
    box-shadow: 0 28px 0 -28px #d5d5d5;
  }
  100% {
    box-shadow: 0 28px 0 #d5d5d5;
  }
}
.colalogo-wrap .loadingtxt {
  font: 15px/1.8 verdana, 微軟正黑體;
}

.message .popupBox {
  height: auto;
}
.message .loadingtxt {
  font-size: 20px;
}
.message ul {
  font-size: 14px;
}
.message .bottomWrap {
  border-top: 1px solid #d5d5d5;
  margin-top: 10px;
  padding-top: 10px;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.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%;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.3333333333%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

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

a, a:hover, a:active, a:visited {
  color: #333;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

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

.gray {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.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;
}

.tablet_hide {
  display: none;
}

button {
  white-space: nowrap !important;
}

.b-box {
  box-sizing: border-box;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.wrap {
  margin: 0 auto;
}

.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 .icon-cross {
  display: block;
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.popup-box .popup-content {
  box-sizing: border-box;
  height: 100%;
  padding: 18px 10px 10px 10px;
  text-align: left;
  font: 14px/1.8 verdana, 微軟正黑體;
}
.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 > .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 > .icon-cross {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font-weight: bold;
}
.blueStyle .popup-content:before {
  border-bottom: 10px solid #00a3e0;
}

.btnWrap {
  position: relative;
  display: flex;
  justify-content: center;
}

input::-moz-placeholder {
  color: #999;
  text-transform: capitalize;
}

input::placeholder {
  color: #999;
  text-transform: capitalize;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  opacity: 0.7 !important;
  filter: Alpha(Opacity=70) !important;
  z-index: 99;
}

.tableBox {
  display: table;
}

.tableBox_tr {
  display: table-row;
}

.tableBox_td {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.popContent {
  color: #333;
  text-shadow: 0 0 0 #333;
  padding: 10px 5px;
}

.pop01 {
  width: 150px;
  top: 70px !important;
  left: 5% !important;
}
@media (min-width: 960px) {
  .pop01 {
    left: 10% !important;
    top: 60px !important;
  }
}

.pop02 {
  width: 360px;
  right: 5px !important;
  left: initial !important;
  top: 30px !important;
}
@media (min-width: 960px) {
  .pop02 {
    min-height: 160px;
    right: 135px !important;
    left: initial !important;
    top: -80px !important;
  }
}
.pop02 .popContent:after, .pop02 .popContent:before {
  right: 30px;
  left: initial;
}
@media (min-width: 960px) {
  .pop02 .popContent:after, .pop02 .popContent:before {
    right: -20px;
    top: 40%;
    content: "";
    position: absolute;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
  }
}
@media (min-width: 960px) {
  .pop02 .popContent:before {
    border-left: 10px solid #0f86b3;
    right: -21px;
  }
}
@media (min-width: 960px) {
  .pop02 .popContent:after {
    border-left: 10px solid #fff;
  }
}

.pop03 {
  width: 150px;
  left: 0 !important;
  top: 30px !important;
}
.pop03 .popContent:after, .pop03 .popContent:before {
  right: 30px;
  left: initial;
}

.pop04 {
  width: 80px;
  top: 40px !important;
  left: 50% !important;
}

.popBtn {
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  padding: 0 5px;
}

.popBox {
  font: 14px/1.8 verdana, 微軟正黑體;
  position: absolute;
  z-index: 100;
  top: 70px;
  left: 0;
  background: #fff;
  padding: 15px 10px;
  border: 1px solid #00a3e0;
}
.popBox .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  display: block;
  text-indent: -9999px;
  text-align: left;
  cursor: pointer;
  background: url(../../images/icon_close.png) 6px 7px no-repeat;
}

.popWrap {
  position: relative;
}

.searchlist .jqTransformSafari .jqTransformInputInner input,
.pricelistBox .jqTransformSafari .jqTransformInputInner input {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  padding-left: 0;
}
.searchlist .show .jqTransformInputInner input,
.pricelistBox .show .jqTransformInputInner input {
  background: #fff !important;
}

.blur, .myBlur {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.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 p {
  margin: 0;
}
.mainContainer table {
  width: 100%;
  text-align: center;
  word-wrap: break-word;
}
.mainContainer table .top_title {
  background: #efefef;
  border: none;
}
.mainContainer table .top_title th {
  padding: 5px;
}
.mainContainer table .top_title th:not(:last-child) {
  border-right: 1px solid #fff;
}
.mainContainer table th, .mainContainer table td {
  vertical-align: middle;
  font-weight: normal;
  padding: 12px 5px;
}
.mainContainer .largeFont {
  font-size: 20px;
}

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

.prompt_explanation p {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  border-radius: 2px;
  display: flex;
  align-items: flex-start;
  background: #ffebda;
  font: 15px/1.8 verdana, 微軟正黑體;
  padding: 10px;
  margin: 0;
}
@media (min-width: 960px) {
  .prompt_explanation p {
    align-items: center;
  }
}
.prompt_explanation p:before {
  content: "";
  background: url(../../images/icon_ring.svg) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}
@media (min-width: 960px) {
  .prompt_explanation p:before {
    width: 30px;
    height: 30px;
  }
}

.re_election_btn {
  color: #666;
  font-size: 15px;
  display: inline-block;
  padding-left: 22px;
  margin-top: 40px;
  background: url(../../images/return_icon_gray.png) 0 4px no-repeat;
  cursor: pointer;
}
.re_election_btn:hover {
  color: #00a3e0;
  background: url(../../images/return_icon_blue.png) 0 4px no-repeat;
}

.step_line {
  *zoom: 1;
}
.step_line:before, .step_line:after {
  content: "";
  display: table;
}
.step_line:after {
  clear: both;
}
.step_line li {
  display: block;
}
.step_line li:first-child .step_n_box {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.step_line li:last-child .step_n_box {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.step_line p {
  text-align: center;
}
.step_line .step_n_box {
  height: 5px;
  background: #cecece;
  margin-top: 17px;
  margin-bottom: 10px;
  position: relative;
  margin-right: 2px;
}
.step_line .step_n_box .step_number {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -12px;
  z-index: 10;
  background: #cecece;
  color: #fff;
  border-radius: 12px;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  width: 24px;
  height: 24px;
}
.step_line .select p {
  color: #84329b;
}
.step_line .select .step_n_box {
  background: #84329b;
}
.step_line .select .step_number {
  background: #84329b;
  color: #fff;
}

.scrollTop_box,
.scrollTop_blueBox {
  position: relative;
  z-index: 98;
}

.scroll_style {
  width: 100% !important;
  margin-top: 57px;
  z-index: 98;
}

.tkt_search {
  height: 0;
  overflow: hidden;
}

.search_open {
  height: auto;
  overflow: visible;
}

.tkt_search_box {
  background: #d5d5d5;
  padding: 4px;
  margin-bottom: 20px;
}
.tkt_search_box table tr, .tkt_search_box table td {
  padding: 0;
}
.tkt_search_box .tkt_search_boxin {
  padding: 10px;
  background: #fff;
}
.tkt_search_box .condition_box {
  overflow: hidden;
  position: relative;
}
.tkt_search_box .condition_txt {
  width: 83%;
}
.tkt_search_box .condition_txt p > span {
  margin-left: 0;
}
.tkt_search_box .condition_txt span {
  margin-left: 10px;
}

.changecondition {
  margin-top: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.changecondition .changecondition_btn {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  display: inline-block;
  border-bottom: 1px dashed #00a3e0;
  font-size: 15px;
  cursor: pointer;
}
.changecondition .changecondition_btn:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  border-bottom: 1px dashed #005eb8;
}

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

.switch_bts {
  line-height: 30px;
  font-size: 24px;
  margin-top: 3px;
}
.switch_bts .open_btn,
.switch_bts .close_btn {
  display: inline-block;
  color: #00a3e0;
  text-align: center;
  height: 24px;
  width: 24px;
  line-height: 20px;
  border-radius: 2px;
  cursor: pointer;
}
.switch_bts .open_btn:hover .open_btn,
.switch_bts .open_btn:hover .close_btn,
.switch_bts .close_btn:hover .open_btn,
.switch_bts .close_btn:hover .close_btn {
  color: #fff;
  background: #00a3e0;
}

.mp_search_bn a {
  display: block;
  margin-bottom: 20px;
}
.mp_search_bn .mp_search_bnphone {
  display: none;
}

.lowprice_meom,
.prompt-wrap {
  box-sizing: border-box;
  background: #efefef;
  padding: 10px;
  margin-bottom: 20px;
  font: 14px/1.8 verdana, 微軟正黑體;
}
.lowprice_meom > p,
.prompt-wrap > p {
  margin-bottom: 0;
}

.lowpriceSearch {
  padding-bottom: 20px;
  font-size: 15px;
}
.lowpriceSearch .search_middle,
.lowpriceSearch .search_btn_left,
.lowpriceSearch .search_btn_right {
  padding: 0;
}
.lowpriceSearch .search_middle {
  width: calc(100% - 50px);
}
.lowpriceSearch .search_btn_left,
.lowpriceSearch .search_btn_right {
  width: 25px;
  background: #d5d5d5;
}
.lowpriceSearch .search_btn_left:hover,
.lowpriceSearch .search_btn_right:hover {
  background: #b1b1b1;
  cursor: pointer;
}
.lowpriceSearch .search_btn_left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.lowpriceSearch .search_btn_right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lowpriceSearch .lowpriceSearch_btn {
  text-align: center;
  padding: 15px 0 0 0;
  margin-bottom: 40px;
}
.lowpriceSearch .lowpriceSearch_btn button {
  padding: 0 15px;
}

.quickTab_ticket_price_tablet {
  display: none;
}

.ticket_price u {
  text-decoration: none;
}
.ticket_price > p {
  margin-bottom: 0;
}
.ticket_price td {
  border: 1px solid #d5d5d5;
  border-collapse: collapse;
  text-align: center;
  padding: 0;
}
.ticket_price img {
  width: 50%;
  margin-bottom: 2px;
}
.ticket_price span {
  display: block;
}
.ticket_price span.orange {
  font-size: 13px;
}
.ticket_price span a {
  transition-duration: 0.3s;
  transition-property: background;
}
.ticket_price .tktPrice_item {
  box-sizing: border-box;
  background: #efefef;
  width: 12%;
  height: 40px;
  padding: 5px;
}
.ticket_price .tktPrice_air {
  padding: 5px;
  width: 12.5714285714%;
}
.ticket_price .tktPrice_list a {
  display: block;
}

.tableselected:hover {
  background: #f2fbff;
  cursor: pointer;
}

.infoconbox {
  margin-bottom: 20px;
}
.infoconbox .txtinfo {
  margin-bottom: 20px;
}
.infoconbox #advanced_btn_open,
.infoconbox #advanced_btn_close {
  padding: 0 15px;
}

.txtinfo .txtinfo_list {
  display: block;
  width: 80%;
  margin-bottom: 0;
}
.txtinfo .txtinfo_list li {
  list-style-type: disc;
  margin-left: 35px;
}

.ad_search_box {
  border: 1px solid #00a3e0;
  background: #f2fbff;
  padding: 20px;
  position: relative;
}
.ad_search_box .clear_btn {
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  color: #00a3e0;
  padding: 2px 0 0 16px;
  cursor: pointer;
  background: url(../../images/icon_close.png) 0 10px no-repeat;
}
.ad_search_box .clear_btn:hover {
  color: #005eb8;
}

.searchlist .ad_search_box {
  margin-bottom: 20px;
}
.searchlist .mainContainer_search {
  padding-bottom: 10px;
}

.condition_list li {
  *zoom: 1;
  margin-bottom: 20px;
}
.condition_list li:before, .condition_list li:after {
  content: "";
  display: table;
}
.condition_list li:after {
  clear: both;
}
.condition_list li:last-child {
  margin-bottom: 0;
}
.condition_list p {
  display: block;
  width: 75px;
  text-align: right;
}
.condition_list .condition_search_title {
  float: left;
  margin-top: 10px;
}

ul.row_items {
  *zoom: 1;
  box-sizing: border-box;
  width: calc(100% - 85px);
  float: left;
  border-left: 1px solid #d5d5d5;
  padding: 0 0 0 10px;
  margin-left: 10px;
}
ul.row_items:before, ul.row_items:after {
  content: "";
  display: table;
}
ul.row_items:after {
  clear: both;
}
ul.row_items li {
  float: left;
  margin: 10px 10px 10px 0;
}
ul.row_items label.ng-binding {
  margin-bottom: 0;
}

.activity_adbox {
  margin-bottom: 20px;
}
.activity_adbox .adPc {
  display: none;
}
.activity_adbox .adMobile {
  display: block;
  width: 100%;
}

.activity_adbox .activity_adbox a {
  display: block;
  width: 100%;
}

.searchlist_sort_box {
  font: 14px/1.8 verdana, 微軟正黑體;
  margin-bottom: 20px;
}
.searchlist_sort_box .searchlist_sort {
  display: block;
  border-bottom: 1px solid #d5d5d5;
}
.searchlist_sort_box .searchlist_sort li {
  float: left;
  line-height: 2;
}
.searchlist_sort_box .searchlist_sort li.frame {
  display: inline-block;
  text-align: center;
  border-radius: 4px 4px 0 0;
  padding: 0 12px;
  border: 1px solid #fff;
  margin-left: 5px;
  background: #fff;
}
.searchlist_sort_box .searchlist_sort li a {
  display: block;
  width: 100%;
  height: 100%;
}
.searchlist_sort_box .searchlist_sort li.frame_active, .searchlist_sort_box .searchlist_sort li:hover.frame {
  display: inline-block;
  text-align: center;
  border-radius: 4px 4px 0 0;
  margin-left: 5px;
  padding: 0 12px;
  cursor: pointer;
  border: 1px solid #d5d5d5;
  border-bottom: 2px solid #fff;
  margin-bottom: -1px;
}

p.searchlist_info {
  font: 13px/1.8 verdana, 微軟正黑體;
  margin-bottom: 10px;
}

.searchlist_listprice {
  word-break: break-all;
}
.searchlist_listprice button {
  padding: 0 10px;
}
.searchlist_listprice td {
  border: 1px solid #d5d5d5;
  border-collapse: collapse;
  text-align: center;
  padding: 4px;
}
.searchlist_listprice tr.title td {
  background: #efefef;
}
.searchlist_listprice .searchlist_species {
  width: 8%;
}
.searchlist_listprice .searchlist_aircompany,
.searchlist_listprice .searchlist_date,
.searchlist_listprice .searchlist_orderclass {
  width: 12%;
}
.searchlist_listprice .searchlist_tax,
.searchlist_listprice .searchlist_phoneprice,
.searchlist_listprice .searchlist_promotion,
.searchlist_listprice .searchlist_Turn,
.searchlist_listprice .searchlist_dateline {
  width: 8%;
}
.searchlist_listprice .searchlist_num {
  width: 5%;
  background: #efefef;
}
.searchlist_listprice .searchlist_link,
.searchlist_listprice .searchlist_button {
  width: 9%;
}
.searchlist_listprice .searchlist_aircompany img {
  width: 35px;
  height: 35px;
}
.searchlist_listprice .searchlist_link a {
  display: block;
  outline: none;
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.searchlist_listprice .searchlist_link a:hover {
  color: #005eb8;
  text-shadow: 0 0 0 #005eb8;
}
.searchlist_listprice .searchlist_link a.taxlink {
  color: #009a44;
  text-shadow: 0 0 0 #009a44;
}
.searchlist_listprice .searchlist_link a.taxlink:hover {
  color: #31b700;
  text-shadow: 0 0 0 #31b700;
}

.searchError_box {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.searchError_box img {
  display: block;
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
}

.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);
  }
}

.pricelistBottom_tool,
.pricelistBottom_sort {
  display: none;
}

.scrollTop_blueBox[data-fixmode=up] {
  transition: all 0.2s ease-out;
  transform: translateY(0);
  z-index: 101;
}
.scrollTop_blueBox[data-fixmode=down] {
  transform: translateY(-57px);
  z-index: 101;
}
@media (min-width: 960px) {
  .scrollTop_blueBox[data-fixmode=down] {
    transform: translateY(0);
  }
}

.tktTab_wrap {
  font: 15px/1.8 verdana, 微軟正黑體;
  line-height: 1.6;
}
.tktTab_wrap .tabs {
  display: block;
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.tktTab_wrap .tabs li {
  float: left;
  width: calc((100% - 10px) / 3);
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #efefef;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tktTab_wrap .tabs li:not(:last-child) {
  margin-right: 5px;
}
.tktTab_wrap .tabs li:hover a {
  color: #00a3e0;
}
.tktTab_wrap .tabs li.active {
  background: #b583c2;
}
.tktTab_wrap .tabs li.active a {
  color: #fff;
}
.tktTab_wrap .tabs a {
  display: block;
  width: 100%;
  height: 100%;
}
.tktTab_wrap .lowpriceSearch {
  padding-bottom: 0;
}

.weekLowest_table {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #d5d5d5;
}

.chose_loading {
  padding: 10px 0;
  text-align: center;
}
.chose_loading img {
  margin: 0 auto;
  margin-bottom: 10px;
}
.chose_loading p {
  text-align: center;
  color: 333;
  font: 15px/1.8 verdana, 微軟正黑體;
}

.tdActive {
  background: #f2fbff;
}

.week_lowest {
  width: 92%;
  margin: 0 auto;
}
.week_lowest .depart_title,
.week_lowest .return_date {
  box-sizing: border-box;
  width: 100px;
  border-right: 1px solid #d5d5d5;
}
@media (min-width: 960px) {
  .week_lowest .depart_title,
  .week_lowest .return_date {
    width: 135px;
  }
}
.week_lowest .depart_title {
  border-bottom: 1px solid #d5d5d5;
}
.week_lowest .departDetail_title {
  padding: 3px;
  background: #f2fbff;
  display: table-caption;
  border-bottom: 1px solid #d5d5d5;
}
.week_lowest .depart_detail,
.week_lowest .check_date {
  width: calc(100% - 100px);
}
@media (min-width: 960px) {
  .week_lowest .depart_detail,
  .week_lowest .check_date {
    width: calc(100% - 135px);
  }
}
.week_lowest .depart_detail .tableBox {
  width: 100%;
}
.week_lowest .departDay_box {
  background: #f8f7f6;
}
.week_lowest .departDay_box li {
  box-sizing: border-box;
  width: 14.2857142857%;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 5px;
}
.week_lowest .departDay_box li:last-child {
  border-right: none;
}
.week_lowest .departDay_box li.select {
  background: #f2fbff;
}
.week_lowest .departDay_box span {
  display: block;
}
.week_lowest .weekLowest_info {
  text-align: left;
  position: relative;
  padding-bottom: 20px;
}
.week_lowest .weekLowest_info > p {
  display: inline-block;
}
.week_lowest .weekLowest_info > p span {
  width: 10px;
  height: 10px;
  border: 2px solid;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.week_lowest .airplane_search {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 100;
}
.week_lowest .airplane_search span {
  display: inline-block;
  width: 200px;
  margin: 0 5px;
  vertical-align: top;
}
.week_lowest .airplane_search > p {
  display: inline-block;
}
.week_lowest .airplane_search .btn_blue {
  width: 70px;
  display: inline-block;
}
.week_lowest .airplane_search .jqTransformSelectWrapper ul a {
  line-height: 20px !important;
  padding: 5px !important;
}
.week_lowest .returnBox {
  background: #f2fbff;
}
.week_lowest .returnBox .returnDay_box {
  background: #f8f7f6;
  display: block;
  width: 70%;
  border-left: 1px solid #d5d5d5;
}
@media (min-width: 960px) {
  .week_lowest .returnBox .returnDay_box {
    width: 75%;
  }
}
.week_lowest .returnBox .returnDay_box li {
  height: 70px;
  padding: 10px 5px;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 960px) {
  .week_lowest .returnBox .returnDay_box li {
    height: auto;
  }
}
.week_lowest .returnBox .returnDay_box li:last-child {
  border-bottom: none;
}
.week_lowest .returnBox .returnDay_box li.select {
  background: #f2fbff !important;
}
.week_lowest .returnBox .returnDay_box p {
  height: 60px;
  margin: 0px;
}
.week_lowest .returnBox .returnDetail_title {
  word-break: break-all;
  display: block;
  width: 30%;
  padding: 10px 5px;
  margin-top: 200%;
}
@media (min-width: 960px) {
  .week_lowest .returnBox .returnDetail_title {
    margin-top: 85%;
    width: 25%;
  }
}
.week_lowest .check_date li {
  box-sizing: border-box;
  width: 14.2857142857%;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  height: 70px;
}
@media (min-width: 960px) {
  .week_lowest .check_date li {
    height: 45px;
  }
}
.week_lowest .check_date .checkPrice_box:last-child li {
  border-bottom: none;
}
.week_lowest .check_date .checkPrice_box a {
  transition: all 0.2s ease-out;
  display: block;
  height: 100%;
  line-height: 68px;
  cursor: pointer;
}
@media (min-width: 960px) {
  .week_lowest .check_date .checkPrice_box a {
    line-height: 43px;
  }
}
.week_lowest .check_date .checkPrice_box li.select a {
  color: #00a3e0;
}
.week_lowest .check_date .checkPrice_box li.lowprice a {
  color: #fc4c02;
}
.week_lowest .check_date .checkPrice_box li:last-child {
  border-right: none;
}
.week_lowest .check_date .checkPrice_box li:hover a {
  background: #f2fbff;
}

.checkBox {
  width: 100%;
  height: 100%;
}

#mopTip01 {
  color: #333;
  text-shadow: 0 0 0 #333;
}
#mopTip01 button.btn_blue {
  width: 100px;
}
#mopTip01 th, #mopTip01 td {
  padding: 0;
}
#mopTip01 .content {
  margin-right: 0 !important;
  padding: 0;
}
#mopTip01 .close {
  background: url(../../images/icon_close.png) 6px 7px no-repeat !important;
  top: 15px !important;
  right: 20px !important;
  width: 24px !important;
  height: 24px !important;
}
#mopTip01 .ng-binding {
  padding: 10px 0;
  margin: 0;
}
#mopTip01 .priceTable {
  font: 13px/1.8 verdana, 微軟正黑體;
  text-align: center;
}
#mopTip01 .priceTable thead {
  background: #efefef;
}
#mopTip01 .priceTable td {
  border: 1px solid #fff;
  padding: 7px 3px;
}
#mopTip01 .priceTable tr.total {
  text-align: right;
}
#mopTip01 .priceTable tr.total p {
  border-top: 1px solid #d5d5d5;
  font: 15px/1.8 verdana, 微軟正黑體;
  padding: 5px 10px;
}

.popup_wrap {
  position: relative;
}

.popup_box {
  position: absolute;
  left: 0;
  top: 60px;
  width: 440px;
  background: #fff;
  border: 1px solid #00a3e0;
  box-shadow: 0 0 7px rgba(121, 121, 121, 0.3);
  padding: 15px;
  z-index: 100;
}
.popup_box:after, .popup_box:before {
  content: "";
  position: absolute;
  left: 5%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}
.popup_box:before {
  border-bottom: 10px solid #0f86b3;
  bottom: 100%;
  top: -20px;
}
.popup_box:after {
  border-bottom: 10px solid #fff;
  z-index: 2;
  top: -19px;
}
.popup_box button {
  padding: 0 12px;
}
.popup_box .popup_close {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  background: url(../../images/popup_close.png) no-repeat top center;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  cursor: pointer;
}
.popup_box .popup_close:hover {
  background-position: bottom center;
}

.popup_content {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}
.popup_content img {
  display: inline-block;
  margin-bottom: 10px;
}
.popup_content p.ng-binding {
  margin-bottom: 0;
}
.popup_content p.airport {
  font: 13px/1.8 verdana, 微軟正黑體;
}
.popup_content p.graybg {
  background: #efefef;
  padding: 3px 0;
  margin: 5px 0 15px 0;
}
.popup_content .airinfo li {
  width: 33%;
  border: none;
}
.popup_content .airinfo img {
  margin-bottom: 0;
}
.popup_content .leftAir,
.popup_content .rightAir {
  width: 46%;
}
.popup_content .rightAir {
  padding-left: 15px;
}
.popup_content .leftAir {
  border-right: 1px solid #d5d5d5;
  padding-right: 15px;
}

p.BottomTool_title {
  display: none;
}

.mpSearch_box {
  border: 1px solid #00a3e0;
  background: #f2fbff;
  padding: 10px 20px;
  position: relative;
  font-size: 15px;
}
.mpSearch_box label {
  margin-bottom: 0;
}
.mpSearch_box .mpSearch_item {
  display: block;
  margin-bottom: 0;
}
.mpSearch_box .mpSearch_item > li {
  *zoom: 1;
  margin-bottom: 20px;
}
.mpSearch_box .mpSearch_item > li:before, .mpSearch_box .mpSearch_item > li:after {
  content: "";
  display: table;
}
.mpSearch_box .mpSearch_item > li:after {
  clear: both;
}
.mpSearch_box .mpSearch_item .gray {
  margin-top: 4px;
}
.mpSearch_box .mpSearch_item .gray > p, .mpSearch_box .mpSearch_item .gray > img {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mpSearch_box .mpSearch_title {
  float: left;
}
.mpSearch_box .mpSearch_title p {
  display: block;
  width: 65px;
  text-align: right;
}
@media (min-width: 960px) {
  .mpSearch_box .mpSearch_title p {
    width: 90px;
    margin-top: 4px;
  }
}

.pricelist .row_items {
  width: 80%;
  float: left;
  border-left: 1px solid #d5d5d5;
  padding: 0 0 0 15px;
  margin-left: 15px;
  overflow: hidden;
}
.pricelist .row_items li {
  float: left;
  margin: 5px 13px 5px 0;
  display: inline-block;
}
.pricelist .row_items li.special {
  display: block;
  clear: both;
}
@media (min-width: 960px) {
  .pricelist .row_items li.special {
    clear: none;
    color: #333;
    border-left: 1px dashed #d5d5d5;
    padding-left: 15px;
    margin-left: 40px;
  }
}

.rowItems_box {
  overflow: hidden;
  margin-bottom: 10px;
}
.rowItems_box:last-child {
  margin-bottom: 0;
}
.rowItems_box li {
  margin: 0 13px 0 0;
}
.rowItems_box span {
  background: #efefef;
  padding: 3px 8px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
  float: left;
}
.rowItems_box p, .rowItems_box img {
  display: inline-block;
  vertical-align: middle;
}
.rowItems_box img {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
}
.rowItems_box label {
  margin-top: 5px;
}

.airline .rowItems_box {
  float: left;
}
.airline .Items_right {
  width: 87%;
  margin-top: 5px;
}

.Items_right {
  width: 75%;
  float: left;
}

.mpSearch_btnBox {
  position: absolute;
  top: 20px;
  right: 20px;
}

.mpSearch_btnBox_bottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

button#mpSearch_btn_open,
button#mpSearch_btn_close {
  padding: 0 15px;
}

.bottom_btnBox {
  display: none;
}

.filter-block,
.introjs-overlay {
  border: 1px solid #99daf3;
  background: #f2fbff;
  font-size: 15px;
}
.filter-block .device-title,
.introjs-overlay .device-title {
  display: none;
}
.filter-block .tag-wrap,
.filter-block .condition-wrap,
.introjs-overlay .tag-wrap,
.introjs-overlay .condition-wrap {
  position: relative;
}
.filter-block .tag-list,
.introjs-overlay .tag-list {
  *zoom: 1;
  padding: 15px 75px 5px 15px;
}
.filter-block .tag-list:before, .filter-block .tag-list:after,
.introjs-overlay .tag-list:before,
.introjs-overlay .tag-list:after {
  content: "";
  display: table;
}
.filter-block .tag-list:after,
.introjs-overlay .tag-list:after {
  clear: both;
}
.filter-block .tag-list > li,
.introjs-overlay .tag-list > li {
  box-sizing: border-box;
  border-radius: 25px;
  float: left;
  display: flex;
  border: 1px solid #ddd;
  padding: 1px 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
.filter-block .tag-list > li:not(:last-child),
.introjs-overlay .tag-list > li:not(:last-child) {
  margin-right: 10px;
}
.filter-block .tag-list > li.filter,
.introjs-overlay .tag-list > li.filter {
  background: #fff;
}
.filter-block .tag-list .item:after,
.introjs-overlay .tag-list .item:after {
  content: "｜";
  color: #d5d5d5;
  text-shadow: 0 0 0 #d5d5d5;
  margin: 0 5px;
}
.filter-block .tag-list .item-content,
.introjs-overlay .tag-list .item-content {
  display: flex;
}
.filter-block .tag-list .item-content > li:not(:last-child):after,
.introjs-overlay .tag-list .item-content > li:not(:last-child):after {
  content: "、";
}
.filter-block .item-content.setUp > li:nth-child(n+3),
.introjs-overlay .item-content.setUp > li:nth-child(n+3) {
  display: none;
}
.filter-block .item-content.setUp > li:nth-child(2):after,
.introjs-overlay .item-content.setUp > li:nth-child(2):after {
  content: "...";
}
.filter-block .condition-wrap,
.introjs-overlay .condition-wrap {
  padding-bottom: 50px;
}
.filter-block .condition-item,
.introjs-overlay .condition-item {
  padding: 15px;
}
.filter-block .open-condition,
.filter-block .close-condition,
.introjs-overlay .open-condition,
.introjs-overlay .close-condition {
  position: absolute;
  right: 0;
  background: #ccedf9;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-block .open-condition:hover,
.filter-block .close-condition:hover,
.introjs-overlay .open-condition:hover,
.introjs-overlay .close-condition:hover {
  background: #b6e7f9;
}
.filter-block .open-condition .icon-arrow,
.filter-block .close-condition .icon-arrow,
.introjs-overlay .open-condition .icon-arrow,
.introjs-overlay .close-condition .icon-arrow {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.filter-block .open-condition,
.introjs-overlay .open-condition {
  top: 0;
  width: 50px;
  height: 100%;
}
.filter-block .open-condition .icon-arrow,
.introjs-overlay .open-condition .icon-arrow {
  transform: rotate(90deg);
  font-size: 26px;
}
.filter-block .close-condition,
.introjs-overlay .close-condition {
  left: 0;
  bottom: 0;
  height: 35px;
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.filter-block .close-condition .icon-arrow,
.introjs-overlay .close-condition .icon-arrow {
  transform: rotate(-90deg);
  font-size: 20px;
  margin-right: 5px;
}
.filter-block .condition-item > li,
.introjs-overlay .condition-item > li {
  *zoom: 1;
  width: 100%;
  margin-bottom: 10px;
}
.filter-block .condition-item > li:before, .filter-block .condition-item > li:after,
.introjs-overlay .condition-item > li:before,
.introjs-overlay .condition-item > li:after {
  content: "";
  display: table;
}
.filter-block .condition-item > li:after,
.introjs-overlay .condition-item > li:after {
  clear: both;
}
.filter-block .condition-item .no-limit,
.filter-block .condition-item .hotel-select,
.filter-block .condition-item .date-select,
.introjs-overlay .condition-item .no-limit,
.introjs-overlay .condition-item .hotel-select,
.introjs-overlay .condition-item .date-select {
  margin-left: 20px;
}
.filter-block .condition-item .title,
.filter-block .condition-item .filter-list,
.filter-block .condition-item .hotel-select,
.filter-block .condition-item .date-select,
.introjs-overlay .condition-item .title,
.introjs-overlay .condition-item .filter-list,
.introjs-overlay .condition-item .hotel-select,
.introjs-overlay .condition-item .date-select {
  float: left;
}
.filter-block .condition-item .title,
.filter-block .condition-item .filter-list,
.introjs-overlay .condition-item .title,
.introjs-overlay .condition-item .filter-list {
  display: flex;
}
.filter-block .condition-item .filter-list,
.introjs-overlay .condition-item .filter-list {
  width: calc(100% - 133px);
  flex-wrap: wrap;
}
.filter-block .condition-item .filter-list > li,
.introjs-overlay .condition-item .filter-list > li {
  margin: 0 0 10px 20px;
}
.filter-block .title, .filter-block .filter-list,
.introjs-overlay .title,
.introjs-overlay .filter-list {
  margin-top: 4px;
}
.filter-block .btnWrap,
.introjs-overlay .btnWrap {
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 15px;
}
.filter-block .removeBtn,
.introjs-overlay .removeBtn {
  color: #999;
  text-shadow: 0 0 0 #999;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}
.filter-block .removeBtn:hover,
.introjs-overlay .removeBtn:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  border-bottom: 1px dashed #00a3e0;
}
.filter-block .start-filter,
.introjs-overlay .start-filter {
  background: transparent;
  margin-left: 20px;
}
.filter-block .start-filter:hover,
.introjs-overlay .start-filter:hover {
  background: transparent;
  color: #005eb8 !important;
  text-shadow: 0 0 0 #005eb8 !important;
  border: 1px solid #005eb8;
}
.filter-block .exclude,
.introjs-overlay .exclude {
  box-sizing: border-box;
  width: 80%;
}
@media (min-width: 960px) {
  .filter-block .exclude,
  .introjs-overlay .exclude {
    border-left: 1px solid #d5d5d5;
    padding-left: 20px;
    width: auto;
  }
}
.filter-block .exclude label:not(:last-child),
.introjs-overlay .exclude label:not(:last-child) {
  margin-right: 20px;
}
.filter-block .ban,
.introjs-overlay .ban {
  color: #999;
  text-shadow: 0 0 0 #999;
  display: flex;
  align-items: center;
}
.filter-block .ban:before,
.introjs-overlay .ban:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url(../../images/all_icon.png) -66px -121px no-repeat;
}
.filter-block .ban label,
.introjs-overlay .ban label {
  padding: 0;
  cursor: default;
}

.pricelist_sort_box {
  font-size: 15px;
}
.pricelist_sort_box .pricelist_sort {
  display: block;
  border-bottom: 1px solid #d5d5d5;
}
.pricelist_sort_box .pricelist_sort li {
  float: left;
  line-height: 2;
}
.pricelist_sort_box .pricelist_sort li.frame {
  display: inline-block;
  text-align: center;
  border-radius: 4px 4px 0 0;
  padding: 0 12px;
  border: 1px solid #fff;
  margin-left: 5px;
  background: #fff;
}
.pricelist_sort_box .pricelist_sort li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pricelist_sort_box .pricelist_sort li.frame_active, .pricelist_sort_box .pricelist_sort li:hover.frame {
  display: inline-block;
  text-align: center;
  border-radius: 4px 4px 0 0;
  margin-left: 5px;
  padding: 0 12px;
  cursor: pointer;
  border: 1px solid #d5d5d5;
  border-bottom: 2px solid #fff;
  margin-bottom: -1px;
}
.pricelist_sort_box .pricelist_sort button.showAllAeats_btn {
  padding: 0 15px;
}
.pricelist_sort_box .pricelist_sort p {
  display: inline-block;
  margin: 0 0 0 5px;
}
.pricelist_sort_box .pricelist_sort .floatleft {
  float: none;
}
@media (min-width: 960px) {
  .pricelist_sort_box .pricelist_sort .floatleft {
    float: left;
  }
}
.pricelist_sort_box .pricelist_sort .floatright {
  float: none;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .pricelist_sort_box .pricelist_sort .floatright {
    float: right;
    margin-top: 6px;
  }
}

.airPrice_box {
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  position: relative;
  font: 15px/1.8 verdana, 微軟正黑體;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #d5d5d5;
}
.airPrice_box:hover {
  border: 1px solid #00a3e0;
  background: #00a3e0;
}
.airPrice_box:hover .number,
.airPrice_box:hover .label {
  background: #00a3e0;
  color: #fff;
}

.numberLabel_box {
  position: absolute;
  top: -1px;
  left: 0;
  right: -1px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.numberLabel_box .number {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #b8b8b8;
  top: -1px;
  left: -1px;
  line-height: 25px;
  height: 25px;
  padding: 0 8px;
}
.numberLabel_box .label {
  display: flex;
}
.numberLabel_box .label > p {
  font: 13px/1.8 verdana, 微軟正黑體;
  line-height: 1;
  padding: 6px 10px;
}
.numberLabel_box .style1,
.numberLabel_box .label {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
  background: #ffede5;
  padding: 0 10px;
}
.numberLabel_box .style2 {
  color: #009a44;
  text-shadow: 0 0 0 #009a44;
  background: #d6f1cc;
}

.airPrice_content_area {
  background: #fff;
  margin: -18px;
  padding: 30px 15px;
  position: relative;
}
@media (min-width: 960px) {
  .airPrice_content_area {
    padding: 30px 10px;
  }
}
.airPrice_content_area .boxLeft {
  box-sizing: border-box;
  width: 40%;
  padding-right: 10px;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .airPrice_content_area .boxLeft {
    width: 140px;
    margin-top: 0;
  }
}
.airPrice_content_area .boxLeft img {
  width: 60px;
  margin-right: 10px;
}
@media (min-width: 960px) {
  .airPrice_content_area .boxLeft img {
    margin-right: 0;
  }
}
.airPrice_content_area .airpic {
  display: flex;
  align-items: center;
}
@media (min-width: 960px) {
  .airPrice_content_area .airpic {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.airPrice_content_area .airinfo {
  display: inline-block;
  font-size: 16px;
}
.airPrice_content_area .boxCenter {
  box-sizing: border-box;
  clear: both;
  padding-top: 20px;
  border-top: 1px solid #d5d5d5;
}
@media (min-width: 960px) {
  .airPrice_content_area .boxCenter {
    width: calc(100% - 280px);
    clear: initial;
    padding: 0 15px;
    float: left;
    border-top: none;
    border-left: 1px solid #d5d5d5;
  }
}
.airPrice_content_area .boxRight {
  width: 60%;
  text-align: right;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .airPrice_content_area .boxRight {
    width: 140px;
  }
}
.airPrice_content_area .boxRight span, .airPrice_content_area .boxRight a {
  display: inline-block;
}
.airPrice_content_area .boxRight strong {
  font-weight: normal;
}
.airPrice_content_area .boxRight span.price strong {
  font-size: 20px;
}
.airPrice_content_area .boxRight .ndcBtn, .airPrice_content_area .boxRight button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
}
@media (min-width: 960px) {
  .airPrice_content_area .boxRight .ndcBtn, .airPrice_content_area .boxRight button {
    position: static;
    bottom: 0;
    left: 0;
    width: 120px;
    margin: 10px 0 0 0;
  }
}
.airPrice_content_area .boxRight .ndcBtn {
  line-height: 30px;
}
.airPrice_content_area .boxRight .priceDetails {
  border-bottom: 1px dashed #00a3e0;
  cursor: pointer;
  padding: 0 !important;
}
.airPrice_content_area .boxRight .priceDetails:hover {
  color: #005eb8;
  border-bottom: 1px dashed #005eb8;
}
@media (min-width: 960px) {
  .airPrice_content_area .boxRight .priceDetails {
    width: 62px;
  }
}
.airPrice_content_area .promotionCode {
  color: #fd7035;
  text-shadow: 0 0 0 #fd7035;
  border-bottom: 1px dashed #feb79a;
  margin-top: 5px;
  cursor: pointer;
}
.airPrice_content_area .promotionCode:hover {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
}
.airPrice_content_area .lccClass {
  border-radius: 15px;
  font: 14px/1.8 verdana, 微軟正黑體;
  border: 1px solid #ff9e1b;
  background: #fff;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
}
.airPrice_content_area .lccClass > span {
  box-sizing: border-box;
  float: left;
  display: block;
  padding: 0 10px;
  line-height: 1.8;
}
.airPrice_content_area .lccClass > span:first-child {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #ff9e1b;
}
.airPrice_content_area .lccClass:hover {
  background: #fff5e8;
}
.airPrice_content_area .lccClass:hover > span {
  color: #ff9e1b;
  text-shadow: 0 0 0 #ff9e1b;
}
.airPrice_content_area .lccClass:hover > span:first-child {
  color: #fff;
  text-shadow: 0 0 0 #fff;
}
.airPrice_content_area .lastStyle {
  border: none;
}
.airPrice_content_area .informationTab {
  display: flex;
}
.airPrice_content_area .informationTab li:not(:last-child) {
  margin-right: 20px;
}
.airPrice_content_area .informationTab li img {
  padding-right: 5px;
}
.airPrice_content_area .informationTab a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.airPrice_content_area .informationTab a:hover {
  color: #00a3e0;
}

.airDetail_box {
  width: 100%;
  display: block;
  border-bottom: 1px dashed #d5d5d5;
  margin-bottom: 20px;
}
.airDetail_box li {
  margin-bottom: 10px;
}
.airDetail_box li:last-child {
  margin-bottom: 0;
}
.airDetail_box li > .ng-scope {
  margin-bottom: 20px;
}
.airDetail_box .airDeparture,
.airDetail_box .airReturn,
.airDetail_box .airTime {
  width: 30%;
  position: relative;
  text-align: center;
}
.airDetail_box .airDeparture label,
.airDetail_box .airDeparture .returnTitme,
.airDetail_box .airReturn label,
.airDetail_box .airReturn .returnTitme {
  font-size: 18px;
}
.airDetail_box .airReturn p, .airDetail_box .airReturn img {
  display: inline-block;
  vertical-align: middle;
}
.airDetail_box .airReturn .moon {
  width: 20px;
  height: 20px;
}
.airDetail_box .airDeparture {
  clear: left;
}
.airDetail_box .airDeparture > .gray {
  margin-left: -15px;
}
.airDetail_box .airType {
  width: 10%;
  margin-top: 6px;
}
.airDetail_box .airType p.airType_txt,
.airDetail_box .airType a.airpop {
  display: none;
}
.airDetail_box .airTime p {
  display: inline-block;
}
.airDetail_box .airTime span.ng-binding {
  border-bottom: 1px dashed #00a3e0;
  padding-bottom: 2px;
  cursor: pointer;
  color: #00a3e0;
  padding: 0;
}
.airDetail_box .airTime span.ng-binding:hover {
  color: #005eb8;
  border-bottom: 1px dashed #005eb8;
}
.airDetail_box .airTime a {
  border-bottom: 1px dashed #00a3e0;
  padding-bottom: 2px;
  cursor: pointer;
  color: #00a3e0;
  padding: 0;
}
.airDetail_box .airTime a:hover {
  color: #005eb8;
  border-bottom: 1px dashed #005eb8;
}

.allFlight a.plusBtn, .allFlight a.minusBtn {
  *zoom: 1;
  border-radius: 2px;
  display: block;
  width: 90px;
  border: 1px solid #00a3e0;
  padding: 0 0 0 6px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
}
.allFlight a.plusBtn:before, .allFlight a.plusBtn:after, .allFlight a.minusBtn:before, .allFlight a.minusBtn:after {
  content: "";
  display: table;
}
.allFlight a.plusBtn:after, .allFlight a.minusBtn:after {
  clear: both;
}
.allFlight a.plusBtn:hover, .allFlight a.minusBtn:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.allFlight span.plus, .allFlight span.minus {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  *zoom: 1;
  background: #00a3e0;
  display: inline-block;
  font-size: 18px;
  padding: 0 0 3px 0;
  margin-left: 7px;
  width: 23px;
  text-align: center;
  line-height: 30px;
}
.allFlight span.plus:before, .allFlight span.plus:after, .allFlight span.minus:before, .allFlight span.minus:after {
  content: "";
  display: table;
}
.allFlight span.plus:after, .allFlight span.minus:after {
  clear: both;
}

.pricelistTab_note {
  font: 14px/1.8 verdana, 微軟正黑體;
  clear: both;
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .pricelistTab_note {
    margin-bottom: 0;
  }
}
.pricelistTab_note .explanation {
  font: 13px/1.8 verdana, 微軟正黑體;
}

.flightDetails_tab,
.priceRules_tab,
.bagInformation_tab {
  border-top: 15px solid #fff;
  background: #fff;
}

p.return_space {
  margin-top: 20px;
}

.priceRules p {
  margin-bottom: 10px;
}
.priceRules p:last-child {
  margin-bottom: 0;
}
.priceRules p.explain {
  color: #999;
}
.priceRules a {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.priceRules ul.infoList li {
  list-style-type: decimal;
  margin-left: 20px;
}
.priceRules .priceRules_title {
  width: 15%;
  background: #efefef;
  padding: 12px 10px;
  border-bottom: 1px solid #fff;
}
.priceRules .priceRules_info {
  width: 85%;
  text-align: left !important;
  padding: 20px 10px;
}

.flightDetails_tab {
  text-align: center;
}

.flightDetails_table {
  word-break: break-all;
  border-bottom: 1px dashed #d5d5d5;
}
.flightDetails_table .flightDetails_gray {
  background: #efefef;
}
.flightDetails_table .flightDetails_gray td {
  padding: 12px 5px !important;
}
.flightDetails_table .middleStay td.cell_2 {
  width: 100%;
  text-align: center;
  color: #999;
  padding: 8px 0 12px 0;
}
.flightDetails_table .cell_1, .flightDetails_table .cell_4 {
  width: 9%;
}
.flightDetails_table .cell_2, .flightDetails_table .cell_3, .flightDetails_table .cell_5, .flightDetails_table .cell_6 {
  width: 19%;
}
.flightDetails_table .cell_4 {
  background: url(../../images/icon_plain_arrow.png) center center no-repeat;
  text-indent: -9999px;
}
.flightDetails_table .detail_title {
  display: none;
}
.flightDetails_table div.cellEqual {
  display: inline-block;
  width: 32.6%;
  vertical-align: middle;
}

.noresult {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.noresult .chose_loading {
  margin: 20px 0;
}

.phone_active {
  display: none;
}

.bagInformation_tab {
  word-break: break-all;
}
.bagInformation_tab .bagInformation .bagInformation_title td {
  background: #efefef;
  border-right: 1px solid #fff;
}
.bagInformation_tab .bagInformation .bagInformation_title td:last-child {
  border-right: none;
}
.bagInformation_tab .bagInformation .bagInformation_item {
  border-bottom: 1px solid #d5d5d5;
}
.bagInformation_tab .segment {
  width: 30%;
}
.bagInformation_tab .flight_num {
  width: 10px;
}
.bagInformation_tab .checkedBag_adult {
  width: 20%;
}
.bagInformation_tab .checkedBag_children {
  width: 20%;
}
.bagInformation_tab .checkedBag_baby {
  width: 20%;
}

.bagTab_note {
  display: block;
  padding-top: 20px;
  background: #fff;
  width: 100%;
}
.bagTab_note li {
  list-style-type: decimal;
  margin: 0 0 0 28px;
  font: 13px/1.8 verdana, 微軟正黑體;
}

.flight_details,
.ticket_details,
.bag_information {
  margin-bottom: 40px;
}

.ticketPrice_total {
  background: #ffebda;
  text-align: right;
}
.ticketPrice_total strong {
  font-weight: normal;
}

.flightDetail_box {
  margin-bottom: 20px;
}
.flightDetail_box .desktop_detail_title {
  padding: 0;
}

.flightDetail_table tr:not(:last-child):not(.top_title) {
  border-bottom: 1px solid #d5d5d5;
}
.flightDetail_table tr.middleStay td.flight_company {
  width: 100%;
  text-align: center;
  color: #999;
  padding: 0 0 15px 0;
}
.flightDetail_table th, .flightDetail_table td {
  width: 25%;
}
.flightDetail_table .flight_segment,
.flightDetail_table .arrowMobile {
  display: none;
}
.flightDetail_table .middleStay_time {
  margin-left: 20px;
}
.flightDetail_table .orange {
  font: 13px/1.8 verdana, 微軟正黑體;
}

.desktop_detail_title {
  background: #b6e7f9;
  height: 30px;
  line-height: 30px;
  margin-bottom: 2px;
  text-align: center;
}

.ticketDetail_box {
  text-align: center;
}

.ticketDetail_table tr:not(:last-child):not(.top_title):not(.promoCoin-wrap) {
  border-bottom: 1px solid #d5d5d5;
}
.ticketDetail_table .ticket_type {
  width: 10%;
}
.ticketDetail_table th, .ticketDetail_table td:not(.ticket_type) {
  width: 15%;
}
.ticketDetail_table .promoCoin-wrap {
  text-align: left;
}
.ticketDetail_table .promoCoin-wrap td {
  padding: 20px 0;
}
.ticketDetail_table .ticketDetail-total {
  background: #ffebda;
  text-align: right;
}
.ticketDetail_table .ticketDetail-total td {
  padding: 10px 20px;
}
.ticketDetail_table .promotionCode-wrap {
  text-align: right;
  border: 0;
}
.ticketDetail_table .promotionCode-wrap > td {
  padding: 20px 20px 0 20px;
}
.ticketDetail_table .use-promotionCode {
  position: relative;
  margin-bottom: 20px;
}
.ticketDetail_table .use-promotionCode .clearbtn {
  position: absolute;
  right: 115px;
  top: 10px;
}
.ticketDetail_table .use-promotionCode .promotionCode_supplement {
  color: #666;
  text-shadow: 0 0 0 #666;
  font: 13px/1.8 verdana, 微軟正黑體;
  display: block;
  margin-top: 10px;
}
.ticketDetail_table .use-promotionCode .promotionCode_info {
  line-height: 40px;
}
.ticketDetail_table .use-promotionCode .promotionCode_enter {
  height: 40px;
  width: calc(100% - 120px);
  margin: 0 10px;
}
.ticketDetail_table .use-promotionCode .promotionCode_btn {
  width: 100px;
  margin-top: 3px;
}
.ticketDetail_table .use-promotionCode .promotionCode-list {
  display: block;
  text-align: left;
}
.ticketDetail_table .use-promotionCode .promotionCode-list > li {
  letter-spacing: 1px;
  cursor: pointer;
  padding: 8px 10px;
  transition: all 0.2s;
}
.ticketDetail_table .use-promotionCode .promotionCode-list > li:hover {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #00a3e0;
}
.ticketDetail_table .use-promotionCode .popup-promotionCode {
  box-sizing: border-box;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 3px 5px 0px #efefef;
  position: absolute;
  z-index: 100;
  top: 42px;
  right: 106px;
  width: 50%;
}
@media (min-width: 960px) {
  .ticketDetail_table .use-promotionCode .popup-promotionCode {
    width: 70%;
  }
}
.ticketDetail_table .use-promotionCode .promo-content {
  position: relative;
}
.ticketDetail_table .supplement > td {
  padding: 0;
}
.ticketDetail_table .supplement span {
  color: #666;
  text-shadow: 0 0 0 #666;
  font: 13px/1.8 verdana, 微軟正黑體;
  display: block;
  text-align: left;
  margin-left: 33%;
  padding: 5px 0 15px 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .ticketDetail_table .supplement span {
    margin-left: 0;
    text-align: right;
  }
}
.ticketDetail_table .supplement span:before {
  content: "*";
  font: 15px/1.8 verdana, 微軟正黑體;
  position: relative;
  top: 5px;
  margin-right: 3px;
}

.ticketPrice_remind {
  border-bottom: 1px dashed #d5d5d5;
  font-size: 18px;
}

.bagInformation_table {
  margin-bottom: 15px;
}
.bagInformation_table tr:not(.top_title):not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}
.bagInformation_table th, .bagInformation_table td {
  width: 25%;
}

.bagMatter {
  font: 13px/1.8 verdana, 微軟正黑體;
  background: #efefef;
  padding: 15px 10px;
}
.bagMatter ul.bagMatter_list {
  color: #666;
  text-shadow: 0 0 0 #666;
}
.bagMatter ul.bagMatter_list li {
  list-style-type: decimal;
  margin-left: 25px;
}
.bagMatter ul.bagMatter_list li:last-child {
  margin-bottom: 0;
}

.refundsRules {
  margin-bottom: 20px;
}
.refundsRules .refundsRules_title {
  width: 15%;
  background: #efefef;
  padding: 12px 10px;
  border-bottom: 1px solid #d5d5d5;
}
.refundsRules .refundsRules_info {
  width: 85%;
  text-align: left;
  padding: 20px 10px;
  border-bottom: 1px solid #d5d5d5;
}
.refundsRules .infoList li {
  list-style-type: decimal;
  margin-left: 20px;
}

.checkorderRemark {
  background: #efefef;
  padding: 15px 10px;
  margin-bottom: 60px;
}

.mobileOpen {
  display: none;
}

.CodeShare {
  margin-bottom: 20px;
  font: 13px/1.8 verdana, 微軟正黑體;
}

.checkorder .writeList,
.orderinfo .writeList {
  width: 130px;
  height: 30px;
  display: block;
  line-height: 30px;
}

.checkorder .popupBox {
  max-width: 760px;
  padding: 20px;
  font-size: 15px;
}
.checkorder .bottomWrap {
  display: flex;
  justify-content: center;
}

ul.nav_box {
  display: none;
}

.orderinfo .jqTransformInputWrapper,
.orderinfo .jqTransformSelectWrapper {
  box-sizing: border-box;
  width: 100% !important;
  height: 35px;
}
.orderinfo .jqTransformInputWrapper ul,
.orderinfo .jqTransformSelectWrapper ul {
  box-sizing: border-box;
  width: 100% !important;
}
.orderinfo .color .jqTransformInputWrapper,
.orderinfo .color .jqTransformSelectWrapper {
  background: #f2eaf5;
}
.orderinfo .jqTransformInput {
  box-sizing: border-box;
  background: transparent;
  height: 35px;
  padding-left: 3px;
  width: 100% !important;
  font-size: 15px;
}
.orderinfo .jqTransformSelectWrapper a {
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  line-height: 35px;
  height: 35px;
  padding: 0 5px;
}
.orderinfo .jqTransformSelectWrapper span {
  padding: 0 0 0 7px;
  width: 85% !important;
  line-height: 35px;
  height: 35px;
}

.description_box {
  border-radius: 5px;
  font: 14px/1.8 verdana, 微軟正黑體;
  padding: 20px;
  background: #F6F6F6;
  display: grid;
  gap: 10px;
}
.description_box .description_list {
  margin: 0 0 0 20px;
}
.description_box .description_list li {
  list-style-type: disc;
}
.description_box .description_focus {
  color: #fc4c02;
  text-shadow: 0 0 0 #fc4c02;
}
.description_box .description_focus .red {
  font: 13px/1.8 verdana, 微軟正黑體;
  margin-top: 5px;
}

.travelSummary_table {
  word-break: break-all;
  margin-bottom: 15px;
}

.travelSummary_table tr.top_title {
  background: #efefef;
}

.travelSummary_table .round_trip, .travelSummary_table .travel_airline, .travelSummary_table .travel_date, .travelSummary_table .travel_total {
  width: 25%;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px;
}

.travelSummary_table > thead th {
  border-right: 1px solid #fff;
}

.travelSummary_table > thead th:last-child {
  border-right: none;
}

.travelSummary_table > tbody tr {
  border-bottom: 1px solid #d5d5d5;
}

.travel_total span.travelPrice > strong {
  font-weight: normal;
}

.travel_total span#lblAmountTatol2 {
  font-size: 20px !important;
}

.cutoverBox2_part1 {
  margin-bottom: 20px;
  text-align: center;
}

.orderinformation_box {
  padding: 30px;
}
.orderinformation_box .input_box {
  *zoom: 1;
  display: block;
}
.orderinformation_box .input_box:before, .orderinformation_box .input_box:after {
  content: "";
  display: table;
}
.orderinformation_box .input_box:after {
  clear: both;
}
.orderinformation_box .input_box li {
  float: none;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .orderinformation_box .input_left,
  .orderinformation_box .input_right {
    float: left;
    width: 50%;
  }
}
.orderinformation_box .list_title {
  float: left;
  width: 90px;
  text-align: right;
  padding-right: 10px;
  line-height: 35px;
}
.orderinformation_box .list_typebox {
  float: left;
  width: 285px;
}
.orderinformation_box .area_num {
  width: 50px;
  margin-right: 10px;
}
.orderinformation_box .telephone {
  width: 115px;
  margin-right: 10px;
}
.orderinformation_box .ext_txt {
  float: left;
  line-height: 30px;
}
.orderinformation_box .ext {
  width: 60px;
  margin-left: 10px;
}

.example_wrap > p {
  font: 13px/1.8 verdana, 微軟正黑體;
}
.example_wrap p.example_sampleimg_btn {
  background: url(../../images/icon_notice.png) 0 2px no-repeat;
  padding: 0 3px 0 23px;
  cursor: pointer;
  position: absolute;
  right: 7px;
  bottom: 7px;
}
.example_wrap p.example_sampleimg_btn:hover {
  color: #00a3e0;
  background: url(../../images/icon_notice_hover.png) 0 2px no-repeat;
}
.example_wrap .example_box {
  *zoom: 1;
  position: relative;
  background: #efefef;
  margin: 10px 0 20px 0;
  padding: 20px;
}
.example_wrap .example_box:before, .example_wrap .example_box:after {
  content: "";
  display: table;
}
.example_wrap .example_box:after {
  clear: both;
}
.example_wrap .example_box span {
  font-size: 20px;
  margin-right: 20px;
}
.example_wrap .example_box span.orange {
  font-size: 15px;
  margin-right: 0;
}
.example_wrap .exLeft_box {
  margin-bottom: 20px;
}
.example_wrap .exLeft_box,
.example_wrap .exReft_box {
  float: none;
}
@media (min-width: 960px) {
  .example_wrap .exLeft_box,
  .example_wrap .exReft_box {
    float: left;
    width: 50%;
    margin: 0;
  }
}
.example_wrap .exReft_box p.passport {
  display: inline-block;
}
.example_wrap .exLeft_content {
  margin: 10px 0 20px 45px;
}
@media (min-width: 960px) {
  .example_wrap .exLeft_content {
    margin: 10px 0 0 45px;
  }
}

#List_PaxList.passengerData_wrap {
  text-align: left;
}
#List_PaxList.passengerData_wrap td {
  padding: 0;
}

.passengerData_box {
  padding: 30px 0;
}
.passengerData_box:last-child {
  padding-bottom: 0;
}
.passengerData_box .general_field .row {
  *zoom: 1;
}
.passengerData_box .general_field .row:before, .passengerData_box .general_field .row:after {
  content: "";
  display: table;
}
.passengerData_box .general_field .row:after {
  clear: both;
}
.passengerData_box .general_field .row:not(:last-child) {
  margin-bottom: 20px;
}

.passengerData_box_top {
  border-bottom: 1px dashed #e2e2e2;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.passengerData_box_top .floatleft {
  min-height: 40px;
  display: flex;
  align-items: center;
}
.passengerData_box_top .box_number {
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #005eb8;
  text-align: center;
  padding: 0 10px;
}
.passengerData_box_top .darkblue {
  font-size: 18px;
}
.passengerData_box_top .contact_person,
.passengerData_box_top .darkblue,
.passengerData_box_top .ui-checkbox-box {
  margin-left: 10px;
}

.passengerData_box_one {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.passengerData_box_one .input_title {
  font: 14px/1.8 verdana, 微軟正黑體;
}
.passengerData_box_one .common_choose_select {
  width: 170px;
}
.passengerData_box_one .input_wrap {
  position: relative;
}
.passengerData_box_one .appellation,
.passengerData_box_one .cn_name,
.passengerData_box_one .passport_en_surname,
.passengerData_box_one .passport_en_name,
.passengerData_box_one .birth_day,
.passengerData_box_one .ID-number {
  float: left;
  margin-right: 10px;
}
.passengerData_box_one .appellation,
.passengerData_box_one .visa, .passengerData_box_one .visa-type {
  width: 130px;
}
.passengerData_box_one .passport_en_surname,
.passengerData_box_one .passport_en_name,
.passengerData_box_one .cn_name,
.passengerData_box_one .birth_day,
.passengerData_box_one .visa-date {
  width: 130px;
}
.passengerData_box_one .declare_field {
  *zoom: 1;
  margin-top: 40px;
}
.passengerData_box_one .declare_field:before, .passengerData_box_one .declare_field:after {
  content: "";
  display: table;
}
.passengerData_box_one .declare_field:after {
  clear: both;
}
.passengerData_box_one .declare_field table {
  text-align: left;
}
.passengerData_box_one .passport_en_surname .jqTransformInputInner input,
.passengerData_box_one .passport_en_name .jqTransformInputInner input {
  text-transform: uppercase;
}
.passengerData_box_one .visa, .passengerData_box_one .visa-type,
.passengerData_box_one .visa-num, .passengerData_box_one .visa-date {
  *zoom: 1;
  float: left;
  margin-right: 10px;
}
.passengerData_box_one .visa:before, .passengerData_box_one .visa:after, .passengerData_box_one .visa-type:before, .passengerData_box_one .visa-type:after,
.passengerData_box_one .visa-num:before,
.passengerData_box_one .visa-num:after, .passengerData_box_one .visa-date:before, .passengerData_box_one .visa-date:after {
  content: "";
  display: table;
}
.passengerData_box_one .visa:after, .passengerData_box_one .visa-type:after,
.passengerData_box_one .visa-num:after, .passengerData_box_one .visa-date:after {
  clear: both;
}
.passengerData_box_one .visa-num {
  width: 200px;
}
.passengerData_box_one .selectLeft,
.passengerData_box_one .selectRight {
  box-sizing: border-box;
  *zoom: 1;
}
.passengerData_box_one .selectLeft:before, .passengerData_box_one .selectLeft:after,
.passengerData_box_one .selectRight:before,
.passengerData_box_one .selectRight:after {
  content: "";
  display: table;
}
.passengerData_box_one .selectLeft:after,
.passengerData_box_one .selectRight:after {
  clear: both;
}
@media (min-width: 960px) {
  .passengerData_box_one .selectLeft,
  .passengerData_box_one .selectRight {
    float: left;
  }
}
.passengerData_box_one .selectLeft {
  margin: 0 0 30px 0;
}
@media (min-width: 960px) {
  .passengerData_box_one .selectLeft {
    margin: 25px 0 0 0;
    width: 170px;
  }
}
@media (min-width: 960px) {
  .passengerData_box_one .selectRight {
    width: calc(100% - 170px - 20px);
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #d5d5d5;
  }
}
.passengerData_box_one .ID-number {
  width: 200px;
}

.passport_visa {
  clear: both;
  padding-top: 30px;
}

.passport_visa .country {
  float: left;
  margin-right: 10px;
}

.passport_visa .passtype {
  margin-right: 10px;
  float: left;
}

.passport_visa .number {
  width: 200px;
  float: left;
  margin: 0px 20px 0px 0px;
}

.passport_visa .date {
  width: 110px;
  float: left;
}

.passport_visa p.declare_title {
  padding-top: 5px;
  clear: both;
  display: block;
}

@media only screen and (min-width: 960px) {
  .passport_visa .passtype {
    margin: 0px 13px;
  }
  .passport_visa .number {
    margin: 0px 25px 0px 0px;
  }
}
.einvoice input {
  display: inline-block;
  width: 180px;
  height: 35px;
}
@media (min-width: 960px) {
  .einvoice input {
    width: 200px;
  }
}
.einvoice input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #333;
}
.einvoice input[type=text] {
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  outline: none;
  padding: 7px 6px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}
.einvoice input[type=text]:focus, .einvoice input[type=text]:hover {
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}
.einvoice input[type=text]::-moz-placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}
.einvoice input[type=text]::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}
.einvoice .information-title {
  margin-right: 5px;
  padding: 0;
  line-height: 35px;
}
.einvoice .discList {
  font: 13px/1.8 verdana, 微軟正黑體;
}
.einvoice .einvoice-item {
  display: block;
  padding: 20px;
}
.einvoice .einvoice-item > li {
  display: block;
  margin-bottom: 20px;
}
.einvoice .wrap {
  *zoom: 1;
  padding: 5px 0 0 23px;
}
.einvoice .wrap:before, .einvoice .wrap:after {
  content: "";
  display: table;
}
.einvoice .wrap:after {
  clear: both;
}
.einvoice .wrap > div {
  float: left;
}
.einvoice .personal span {
  line-height: 35px;
}
.einvoice .personalID,
.einvoice .companyTaxID {
  margin-left: 40px;
}
.einvoice .personalID {
  display: none;
}

#Panel_Data1 .box_bottom {
  clear: both;
}

span.btnexplain {
  display: inline-block;
  text-align: center;
  font: 13px/1.8 verdana, 微軟正黑體;
  color: #666;
  margin-top: 20px;
}

.eticket {
  font: 15px/1.8 verdana, 微軟正黑體;
}
.eticket .promo-banner {
  margin: 0 auto;
  text-align: center;
}
.eticket .promo-banner a {
  display: inline-block;
  max-width: 250px;
  width: 30%;
  outline: none;
}
@media (min-width: 960px) {
  .eticket .promo-banner a {
    width: 250px;
  }
}
.eticket .promo-banner a:not(:last-child) {
  margin-right: 10px;
}

.eticket_wrap {
  margin-bottom: 40px !important;
}
.eticket_wrap:last-child {
  margin-bottom: 0;
}

ul.eticket_btnbox {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
ul.eticket_btnbox li {
  display: inline-block;
}
ul.eticket_btnbox .eticket_btn {
  width: 90px;
  height: 30px;
  display: block;
}
ul.eticket_btnbox .printBtn {
  display: none;
}

.eticket_title {
  display: block;
  background: #005eb8;
  color: #fff;
  padding: 8px 10px;
  margin-bottom: 10px;
}

.mobileBtn_wrap,
.mailsend_form_wrap {
  display: none;
}

#cboxWrapper {
  overflow: visible !important;
}

.poppageContainer {
  box-sizing: border-box;
  width: 94%;
  margin: 0 auto;
  padding: 20px 15px;
  text-shadow: #333 0em 0em 0em;
  font: 15px/1.8 verdana, 微軟正黑體;
}
.poppageContainer [type=checkbox]:not(:checked) + label:after, .poppageContainer [type=checkbox]:checked + label:after {
  line-height: 8px;
}
.poppageContainer .mailsendClose_btn {
  display: none;
}
.poppageContainer .mailsend_wrap span {
  display: block;
  font: 13px/1.8 verdana, 微軟正黑體;
}
.poppageContainer .mailsend_wrap textarea {
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  font: 15px/1.8 verdana, 微軟正黑體;
  padding: 6px;
  margin-bottom: 10px;
  width: 98%;
}
.poppageContainer .mailsend_wrap textarea:hover {
  border: 1px solid #00a3e0;
}
.poppageContainer .mailsend_wrap .mailsend_title {
  width: 15%;
  background: #efefef;
  padding: 12px 10px;
  border-bottom: 1px solid #d5d5d5;
}
.poppageContainer .mailsend_wrap .mailsend_content {
  width: 85%;
  text-align: left !important;
  padding: 20px 10px;
  border-bottom: 1px solid #d5d5d5;
}
.poppageContainer .mailsend_wrap .mailsend_content > input {
  border: none !important;
}
.poppageContainer .mailsend_wrap li:last-child .mailsend_title, .poppageContainer .mailsend_wrap li:last-child .mailsend_content {
  border-bottom: none;
}
.poppageContainer .order_info {
  display: block;
  margin-bottom: 20px;
}
.poppageContainer .order_list {
  display: block;
  margin-bottom: 40px;
  font-size: 18px;
}
.poppageContainer .order_list li {
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
}
.poppageContainer .order_list .gray_title {
  background: #efefef;
  text-align: center;
  width: 25%;
  padding: 10px 0;
}
.poppageContainer .order_list .gray_title span {
  display: block;
  margin-top: 5px;
  font: 14px/1.8 verdana, 微軟正黑體;
}
.poppageContainer .order_list .white_box {
  *zoom: 1;
  width: 75%;
  margin-top: 10px;
}
.poppageContainer .order_list .white_box:before, .poppageContainer .order_list .white_box:after {
  content: "";
  display: table;
}
.poppageContainer .order_list .white_box:after {
  clear: both;
}
.poppageContainer .order_list .white_box .order_surname,
.poppageContainer .order_list .white_box .order_name {
  box-sizing: border-box;
  width: 50%;
  padding: 0 7px;
  text-transform: uppercase;
}
.poppageContainer .order_list .white_box .order_surname p,
.poppageContainer .order_list .white_box .order_name p {
  font: 14px/1.8 verdana, 微軟正黑體;
}
.poppageContainer .order_list .white_box .darkblue {
  display: block;
  font-size: 20px;
  word-break: break-all;
}
.poppageContainer .passenger_data {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.poppageContainer .passenger_data li.tableRow {
  display: table-row;
}
.poppageContainer .passenger_data p {
  font: 18px/1.8 verdana, 微軟正黑體;
}
.poppageContainer .passenger_data .tableCell {
  display: table-cell;
  display: table-cell;
  vertical-align: middle;
}
.poppageContainer .passenger_data .leftBox,
.poppageContainer .passenger_data .rightBox {
  box-sizing: border-box;
  padding: 7px;
  border-bottom: 1px dashed #d5d5d5;
}
.poppageContainer .passenger_data .leftBox {
  width: 35%;
  text-align: center;
}
.poppageContainer .passenger_data .rightBox {
  width: 65%;
}
.poppageContainer .checkbox_box {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 5%;
}
.poppageContainer .mailsend_btn {
  margin-top: 20px;
  text-align: center;
}
.poppageContainer .mailsend_btn .btn_gray,
.poppageContainer .mailsend_btn .btn_blue {
  width: 110px;
  margin: 0 5px;
}
.poppageContainer .order_btn,
.poppageContainer .confirmBtn {
  text-align: center;
}
.poppageContainer .order_btn button,
.poppageContainer .confirmBtn button {
  min-width: 110px;
  height: 30px;
  margin: 0 5px;
  display: inline-block;
  padding: 0 20px;
}
.poppageContainer .confirmBtn button {
  width: 200px;
}

.order_box {
  font: 14px/1.8 verdana, 微軟正黑體;
}

.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 .explain_list {
  font: 13px/1.8 verdana, 微軟正黑體;
  display: block;
  margin-bottom: 20px;
}
.warn_explanation .explain_list > li {
  list-style: disc;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .quickTab_ticket_price {
    display: none;
  }
  .quickTab_ticket_price_tablet {
    display: block;
  }
}
@media only screen and (min-width: 780px) {
  .airline .Items_right {
    width: 85%;
  }
}
@media only screen and (min-width: 800px) {
  .activity_adbox img.adPc {
    display: block;
    width: 100%;
  }
  .activity_adbox img.adMobile {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .activity_adbox img.adPc {
    display: block;
    width: 960px;
    height: 70px;
  }
  .scroll_style {
    width: 960px !important;
    margin-top: 0;
    z-index: 101;
  }
  .mpSearch_box {
    padding: 20px;
  }
  .flightDetails_tab, .priceRules_tab, .bagInformation_tab {
    margin-top: 0;
  }
  .popup_box {
    top: 45px;
    left: 50%;
    margin-left: -220px;
  }
  .popup_box:after, .popup_box:before {
    left: 47.5%;
  }
  ul.checkPrice_box li:nth-child(3) .popup_box, ul.checkPrice_box li:nth-child(4) .popup_box, ul.checkPrice_box li:nth-child(5) .popup_box {
    left: 50%;
  }
  ul.checkPrice_box li:nth-child(3) .popup_box:after, ul.checkPrice_box li:nth-child(3) .popup_box:before, ul.checkPrice_box li:nth-child(4) .popup_box:after, ul.checkPrice_box li:nth-child(4) .popup_box:before, ul.checkPrice_box li:nth-child(5) .popup_box:after, ul.checkPrice_box li:nth-child(5) .popup_box:before {
    left: 47.5%;
  }
  ul.checkPrice_box li:nth-child(6) .popup_box {
    left: -80px;
  }
  ul.checkPrice_box li:nth-child(7) .popup_box {
    left: -90px;
  }
  ul.checkPrice_box li:nth-child(6) .popup_box:after, ul.checkPrice_box li:nth-child(6) .popup_box:before, ul.checkPrice_box li:nth-child(7) .popup_box:after, ul.checkPrice_box li:nth-child(7) .popup_box:before {
    left: 80%;
  }
  ul.eticket_btnbox input.printBtn {
    display: block;
  }
}
.ui-widget.ui-widget-content {
  font: 14px verdana, 微軟正黑體;
  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;
}

.confirmBg {
  z-index: 99;
}
.confirmBg .btn-cancel,
.confirmBg .btn-confirm {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
.confirmBg .btn-confirm {
  border-radius: 2px;
  color: #fff;
  border: none;
  outline: none;
  background: #00a3e0;
  box-shadow: 0 2px 0 #1a78b4;
}

.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;
}
.popupBox .topWrap {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.mobile-fixTitle {
  display: none;
}

.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 .popupBox {
  max-height: 600px;
}
.passportimg-wrap .discList {
  margin-bottom: 10px;
}

.discount-wrap input {
  border-radius: 2px;
  box-sizing: border-box;
  font: 14px/1.8 verdana, 微軟正黑體;
  line-height: 1;
  outline: none;
  padding: 7px 6px;
  border: 1px solid #d5d5d5;
  height: 35px;
  width: 160px;
}
.discount-wrap input:focus, .discount-wrap input:hover {
  border: 1px solid #00a3e0;
}
.discount-wrap input::-moz-placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}
.discount-wrap input::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .discount-wrap input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
}
.discount-wrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #333;
}
.discount-wrap table {
  width: 100%;
  text-align: center;
  word-wrap: break-word;
}
.discount-wrap table .top_title {
  background: #efefef;
  border: none;
}
.discount-wrap table .top_title th {
  padding: 5px;
}
.discount-wrap table .top_title th:not(:last-child) {
  border-right: 1px solid #fff;
}
.discount-wrap table tr:not(:last-child):not(.top_title) {
  border-bottom: 1px solid #d5d5d5;
}
.discount-wrap table th, .discount-wrap table td {
  vertical-align: middle;
  font-weight: normal;
  padding: 12px 5px;
}
.discount-wrap .popupBox {
  max-width: 940px;
  max-height: initial;
  height: 650px;
  padding: 0;
  position: relative;
}
.discount-wrap .mobile-fixTitle {
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: #F6F6F6;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 25px;
  height: 100px;
  z-index: 7;
}
.discount-wrap .mobile-fixTitle p {
  font-size: 24px;
}
.discount-wrap .mobile-fixTitle .icon-cross {
  color: #999;
  text-shadow: 0 0 0 #999;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.discount-wrap .mobile-fixTitle .icon-cross:hover {
  color: #333;
  text-shadow: 0 0 0 #333;
}
.discount-wrap .content {
  box-sizing: border-box;
  padding: 120px 20px 20px 20px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  height: 100%;
}
.discount-wrap .ui-subtitle {
  border-bottom: 2px solid #EDE0F0;
  margin-bottom: 15px;
  font-size: 16px;
}
.discount-wrap .ui-subtitle p {
  color: #84329b;
  text-shadow: 0 0 0 #84329b;
  padding: 0 10px;
  display: inline-block;
}
.discount-wrap .ui-subtitle p:before {
  content: "";
  border-width: 6px 8px;
  border-style: solid;
  display: inline-block;
  box-sizing: border-box;
  border-color: transparent transparent transparent #b584c3;
}
.discount-wrap .containbox {
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 40px;
}
.discount-wrap .dataItem,
.discount-wrap .btnWrap {
  display: flex;
}
.discount-wrap .dataItem {
  flex-wrap: wrap;
  margin-top: 20px;
}
.discount-wrap .dataItem > li {
  align-items: center;
  margin-bottom: 20px;
}
.discount-wrap .dataItem .leftBox:not(:last-child) {
  margin-right: 20px;
}
.discount-wrap .dataItem .btnWrap .redfocus {
  margin-left: 10px;
}
.discount-wrap .delete {
  border-radius: 2px;
  background: #00a3e0;
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.discount-wrap .delete:hover {
  background: #005eb8;
}
.discount-wrap .delete .icon-cross {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  font-size: 16px;
}
.discount-wrap .total {
  background: #ffebda;
  text-align: right;
}
.discount-wrap .total td {
  padding: 10px 20px;
}
.discount-wrap .total .redfocus {
  font-size: 20px;
}
.discount-wrap .note-Box {
  box-sizing: border-box;
  height: 145px;
  overflow-y: auto;
  border: 1px solid #d5d5d5;
  padding: 15px 20px;
}
.discount-wrap .agreecheck {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.discount-wrap .agreecheck > li:first-child {
  margin-bottom: 20px;
}

.ndc-container {
  box-sizing: border-box;
  color: #333;
  text-shadow: 0 0 0 #333;
  margin: 0 auto;
  min-width: 640px;
  font: 14px/1.8 verdana, 微軟正黑體;
  padding: 30px 20px;
}
@media (min-width: 960px) {
  .ndc-container {
    max-width: 960px;
  }
}
.ndc-container .largeFont {
  font-size: 20px;
}
.ndc-container .ui-btn-gray:hover {
  cursor: default;
  background: #b1b1b1;
  box-shadow: 0 2px 0 #8c8c8c;
}
.ndc-container .mobile-fixTitle,
.ndc-container .details-device {
  display: none;
}
.ndc-container .details {
  position: relative;
  width: 98%;
  margin: 0 auto;
}
.ndc-container .details .tableStyle-wrap {
  width: 100%;
  text-align: center;
}
.ndc-container .details tbody tr:not(:last-child) td {
  border-bottom: 1px solid #ddd;
}
.ndc-container .details tbody tr:not(:last-child) td:nth-child(1) {
  border-bottom: 1px solid #fff;
}
.ndc-container .details tr {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ndc-container .details th, .ndc-container .details td {
  box-sizing: border-box;
  width: 100%;
}
.ndc-container .details th {
  padding: 5px;
}
.ndc-container .details td {
  padding: 12px 5px;
  vertical-align: middle;
}
.ndc-container .details td:nth-child(1) {
  background: #f9f9f9;
}
.ndc-container .topTitle th {
  font-weight: normal;
}
.ndc-container .topTitle th:nth-child(odd) {
  background: #ceadd7;
}
.ndc-container .topTitle th:nth-child(even) {
  background: #b584c3;
}
.ndc-container .topTitle th:nth-child(1) {
  background: #f9f9f9;
}
.ndc-container .topTitle th:not(:nth-child(1)) {
  color: #fff;
}
.ndc-container .info-wrap {
  margin-top: 20px;
  color: #666;
}
.ndc-container .details-nav {
  width: 100%;
  position: absolute;
  top: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.ndc-container .details-nav > li {
  position: absolute;
}
.ndc-container .details-nav .icon-arrow {
  color: #d5d5d5;
  text-shadow: 0 0 0 #d5d5d5;
  display: block;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
}
.ndc-container .details-nav .icon-arrow:hover {
  cursor: pointer;
  color: #aba9a9;
  text-shadow: 0 0 0 #aba9a9;
}
.ndc-container .details-nav .prevBtn {
  left: 15px;
  top: 0;
  transform: rotate(180deg);
}
.ndc-container .details-nav .nextBtn {
  right: 10px;
  top: -30px;
}

.loadingContainer {
  margin-top: 80px;
}

.introjs-overlay {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: radial-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.8));
  overflow-y: unset;
  border: none;
  font: 15px/1.8 verdana, 微軟正黑體;
}
.introjs-overlay .device {
  display: none;
}
.introjs-overlay .largeFont {
  font-size: 18px;
}
.introjs-overlay .tag-list > li,
.introjs-overlay .open-condition,
.introjs-overlay .removeBtn,
.introjs-overlay .start-filter,
.introjs-overlay .close-condition {
  cursor: default;
}
.introjs-overlay .removeBtn:hover {
  color: #999;
  text-shadow: 0 0 0 #999;
  border-bottom: 1px dashed #ccc;
}
.introjs-overlay .start-filter:hover {
  color: #00a3e0 !important;
  text-shadow: 0 0 0 #00a3e0 !important;
  text-shadow: 0 0 0 #00a3e0;
  border: 1px solid #00a3e0;
}
.introjs-overlay .area {
  color: #333;
  text-shadow: 0 0 0 #333;
  margin: 0 auto;
  min-width: 640px;
  width: 98%;
  margin: 495px auto 20px;
  position: relative;
}
@media (min-width: 960px) {
  .introjs-overlay .area {
    max-width: 960px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .introjs-overlay .area {
    margin: 100px auto 20px;
  }
}
.introjs-overlay .area .step2 {
  animation: fadeIn 0.5s ease-out;
}
.introjs-overlay .infoBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
}
.introjs-overlay .infoTxt {
  border-radius: 10px;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  background: #252525;
  box-shadow: 0 0 10px #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  width: 500px;
  font-size: 14px;
}
.introjs-overlay .infoTxt > ul {
  margin-right: 10px;
}
.introjs-overlay .closeBtn {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  display: block;
  border-bottom: 1px dashed #fff;
  cursor: pointer;
  margin-top: 10px;
}
.introjs-overlay .closeBtn:hover {
  color: #ffc600;
  border-bottom: 1px dashed #ffc600;
}
.introjs-overlay .tag-list,
.introjs-overlay .condition-wrap {
  border: 1px solid #99daf3;
  background: #f2fbff;
}
.introjs-overlay .open-condition:hover,
.introjs-overlay .close-condition:hover {
  background: #ccedf9;
}
.introjs-overlay .open-condition .iconLead {
  position: absolute;
  top: 60%;
  right: 7px;
  width: 40px;
}
.introjs-overlay .condition-item label {
  display: flex;
  align-items: center;
  padding: 0;
  cursor: default;
}
.introjs-overlay .condition-item label:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url(../../images/all_icon.png) 0 -121px no-repeat;
}
.introjs-overlay .no-limit label:before {
  background: url(../../images/all_icon.png) -44px -121px no-repeat;
}
.introjs-overlay .exclude > div {
  display: flex;
}

.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;
  }
}
.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 .w-Lsize {
  min-width: 280px;
}
.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;
}