﻿@charset "UTF-8";
/* -------------
    * font color
    * ---------- */
/* -------------
    * background color
    * ---------- */
/* -------------
    * reset 此區塊請勿更動
    * ---------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, li, p {
  margin: 0;
  list-style: none;
  padding: 0;
}

a, img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  display: none;
}

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

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

.ui-btn-blue:hover {
  background: #1a78b4;
  box-shadow: 0 2px 0 #0f5a8a;
}

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

.ui-btn-orange:hover {
  background: #db1a00;
  box-shadow: 0 2px 0 #ab3d2a;
}

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

.ui-btn-gray:hover {
  background: #919090;
  box-shadow: 0 2px 0 #7a7a7a;
}

.ui-btn-lineblue {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  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;
}

/* -------------
    * 標題 ui-title
    * ---------- */
.ui-title {
  border-bottom: 1px solid #d5d5d5;
}

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

/* -------------
    * 表單 form
    * ---------- */
/*** input - text ***/
.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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 7px 6px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}

.ui-input-box input[type=text]:focus, .ui-input-box input[type=text]:hover,
.ui-input-box input[type=password]:focus,
.ui-input-box input[type=password]:hover,
.ui-input-box input[type=tel]:focus,
.ui-input-box input[type=tel]:hover {
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}

.ui-input-box input[type=text]::placeholder,
.ui-input-box input[type=password]::placeholder,
.ui-input-box input[type=tel]::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}

/*** input - radio ***/
.ui-radio-box {
  display: inline-block;
}

.ui-radio-box input {
  display: none;
}

.ui-radio-box li, .ui-radio-box label {
  display: inline-block;
}

.ui-radio-box label {
  position: relative;
  cursor: pointer;
  padding-left: 23px;
}

.ui-radio-box label.not-choose {
  cursor: default;
}

.ui-radio-box label.not-choose .checkmark, .ui-radio-box label.not-choose:hover .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -66px -89px no-repeat;
}

.ui-radio-box label.not-choose .checkmark:after, .ui-radio-box label.not-choose:hover .checkmark:after {
  background: none;
}

.ui-radio-box label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.ui-radio-box label input:checked ~ .checkmark:after {
  display: block;
}

.ui-radio-box label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) 0 -89px no-repeat;
}

.ui-radio-box label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -44px -89px no-repeat;
}

.ui-radio-box label:hover input ~ .checkmark {
  background: url(../images/all_icon.png) -22px -89px no-repeat;
}

/*** input - checkbox ***/
.ui-checkbox-box {
  display: inline-block;
}

.ui-checkbox-box input {
  display: none;
}

.ui-checkbox-box li, .ui-checkbox-box label {
  display: inline-block;
}

.ui-checkbox-box label {
  position: relative;
  cursor: pointer;
  padding-left: 23px;
}

.ui-checkbox-box label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.ui-checkbox-box label input:checked ~ .checkmark:after {
  display: block;
}

.ui-checkbox-box label.not-check {
  cursor: default;
}

.ui-checkbox-box label.not-check .checkmark, .ui-checkbox-box label.not-check:hover .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -66px -121px no-repeat;
}

.ui-checkbox-box label.not-check .checkmark:after, .ui-checkbox-box label.not-check:hover .checkmark:after {
  background: none;
}

.ui-checkbox-box label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) 0 -121px no-repeat;
}

.ui-checkbox-box label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: url(../images/all_icon.png) -44px -121px no-repeat;
}

.ui-checkbox-box label:hover input ~ .checkmark {
  background: url(../images/all_icon.png) -22px -121px no-repeat;
}

/*** select ***/
.ui-form-box {
  *zoom: 1;
  font: 15px/1.8 verdana, 微軟正黑體;
}

.ui-form-box:before, .ui-form-box:after {
  content: "";
  display: table;
}

.ui-form-box:after {
  clear: both;
}

.ui-form-box label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 35px;
}

.ui-form-box select {
  clear: none;
}

.ui-form-box .wide {
  border-radius: 2px;
  clear: none;
  font: 15px/35px verdana, 微軟正黑體;
  border: 1px solid #d5d5d5;
  height: 35px;
  padding-left: 10px;
}

