@charset "UTF-8";
/* 景點頁面 */
/* 清浮動 */
/* 路線圖 */
/* 首頁 預設banner */
.index .promot-slider-container-default {
  background: url(/assets/images/banner/homepage_banner.jpg) top center no-repeat;
}

/**
 * 
 * 以下為公版預設變數(不要修改)，專案通路有需要不同的值才覆製過去進行參數覆寫。
 * 通路自己的變數寫在各通路下_varibles.scss檔案裡。
 * 
 * 變數使用於varibles資料夾下的各scss檔案裡
 * 
 */
/* footer */
/**
 * 以下變數如無特別需求不需覆寫。
 */
#footer.default-footer .footer-links {
  text-align: center;
  padding: 20px 0px 10px 0px;
}
#footer.default-footer .footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer.default-footer .footer-links ul li {
  display: inline-block;
  padding: 0px;
  border-left-style: dotted;
  border-left-width: 1px;
  display: inline-block;
}
#footer.default-footer .footer-links ul li:first-child {
  border-left-width: 0px;
}
#footer.default-footer .footer-links ul li a {
  font-size: 15px;
  padding: 5px 15px;
}
#footer.default-footer footer {
  padding: 0 !important;
  margin: 0 !important;
}
#footer.default-footer footer.credit-line {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  #footer.default-footer .footer-links {
    padding: 0px;
    position: relative;
  }
  #footer.default-footer .footer-links::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 15px;
    top: 0;
    right: 0;
  }
  #footer.default-footer .footer-links ul {
    max-width: 100%;
    padding: 20px 10px 10px 10px;
    overflow-y: auto;
    white-space: nowrap;
  }
  #footer.default-footer .footer-links ul::-webkit-scrollbar {
    display: none;
  }
  #footer.default-footer .footer-links ul li {
    margin: 8px 0px;
  }
  #footer.default-footer .footer-links ul li a {
    padding: 5px 10px;
  }
  #footer.default-footer footer.credit-line {
    height: auto;
    line-height: 1.5;
    padding: 0px 15px 10px 15px !important;
  }
}

