﻿@charset "UTF-8";
/* -------------
    * desktop
    * ---------- */
/* -------------
        * pad
        * ---------- */
/* -------------
    * mobile
    * ---------- */
/* -------------
        * landscape
        * ---------- */
/* -------------
        * Firefox
        * ---------- */
/* -------------
        * IE
        * ---------- */
.pkg_search {
  font: 13px/1.8 verdana, 微軟正黑體;
  color: #333;
  margin: 0 auto;
}

.pkg_search .searchbox {
  position: relative;
}

.pkg_search .selector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}

.pkg_search .selector span {
  width: 100% !important;
}

.pkg_search .selector select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 13px/1.8 verdana, 微軟正黑體;
  height: 100% !important;
  top: 0;
  left: 0;
}

.pkg_search .title {
  display: flex;
  height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}

.pkg_search .title p {
  font-size: 16px;
  font-weight: bold;
  color: #00a3e0;
  margin-right: 15px;
}

.pkg_search .title a {
  display: block;
}

.pkg_search .title a:hover {
  color: #00a3e0;
}

.pkg_search .title .compare {
  display: none;
}

.pkg_search .search-tab-link {
  display: flex;
}

.pkg_search .search-tab-link a {
  height: 100%;
  display: block;
  padding: 0 10px;
}

.pkg_search .search-tab-link > li {
  position: relative;
  line-height: 28px;
}

.pkg_search .search-tab-link > li.active {
  border-bottom: 2px solid #00a3e0;
}

.pkg_search .search-tab-link > 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;
}

.pkg_search .search-tab-link > li.active a, .pkg_search .search-tab-link > li:hover a {
  color: #00a3e0;
}

.pkg_search .item-row > li {
  margin-bottom: 10px;
  position: relative;
  display: flex;
}

.pkg_search .item-row .listName {
  width: 70px;
  margin-right: 7px;
  text-align: right;
  flex: 0 0 auto;
  line-height: 26px;
}

.pkg_search .item-row .red_c {
  color: #d6001c;
  position: relative;
  right: 2px;
  top: 3px;
  font-size: 14px;
}

.pkg_search .item-row .typeintext {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px #eee;
  border: 1px solid #d4d4d4;
  padding: 0 5px;
  height: 26px;
}

.pkg_search .sel_form {
  width: 120px;
}

.pkg_search .sel_w2 {
  width: 250px;
}

.pkg_search .re_intype.nd_w {
  display: flex;
  align-items: center;
}

.pkg_search .calendar_icon {
  margin: 0 7px;
}

.pkg_search .sel_chose_p {
  width: 70px;
  margin-right: 7px;
}

.pkg_search .search_btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 15px/1.8 verdana, 微軟正黑體;
  width: 80px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: none;
  border-radius: 2px;
  color: #fff;
  background: #00a3e0;
  box-shadow: 0 2px 0 #005eb8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pkg_search .search_btn img {
  margin-right: 3px;
}

#pkg_tour .search_btn {
  bottom: -50px;
  margin: 0 !important;
}

#pkg_personal .search_btn {
  bottom: 10px;
}

.pkg_search.index_wrap .search-tab-link a {
  border-bottom: none;
  background: none;
}

.pkg_search.index_wrap .destination_tab .destination_tab_menu li {
  width: auto !important;
}

.pkg_search.index_wrap .place_region_box a,
.pkg_search.index_wrap .recent_search_box a {
  margin-bottom: 10px;
}

.pkg_search.index_wrap #pkg_tour .selector {
  width: 150px !important;
}

.pkg_search.index_wrap .search_btn {
  width: 100px !important;
}

.pkg_search.pkg_wrap {
  margin-top: -10px;
}