.ui-form-box .nice-select:active, .ui-form-box .nice-select.open, .ui-form-box .nice-select:focus {
  border: 1px solid #00a3e0;
}

.ui-form-box .nice-select ul.list {
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 1px 3px #efefef;
  margin-top: 1px;
  width: 100%;
}

.ui-form-box .nice-select .option.focus {
  background: #fff !important;
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

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

/*** textarea ***/
.ui-textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  border: 1px solid #d5d5d5;
  padding: 8px;
  resize: none;
  overflow-y: hidden;
}

.ui-textarea:focus {
  outline: none;
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}

.ui-textarea::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

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

.nice-select.open .list {
  display: block;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  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;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  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;
  -webkit-transition: all 0.2s;
  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;
}

/* -------------
    * desktop
    * ---------- */
/* -------------
        * pad
        * ---------- */
/* -------------
    * mobile
    * ---------- */
/* -------------
        * landscape
        * ---------- */
/* -------------
        * Firefox
        * ---------- */
/* -------------
        * IE
        * ---------- */
/* -------------
* basic css
* ---------- */
.domtour-location-popup {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  z-index: 10;
  position: absolute;
  top: 35px;
  border: 1px solid #d5d5d5;
  box-shadow: 2px 2px 11px rgba(100, 100, 100, 0.2);
  text-align: center;
  letter-spacing: 1px;
}

.domtour-location-popup:after, .domtour-location-popup:before {
  content: "";
  position: absolute;
  left: 10%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}

.domtour-location-popup:before {
  border-bottom: 10px solid #d5d5d5;
  bottom: 100%;
  top: -21px;
}

.domtour-location-popup:after {
  border-bottom: 10px solid #fff;
  z-index: 2;
  top: -19px;
}

.domtour-location-popup .region-nav,
.domtour-location-popup .contentWrap {
  margin: 0 7px;
}

.domtour-location-popup .region-nav {
  display: flex;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 10px;
}

.domtour-location-popup .region-nav > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
  margin-bottom: 0 !important;
}

.domtour-location-popup .region-nav > li.active {
  border-bottom: 2px solid #00a3e0;
}

.domtour-location-popup .region-nav > li.active a {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.domtour-location-popup .region-nav > li:hover a {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.domtour-location-popup .region-nav > li > a {
  display: block;
  padding: 3px 15px;
  width: auto;
}

.domtour-location-popup .area-row {
  display: block;
  font: 13px/1.8 verdana, 微軟正黑體;
}

.domtour-location-popup .area-row:not(:first-child) {
  margin-top: 15px;
}

.domtour-location-popup .area-row > li {
  *zoom: 1;
  display: block;
  position: relative;
}

.domtour-location-popup .area-row > li:before, .domtour-location-popup .area-row > li:after {
  content: "";
  display: table;
}

.domtour-location-popup .area-row > li:after {
  clear: both;
}

.domtour-location-popup .subtitle,
.domtour-location-popup .region-item {
  float: left;
}

.domtour-location-popup .subtitle {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  background: #ccedf9;
  padding: 0 5px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 5px;
}

.domtour-location-popup .subtitle:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #ccedf9;
}

.domtour-location-popup .region-item {
  display: flex;
  flex-wrap: wrap;
  margin-left: 55px;
  width: calc(100% - 55px);
  text-align: left;
}

.domtour-location-popup .region-item > li {
  width: 100%;
}

.domtour-location-popup .region-item > li > a {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}

.domtour-location-popup .region-item > li > a:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.domtour-location-popup .region-item span {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.domtour-location-popup .remarks {
  font: 13px/1.8 verdana, 微軟正黑體;
  background: #efefef;
  padding: 3px 0;
  margin-top: 20px;
}

.domtour-location-popup .remarks > p {
  color: #999;
  text-shadow: 0 0 0 #999;
}

.domtour-location-popup .no-result {
  font: 13px/1.8 verdana, 微軟正黑體;
  color: #999;
  text-shadow: 0 0 0 #999;
  padding: 10px 0;
}

.region-tabBox.block-style .region-item > li {
  width: 25%;
}

.region-tabBox.list-style .contentWrap {
  margin: 10px;
}

.domtour-searchbox {
  color: #333;
  text-shadow: 0 0 0 #333;
  font: 14px/1.8 verdana, 微軟正黑體;
}

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

.domtour-searchbox button.ui-btn-orange, .domtour-searchbox button.ui-btn-gray, .domtour-searchbox button.ui-btn-blue, .domtour-searchbox a.ui-btn-orange, .domtour-searchbox a.ui-btn-gray, .domtour-searchbox a.ui-btn-blue {
  font: 15px/1.8 verdana, 微軟正黑體;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 28px;
}

.domtour-searchbox button img, .domtour-searchbox a img {
  display: block;
  margin-right: 3px;
}

.domtour-searchbox input {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px/1.8 verdana, 微軟正黑體;
  line-height: 1;
  outline: none;
  padding: 7px 6px;
  border: 1px solid #d5d5d5;
  height: 30px;
}

.domtour-searchbox input:focus, .domtour-searchbox input:hover {
  border: 1px solid #00a3e0;
  box-shadow: 0 1px 3px #efefef;
}

.domtour-searchbox input::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .domtour-searchbox input {
    /* 去除IOS下input陰影 */
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
  }
}

.domtour-searchbox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #333;
}

