@charset "UTF-8";
/*-------------------------------------------------------------------------------*/
/*    Travel                                                                                     */
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*    $Base                                                                                    */
/*-------------------------------------------------------------------------------*/
body {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html, body, form {
  height: 100%;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

input {
  box-sizing: border-box;
}

/*-------------------------------------------------------------------------------*/
/*    Travel Help                                                                            */
/*-------------------------------------------------------------------------------*/
.kf_full {
  margin: 0 auto;
  text-align: center;
  line-height: 1.5rem;
}

.kf_full::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .kf_full {
    max-width: 1176px;
  }
}

.fa {
  margin: 0 .25rem;
}

.kf_tit {
  display: block;
  padding: .5rem 0;
  font-size: 1.5em;
}

.kf_tit-h5 {
  font-size: 1.25em;
}

.kf_item_tit {
  font-weight: bold;
  color: #00857e;
}

.kf_fs-sm {
  font-size: 0.875em;
}

.kf_thick {
  font-weight: bold;
}

.kf_truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kf_truncate2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kf_col, .kf_three1, .kf_three2 {
  box-sizing: border-box;
}

.kf_col::after, .kf_three1::after, .kf_three2::after {
  content: "";
  display: table;
  clear: both;
}

.kf_col {
  margin: 1% 0;
}

.kf_three1, .kf_three2 {
  width: 100%;
}

.kf_spacing_mt-m {
  margin-top: 1rem;
}

.kf_spacing_mt-lg {
  margin-top: 2rem;
}

.kf_spacing_pv-m {
  padding: 1rem 0;
}

.kf_spacing_pb {
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .kf_col {
    float: left;
    margin: 1% 0 1% 1.6%;
  }
  .kf_col:first-child {
    margin-left: 0;
  }
  .kf_three2 {
    width: 66.1%;
  }
  .kf_three1 {
    width: 32.2%;
  }
  .kf_spacing_pb {
    padding-bottom: 5rem;
  }
}

/*-------------------------------------------------------------------------------*/
/*    Travel formbar                                                                       */
/*-------------------------------------------------------------------------------*/
.kf_fbar::after,
.kf_form_mw::after,
.kf_form_btnw::after,
.kf_fbar_heart::after,
.kf_heart_wrap::after {
  content: "";
  display: table;
  clear: both;
}

.kf_fbar {
  width: 100%;
  padding: 2.5rem .5rem;
}

.kf_form_mw {
  width: 100%;
  padding: .5rem;
}

.kf_form_mw + .kf_form_mw {
  padding: .5rem 0;
}

.kf_form_mw .kf_fm_control {
  font-size: 0.875em;
}

.kf_form_mw select.kf_fm_control:not([size]):not([multiple]) {
  float: left;
  width: calc(50% - 1rem);
  height: calc(2.25rem + 1px);
  margin: 0 .5rem;
  padding: .5rem;
}

.kf_form_mw select + label + select {
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .kf_form_mw {
    float: left;
    width: 50%;
  }
  .kf_form_mw + .kf_form_mw {
    float: left;
    width: 50%;
    padding: .5rem 0;
  }
}

@media (min-width: 768px) {
  .kf_form_mw {
    min-width: 320px;
    width: 25%;
  }
  .kf_form_mw + .kf_form_mw {
    min-width: 280px;
    width: 25%;
  }
}

.kf_form_btnw {
  width: 100%;
}

.kf_form_btnw .kf_btn {
  float: left;
  width: calc(50% - 1rem);
  margin: .5rem;
  padding: .375rem 0;
}

@media (min-width: 576px) {
  .kf_form_btnw {
    float: left;
    width: auto;
  }
  .kf_form_btnw .kf_btn {
    width: 100px;
  }
}

.kf_fbar_heart {
  width: 100%;
}

.kf_fbar_heart .kf_heart_wrap,
.kf_fbar_heart .kf_btn {
  float: left;
  width: calc(50% - 1rem);
  margin: .5rem;
}

@media (min-width: 576px) {
  .kf_fbar_heart {
    float: left;
    width: auto;
  }
  .kf_fbar_heart .kf_heart_wrap {
    width: 120px;
    border-left: 1px solid #9b9b9b;
  }
  .kf_fbar_heart .kf_btn {
    width: 100px;
  }
}

.kf_heart_wrap {
  float: left;
  position: relative;
}

.kf_heart_wrap .kf_heart {
  position: absolute;
  top: 5px;
  left: 10px;
}

.kf_heart {
  float: left;
  display: inline-block;
  width: 30px;
  height: 25px;
}

.kf_heart_count {
  position: relative;
  height: 36px;
  margin-left: 60px;
  color: #ff4f81;
  line-height: 34px;
  text-align: center;
  border: 1px solid #ff4f81;
  border-radius: .25rem;
}

.kf_heart_count:after, .kf_heart_count:before {
  content: " ";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
}

.kf_heart_count:before {
  border: 8px solid rgba(255, 255, 255, 0);
  border-right-color: #ff4f81;
  margin-top: -8px;
  z-index: -1;
}

.kf_heart_count:after {
  border: 7px solid rgba(255, 255, 255, 0);
  border-right-color: white;
  margin-top: -7px;
}

.kf_fbar_dl {
  text-align: left;
}

.kf_fbar_dl dt, .kf_fbar_dl dd {
  display: inline-block;
  padding: .5rem 0;
  color: black;
  vertical-align: middle;
}

.kf_hot_tag a {
  color: #00a2ff;
}

.kf_hot_tag a:after {
  content: "、";
  display: inline-block;
}

.kf_hot_tag a:last-child:after {
  content: "";
}

.kf_hot_tag a:hover {
  text-decoration: underline;
}

.kf_dl_time input {
  display: inline-block;
  margin: .25rem;
}

.kf_dl_time .active {
  background: #dc8f05;
}

.kf_dl_search span {
  width: 100%;
  display: inline-block;
  padding: .25rem;
  padding-bottom: 1rem;
  vertical-align: bottom;
}

@media (min-width: 576px) {
  .kf_dl_search span {
    width: auto;
    padding-bottom: .25rem;
  }
}

.kf_form_time input[type="text"] {
  width: calc((100% - 20px) / 2);
  height: 36px;
}

@media (min-width: 576px) {
  .kf_form_time input[type="text"] {
    width: 160px;
  }
}

.kf_form_theme select {
  height: 36px !important;
  font-size: 0.875em;
}

@media (min-width: 576px) {
  .kf_form_theme select {
    width: auto;
  }
}

.kf_form_key input[type="text"] {
  font-size: 0.875em;
}

@media (min-width: 576px) {
  .kf_form_key input[type="text"] {
    width: 290px;
  }
}

.kf_form_center {
  text-align: center;
}

.kf_form_center input[type="submit"] {
  width: 100px;
  height: 36px;
}

@media print {
  .kf_form_mw {
    float: left;
    min-width: 320px;
    width: 25%;
  }
  .kf_form_mw + .kf_form_mw {
    min-width: 280px;
    width: 25%;
  }
  .kf_form_btnw {
    float: left;
    width: auto;
  }
  .kf_form_btnw .kf_btn {
    width: 100px;
  }
  .kf_fbar_heart {
    float: left;
    width: auto;
  }
  .kf_fbar_heart .kf_heart_wrap {
    width: 120px;
    border-left: 1px solid #9b9b9b;
  }
  .kf_fbar_heart .kf_btn {
    width: 100px;
  }
  .kf_dl_search span {
    width: auto;
    padding-bottom: .25rem;
  }
  .kf_form_time input[type="text"] {
    width: 160px;
  }
  .kf_form_theme select {
    width: auto;
  }
  .kf_form_key input[type="text"] {
    width: 290px;
  }
}

/*-------------------------------------------------------------------------------*/
/*    Travel buttons                                                                        */
/*-------------------------------------------------------------------------------*/
.kf_btn-lg {
  display: inline-block;
  -webkit-appearance: none;
  text-align: center;
  vertical-align: middle;
  min-width: 10rem;
  padding: 1rem 1.5rem;
}

.kf_btn-sm {
  height: auto;
  min-width: 4rem;
  padding: .25rem .25rem;
}

.kf_btn-heart {
  color: white;
  border: none;
  background-color: #ff4f81;
}

.kf_btn-heart:focus, .kf_btn-heart:hover {
  background-color: #ff1c5c;
}

.kf_btn-heart:active {
  background-color: #cf003b;
}

.kf_btn-gray {
  padding-left: .5rem;
  padding-right: .5rem;
  color: #adb5bd;
  border: 1px solid #adb5bd;
}

.kf_btn-gray i {
  font-size: 0.875em;
}

.kf_btn-gray:hover, .kf_btn-gray:active {
  color: #00857e;
  border: 1px solid #00857e;
}

.kf_btn-theme {
  width: 100px;
  color: white;
  border: none;
  background-color: #ffb400;
}

.kf_btn-theme:focus, .kf_btn-theme:hover {
  background-color: #cc9000;
}

.kf_btn-theme:active {
  background-color: #805a00;
}

.kf_btn-delete, .kf_btn-heart-plus {
  position: relative;
  padding-left: 3rem;
}

.kf_btn-delete:before, .kf_btn-heart-plus:before {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 12px);
  left: 1.5rem;
  width: 32px;
  height: 24px;
}