#footer.default-footer {
  background-color: #3e3e3e;
  color: #fff;
}
#footer.default-footer .footer-links ul li {
  border-left-color: rgba(255, 255, 255, 0.45);
}
#footer.default-footer .footer-links ul li a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer.default-footer .footer-links::after {
    background: #3e3e3e;
    background: -moz-linear-gradient(right rgba(62, 62, 62, 0) 0%, #3e3e3e 100%);
    background: -webkit-linear-gradient(right rgba(62, 62, 62, 0) 0%, #3e3e3e 100%);
    background: linear-gradient(to right, rgba(62, 62, 62, 0) 0%, #3e3e3e 100%);
  }
}

.totop .bg-color {
  background-color: #3e3e3e;
}
.totop a {
  color: #fff;
}
.totop a:hover {
  color: #fff;
}
.totop a:visited {
  color: #fff;
}
@charset "UTF-8";
/* 公版variables */
/**
 * 
 * 以下為公版預設變數(不要修改)，專案通路有需要不同的值才覆製過去進行參數覆寫。
 * 通路自己的變數寫在各通路下_varibles.scss檔案裡。
 * 
 * 變數使用於varibles資料夾下的各scss檔案裡
 * 
 */
/* footer */
/**
 * 以下變數如無特別需求不需覆寫。
 */
/* 通路variables，複寫公版variables */
/* 景點頁面 */
/* 路線圖 */
/* 首頁 預設banner */
.index .promot-slider-container-default {
  background: url(/theme/pattaya_funpass/images/banner/homepage_banner.jpg) top center no-repeat;
}

/**
 * 以下變數覆寫 公版變數。
 */
@media screen and (max-width: 1199px) {
  .footer {
    display: block;
  }
}
.copy-right {
  padding: 10px 15px;
  background-color: #fff;
  text-align: center;
  margin: 0;
}
.copy-right a {
  display: inline;
}

.footer {
  background-color: white;
  padding: 30px 0px;
}
.footer .contact-info {
  font-size: 1.6rem;
  border: 2px solid #545454;
  box-shadow: 3px 4px 0px #545454;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0px;
  margin-top: 30px;
}

/**
 * 以下複寫 公版版型 使用到scss變數的code。
 */
/* START - frontstage Utility */
.u-text-default {
  color: #F26839 !important;
}
.u-text-successful {
  color: #F26839 !important;
}

/* CLOSE - frontstage Utility */
/* START - frontstage Component */
.c-btn.is-default {
  border: 1px solid #F26839;
  background-color: #F26839;
  color: #fff;
}
.c-btn.is-default:hover:not([disabled]) {
  background-color: #f05621;
}
.c-btn.is-successful {
  border: 1px solid #F26839;
  background-color: #F26839;
  color: #fff;
}
.c-btn.is-successful:hover:not([disabled]) {
  background-color: #f05621;
}
.c-btn--outlined.is-default {
  background-color: transparent;
  color: #F26839;
}
.c-btn--outlined.is-default:hover:not([disabled]) {
  background-color: #F26839;
  color: #fff;
}
.c-btn--outlined.is-successful {
  background-color: transparent;
  color: #F26839;
}
.c-btn--outlined.is-successful:hover:not([disabled]) {
  background-color: #F26839;
  color: #fff;
}

.c-login-card {
  border-top: 0.8rem solid #F26839;
}
.c-login-card__title {
  color: #F26839;
}

/* CLOSE - frontstage Component */
/* START - 按鈕 */
.channel-btn--main {
  color: #fff;
  background-color: #F26839;
}
.channel-btn--main:hover {
  color: #fff;
  background-color: #f05621;
}

/* CLOSE - 按鈕 */
/* START - 首頁行銷板位 */
.index .banner-grid-tab .tab label {
  color: #888;
}
.index .banner-grid-tab .tab label:hover {
  background-color: #F26839;
  color: #ffffff;
}
.index .banner-grid-tab .tab label.active {
  background: #F26839;
  color: #ffffff;
}
.index .banner-grid-link {
  background-color: #F26839;
}
.index .banner-grid-link:hover {
  background-color: #f05621;
}

/* CLOSE - 首頁行銷板位 */
/* START - 商品內頁 */
.productInfo .cross-store-list-top {
  border: 2px solid #F26839;
}
.productInfo .cross-store-list-top .cross-store-select-icon {
  color: #F26839;
}
.productInfo .cross-store-list-top .cross-store-search input {
  border-left: 1px dotted #F26839;
}
.productInfo .cross-store-list-top .cross-store-search .cross-store-search-btn button i.fa {
  color: #F26839;
}
.productInfo .cross-store-list .cross-store-card-bottom a {
  background-color: #F26839;
}
.productInfo .cross-store-list .cross-store-card-bottom a:hover {
  background-color: #f05621;
}

/* CLOSE - 商品內頁 */
/* START - 套票內頁 */
.ticket-wrap .ticket-highlight-item__title i.fa {
  color: #F26839;
}

/* CLOSE - 套票內頁 */
/* START - (景點、套票、店家、達人文章)列表+套票內頁 分類標籤 */
.label-list .label-item {
  background-color: rgba(242, 104, 57, 0.15);
  color: #F26839;
}
.label-list a.label-item:hover,
.label-list button.label-item:hover {
  color: #fff;
  background-color: #F26839;
}

/* CLOSE - (景點、套票、店家、達人文章)列表+套票內頁 分類標籤 */
/* START - 套票內頁(內含產品、內容...)收合按鈕 */
.ticket-collapse-btn:hover::before {
  background-color: #F26839;
}
.ticket-collapse-btn:hover:after {
  color: #F26839;
  background-color: rgba(242, 104, 57, 0.15);
}

/* CLOSE - 套票內頁(內含產品、內容...)收合按鈕 */
/* START - 會員中心 */
.member {
  /* 會員中心左側 */
  /* 會員中心右側 */
}
.member .member-nav .profile-entrance > a {
  color: #777;
  font-weight: normal;
  border: 1px solid #e3e2e3;
}
.member .member-nav .profile-entrance > a i.fa.fa-pencil {
  color: #777;
}
.member .member-nav .profile-entrance > a.is-acted, .member .member-nav .profile-entrance > a:hover {
  color: #F26839;
  font-weight: 600;
  border: 1px solid #F26839;
}
.member .member-nav .profile-entrance > a.is-acted i.fa.fa-pencil, .member .member-nav .profile-entrance > a:hover i.fa.fa-pencil {
  color: #F26839;
}
.member .member-nav .vip-profile-entrance > a {
  color: #777;
  font-weight: normal;
  border: 1px solid #e3e2e3;
}
.member .member-nav .vip-profile-entrance > a i.fa.fa-pencil {
  color: #777;
}
.member .member-nav .vip-profile-entrance > a.is-acted, .member .member-nav .vip-profile-entrance > a:hover {
  color: #F26839;
  font-weight: 600;
  border: 1px solid #F26839;
}
.member .member-nav .vip-profile-entrance > a.is-acted i.fa.fa-pencil, .member .member-nav .vip-profile-entrance > a:hover i.fa.fa-pencil {
  color: #F26839;
}
.member .member-nav .ob-profile-entrance > a {
  color: #777;
  font-weight: normal;
  border: 1px solid #e3e2e3;
}
.member .member-nav .ob-profile-entrance > a i.fa.fa-pencil {
  color: #777;
}
.member .member-nav .ob-profile-entrance > a.is-acted, .member .member-nav .ob-profile-entrance > a:hover {
  color: #F26839;
  font-weight: 600;
  border: 1px solid #F26839;
}
.member .member-nav .ob-profile-entrance > a.is-acted i.fa.fa-pencil, .member .member-nav .ob-profile-entrance > a:hover i.fa.fa-pencil {
  color: #F26839;
}
.member .member-nav .menu-list-items a {
  background-color: #fff;
  color: #777;
  font-weight: normal;
}
.member .member-nav .menu-list-items a .list-item-icon {
  color: #f1f1f1;
}
.member .member-nav .menu-list-items a.is-acted, .member .member-nav .menu-list-items a:hover {
  background-color: #F26839;
  color: #fff;
}
.member .member-nav .menu-list-items a.is-acted .list-item-title, .member .member-nav .menu-list-items a:hover .list-item-title {
  font-weight: 600;
}
.member .member-nav .menu-list-items a.is-acted .list-item-icon, .member .member-nav .menu-list-items a:hover .list-item-icon {
  color: #f05621;
}
.member .member-nav .menu-list-items #member-coin:hover .list-item-title {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .member .member-nav .member-logout > a {
    color: #777;
    border: 1px solid #e3e2e3;
  }
  .member .member-nav .member-logout > a:hover {
    color: #F26839;
    border: 1px solid #F26839;
    font-weight: 600;
  }
}
.member .member-content {
  /* 帳戶設定(常用聯絡人+常用地址) */
}
.member .member-content .touristList .content-list .contactInfo-card,
.member .member-content .addressList .content-list .contactInfo-card {
  border: 1px solid #e2e2e2;
  border-left: 5px solid #F26839;
}
.member .member-content .touristList .content-list .contactInfo-card .contactInfo-title:hover,
.member .member-content .touristList .content-list .contactInfo-card .contactInfo-remove-btn:hover,
.member .member-content .touristList .content-list .contactInfo-card .contactInfo-edit-btn:hover,
.member .member-content .addressList .content-list .contactInfo-card .contactInfo-title:hover,
.member .member-content .addressList .content-list .contactInfo-card .contactInfo-remove-btn:hover,
.member .member-content .addressList .content-list .contactInfo-card .contactInfo-edit-btn:hover {
  color: #F26839;
}

