﻿@charset "UTF-8";
/* -------------
    * basic css
    * ---------- */
/* -------------
    * font color
    * ---------- */
/* -------------
    * background color
    * ---------- */
/* -------------
    * 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: 0em 0em 0em #fff !important;
  font: 15px/1.6 verdana, 微軟正黑體;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  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: 0em 0em 0em #fff !important;
  font: 15px/1.6 verdana, 微軟正黑體;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  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: 0em 0em 0em #fff !important;
  font: 15px/1.6 verdana, 微軟正黑體;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #b1b1b1;
  box-shadow: 0 2px 0 #8c8c8c;
}

.ui-btn-gray:hover {
  background: #919090;
  box-shadow: 0 2px 0 #7a7a7a;
}

/* -------------
    * 麵包屑 ui-breadcrumb
    * ---------- */
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.6 verdana, 新細明體;
  color: #333;
  display: inline-block;
}

ul.ui-breadcrumb a:hover {
  color: #00a3e0;
  text-shadow: 0em 0em 0em #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: 0em 0em 0em #00a3e0;
}

.ui-text a.ui-blue:hover {
  color: #005eb8;
  text-shadow: 0em 0em 0em #005eb8;
}

.ui-text a.ui-darkgreen {
  color: #009a44;
  text-shadow: 0em 0em 0em #009a44;
}

.ui-text a.ui-darkgreen:hover {
  color: #31b700;
  text-shadow: 0em 0em 0em #31b700;
}

.ui-text .ui-black {
  color: #333;
  text-shadow: 0em 0em 0em #333;
}

.ui-text .ui-red {
  color: #d6001c;
  text-shadow: 0em 0em 0em #d6001c;
}

/*** 內文 - 有連結 ui-underline ***/
.ui-underline li {
  float: left;
}

.ui-underline .ui-blue {
  color: #00a3e0;
  text-shadow: 0em 0em 0em #00a3e0;
  border-bottom: 1px dashed #00a3e0;
}

.ui-underline .ui-blue:hover {
  color: #005eb8;
  text-shadow: 0em 0em 0em #005eb8;
  border-bottom: 1px dashed #005eb8;
}

.ui-underline .ui-black {
  color: #333;
  text-shadow: 0em 0em 0em #333;
  border-bottom: 1px dashed #aaa;
}

.ui-underline .ui-black:hover {
  color: #005eb8;
  text-shadow: 0em 0em 0em #005eb8;
}

.ui-underline .ui-red {
  color: #de3349;
  text-shadow: 0em 0em 0em #de3349;
  border-bottom: 1px dashed #de3349;
}

.ui-underline .ui-red:hover {
  color: #d6001c;
  text-shadow: 0em 0em 0em #d6001c;
  border-bottom: 1px dashed #de3349;
}

.ui-underline .ui-orange {
  color: #fd7035;
  text-shadow: 0em 0em 0em #fd7035;
  border-bottom: 1px dashed #feb79a;
}

.ui-underline .ui-orange:hover {
  color: #ff9e1b;
  text-shadow: 0em 0em 0em #ff9e1b;
}

/*** 內文 - 功能和重要性 ui-arrow-back ***/
.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: 0em 0em 0em #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: 0em 0em 0em #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: 0em 0em 0em #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: 0em 0em 0em #00a3e0;
}

.ui-arrow-back a.ui-lightblack:hover:before {
  background: url(../images/all_icon.png) 0 0 no-repeat;
}

/*** 內文 - 向右箭頭 ui-arrow-right ***/
.ui-arrow-right li {
  float: left;
}

.ui-arrow-right a {
  color: #666;
  text-shadow: 0em 0em 0em #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: 0em 0em 0em #00a3e0;
}

.ui-arrow-right a:hover:after {
  background: url(../images/all_icon.png) -20px -30px no-repeat;
}

/* -------------
    * 頁籤 tab
    * ---------- */
.ui-tab-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

/*** 頁籤 1 ui-tab-wireframe ***/
.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;
}

/*** 頁籤 2 ui-tab-purpleframe ***/
.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: 0em 0em 0em #84329b;
  border-top: 3px solid #b34cd1;
}

/*** 頁籤 3 ui-tab-blueframe ***/
.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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 0em 0em 0em #00a3e0;
}

/* -------------
    * 標題 ui-title
    * ---------- */
.ui-title {
  border-bottom: 1px solid #d5d5d5;
}

.ui-title p {
  font: 20px/1.6 verdana, 微軟正黑體;
  color: #84329b;
  text-shadow: 0em 0em 0em #84329b;
  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;
  font: 15px/1.6 verdana, 微軟正黑體;
  outline: none;
  padding: 7px 6px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}