.domtour-searchbox .nice-select {
  font: 14px/1.8 verdana, 微軟正黑體;
  line-height: 30px;
  height: 30px;
}

.domtour-searchbox .nice-select > ul.list {
  max-height: 160px;
  overflow-y: auto;
}

.domtour-searchbox .nice-select > ul.list > li {
  display: block;
}

.domtour-searchbox .title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}

.domtour-searchbox .title > p {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
  font-size: 16px;
  margin-right: 10px;
}

.domtour-searchbox .information-title {
  width: 70px;
  margin-right: 7px;
  text-align: right;
}

.domtour-searchbox .tab-wrap .leftBox {
  display: flex;
  align-items: center;
  position: relative;
}

.domtour-searchbox .star:before {
  content: '*';
  color: #d6001c;
  text-shadow: 0 0 0 #d6001c;
  display: inline-block;
  position: relative;
  top: 2px;
  right: 2px;
}

.domtour-searchbox .search-nav {
  display: flex;
  font-size: 13px;
}

.domtour-searchbox .search-nav a {
  height: 100%;
  display: block;
  padding: 0 10px;
}

.domtour-searchbox .search-nav > li {
  position: relative;
  line-height: 28px;
}

.domtour-searchbox .search-nav > li.active {
  border-bottom: 2px solid #00a3e0;
}

.domtour-searchbox .search-nav > li.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #00a3e0 transparent;
}

.domtour-searchbox .search-nav > li.active a, .domtour-searchbox .search-nav > li:hover a {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}

.domtour-searchbox .item-row > li {
  display: flex;
  width: 100%;
}

.domtour-searchbox .item-row > li:not(:last-child) {
  margin-bottom: 10px;
}

.domtour-searchbox .item-row .nice-select.wide {
  width: 90px;
}

.domtour-searchbox .item-row input {
  width: 120px;
}

.domtour-searchbox .item-row input.sel_w2 {
  width: calc(100% - 84px);
}

.domtour-searchbox .item-row .row01 input {
  width: 170px;
}

.domtour-searchbox .calendar_icon {
  display: block;
  margin-left: 5px;
}

.domtour-searchbox .calendar_icon > a {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url("/COLA_AppFiles/A000_WebControls/images/calendar_icon_search.png") left top;
  width: 18px;
  height: 20px;
}

.domtour-searchbox .calendar_icon > a:hover {
  background: url(/COLA_AppFiles/A000_WebControls/images/calendar_icon_search.png) right top;
}

.domtour-searchbox .btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.domtour-searchbox .btn-wrap a {
  width: auto;
}

.domtour-searchbox .domtour-location-popup {
  width: 420px;
  left: 77px;
}

.domtour-searchbox .ui-form-box select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  font: 13px/1.8 verdana, 微軟正黑體;
  outline: none;
  padding: 0 6px 0 3px;
  height: 30px;
  width: 80px;
}

.domtour-searchbox .ui-form-box select:hover {
  border: 1px solid #00a3e0;
  cursor: pointer;
}

#pkg_tour .region-item > li {
  margin-bottom: 0;
}

.tch_wrap .btn-wrap,
.khh_wrap .btn-wrap {
  position: static;
}