.kf_btn-delete {
  color: white;
  background: #6974da;
}

.kf_btn-delete:before {
  background: url(../../images/module/travel/icon-delete.svg) no-repeat;
}

.kf_btn-delete:hover {
  background: #313fc5;
}

.kf_btn-heart-plus {
  color: white;
  background: #ff82a6;
}

.kf_btn-heart-plus:before {
  background: url(../../images/module/travel/icon-heart-plus.svg) no-repeat;
}

.kf_btn-heart-plus:hover {
  background: #ff4f81;
}

/*-------------------------------------------------------------------------------*/
/*    Travel list                                                                               */
/*-------------------------------------------------------------------------------*/
.kf_list-ordered {
  padding-left: 1rem;
  list-style-type: decimal;
}

.kf_list-ordered li {
  padding: .25rem 0;
}

.kf_list-ordered a {
  color: #00a2ff;
}

.kf_list-ordered a:hover {
  text-decoration: underline;
}

.kf_event_intro {
  padding: .25rem 0;
}

.kf_event_intro li {
  display: inline-block;
}

.kf_event_intro a {
  color: #ff007e;
}

.kf_event_intro a:hover {
  text-decoration: underline;
}

.kf_event_intro .fa-star {
  margin: 0 .1rem;
  color: #7491a7;
}