.ui-input-box input[type=text]:focus, .ui-input-box input[type=text]:hover,
.ui-input-box input[type=password]:focus,
.ui-input-box input[type=password]:hover,
.ui-input-box input[type=tel]:focus,
.ui-input-box input[type=tel]:hover {
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}

.ui-input-box input[type=text]::placeholder,
.ui-input-box input[type=password]::placeholder,
.ui-input-box input[type=tel]::placeholder {
  color: #999;
  text-shadow: 0em 0em 0em #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 .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 {
  font: 15px/1.6 verdana, 微軟正黑體;
}

.ui-form-box label {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 10%;
  text-align: right;
  padding-right: 5px;
  line-height: 35px;
}

.ui-form-box select {
  clear: none;
}

.ui-form-box .wide {
  width: calc(100% - 10%) !important;
  clear: none;
  font: 15px/35px verdana, 微軟正黑體;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  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;
}

.ui-form-box .nice-select .option.focus {
  background: #fff;
  color: #00a3e0;
  text-shadow: 0em 0em 0em #00a3e0;
}

.ui-form-box .nice-select .option:hover, .ui-form-box .nice-select .option .selected.focus {
  background: #00a3e0;
  color: #fff;
  text-shadow: 0em 0em 0em #fff;
}

/*** textarea ***/
.ui-textarea {
  font: 15px/1.6 verdana, 微軟正黑體;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 8px;
}

.ui-textarea:focus {
  outline: none;
  border: 1px solid #00a3e0;
  box-shadow: 0px 1px 3px #efefef;
}

.ui-textarea::placeholder {
  color: #999;
  text-shadow: 0em 0em 0em #999;
}

/* -------------
    * 色碼 ui-color
    * ---------- */
.ui-color {
  display: inline-block;
  width: 900px;
}

.ui-color ul {
  margin-bottom: 10px;
}

.ui-color li {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: calc(100% / 6);
  height: 30px;
}

.ui-color .purple .purple-100 {
  background: #84329b;
}

.ui-color .purple .purple-80 {
  background: #9d5baf;
}

.ui-color .purple .purple-60 {
  background: #b584c3;
}

.ui-color .purple .purple-40 {
  background: #ceadd7;
}

.ui-color .purple .purple-20 {
  background: #e6d6eb;
}

.ui-color .purple .purple-10 {
  background: #f2eaf5;
}

.ui-color .blue .blue-100 {
  background: #00a3e0;
}

.ui-color .blue .blue-80 {
  background: #33b5e6;
}

.ui-color .blue .blue-60 {
  background: #66c8ec;
}

.ui-color .blue .blue-40 {
  background: #99daf3;
}

.ui-color .blue .blue-20 {
  background: #ccedf9;
}

.ui-color .blue .blue-10 {
  background: #e5f6fc;
}

.ui-color .darkblue .darkblue-100 {
  background: #005eb8;
}

.ui-color .darkblue .darkblue-80 {
  background: #337ec6;
}

.ui-color .darkblue .darkblue-60 {
  background: #669ed4;
}

.ui-color .darkblue .darkblue-40 {
  background: #99bfe3;
}

.ui-color .darkblue .darkblue-20 {
  background: #ccdff1;
}

.ui-color .darkblue .darkblue-10 {
  background: #e5eff8;
}

.ui-color .pink .pink-100 {
  background: #d40f7d;
}

.ui-color .pink .pink-80 {
  background: #dd3f97;
}

.ui-color .pink .pink-60 {
  background: #e56fb1;
}

.ui-color .pink .pink-40 {
  background: #ee9fcb;
}

.ui-color .pink .pink-20 {
  background: #f6cfe5;
}

.ui-color .pink .pink-10 {
  background: #fbe7f2;
}

.ui-color .darkorange .darkorange-100 {
  background: #fc4c02;
}

.ui-color .darkorange .darkorange-80 {
  background: #fd7035;
}

.ui-color .darkorange .darkorange-60 {
  background: #fd9467;
}

.ui-color .darkorange .darkorange-40 {
  background: #feb79a;
}

.ui-color .darkorange .darkorange-20 {
  background: #fedbcc;
}

.ui-color .darkorange .darkorange-10 {
  background: #ffede5;
}

.ui-color .orange .orange-100 {
  background: #ff9e1b;
}

.ui-color .orange .orange-80 {
  background: #ffb149;
}

.ui-color .orange .orange-60 {
  background: #ffc576;
}

.ui-color .orange .orange-40 {
  background: #ffd8a4;
}