/* CLOSE - 會員中心 */
/* START - button */
.fontrip-btn-success {
  background-color: #F26839;
}
.fontrip-btn-success:hover {
  background-color: #f05621;
}

.fontrip-btn-success-line {
  background-color: transparent;
  border: 1px solid #F26839;
  color: #F26839;
}
.fontrip-btn-success-line:hover {
  border: 1px solid transparent;
  background-color: #F26839;
  color: #fff;
}

.fontrip-btn-light {
  background-color: #F26839;
}
.fontrip-btn-light:hover {
  background-color: #f26839;
}

/* CLOSE - button */
/* START - 彈跳視窗 */
.modal#mobileMemberNavModal .mobile-menu-list-items a.is-acted {
  background-color: #fafafa;
}
.modal#mobileMemberNavModal .mobile-menu-list-items a.is-acted .mobile-list-item-title {
  font-weight: 600;
  color: #F26839;
}
.modal#mobileMemberNavModal .mobile-menu-list-items a.is-acted .mobile-list-item-title i.fa {
  color: #F26839;
}

/* CLOSE - 彈跳視窗 */
.anchor-hidden {
  display: none;
  transition: 0.5s;
  transition-property: margin-top;
}

.anchor-hidden a {
  line-height: 40px;
  padding: 10px 10px;
  color: #333333;
}

.anchor-web a {
  margin-right: 15px;
  line-height: 28px;
  padding: 7px 0px;
  color: #333333;
}

.anchor-hidden a:hover,
.anchor-web a:hover {
  color: #333333;
}

.anchor-tab {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 0px;
  background-color: rgba(250, 250, 250, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  white-space: nowrap;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  transition: 0.5s;
  transition-property: margin-top;
}

.anchor-tab::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.js-link-active {
  color: #F26839 !important;
  position: relative;
}

.js-link-active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 100px;
  background: #F26839;
}

/* 首頁searchbar */
.index .home-search {
  background: transparent;
}
.index .home-search .search-box {
  border: 3px solid #F26839;
  background: #F26839;
}
.index .home-search .search-box .search-select {
  border-bottom: 1px solid #F26839;
}
.index .home-search .search-box .search-select::after {
  color: #F26839;
}
.index .home-search .search-box button {
  background: #F26839 !important;
}
.index .home-search .search-box .keyword-list .keyword-menu {
  border: 3px #F26839 solid;
}
@media screen and (min-width: 768px) {
  .index .home-search {
    background: transparent;
  }
  .index .home-search .search-box {
    border: 3px solid #F26839;
  }
  .index .home-search .search-box .search-select {
    border-right: 1px solid #F26839;
  }
}

#footer.default-footer {
  background-color: #fff;
  color: #2E3741;
}
#footer.default-footer .footer-links ul li {
  border-left-color: rgba(46, 55, 65, 0.45);
}
#footer.default-footer .footer-links ul li a {
  color: #2E3741;
}
@media screen and (max-width: 768px) {
  #footer.default-footer .footer-links::after {
    background: #fff;
    background: -moz-linear-gradient(right rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-linear-gradient(right rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
}

.totop .bg-color {
  background-color: #fff;
}
.totop a {
  color: #2E3741;
}
.totop a:hover {
  color: #2E3741;
}
.totop a:visited {
  color: #2E3741;
}