.kf_event_intro .kf_star-fill {
  color: #ffc600;
}

.kf_list_read {
  padding: 1.25rem;
}

.kf_list_read li {
  position: relative;
  padding: .5rem .25rem .5rem 1.25rem;
  line-height: 1.2;
}

.kf_list_read li:before {
  position: absolute;
  left: 0;
  top: .7rem;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/module/travel/kicon-list02.png);
}

.kf_list_read li a {
  color: #00a2ff;
}

.kf_list_read li a:hover {
  text-decoration: underline;
}

/*-------------------------------------------------------------------------------*/
/*    Travel  list-group                                                                   */
/*-------------------------------------------------------------------------------*/
.kf_touristList_wrap {
  padding: 0 .5rem;
}

.kf_touristList_wrap::after {
  content: "";
  display: table;
  clear: both;
}

.kf_touristList_wrap .kf_touristList:first-child {
  margin-top: 0;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+1) {
  background-color: #66c342;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+1) .kf_touristBtn {
  background-color: #66c342;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+1) .kf_touristBtn:focus, .kf_touristList_wrap .kf_touristList:nth-child(4n+1) .kf_touristBtn:hover {
  background-color: #519f33;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+1) .kf_touristBtn:active {
  background-color: #336520;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+2) {
  background-color: #53a7db;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+2) .kf_touristBtn {
  background-color: #53a7db;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+2) .kf_touristBtn:focus, .kf_touristList_wrap .kf_touristList:nth-child(4n+2) .kf_touristBtn:hover {
  background-color: #2b91d0;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+2) .kf_touristBtn:active {
  background-color: #1e6590;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+3) {
  background-color: #eeb300;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+3) .kf_touristBtn {
  background-color: #eeb300;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+3) .kf_touristBtn:focus, .kf_touristList_wrap .kf_touristList:nth-child(4n+3) .kf_touristBtn:hover {
  background-color: #bb8d00;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+3) .kf_touristBtn:active {
  background-color: #6f5300;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+4) {
  background-color: #1dc58c;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+4) .kf_touristBtn {
  background-color: #1dc58c;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+4) .kf_touristBtn:focus, .kf_touristList_wrap .kf_touristList:nth-child(4n+4) .kf_touristBtn:hover {
  background-color: #16996c;
}