.ui-color .orange .orange-20 {
  background: #ffecd1;
}

.ui-color .orange .orange-10 {
  background: #fff5e8;
}

.ui-color .yellow .yellow-100 {
  background: #ffc600;
}

.ui-color .yellow .yellow-80 {
  background: #ffd133;
}

.ui-color .yellow .yellow-60 {
  background: #ffdd66;
}

.ui-color .yellow .yellow-40 {
  background: #ffe899;
}

.ui-color .yellow .yellow-20 {
  background: #fff4cc;
}

.ui-color .yellow .yellow-10 {
  background: #fff9e5;
}

.ui-color .red .red-100 {
  background: #d6001c;
}

.ui-color .red .red-80 {
  background: #de3349;
}

.ui-color .red .red-60 {
  background: #e66677;
}

.ui-color .red .red-40 {
  background: #ef99a4;
}

.ui-color .red .red-20 {
  background: #f7ccd2;
}

.ui-color .red .red-10 {
  background: #fbe5e8;
}

.ui-color .darkgreen .darkgreen-100 {
  background: #009a44;
}

.ui-color .darkgreen .darkgreen-80 {
  background: #33ae69;
}

.ui-color .darkgreen .darkgreen-60 {
  background: #66c28f;
}

.ui-color .darkgreen .darkgreen-40 {
  background: #99d7b4;
}

.ui-color .darkgreen .darkgreen-20 {
  background: #ccebda;
}

.ui-color .darkgreen .darkgreen-10 {
  background: #e5f5ec;
}

.ui-color .green .green-100 {
  background: #31b700;
}

.ui-color .green .green-80 {
  background: #5ac533;
}

.ui-color .green .green-60 {
  background: #83d466;
}

.ui-color .green .green-40 {
  background: #ade299;
}

.ui-color .green .green-20 {
  background: #d6f1cc;
}

.ui-color .green .green-10 {
  background: #eaf8e5;
}

.ui-color .gray .gray-100 {
  background: #b6ada5;
}

.ui-color .gray .gray-80 {
  background: #c5bdb7;
}

.ui-color .gray .gray-60 {
  background: #d3cec9;
}

.ui-color .gray .gray-40 {
  background: #e2dedb;
}

.ui-color .gray .gray-20 {
  background: #f0efed;
}

