@charset "UTF-8";
/* -------------
    * desktop
    * ---------- */
/* -------------
        * pad
        * ---------- */
/* -------------
    * mobile
    * ---------- */
/* -------------
        * landscape
        * ---------- */
/* -------------
        * Firefox
        * ---------- */
/* -------------
        * IE
        * ---------- */
.destination_popup_box,
.text_search_popup2_box {
  position: absolute;
  left: 80px;
  background: #fff;
  z-index: 20;
  box-shadow: 0 0 7px rgba(121, 121, 121, 0.3);
  border-radius: 2px;
  border: 1px solid #00a3e0;
  font: 15px/1.8 verdana, 微軟正黑體;
}

.destination_popup_box:after, .destination_popup_box:before,
.text_search_popup2_box:after,
.text_search_popup2_box:before {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  left: 30px;
}

.destination_popup_box:before,
.text_search_popup2_box:before {
  border-bottom: 10px solid #00a3e0;
  bottom: 100%;
  top: -20px;
}

.destination_popup_box:after,
.text_search_popup2_box:after {
  border-bottom: 10px solid #fff;
  top: -19px;
}

.destination_popup_box {
  width: 500px;
}

.text_search_popup2_box {
  width: 400px;
  padding: 10px;
}

.destination_tab {
  padding: 10px;
}

.destination_tab .destination_tab_menu {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #d5d5d5;
}

.destination_tab .destination_tab_menu li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.destination_tab .destination_tab_menu li a:hover {
  color: #00a3e0;
}

.destination_tab .destination_tab_menu li.active a {
  border-bottom: 2px solid #00a3e0;
  color: #00a3e0;
  position: relative;
  top: 0;
}

.destination_tab .destination_tab_menu li.list_mb {
  display: none;
}

.destination_tab .destination_tab_container {
  margin: 20px 0 0 0;
}

.recent_searches {
  padding: 20px 0 0 0;
  margin: 0 15px;
  border-top: 1px solid #d5d5d5;
}

.recent_searches .recent_search_label p {
  color: #84329b;
  background: #e6d6eb;
}

.recent_searches .place_recent_search {
  float: left;
  width: calc( 100% - 80px);
}

.remarks {
  background: #f2f2f2;
  text-align: center;
  padding: 7px 10px;
}

.remarks p {
  color: #999;
  font: 13px/1.8 verdana, 微軟正黑體;
}

.text_search_popup_box {
  width: 400px;
}

.text_search_popup_box:after, .text_search_popup_box:before {
  content: '';
  position: absolute;
  left: 100px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}

.text_search_popup_box:before {
  border-bottom: 10px solid #c5c5c5;
  bottom: 100%;
  top: -20px;
}

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

.alert {
  color: #fc4c02;
  font: 13px/1.8 verdana, 微軟正黑體;
  text-align: center;
}

.place_box,
.popup2_wrap {
  *zoom: 1;
  font: 13px/1.8 verdana, 微軟正黑體;
  margin-bottom: 10px;
}

.place_box:before, .place_box:after,
.popup2_wrap:before,
.popup2_wrap:after {
  content: "";
  display: table;
}

.place_box:after,
.popup2_wrap:after {
  clear: both;
}

.place_box:last-child,
.popup2_wrap:last-child {
  margin-bottom: 0;
}

.place_box .place_region,
.popup2_wrap .place_region {
  float: left;
  width: calc( 100% - 80px);
}

.place_box .place_region_box li,
.popup2_wrap .place_region_box li {
  display: flex;
  flex-wrap: wrap;
}

.place_box .place_region_box li a,
.popup2_wrap .place_region_box li a {
  width: 25%;
}

.text_search_list {
  float: left;
  width: calc( 100% - 60px);
}

.text_search_list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.text_search_list li:hover {
  background: #e5f6fc;
}

.text_search_list li:hover a {
  color: #00a3e0;
}

.text_search_list span {
  color: #00a3e0;
}

.place_label p,
.popup2_label p {
  color: #00a3e0;
  background: #ccedf9;
}

.place_label,
.recent_search_label,
.popup2_label {
  float: left;
  display: flex;
  align-items: center;
  width: 80px;
}

.place_label p,
.recent_search_label p,
.popup2_label p {
  line-height: 25px;
  padding: 0 7px;
}

.place_label img,
.recent_search_label img,
.popup2_label img {
  width: 10px;
  height: 25px;
}

.popup2_label {
  width: 60px;
}

.place_region_box,
.recent_search_box {
  display: block;
}

.place_region_box li,
.recent_search_box li {
  width: 100%;
}

.place_region_box li a,
.recent_search_box li a {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}

.place_region_box li a:hover,
.recent_search_box li a:hover {
  color: #00a3e0;
}

.pkg_search.index_wrap .destination_tab_container .place_box {
  margin-bottom: 10px !important;
}

.pkg_search.index_wrap .search-tab-link > li a {
  font: 13px/1.8 verdana, 微軟正黑體;
  line-height: unset;
  margin-right: 0;
  padding: 0 5px;
}

@media (min-width: 700px) {
  .pkg_search.index_wrap .search-tab-link > li a {
    padding: 0 10px;
  }
}

.pkg_search.index_wrap .des {
  font: 13px/1.8 verdana, 微軟正黑體;
}

#C000_UC035_Package_Div_Type3,
#Div_Type4 {
  top: -160px !important;
}

@media (min-width: 700px) {
  #C000_UC035_Package_Div_Type3,
  #Div_Type4 {
    top: 0 !important;
  }
}

@media (min-width: 960px) {
  #C000_UC035_Package_Div_Type3,
  #Div_Type4 {
    top: 130px !important;
  }
}

@media (min-width: 960px) {
  #Div_Type4 {
    top: 0 !important;
  }
}

.pkg_search.pkg_wrap .destination_popup_box {
  top: 440px !important;
}

.pkg_search.pkg_wrap .text_search_popup2_box,
.pkg_search.dompkg_wrap .text_search_popup2_box {
  top: 110px !important;
}

.pkg_search.tch_wrap .text_search_popup2_box,
.pkg_search.khh_wrap .text_search_popup2_box {
  top: 150px !important;
}