.kf_touristList_wrap .kf_touristList:nth-child(4n+4) .kf_touristBtn:active {
  background-color: #0d563d;
}

.kf_touristList_wrap .kf_touristList .kf_touristBtn:last-child:hover {
  background-color: #ff2664;
}

.kf_touristList {
  margin: 2rem .5rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.kf_touristList::after {
  content: "";
  display: table;
  clear: both;
}

.kf_touristList:hover figure img, .kf_touristList:focus figure img {
  transform: scale(1.2);
}

.kf_touristList_figure {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.kf_touristList_figure img {
  transform: scale(1.5);
  transition: all 0.3s linear 0s;
}

.kf_touristList-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  line-height: 1.5;
  font-size: 1.125em;
  letter-spacing: .25rem;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  display: none;
}

.kf_touristList_heading {
  padding: 1.5rem 0;
  color: white;
}

.kf_touristList_heading > p {
  width: 60%;
  margin: .5rem auto;
  text-align: left;
}

.kf_touristList_heading h4.kf_tit {
  margin: 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kf_comments {
  margin: .5rem;
}

.kf_touristBtn {
  position: relative;
  min-width: 6.25rem;
  height: 36px;
  margin: .35rem;
  padding: 0 1rem;
  line-height: 34px;
  color: white;
  border: 2px solid white;
  border-radius: .25rem;
}

.kf_touristBtn a, .kf_touristBtn input {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  min-width: inherit;
  padding-left: 1.25rem;
  color: inherit;
  font-size: 0.875em;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  border: none;
  background: rgba(255, 255, 255, 0);
}

.kf_touristBtn:before {
  position: absolute;
  left: .75rem;
  padding-top: .05rem;
  font-size: 0.75em;
}

/*-----------------------------$ breakpoints576------------------------------*/
@media (min-width: 576px) {
  .kf_touristList_wrap {
    padding: 0;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(odd) .kf_touristList_figure, .kf_touristList_wrap .kf_touristList:nth-child(odd) .kf_touristList_heading {
    float: left;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(odd) .kf_touristList_heading:before {
    left: -40px;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(even) .kf_touristList_figure, .kf_touristList_wrap .kf_touristList:nth-child(even) .kf_touristList_heading {
    float: right;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(even) .kf_touristList_heading:before {
    right: -40px;
  }
  .kf_touristList_wrap .kf_touristList .kf_touristList_heading {
    position: relative;
  }
  .kf_touristList_wrap .kf_touristList .kf_touristList_heading:before {
    position: absolute;
    top: calc(50% - 40px);
    content: "";
    width: 80px;
    height: 80px;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+1) .kf_touristList_heading:before {
    background: radial-gradient(circle at top left, transparent 40px, #66c342 0) top left, radial-gradient(circle at bottom left, transparent 40px, #66c342 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+2) .kf_touristList_heading:before {
    background: radial-gradient(circle at top right, transparent 40px, #53a7db 0) top right, radial-gradient(circle at bottom right, transparent 40px, #53a7db 0) bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+3) .kf_touristList_heading:before {
    background: radial-gradient(circle at top left, transparent 40px, #eeb300 0) top left, radial-gradient(circle at bottom left, transparent 40px, #eeb300 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+4) .kf_touristList_heading:before {
    background: radial-gradient(circle at top right, transparent 40px, #1dc58c 0) top right, radial-gradient(circle at bottom right, transparent 40px, #1dc58c 0) bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .kf_touristList {
    margin: 0;
    box-shadow: none;
  }
  .kf_touristList .kf_touristList_figure, .kf_touristList .kf_touristList_heading {
    width: 50%;
  }
  .kf_touristList_figure {
    height: 240px;
  }
}

/*-----------------------------$ breakpoints992------------------------------*/
@media (min-width: 992px) {
  .kf_touristList {
    float: left;
    width: 50%;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+1) .kf_touristList_figure, .kf_touristList_wrap .kf_touristList:nth-child(4n+1) .kf_touristList_heading, .kf_touristList_wrap .kf_touristList:nth-child(4n+2) .kf_touristList_figure, .kf_touristList_wrap .kf_touristList:nth-child(4n+2) .kf_touristList_heading {
    float: left;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+1) .kf_touristList_heading:before, .kf_touristList_wrap .kf_touristList:nth-child(4n+2) .kf_touristList_heading:before {
    left: -40px;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+3) .kf_touristList_figure, .kf_touristList_wrap .kf_touristList:nth-child(4n+3) .kf_touristList_heading, .kf_touristList_wrap .kf_touristList:nth-child(4n+4) .kf_touristList_figure, .kf_touristList_wrap .kf_touristList:nth-child(4n+4) .kf_touristList_heading {
    float: right;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+3) .kf_touristList_heading:before, .kf_touristList_wrap .kf_touristList:nth-child(4n+4) .kf_touristList_heading:before {
    right: -40px;
    left: auto;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+1) .kf_touristList_heading:before {
    background: radial-gradient(circle at top left, transparent 40px, #66c342 0) top left, radial-gradient(circle at bottom left, transparent 40px, #66c342 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+2) .kf_touristList_heading:before {
    background: radial-gradient(circle at top left, transparent 40px, #53a7db 0) top left, radial-gradient(circle at bottom left, transparent 40px, #53a7db 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+3) .kf_touristList_heading:before {
    background: radial-gradient(circle at top right, transparent 40px, #eeb300 0) top right, radial-gradient(circle at bottom right, transparent 40px, #eeb300 0) bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+4) .kf_touristList_heading:before {
    background: radial-gradient(circle at top right, transparent 40px, #1dc58c 0) top right, radial-gradient(circle at bottom right, transparent 40px, #1dc58c 0) bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
}

@media print {
  .kf_touristList_wrap {
    padding: 0;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(odd) .kf_touristList_figure, .kf_touristList_wrap .kf_touristList:nth-child(odd) .kf_touristList_heading {
    float: left;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(odd) .kf_touristList_heading:before {
    left: -40px;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(even) .kf_touristList_figure, .kf_touristList_wrap .kf_touristList:nth-child(even) .kf_touristList_heading {
    float: right;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(even) .kf_touristList_heading:before {
    right: -40px;
  }
  .kf_touristList_wrap .kf_touristList .kf_touristList_heading {
    position: relative;
  }
  .kf_touristList_wrap .kf_touristList .kf_touristList_heading:before {
    position: absolute;
    top: calc(50% - 40px);
    content: "";
    width: 80px;
    height: 80px;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+1) .kf_touristList_heading:before {
    background: radial-gradient(circle at top left, transparent 40px, #66c342 0) top left, radial-gradient(circle at bottom left, transparent 40px, #66c342 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+2) .kf_touristList_heading:before {
    background: radial-gradient(circle at top right, transparent 40px, #53a7db 0) top right, radial-gradient(circle at bottom right, transparent 40px, #53a7db 0) bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+3) .kf_touristList_heading:before {
    background: radial-gradient(circle at top left, transparent 40px, #eeb300 0) top left, radial-gradient(circle at bottom left, transparent 40px, #eeb300 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .kf_touristList_wrap .kf_touristList:nth-child(4n+4) .kf_touristList_heading:before {
    background: radial-gradient(circle at top right, transparent 40px, #1dc58c 0) top right, radial-gradient(circle at bottom right, transparent 40px, #1dc58c 0) bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .kf_touristList {
    margin: 0;
    box-shadow: none;
  }
  .kf_touristList .kf_touristList_figure, .kf_touristList .kf_touristList_heading {
    width: 50%;
  }
  .kf_touristList_figure {
    height: 240px;
  }
}

/*-------------------------------------------------------------------------------*/
/*    Travel Detail                                                                          */
/*-------------------------------------------------------------------------------*/
.kf_beveled_corner::after,
.kf_list_quarter::after,
.kf_titbar::after,
.kf_event_row::after {
  content: "";
  display: table;
  clear: both;
}

.kf_datail-wrap {
  width: 100%;
  margin: 0;
  padding: 1rem;
  text-align: left;
  color: black;
}

.kf_datail-wrap .kf_edit a {
  color: #00a2ff;
}

.kf_datail-wrap .kf_edit a:hover, .kf_datail-wrap .kf_edit a:focus {
  color: #ff007e;
  text-decoration: underline;
}

.kf_scenic_slide .owl-item {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .kf_scenic_slide .owl-item {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .kf_scenic_slide .owl-item {
    height: 360px;
  }
}

.owl-dots {
  padding: .5rem;
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot span {
  display: block;
  width: .625rem;
  height: .625rem;
  margin: 5px 7px;
  background: #adb5bd;
  border-radius: 50%;
}

.owl-dots .active span {
  background: #00857e;
}

.kf_beveled_corner {
  margin: 1.5rem 0;
  padding: 1.25rem;
  color: rgba(0, 0, 0, 0.65);
  background: #e9ecef;
  background: linear-gradient(-45deg, transparent 15px, #e9ecef 0) bottom right;
}

.kf_beveled_corner .kf_scenic_voice {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .kf_beveled_corner {
    display: -webkit-flex;
    display: flex;
  }
  .kf_beveled_corner .kf_scenic_voice {
    -webkit-flex: initial;
    flex: initial;
    margin: 0 1rem 0 0;
  }
  .kf_beveled_corner .kf_scenic_voice + .kf_note {
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.3;
  }
}

.kf_datail_tit {
  position: relative;
  padding: 1.25rem;
  color: black;
  border-bottom: 1px solid #ced4da;
}

.kf_datail_tit:before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 1.5em;
  background: #ff4f81;
}

.kf_datail_tit-btn {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 0;
  font-size: 1em;
  font-weight: 300;
}

.kf_list_quarter {
  display: flex;
  flex-wrap: wrap;
}

.kf_list_quarter li {
  display: inherit;
  position: relative;
  width: 100%;
  padding: .25rem .25rem .25rem 2rem;
  line-height: 1.2;
}

.kf_list_quarter li:before {
  position: absolute;
  left: 0;
  top: .4rem;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/module/travel/kicon-list01.png);
}

@media (min-width: 576px) {
  .kf_list_quarter li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .kf_list_quarter li {
    width: 25%;
  }
}

.kf_datail_map {
  height: 18.75rem;
  overflow: hidden;
  border: 1px solid #00857e;
}

@media (min-width: 768px) {
  .kf_datail_map {
    box-shadow: 10px 10px 0 #f1f3f5;
  }
}

.kf_slide-img {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  background-size: 200px;
}

.kf_slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.kf_slide-img span {
  position: absolute;
  left: .25rem;
  bottom: .25rem;
  color: white;
}

.kf_slide_AutoW figcaption {
  margin-top: .5rem;
  text-align: center;
  color: black;
}

.kf_datailfoot_wrap {
  border-top: 1px solid #ced4da;
}

.kf_datailfoot_time {
  display: block;
  margin: 1rem 0;
  padding-left: .5rem;
  color: #525c66;
  border-left: 2px solid #00857e;
}

@media (min-width: 576px) {
  .kf_datailfoot {
    position: relative;
  }
  .kf_datailfoot_time {
    position: absolute;
    right: 0;
    margin: .45rem 0;
  }
}

.kf_read_tit {
  padding: .75rem 1.25rem;
  color: #167671;
  background: #acdbff;
  border-radius: 1.25rem 0 0 0;
}

/*-------------------------------------------------------------------------------*/
/*    Travel Detail  Slide                                                                      */
/*-------------------------------------------------------------------------------*/
.kf_datail_side .side_tit {
  padding-top: 0;
}

.kf_titbar {
  padding-bottom: .5rem;
}

.kf_side_tit {
  float: left;
  color: #167671;
}

.fb-like > span {
  vertical-align: baseline !important;
}

.kf_plugin_count {
  float: right;
  padding-top: .5rem;
}

.kf_plugin_count .kf_plugin {
  float: left;
  margin-left: .25rem;
}

.kf_plugin_count .kf_plugin span, .kf_plugin_count .kf_plugin div, .kf_plugin_count .kf_plugin iframe {
  margin: 0;
  padding: 0;
}

.kf_event_wrap {
  position: relative;
  padding: 2rem 1.25rem;
  margin-bottom: 3.125rem;
  background: #dff1ff;
  border-radius: 20px / 0 0 20px 20px;
  box-shadow: 0 5px 0 0 #c6e6ff, 0 10px 0 0 #acdbff;
}

.kf_event_wrap:before {
  position: absolute;
  top: -25px;
  left: 1.5rem;
  content: "";
  width: 50px;
  height: 50px;
  background: radial-gradient(circle at bottom left, transparent 25px, white 0) bottom left, radial-gradient(circle at bottom right, transparent 25px, white 0) bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.kf_event_wrap .kf_event_row:first-child {
  border-top: none;
}

.kf_event_row {
  border-top: 1px dotted #adb5bd;
}

.kf_event_row .kf_tit-h5 {
  color: #00857e;
}

.kf_theme-menu li {
  display: inline-block;
  margin: .15rem;
  padding: .25rem 0;
}

/*-------------------------------------------------------------------------------*/
/*    Travel  Card                                                                                 */
/*-------------------------------------------------------------------------------*/
.kf_card {
  margin: 0 .5rem 2rem .5rem;
  border: 1px solid #ced4da;
  border-radius: 0 0 .5rem .5rem;
  box-shadow: 0 5px 0 0 #ced4da;
}

.kf_card_wrap {
  padding: 0 .5rem;
}

.kf_card_wrap::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .kf_card {
    float: left;
    width: calc((99.9% - 2rem) / 2);
  }
}

@media (min-width: 768px) {
  .kf_card {
    width: calc((99.9% - 3rem) / 3);
  }
}

.kf_card:hover figure img {
  transform: scale(1.2);
}

.kf_thumbnail {
  height: 210px;
  overflow: hidden;
}

.kf_thumbnail img {
  transition: all 0.3s linear 0s;
}

.kf_card_info {
  padding: 1.25rem;
}

.kf_card-tit {
  text-align: left;
}

.kf_card_item {
  padding: .5rem 0 1rem 0;
  text-align: left;
}

.kf_card_item i.fa {
  color: #00857e;
}

@media print {
  .kf_card {
    float: left;
    width: calc((100% - 2rem) / 2);
  }
}

/*-------------------------------------------------------------------------------*/
/*    Travel gmap                                                                           */
/*-------------------------------------------------------------------------------*/
.kf_equipmap {
  position: relative;
}

.kf_widget {
  width: 320px;
  padding: 2rem 1rem 1rem 1rem;
  background: white;
}

.kf_widget_pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 160px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #00b8ae;
  background-color: #e9ecef;
  background-image: url(../../images/module/no_image.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.kf_widget_pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  vertical-align: middle;
}

.kf_widget_tit {
  position: relative;
  padding: .5rem 0;
  text-align: left;
  font-size: 16px;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #00857e;
}

.kf_widget_tit i.fa {
  position: absolute;
  left: .25rem;
  top: .75rem;
  color: #00857e;
}

.kf_widget_tit a {
  display: inline-block;
  padding: .25rem 0 .25rem 1.25rem;
  color: inherit;
}

.kf_widget_tit a:hover, .kf_widget_tit a:focus {
  color: #00a2ff;
}

.kf_widget_data {
  position: relative;
  padding-top: .5rem;
  text-align: left;
}

.kf_widget_data dl {
  margin-right: 45px;
  padding: .125rem 0;
}

.kf_widget_data dl:nth-child(3) {
  margin-right: 0;
}

.kf_widget_data dt, .kf_widget_data dd {
  display: inline-block;
  padding: .05rem 0;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.kf_widget_data dt {
  color: #00857e;
}

.kf_widget_data .kf_collect_btn {
  position: absolute;
  top: .5rem;
  right: 0;
  width: 45px;
}