.ui-color .gray .gray-10 {
  background: #f8f7f6;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* -------------
    * basic css
    * ---------- */
img, object, embed, video {
  max-width: 100%;
}

ul, li, p {
  margin: 0;
  list-style: none;
  padding: 0;
}

h1, h2, h3 {
  display: none !important;
}

a, a:hover, a:active, a:visited {
  color: #333;
  text-decoration: none;
  outline: none !important;
}

html, button, input, select, textarea {
  color: #333;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.spacebox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* input輸入後文字 */
.blur {
  color: #999;
}

.myBlur {
  color: #999;
}

/* tablet Layout: 640px to a max of 768px. */
/* -------------
	* payeasy版型調整 770px
	* ------------- */
.payeasy_wrap {
  /*width: 770px !important;*/
    color: #333;
    text-shadow: 0 0 0 #333;
    font-family: verdana,微軟正黑體 !important;
}

.payeasy_search_box {
  width: 100%;
  /*height: 190px;*/
  border: 1px solid #d5d5d5;
  padding: 20px 10px 15px;
}

.payeasy_wrap .search_results ul.item_box {
  width: 85%;
}

.payeasy_wrap .search_results p.item_title {
  width: 10%;
}

.mainContainer {
  max-width: none !important;
  padding: 0 !important;
}

.containbox {
  margin: 0 auto 20px;
}

.wrap960 .containbox {
  width: 960px;
}

/* -------------
	* TOP_搜尋+推薦首選
	* ------------- */
/* 搜尋 */
.airticket_search_box {
  width: 470px;
  min-height: 190px;
  border: 1px solid #d5d5d5;
}

.airticket_search_box .airticket_search {
  padding: 20px 10px 15px;
}

/* 促銷banner */
.airticket_top_pic {
  width: 470px;
  min-height: 190px;
}

.airticket_top_pic a.topban-link {
  display: block;
  width: 100%;
  height: 100%;
}

.airticket_top_pic .single-item .slick-prev,
.airticket_top_pic .single-item .slick-next {
  z-index: 10;
}

.airticket_top_pic .single-item .slick-prev {
  left: 8px;
}

.airticket_top_pic .single-item .slick-next {
  right: 8px;
}

.airticket_top_pic .slick-dots li button:before {
  color: #cacaca;
  opacity: 1;
}

.airticket_top_pic .slick-dots li.slick-active button:before {
  color: #84329b;
}

/* 推薦首選 */
.airticket_top_promotion {
  width: 470px;
  height: 190px;
  border: 1px solid #d5d5d5;
  padding: 2px 10px;
  font-size: 15px;
}

.airticket_top_promotion p.promotion_title {
  color: #005eb8;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #99daf3;
  line-height: 28px;
  padding: 0 0 3px 35px;
  margin: 5px 0 7px 0;
  background: url(../images/icon_promotion.jpg) 0 -3px no-repeat;
}

.airticket_top_promotion ul.promotion_product {
  overflow: hidden;
}

.airticket_top_promotion ul.promotion_product,
.airticket_top_promotion ul.promotion_product li,
.airticket_top_promotion ul.promotion_product a {
  display: block;
}

.airticket_top_promotion ul.promotion_product a {
  width: 100%;
  height: 100%;
}

.airticket_top_promotion ul.promotion_product a:hover p.product_list {
  color: #00a3e0;
}

.airticket_top_promotion ul.promotion_product li {
  border-bottom: 2px dotted #efefef;
  padding-bottom: 4px;
  margin-bottom: 6px;
}

.airticket_top_promotion ul.promotion_product li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.airticket_top_promotion ul.promotion_product .labelBox {
  display: inline-block;
}

.airticket_top_promotion ul.promotion_product .labelBox img {
  position: relative;
  left: -5px;
  top: -1px;
}

.airticket_top_promotion ul.promotion_product span.label {
  display: inline-block;
  color: #fff;
  background: #005eb8;
  padding: 2px 5px;
}

.airticket_top_promotion ul.promotion_product p.product_list {
  display: inline-block;
  width: 74%;
  vertical-align: top;
  padding-top: 1px;
}

.airticket_top_promotion ul.promotion_product span.price {
  color: #d6001c;
}

.airticket_top_promotion ul.promotion_product span.price strong {
  font-weight: normal;
  font-size: 18px;
}

.listBox {
  width: 78%;
  height: 25px;
  overflow: hidden;
}

.priceBox {
  width: 22%;
  text-align: right;
}

/* -------------
	* CENTER_搜尋結果
	* ------------- */
.search_results {
  font-size: 15px;
}

.search_results_info {
  margin-bottom: 10px;
}

.search_results_info p {
  display: inline-block;
}

.search_results_info p.info_title {
  background: url(../images/icon_magnifier.png) 0 3px no-repeat;
  padding-left: 20px;
}

.search_results .search_results_box {
  border: 1px solid #00a3e0;
  background: #f2fbff;
  padding: 25px 20px 5px;
  position: relative;
}

.search_results .item_wrap {
  margin-bottom: 20px;
}

.search_results p.item_title {
  float: left;
  display: block;
  width: 8%;
  margin-right: 15px;
  text-align: right;
}

.search_results ul.item_box {
  float: right;
  display: block;
  border-left: 1px solid #d5d5d5;
  width: 88.4%;
  padding: 2px 0 0 17px;
}

.search_results ul.item_box li {
  display: block;
  float: left;
  margin: 0 15px 6px 0;
}

.search_results ul.item_box li p {
  display: inline-block;
}

.search_results span.jqTransformCheckboxWrapper {
  vertical-align: top !important;
  padding-top: 2px;
}

.search_results ul.item_box li span {
  color: #005eb8;
  text-decoration: underline;
}

.search_results_box a.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 7px no-repeat;
}

.search_results_box a:hover.clear_btn {
  color: #005eb8;
}

#tktPage_SearchAdvanced {
  clear: both;
  width: 750px;
  margin: 0 auto;
  padding: 15px 0;
}

.tktPage_SearchAdvanced_title {
  overflow: hidden;
  padding: 5px 0 5px 0;
  font-size: 15px;
  border-bottom: solid 2px #3f95d2;
}

.tktPage_SearchAdvanced_icon img {
  vertical-align: bottom;
  margin-top: 3px;
  margin-top: 1px \9;
  display: block;
  float: left;
}

.tktPage_SearchAdvanced_avoid {
  padding: 8px 5px;
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  line-height: 2px !important;
}

/* -------------
	* 181212_搜尋調整
    * ------------- */
.wrap960 .re_intype input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  outline: none;
  padding: 0 6px;
  margin: 0;
  border: solid 1px #d4d4d4;
  box-shadow: inset 0px 1px 3px #eee;
  height: 28px;
  line-height: 26px;
  font: 15px/1.6 verdana, 微軟正黑體;
}
